|
1 | 1 | <!doctype html>
|
2 | 2 | <html>
|
| 3 | + |
3 | 4 | <head>
|
4 | 5 |
|
5 |
| -<title>Day 1 Page</title> |
| 6 | + <title>Day 1 Page</title> |
6 | 7 |
|
7 |
| -<link type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css"> |
8 |
| -<link type="text/css" href="style.css" /> |
| 8 | + <link type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css"> |
| 9 | + <link rel="stylesheet" type="text/css" |
| 10 | + href="https://fonts.googleapis.com/css?family=Font+Name"> |
| 11 | + <link type="text/css" href="style.css" /> |
9 | 12 |
|
10 | 13 | </head>
|
11 | 14 |
|
12 | 15 | <body>
|
13 |
| - |
14 |
| -<h1> Day 1 Page</h1> |
15 |
| -<img src="https://i.ytimg.com/vi/Sw-Mug7Opvw/maxresdefault.jpg" alt="KD and Steph, you know what it is"> |
16 |
| - |
17 |
| -<h1> Bless KD and the Warriors </h1> |
18 |
| -<p>KD and Steph are gonna make it rain at Oracle Arena. Who's hype about this? Splash brothers just became Splash fam.</p> |
19 |
| -<hr> |
20 |
| - |
21 |
| -<h2>But don't forget Klay and Draymond</h2> |
22 |
| -<p> |
23 |
| - Klay thompson scored 37 points in one quarter. Who the hell does that? |
24 |
| - <a href="https://upload.wikimedia.org/wikipedia/commons/5/5c/Klay_Thompson_vs._Jared_Dudley_(cropped).jpg"> |
25 |
| - Here's Klay making a sick lay-up. |
26 |
| - </a> |
27 |
| -</p> |
28 |
| -<p> |
29 |
| - Draymond is key to the warriors defense. He is essentially our anchor and our point guard...sorta. |
30 |
| - <a href="https://blog-blogmediainc.netdna-ssl.com/upload/SportsBlogcom/2159727/0344126001456771564_filepicker.jpg"> |
| 16 | + <div class="wrapper"> |
| 17 | + <header> |
| 18 | + <h1 id="welcome-mat"> Day 1 Page</h1> |
| 19 | + </header> |
| 20 | + |
| 21 | + <main> |
| 22 | + <img src="https://i.ytimg.com/vi/Sw-Mug7Opvw/maxresdefault.jpg" alt="KD and Steph, you know what it is"> |
| 23 | + |
| 24 | + <h2> Bless KD and the Warriors </h1> |
| 25 | + <p>KD and Steph are gonna make it rain at Oracle Arena. Who's hype about this? Splash brothers just became Splash fam.</p> |
| 26 | + <hr> |
| 27 | + |
| 28 | + <h2>But don't forget Klay and Draymond</h2> |
| 29 | + <p>Klay thompson scored 37 points in one quarter. Who the hell does that?<a href="https://upload.wikimedia.org/wikipedia/commons/5/5c/Klay_Thompson_vs._Jared_Dudley_(cropped).jpg">Here's Klay making a sick lay-up.</a></p> |
| 30 | + <p> |
| 31 | + Draymond is key to the warriors defense. He is essentially our anchor and our point guard...sorta. |
| 32 | + <a href="https://blog-blogmediainc.netdna-ssl.com/upload/SportsBlogcom/2159727/0344126001456771564_filepicker.jpg"> |
31 | 33 | Draymond flexing after an and-one.
|
32 |
| - </a> |
33 |
| -</p> |
34 |
| -<p> |
35 |
| - NBA champion Steve Kerr bringing over his magic. Literally. |
36 |
| - <a href="http://www.blogdebasket.com/files/steve_kerr_1.jpg"> |
| 34 | + </a> |
| 35 | + </p> |
| 36 | + <p> |
| 37 | + NBA champion Steve Kerr bringing over his magic. Literally. |
| 38 | + <a href="http://www.blogdebasket.com/files/steve_kerr_1.jpg"> |
37 | 39 | The mastermind, Steve Kerr.
|
38 |
| - </a> |
39 |
| -</p> |
| 40 | + </a> |
| 41 | + </p> |
40 | 42 |
|
| 43 | + </main> |
41 | 44 |
|
| 45 | + <footer> |
| 46 | + <p>All of these images brought to you by a quick search on Google. I'm sorry |
| 47 | + if I mess up any sort of copyright issue. I'm just doing this for a |
| 48 | + javascript workshop. </p> |
| 49 | + |
| 50 | + </footer> |
| 51 | + </div> |
42 | 52 |
|
43 | 53 |
|
44 | 54 | </body>
|
| 55 | + |
45 | 56 | </html>
|
0 commit comments