-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="rsvps for the conference">
<meta name="author" content="colab">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colab Conference 2016</title>
<link href="styles.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,800' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper">
<h1>colab conference</h1>
<div class="content">
<a class="button" target="_blank" href="http://goo.gl/forms/qcklKwjz8K">RSVP</a>
<div class="time">
<p>October 1<p>
<p class="year">2016<p>
<p>Projects going until Oct 8</p>
</div>
<div class="place">
<p><a target="_blank" href="https://www.google.com/maps/place/656+Fairview+School+Ln,+Gainesboro,+TN+38562/@36.3731367,-85.5926968,17z/data=!3m1!4b1!4m2!3m1!1s0x886702bcff3476dd:0x15a24927fe88a687">656 Fairview School Lane, Gainesboro, TN.</a></p>
<p><a target="_blank" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</body>
</html>