-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
50 lines (46 loc) · 1.44 KB
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
<html>
<head>
<style>
h2{color: #281e22;}
.container-fluid{background-color: #d3d3d3;}
.list{
font-size: 22px;
}
.center-block{
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="container-fluid">
<div>
<h1 class="text-center"><b>Elon Musk</b></h1></div>
<h2 class="text-center">The man who is changing the world for good!<h2>
<div class="row">
<div class="row">
<div class="span4"></div>
<div class="span4"><img class="center-block" src="http://static6.techinsider.io/image/561d0149bd86ef16008c1515-911-683/elon%20musk-1.jpg"/></div>
<div class="span4"></div>
</div>
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2"><h2 class="text-center">Here's the timeline of Elon's various companies: </h2>
<ul class="list">
<li>zip2</li>
<li>PayPal</li>
<li>SpaceX</li>
<li>Tesla</li>
<li>SolarCity</li>
<li>Hyperloop</li>
<li>OpenAI</li>
</ul>
<blockquote>
<p>"Some people don't like change, but you need to embrace change if the alternative is disaster."</p>
<footer><cite>Elon Musk</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/Elon_Musk" target="_blank">Wikipedia entry</a>.</h3>
</div>
</div>
</div>
</body>
</html>