This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdavemirra.html
54 lines (53 loc) · 1.96 KB
/
davemirra.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dave Mirra Tribute Page</title>
<style type="text/css">
body {
margin-top: 60px;
}
</style>
</head>
<body>
<div class="container"
<div class="jumbotron""
<div class="row">
<div class="col-xs-12">
<h1 class="text-center">
Dave Mirra</h1>
<h2 class="text-center"><em>
One of the greatest athletes of all time.</em></h2>
<div class="thumbnail">
<img src="http://a1.espncdn.com/photo/2013/1106/as_bmx_mirra_2048.jpg"></div>
<div class="caption text-center">Dave Mirra speaking at X-Games.</div>
</div>
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h3>Here is a timeline of Dave's life:</h3>
<ul>
<li><b>1976</b> - Born in Chittenango, New York.</li>
<li><b>1987</b> - Jones Haro BMX team.</li>
<li><b>1992</b> - Turns pro.</li>
<li><b>1995 - 2009</b> - Wins a medal at every X-Games except 2006.</li>
<li><b>2005</b> - Won best male action sports athlete ESPY.</li>
<li><b>2008</b> - Starts competing in rallycross.</li>
<li><b>2016</b> - Is found dead in his truck with a self inflicted gun shot wound.</li>
</ul>
<blockquote>
a great friend and wonderful human being
<footer><cite>Allen Thomas, the mayor of Greenville
</cite>
</footer>
</blockquote>
<h3>If you have time, you should read more about this incredible human being on his <a href="https://en.wikipedia.org/wiki/Dave_Mirra" target="_blank">Wikipedia entry</a>.</h3>
</div>
</div>
</div>
</div>
<hr>
<footer class="text-center">
<p>Written and coded by <a href="http://www.freecodecamp.com/travisboss" target="_blank">Travis Boss</a>.</p>
</footer>
</div>
</body>
</html>