-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 813 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>HireMe | Neil deGrasse Tyson</title>
<link href="https://fonts.googleapis.com/css?family=Geostar+Fill" rel="stylesheet">
</head>
<body>
<h1>Hire Neil deGrasse Tyson</h1>
<p>Astrophysicist, educator, showman for the stars.</p>
<img src="https://images.bwwstatic.com/columnpic10/2F064EB6F-959A-B3DA-FE1C8D6466F77216.jpg">
<ul>
<li>
Head of Planetarium at New York Museum of Natural History
<ol>
<li>New York city native</li>
<li>Researcher as well as director</li>
</ol>
</li>
<li>Host of StarTalk Podcast</li>
<li>Host of Netflix show Cosmos</li>
</ul>
</body>
</html>