Skip to content

Commit 0542b49

Browse files
committed
#449 Further changes to HTML lesson 1 example to match tutorial
1 parent 3b215f2 commit 0542b49

File tree

1 file changed

+31
-25
lines changed

1 file changed

+31
-25
lines changed

html/lesson1/example.html

+31-25
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,37 @@
44
<title>I love owls</title>
55
</head>
66
<body>
7-
<div><img src="images/logo.png" alt="codebar.io"/></div>
8-
<h1>Owls...</h1>
7+
<div>
8+
<!-- Note to self: this is where the header goes -->
9+
10+
<div>
11+
<img src="images/logo.png" alt="codebar.io" />
12+
</div>
13+
14+
<h1>Owls</h1>
15+
16+
<p>
17+
Most birds of prey sport eyes on the sides of their heads,
18+
but the stereoscopic nature of
19+
the owl's forward-facing <strong>eyes permits the greater
20+
sense of depth perception</strong> necessary for low-light hunting.
21+
</p>
22+
23+
<a href="https://en.wikipedia.org/wiki/Owl">More information about owls...</a>
24+
</div>
25+
926
<h2>Why do I like owls so much?</h2>
1027
<ul>
11-
<li><img src="images/img1.jpg" alt="adorable"/></li>
12-
<li><img src="images/img2.jpg" alt="lovely"/></li>
13-
<li><img src="images/img3.jpg" alt="cuddly"/></li>
28+
<li><img src="images/img1.jpg" alt="adorable"></li>
29+
<li><img src="images/img2.jpg" alt="lovely"></li>
30+
<li><img src="images/img3.jpg" alt="cuddly"></li>
1431
</ul>
1532
<ol>
16-
<li><b>they are adorable</b></li>
17-
<li><b>and lovely</b></li>
18-
<li><b>and cuddly</b></li>
33+
<li>they are adorable</li>
34+
<li>and lovely</li>
35+
<li>and cuddly</li>
1936
</ol>
37+
2038
<div>
2139
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">
2240
<img src="images/img4.jpg" alt="cute owl">
@@ -25,6 +43,7 @@ <h2>Why do I like owls so much?</h2>
2543
Watch the video
2644
</a>
2745
</div>
46+
2847
<div>
2948
<p>
3049
<strong>
@@ -34,29 +53,16 @@ <h2>Why do I like owls so much?</h2>
3453
</p>
3554
<small>&mdash; nursery rhyme</small>
3655
</div>
37-
<div>
38-
<h3>Owls:</h3>
39-
<p>
40-
Most birds of prey sport eyes on the sides of their heads,<br>
41-
but the stereoscopic nature of <br>
42-
the owl's forward-facing <strong>eyes permits the greater <br>
43-
sense of depth perception </strong>necessary for low-light hunting. <br>
44-
<br>
45-
<a href="https://en.wikipedia.org/wiki/Owl">More information about owls...</a>
46-
</p>
47-
</div>
48-
<div>
49-
<img src="images/img6.jpg" alt="two owls"/>
50-
</div>
56+
5157
<ul>
5258
<li>
53-
<a href="mailto:[email protected]?subject=I love owls :: codebar">Email us</a>
59+
<a href="mailto:[email protected]?subject=I%20love%20owls%20::%20codebar">Email us</a>
5460
</li>
5561
<li>
56-
<a href="mailto:?subject=I love owls :: codebar">Email a friend</a>
62+
<a href="mailto:?subject=I%20love%20owls%20::%20codebar">Email a friend</a>
5763
</li>
5864
<li>
59-
<a href="https://twitter.com/codebar">Twitter</a>
65+
<a href="https://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
6066
</li>
6167
</ul>
6268
</body>

0 commit comments

Comments
 (0)