-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (64 loc) · 2.29 KB
/
index.html
File metadata and controls
74 lines (64 loc) · 2.29 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="DBStylesheet2.css">
<header>
<!--- Navigation bar -->
<div class="nav">
<div id="clearfix">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="./publications.html">Career</a></li>
<li><a href="./DBChallenges.html">Challenges</a></li>
<li><a href="./Timeline.html">Timeline</a>
<li><a href="./DBExploreMore.html">Explore More</a>
</ul>
</div>
</div>
</header>
</head>
<title>DB_intro</title>
<style>
body{
color:white;
}
img{
border: 7px solid #77B6EA
}
p{
font-size:20px;
}
h3{
font-size:23px;
}
.p{
font-size:18px;
}
</style>
</head>
<link rel= "stylesheet" type="text/css" href="DBstylesheet.css">
</head>
<body background="https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/N69pMl5/stars-rotating-north-pole-star-night-sky-polaris-time-lapse_hglvfkca_thumbnail-full01.png">
<br>
<br>
<h1><img src="https://raw.githubusercontent.com/amnh/HackTheSolarSystem/master/challenges/The_Women_Of_Space_Science/Bennett/290485.jpg" width="450px" height="550px" align="right"><center>Breaking Barriers with Dorothy A. Bennett</center></h1>
<br>
<br>
<center>
<p><h3><i>Welcome! This website is dedicated to providing information on Dorothy Bennett. She a part of a group of women who charted the frontiers of planetary and astronomical science at <span style="color:#77B6EA;">The American Museum of Natural History</span>, but her work doesn’t stop there!</i></b></h3>
</center>
<hr>
<p><b><i>Bennett was known for many things throughout her life, some of those things were:</p>
<p>1) Author</p>
<p>2) Curator</p>
<p>3) Publisher</p>
<br>
<hr>
<br>
<br> </i>
<center><h2>A famous quote of Dorothy A. Bennett:</h2></center>
<br>
<center><p> <i> So perfect are the images in relative brilliance and position that the illusion of space is unbelievably real and the crispness of the night air is almost sensible beneath the blueness of the night sky. So breathtakingly beautiful are the starry heavens that their first appearance, accompanied by music, never fails to draw a gasp of wonder from the audience. </i> </p></center>
</body>
</html>