-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<img src="./lewis-hamilton-mercedes-amg-1.jpg" alt="photo of Lewis Hamilton" height="200" />
<h1>Lewis Hamilton</h1>
<pre>Formula 1 World Champion</pre>
<p> Ph: +1-541-754-3010
<a href="mailto:lewis.hamilton@gmail.com">lewis.hamilton@gmail.com</a><br/>
<a href="https://lewis-hamilton.com">https://lewis-hamilton.com</a>
London,United Kingdom
</p>
<marquee>"The only limit to our realization of tomorrow will be our doubts of today."</marquee>
<h2>Summary</h2>
<hr/>
<p>I am a professional Formula 1 driver with over 15 years of experience and
7 world championships under my belt. I am dedicated, competitive and always
strive for perfection in my craft. With my experience and skills I have been able
to achieve great results and am always looking for new challenges to push myself to be the best.
</p>
<h2>Experince</h2>
<hr/>
<h3>Formula 1 Driver 2013-Ongoing</h3>
<h4>Mercedes</h4>
<p>I am a professional Formula 1 driver with Mercedes, I have been with the team since 2013 and
have won 7 world championships with them.
<ul>
<li>Won 7 Formula 1 World Championships with Mercedes (2014, 2015, 2016, 2017, 2018, 2019, 2020)</li>
<li>Scored a total of 98 Grand Prix wins and 155 podiums</li>
<li>Broke the all-time record for pole positions in F1 history with 97</li>
<li>Became the first driver in the history of the sport to score more than 400 points
in a single season</li>
</ul>
</p>
<h3>Formula 1 Driver 2007-2012</h3>
<h4>McLaren</h4>
<p>I began my Formula 1 career with McLaren, where I drove for them from 2007 to 2012.
<ul>
<li>Won 1 Formula 1 World Championship with McLaren (2008)</li>
<li>Scored a total of 4 Grand Prix wins and 13 podiums</li>
<li>Became the youngest driver to win a Grand Prix at the time (22 years old)</li>
</ul>
</p>
<h2>Education</h2>
<hr/>
<h3>High School Diploma 1995-2000 </h3>
<p>The John Henry Newman School Stevenge,United Kingdom</p>
<h2>Language</h2>
<hr/>
<pre>English-Native German-Proficient</pre>
<h2>Others</h2>
<hr/>
<ol>
<li><a href="./strength.html">Strengths</a></li>
<li><a href="./Achievements.html">Achievements</a></li>
</ol>
</body>
<footer>
<pre align="center">Formula 1 driving • Race strategy • Mental and physical training • Team management</pre>
</footer>
</html>