-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (67 loc) · 4.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Bradgutor Pitt">
<meta name="description" content="CV: Bradgutor Pitt aims to provide you with a short, but oh so sweet, summary of the pokémon actors achievements in life. Please hire him!">
<link rel="stylesheet" href="style.css">
<title>CV: Bradgutor Pitt</title>
</head>
<body>
<header>
<h1>Curriculum Vitae</h1>
</header>
<main>
<div id="biography">
<img src="103Bradgutor_Smile.gif" alt="Bradgutor looking dashing, stomping around and living his best life.">
<div>
<p>My name is Bradgutor Pitt. I am a pokémon actor from Shawnee, Oklahoma, though I now live in Los Angeles like every other actor.</p>
<p>I have a wide range of acting skills, from action and thriller to comedy and drama. I am known for playing charismatic male leads, and have been described as the world's most attractive man by several media outlets. Nowadays I prefer subtler roles, including those where I play a father figure, which I am to my six children.</p>
<p>Apart from acting, I have experience as a producer for many films with my own production company Plan B Entertainment, of which I am the CEO. In my spare time, I enjoy philantropy, architecture, and skateboarding. In my work with the Make It Right Foundation, I get to combine at least two of these interests—sometimes all three!</p>
</div>
</div>
<div id="merits">
<div id="movies">
<h2>Movies</h2>
<ul class="movie">
<li>Once Upon a Time... In Hollywood (2019)</li>
<li>The Big Short (2015)</li>
<li>World War Z (2013)</li>
<li>Moneyball (2011)</li>
<li>The Curious Case of Benjamin Button (2008)</li>
<li>Babel (2006)</li>
<li>Troy (2004)</li>
<li>Ocean's Eleven (2001)</li>
<li>Fight Club (1999)</li>
<li>12 Monkeys (1995)</li>
<li>Se7en (1995)</li>
<li>Thelma & Louise (1991)</li>
</ul>
</div>
<div id="awards">
<h2>Awards</h2>
<ul>
<li><span class="winner">Winner: </span>Academy Award for Best Supporting Actor, <span class="movie">Once Upon a Time... In Hollywood (2019)</span></li>
<li><span class="winner">Winner: </span>Academy Award for Best Motion Picture (as producer), <span class="movie">12 Years a Slave (2013)</span></li>
<li><span class="winner">Winner: </span>Golden Globe for Best Supporting Actor, <span class="movie">Twelve Monkeys (1995)</span></li>
<li><span class="nominee">Nominee: </span>Academy Award for Best Motion Picture (as producer), <span class="movie">The Big Short (2015)</span></li>
<li><span class="nominee">Nominee: </span>Academy Award for Best Actor, <span class="movie">Moneyball (2011)</span></li>
<li><span class="nominee">Nominee: </span>Academy Award for Best Actor, <span class="movie">The Curious Case of Benjamin Button (2008)</span></li>
<li><span class="nominee">Nominee: </span>Golden Globe for Best Actor, <span class="movie">The Curious Case of Benjamin Button (2008)</span></li>
</ul>
</div>
</div>
<address>
<h2>Contact</h2>
<ul>
<li>Brad Pitt</li>
<li>123 Hollywood Blvd.</li>
<li>CA 45678 USA</li>
<li><a href="#">[email protected]</a></li>
</ul>
</address>
</main>
</body>
</html>