-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.html
39 lines (29 loc) · 1.04 KB
/
form.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
---
layout: default
title: Tell your story
---
<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>Tell your story</h1>
<p>Tell us your memories of music in DC. We'll put them all together and share them back out.<br/> <a href="/">>>Homepage</a>
</p>
<p>
<p>
<iframe src="https://docs.google.com/forms/d/1U_1E-tcTXmYOq7GZd2G2k9V8ihrPFWz_YVxm_Qp69xI/viewform?embedded=true" width="100%" height="2000" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</p>
</div>
<div class="col-lg-12 footer-graphic">
</div>
{% include _global_js.html %}
</body>
</html>