forked from zachwaugh/baltimorehackathon
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
97 lines (83 loc) · 3.78 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>The Third Baltimore Hackathon</title>
<link rel="stylesheet" href="css/application.css" media="all" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<div id="ribbon">
<img src="images/wing-timepiece.png" style="vertical-align: middle"/>
Check out the <a href="2010/index.html">First Hackathon's website</a> or the <a href="2012/index.html">Second Hackathon's website</a> to see previous winners and what they were like.
<img src="images/wing-timepiece.png" style="vertical-align: middle"/>
</div>
<div id="container">
<div id="wrapper">
<header>
<h1><small>The Third</small><br /><span>B</span>altimore <span>H</span>ackathon</h1>
</header>
<section>
<p>The 2013 Baltimore Hackathon still in planning stages. If you're interested in staying up to date about hackathons in the Baltimore area please join our <a href="https://groups.google.com/forum/#!forum/hackbaltimore">Hack Baltimore Google Group</a>. We're also always on the look for volunteers, organizers, and sponsors so if you're interested join <a href="https://groups.google.com/forum/#!forum/hackbaltimore">Hack Baltimore</a> or send an <a href="mailto:jasondenney@gmail.com">email</a> and let us know!</p>
</section>
<section>
<div class="column">
<h2>What?</h2>
<p>
Build a hardware or software project from idea to prototype in a weekend!
</p>
<p>
You can participate individually or as a team.
</p>
</div>
<div class="column">
<h2>When?</h2>
<p>
Sometime around <a href="http://signup.baltimoreinnovationweek.com/">Baltimore Innovation Week</a>, so late September or early October.<br><br>
</p>
</div>
<div class="column">
<h2>Where?</h2>
<p>
TBD<br><br>
</p>
</div>
<br class="clear" />
<div class="column">
<h2>Why?</h2>
<p>
Bring the community together and have a good time. And, we'll throw in some prizes as the icing on the cake, too.
</p>
</div>
<div class="column">
<h2>Rules</h2>
<p>
The rules are simple. You have a weekend to build a hardware or software project.
</p>
</div>
<div id="how-do-i-participate" class="column">
<h2>How do I participate?</h2>
<p>
Help us organize by joinging the <a href="https://groups.google.com/forum/#!forum/hackbaltimore">Hack Baltimore Google Group</a> or wait till you can register!
</p>
</div>
<br class="clear" />
</section>
</div><!-- #wrapper -->
<footer>
<p>
Questions? Contact <a href="mailto:jasondenney@gmail.com">jasondenney@gmail.com</a>.<br/>
Interested in sponsoring? Contact <a href="mailto:matthew.forr@gmail.com">matthew.forr@gmail.com</a><br />
<small>Designed & Developed by <a href="http://zachwaugh.com">Zach Waugh</a></small><br/>
<small>Updated by <a href="http://twitter.com/kafuchau">Kafu Chau</a></small>
</p>
</footer>
</div><!-- #container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/jquery.scrollTo-1.4.2-min.js"></script>
<script src="js/jquery.eventbrite.js"></script>
<script src="js/underscore.js"></script>
<script src="js/application.js"></script>
</body>
</html>