forked from hacks/hacks.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>hacks.io</title>
<meta name="description" content="A meetup group for hackers and
makers at Northeastern University" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<header>
<h1>NU Hacks</h1>
</header>
<div id="main">
<p>We meet up every Thursday from 8:30pm to midnight-ish in 366 <a
href="https://www.google.com/maps/place/West+Village+H+-+Northeastern+University+College+of+Computer+and+Information+Science/@42.3386355,-71.0922852,19z/data=!3m1!4b1!4m2!3m1!1s0x89e37a21e508c237:0x63e08de036dfca4a" target="_blank">West Village H</a> to hang out, talk about making things, and work on our
projects.</p>
<p>If you like making, breaking, hacking, designing, building,
and other creative-type things, you should hang with us.</p>
<ul>
<li><a href="https://facebook.com/groups/nuhacks"
target="_blank">join our facebook group</a></li>
<li><a href="http://eepurl.com/EFQcH" target="_blank">sign up for
our mailing list</a></li>
<li><a href="http://mentors.hacks.io/">learn about our mentors</a></li>
<li><a href="https://twitter.com/NUHacks" title="@NUHacks">birdwatching info</a></li>
<li><a href="http://tilde.hacks.io/">visit our social network / totally standard unix server</a></li>
</ul>
</div>
<script type="text/javascript" src="//use.typekit.net/kea5wda.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</body>
</html>