This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·39 lines (33 loc) · 1.76 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>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>South Side Hackerspace Chicago</title>
<meta name="description" content="chicago south side cooperative hacker space">
<meta name="author" content="Alex Z">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body>
<div class="wrapper">
<div class="copy" role="main">
<h1><img src="img/ssh-logo.png">ssh:chicago</h1>
<p>We are a group of hackers on the south side of Chicago (most of us live around Bridgeport/Pilsen),
who have put together a social and collaborative space for ourselves and the community.</p>
<p>We want hackers, tinkerers, hobbyists, crafters, artists and doers to take part in this
spectacular and fantastical social experiment.</p>
<h2>How can I get involved?</h2>
<p>Come to our meetings Wednesday nights at 7:30PM at the Mana Arts Lofts, 2233 S. Throop St, Unit 214, Chicago, IL 60608 and/or join our <a href="http://groups.google.com/group/southsidehackers/">Google discussion group</a>.</p>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
</body>
</html>