-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterest.html
47 lines (47 loc) · 1.92 KB
/
interest.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Welcome - Space Coast DSA</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div class="container">
<div class="row">
<nav class="column column-20">
<a href="/">
<img class="full-width" src="/img/logo.png" />
</a>
<img class="full-width" src="/img/logo.png" />
<a class="button button-outline full-width" href="/">
Home
</a>
<a class="button button-outline full-width" href="https://dsausa.org">
DSA USA
</a>
<a class="button full-width" href="/interest">
Register Interest
</a>
</nav>
<div class="column">
<header>
<div class="red">
<h1 class="margin-bottom-s">Space Coast DSA</h1>
<h2>
<small>Organizing Committee for Brevard, FL</small>
</h2>
</div>
</header>
<main>
<p>Coming soon!</p>
</main>
</div>
</div>
</div>
</body>
</html>