-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>Welcome | Future by the Future</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" href="https://markalab.github.io/future/images/icon.png">
</head>
<body>
<center>
<nav>
<ul>
<li><a href="index.html">WELCOME</a></li>
<li><a href="schedule.html">SCHEDULE</a></li>
<li><a href="location.html">LOCATION</a></li>
<li><a href="code.html">CODE OF CONDUCT</a></li>
</ul>
</nav>
</center>
<p style="font-size:0.5em">Image credit: NSF, LIGO, Sonoma State University, A. Simmonet</p>
<img src="images/GW170817_crop.jpeg" width="100%">
<center>
<h2 style="color:#efefef">FUTURE BY THE FUTURE</h2>
<p>Workshop on the vision for the next decades in astrophysics with gravitational waves and other cosmic messengers</p>
<p>Nov. 30 - Dec. 1, 2018<br>
Columbia University, New York City</p>
<img src="images/columbia_logo.png" width="20%">
</center>
</body>
</html>