-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
31 lines (31 loc) · 1.11 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
<html>
<head>
<title>Maine Civic Hack Day</title>
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background: url(images/bg.jpg) no-repeat center center fixed transparent;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family:Helvetica, Arial;
}
header { padding:5px 20px; }
p.date { font-size:18pt; }
</style>
<script type="text/javascript">window.location = "http://www.civichack.me/2017/"</script>
</head>
<body>
<div class="container-fluid main">
<div class="row-fluid">
<header class="span12">
<h1>MAINE CIVIC HACK DAY</h1>
<p><b>Come</b> hack. <b>Help</b> folks. <b>Build</b> community.</p>
<p class="date">TBD</p>
<a class="btn btn-danger" href="2017/">We need you!</a>
</header>
</div>
</div>
</body>
</html>