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