-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.71 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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>nyc.musichackathon.com</title>
<title>Music Hackathon NYC</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><img src="images/mmh.png" /></h1>
<h1>Monthly Music Hackathon NYC</h1>
<p>An all-day event for musicians and engineers to create music-related projects and perform or present them in an evening concert.</p>
<h3>Next meeting: Dec 15th, Lower Manhattan (<a href="https://www.hackerleague.org/hackathons/monthly-music-hackathon-nyc">more info</a>)<h3>
</header>
<section>
<div id="link_spacer"></div>
<ul>
<li><a href="http://www.facebook.com/musichackathon">Facebook</a></li>
<li><a href="https://github.com/musichackathon">Github</a></li>
<li><a href="https://www.hackerleague.org/hackathons/monthly-music-hackathon-nyc">Hacker League</a></li>
<li><a href="http://soundcloud.com/musichackathon">Soundcloud</a></li>
<li><a href="https://twitter.com/musichackathon">Twitter</a></li>
<li><a href="http://musichackathon.tumblr.com">Tumblr</a></li>
<li><a href="http://ex.fm/hackathon">exfm</a></li>
<li><a href="http://eepurl.com/pNXJP">Mailing List</a></li>
</ul>
</section>
<footer></footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>