-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (40 loc) · 2.05 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
---
layout: default
title: the DC Music Project
---
<div class="scenery">
<div class="bands">
<div class="band band1"></div>
<div class="band band2"></div>
<div class="band band3"></div>
<div class="band band4"></div>
<div class="band band5"></div>
<div class="band band6"></div>
</div>
</div>
<div class="givethemansomeroom">
<div class="col-lg-12 hero">
<h1>the DC Music Project</h1>
<h2>dcmusicproject.org</h2>
<p>In celebration of the District and the <a href="http://www.funkparade.com">Funk Parade</a>, this is the DC Music Project. We're building a people's history of the city's music and what it means to all of us.
</p>
<p>The full site will launch in the coming weeks with everyone's stories for the world to see.</p>
<p>
Get involved! Here are 3 ways to make this thing incredible.
<p>
<span class="number">[ONE]</span> <a href="/form.html">Tell us your story.</a> What was the first time you heard music performed? What was your most memorable show?
</p>
<p>
<span class="number">[TWO]</span> Volunteer! Come to the next <a href="http://meetup.com/Code-for-DC">Code for DC meetup</a> and help put these stories on the web. We need coders, writers, graphic designers, musicians, historians, ...you get the idea.
</p>
<p>
<span class="number">[THREE]</span> Partner! Are you an artist or a venue owner? We'd love to add your shows. Are you a librarian or journalist? Let's add your archive to the site. <a href="http://www.twitter.com/mattbailey0">Get in touch!</a>
</p>
</div>
<div class="col-lg-12 footer">
<a href="http://www.codefordc.org"><img src="/images/c4dc-logo-white-250px.png" /></a>
<a href="http://www.codeforprogress.org"><img src="/images/code-for-progress.jpg" /></a>
</div>
{% include _global_js.html %}
</body>
</html>