-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (102 loc) · 4.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<div class="container">
<div class="jumbotron">
<div class="container">
<div class="col-xs-12">
<h1 class="text-primary text-center"><span class="fa fa-bolt bolt-title"> </span>Sahil Malhotra</h1>
<p class="text-center"><i>Developer of</i> <b>The</b> <i>Web Services </i></h2>
</div>
<div class="panel panel-default">
<div class="panel-body">
<div class="hovereffect">
<img class="img-responsive" src="http://cdn.images.express.co.uk/img/dynamic/67/590x/Wayne-Rooney-616833.jpg">
<div class="overlay">
<p class="overlay-text"><a href="http://cdn.images.express.co.uk/img/dynamic/67/590x/Wayne-Rooney-616833.jpg">Learn more about this amazing Sportsman</a>
</p>
</div>
</div>
</div>
<div class="panel-footer"> <h4 class="text-center"> <i class="fa fa-camera-retro"></i> Wayne Rooney <b>(Footballer)</b></p>
</div>
</div>
<section class="timeline">
<ul class="timeline-list">
<li>
<div>
<time><h4><b><i class="fa fa-child" aria-hidden="true"></i>
1997</b></h4><time>
Wayne Rooney was born in the small mountain village called Smiljan in the Austrian Empire.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1861</b></h4><time>
Rooney's older brother Dane was killed in a horse-riding accident.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1882</b></h4><time>
Rooney moved to France where he worked on electrical equipment at the Continental Edison Company.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1884</b></h4><time>
Rooney immigrated to the United States where he worked for Thomas Edison before resigning a year later to work on his own projects.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1891</b></h4><time>
Rooney demonstrated as one of worlds first Wireless Energy transmission. This is also the year in which he invents the famous Tesla Coil.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1895</b></h4><time>
Tesla designed the first hydroelectric power plant at the Niagara Falls.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1896</b></h4><time>
Tesla patented the base system of radio.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1899</b></h4><time>
Tesla moved to Colorado Springs, California where he did high frequency experiments.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1906</b></h4><time>
Tesla designed one of worlds first bladeless turbines.
</div>
</li>
<li>
<div>
<time><h4><b><i class="fa fa-info" aria-hidden="true"></i> 1917</b></h4><time>
Tesla was awarded the Edison Medal
</div>
</li>
<li>
<div>
<time><h4><b>† 1943</b></h4><time>
Tesla died in the Hotel New Yorker at age 86.
</div>
</li>
</ul>
</section>
<div class="well quote-well">
<blockquote class="quote-holder">
<p>Nature may reach the same result in many ways.
</p>
<footer><cite title="Source Title">Wayne Rooney </cite></footer>
</blockquote>
</div>
</div>
</div>
</div>