-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathShaw.html
261 lines (224 loc) · 8.7 KB
/
Shaw.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<html>
<title>Dr. Evelyn Shaw</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
</style>
<body>
<style>
body {
background-color: #f2f2f2;
}
.navbar {
overflow: hidden;
background-color: #333;
font-family: Arial, Helvetica, sans-serif;
}
.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: grey;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
<div class="navbar">
<a href="Shaw.html">HOME</a>
<div class="dropdown">
<button class="dropbtn">ABOUT
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="About.html">BIOGRAPHY</a>
<a href="adversities.html">ADVERSITIES</a>
</div>
</div>
<a href="Research.html">RESEARCH</a>
<a href="Publications.html">PUBLICATIONS</a>
<div class="dropdown">
<button class="dropbtn">LEGACY
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="Contributions.html">SHAW'S CONTRIBUTIONS</a>
<a href="Challenge.html">HACK THE DEEP</a>
<a href="Social_Media.html">SOCIAL MEDIA</a>
</div>
</div>
</div>
<h1 class="w3-wide" style= "text-align: center; font-size: 50px">DR. EVELYN SHAW</h1>
</div>
<div id= "quote" style= "text-align: center; margin-left: 80px; margin-right:80px; background-color: #333; height: 150px;">
<p style= "margin-left: 80px;margin-right: 80px; padding-top: 10px; padding-bottom: 10px; color: white; font-size: 16px;">"I don't believe that women need to be encouraged to go into science- they are already enthusiastic and interested. What needs to be encouraged in women is that the belief that they can be dedicated scientists and still have time for a home and family."<br></br> -Dr. Evelyn Shaw</p>
</div>
<!-- Page content -->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<!-- Automatic Slideshow Images -->
<div class="mySlides w3-display-container w3-center">
<img src="https://files.slack.com/files-pri/T0F1RNWJE-F96HXEBK2/evelyn_shaw.jpg"
style="width:80%;height:500px;">
</div>
</div>
<div class="mySlides w3-display-container w3-center">
<img src="https://www.amnh.org/var/ezflow_site/storage/images/media/amnh/images/exhibitions/permanent-exhibitions/human-origins-and-culture-halls/hall-of-african-peoples/146475-1-eng-US/hall-of-african-peoples_dynamic_lead_slide.jpg" style="width:80%;height:500px;">
</div>
</div>
<div class="mySlides w3-display-container w3-center">
<img src="http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/AMNH_Lead_0.jpg?itok=sZorEEmX"
style="width:80%;height:500px;">
</div>
</div>
<!-- Home Section -->
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:800px" id="band">
<h2 class="w3-wide">Dr. Evelyn Shaw </h2>
<p class="w3-opacity"><i>January 19, 1927 - May 19, 2003</i></p>
<p style = "text-align: center;"> Dr. Shaw, a writer and biologist, was the daughter of Polish immigrants.
She graduated from NYU and Started working in the American Museum of Natural History as a scientist and curator.
Shaw later became one of the most exceptional members of the AMNH staff.
She researched and published several papers about fish that swam in schools. </p>
<div class="w3-row w3-padding-32">
</div>
</div>
<!-- Mailing List Section -->
<div style= "background-color: #333" id="tour">
<div class="w3-container w3-content w3-padding-64" style="max-width:800px">
<h2 class="w3-wide w3-center" style= "color: white" >Mailing List</h2>
<p class="w3-center" style= "color: white" ><i>Join today to receive special messages!</i></p><br>
<div class="w3-row-padding w3-padding-32" style="margin:0 -16px; text-align: center">
<div id = "button>
<button style= "text-align: center;" class="w3-button w3-black w3-center" onclick="document.getElementById('ticketModal').style.display='block'">CLICK TO JOIN</button>
</div>
</div>
</div>
</div>
</div>
<!-- Ticket Modal -->
<div id="ticketModal" class="w3-modal">
<div class="w3-modal-content w3-animate-top w3-card-4">
<header class="w3-container w3-indigo w3-center w3-padding-32">
<span onclick="document.getElementById('ticketModal').style.display='none'"
class="w3-button w3-indigo w3-xlarge w3-display-topright">×</span>
<h2 class="w3-wide"><i class="fa fa-suitcase w3-margin-right"></i>Registration</h2>
</header>
<div class="w3-container">
<p><label><i class="fa fa-shopping-cart"></i> Name:</label></p>
<input class="w3-input w3-border" type="text" placeholder=" ">
<p><label><i class="fa fa-user"></i> Email:</label></p>
<input class="w3-input w3-border" type="text" placeholder=" ">
<button class="w3-button w3-block w3-indigo w3-padding-16 w3-section w3-right">Submit <i class="fa fa-check"></i></button>
<button class="w3-button w3-black w3-section" onclick="document.getElementById('ticketModal').style.display='none'">Close <i class="fa fa-remove"></i></button>
<p class="w3-right">Need <a href="#" class="w3-text-blue">help?</a></p>
</div>
</div>
</div>
<!-- End Page Content -->
</div>
<!-- Add Google Maps
<div id="googleMap" style="height:400px;" class="w3-grayscale-max"></div>
<script>
function myMap() {
myCenter=new google.maps.LatLng(40.781324, -73.973988);
var mapOptions= {
center:myCenter,
zoom:12, scrollwheel: false, draggable: false,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
var marker = new google.maps.Marker({
position: myCenter,
});
marker.setMap(map);
}
</script>-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-xlarge">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<p class="w3-medium">Powered by <a href="http://www.bridgeup.org/bu-stem/" target="_blank">BridgeUp:STEM - Brown Scholars 2018 Hack the Deep</a></p>
</footer>
<script>
// Automatic Slideshow - change image every 4 seconds
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 2000);
}
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
// When the user clicks anywhere outside of the modal, close it
var modal = document.getElementById('ticketModal');
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
</body>
</html>