From 5509af50622b5ef077f655c6df7025db45d1bde1 Mon Sep 17 00:00:00 2001 From: Barrett Date: Sat, 6 Oct 2018 18:01:26 -0400 Subject: [PATCH 1/4] update to Ruby 2.5.1 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index c043eea7..73462a5a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.1 +2.5.1 From 3b215f2f91f14b08d934b66cf14769f79fcf8612 Mon Sep 17 00:00:00 2001 From: Louie Christie <6807448+louiechristie@users.noreply.github.com> Date: Wed, 20 Nov 2019 07:54:10 +0000 Subject: [PATCH 2/4] ##449 HTML lesson 1 example to match tutorial --- html/lesson1/example.html | 26 +++++++++++++++++--------- html/lesson1/tutorial.md | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/html/lesson1/example.html b/html/lesson1/example.html index 3cb1f23d..65afffab 100644 --- a/html/lesson1/example.html +++ b/html/lesson1/example.html @@ -17,15 +17,23 @@

Why do I like owls so much?

  • and lovely
  • and cuddly
  • -
    cute owl
    -
    another cute owl
    - Watch this video here -

    - "A wise old owl sat on an oak; The more he saw the less he spoke;
    - The less he spoke the more he heard; Why aren't we like that wise old bird?" -
    -

    -

    - nursery rhyme

    +
    + + cute owl + another cute owl +
    + Watch the video +
    +
    +
    +

    + + "The Owl & the Pussy-cat went to sea
    + In a beautiful pea-green boat" +
    +

    + — nursery rhyme +

    Owls:

    diff --git a/html/lesson1/tutorial.md b/html/lesson1/tutorial.md index f7a44b99..03bccd42 100644 --- a/html/lesson1/tutorial.md +++ b/html/lesson1/tutorial.md @@ -18,7 +18,7 @@ In this tutorial we are going to look at: ### Goal -By the end of this tutorial you will have built [this webpage.](https://tutorials.codebar.io/html/lesson1/example.html "I love owls") +By the end of this tutorial you will have built [this webpage.](example.html "I love owls") #### What is HTML? From 0542b4971f0ee9cf475aab4a56b6417ed0c05fde Mon Sep 17 00:00:00 2001 From: Louie Christie <6807448+louiechristie@users.noreply.github.com> Date: Mon, 25 Nov 2019 16:58:08 +0000 Subject: [PATCH 3/4] #449 Further changes to HTML lesson 1 example to match tutorial --- html/lesson1/example.html | 56 ++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/html/lesson1/example.html b/html/lesson1/example.html index 65afffab..24334d30 100644 --- a/html/lesson1/example.html +++ b/html/lesson1/example.html @@ -4,19 +4,37 @@ I love owls -

    codebar.io
    -

    Owls...

    +
    + + +
    + codebar.io +
    + +

    Owls

    + +

    + Most birds of prey sport eyes on the sides of their heads, + but the stereoscopic nature of + the owl's forward-facing eyes permits the greater + sense of depth perception necessary for low-light hunting. +

    + + More information about owls... +
    +

    Why do I like owls so much?

      -
    1. they are adorable
    2. -
    3. and lovely
    4. -
    5. and cuddly
    6. +
    7. they are adorable
    8. +
    9. and lovely
    10. +
    11. and cuddly
    +
    cute owl @@ -25,6 +43,7 @@

    Why do I like owls so much?

    Watch the video
    +

    @@ -34,29 +53,16 @@

    Why do I like owls so much?

    — nursery rhyme
    -
    -

    Owls:

    -

    - Most birds of prey sport eyes on the sides of their heads,
    - but the stereoscopic nature of
    - the owl's forward-facing eyes permits the greater
    - sense of depth perception
    necessary for low-light hunting.
    -
    - More information about owls... -

    -
    -
    - two owls -
    + From f167ac1f44103be2f0c91b0477b586e4e6defe5a Mon Sep 17 00:00:00 2001 From: Louie Christie <6807448+louiechristie@users.noreply.github.com> Date: Mon, 25 Nov 2019 17:25:50 +0000 Subject: [PATCH 4/4] Bump up ruby to version 2.6.2 or testing on Netlify --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 73462a5a..d5724cd4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.1 +2.6.2 \ No newline at end of file