-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresearchers.html
36 lines (35 loc) · 1.38 KB
/
researchers.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { background-color: #8a237e;}
main { width: 80%; margin: auto;
background-color: white;
padding: 10px; line-height: 2em;
}
header { text-align: center; }
#box { width: 25%; margin: auto; font-size: 1.25em; }
</style>
<title>NSF GIRLS Researchers Page</title>
</head>
<body>
<main>
<header>
<img id="logo" src="GaleForce-logo.jpg" alt="GaleForce" width="300px">
<h2>NSF GIRLS Researcher Links</h2>
</header>
<div id="box">
<ul>
<li><a href="https://docs.google.com/spreadsheets/d/19crOXoPCuUseAIGFb4IwfFROtlTagmvwnKli_zcv6FY/edit?usp=sharing" target="_blank">July workshop schedule</a></li>
<li><a href="https://teachers.jacobbashista.com/locations.html" target="_blank">Current location of players</a></li>
<li><a href="https://galeforce.netlify.app/blocks/monitor.html" target="_blank">Coding Activity Log</a></li>
<li><a href="https://galeforce.netlify.app/blocks/showsavedblocks" target="_blank">Coding Artifacts</a></li>
<li><a href="" target="_blank">Audio files (TBA)</a></li>
</ul>
</div>
</main>
</body>
</html>