diff --git a/.ruby-version b/.ruby-version index c043eea7..d5724cd4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.1 +2.6.2 \ No newline at end of file diff --git a/html/lesson1/example.html b/html/lesson1/example.html index 3cb1f23d..24334d30 100644 --- a/html/lesson1/example.html +++ b/html/lesson1/example.html @@ -4,51 +4,65 @@ 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
-
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

+
-

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.
+ + cute owl + another cute owl
-
More information about owls... -

+ Watch the video +
+
- two owls +

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

+ — nursery rhyme
+ 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?