-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·238 lines (205 loc) · 7.82 KB
/
Copy pathindex.html
File metadata and controls
executable file
·238 lines (205 loc) · 7.82 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Code & Beats</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="img/favicon.ico">
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- video -->
<section id="motion">
<video loop autoplay muted id="intro-video">
<source src="/video/bg.mp4" type="video/mp4"/>
</video>
</section>
<section class="header-10-sub v-center bg-midnight-blue">
<div class="background"></div>
<div>
<div class="container">
<div class="logo"></div>
<br>
<div class="date">
FEB 27, 2015
<br/>
NYC
</div>
<br>
<div class = "title">
<div class="main-title"><CODE> + BEATS</div>
</div>
<div class = "info">
HACKATHON
<br>
<div class = "special">
AND
</div>
HIP HOP PARTY
<br>
<div class = "special">
WITH SPECIAL GUESTS
</div>
</div>
<br>
<div class = 'social'>
<a href = "http://twitter.com/codeandbeats">
<img src = "img/twitter-256.png" />
</a>
<a href = "http://instagram.com/codeandbeats">
<img src = "img/instagram-256.png" />
</a>
</div>
</div>
</div>
<a class="control-btn fui-arrow-down" href="#event-info"> </a>
</section>
<!-- content-7 -->
<section id="event-info" class="content-7 v-center">
<div>
<div class="container">
<br><br>
<h3 style="text-align:center">THE HACKATHON IS THE PARTY</h3>
<div class = "event-copy">
Code + Beats is a party + hackathon that celebrates programming as a performance art. We bridge the gap between music and tech culture to create a unique multimedia experience unlike any other
<br><br>
<center>
<table cellpadding="20" width="90%" style="max-width: 60vw;">
<!--
<tr>
<td width="100">
<center>
<a href = "http://flatironschool.com/">
<img src = "/img/flatiron.png" width = "67" />
</a>
</center>
</td>
<td width="100">
<center>
<a href = "http://www.bighuman.com/">
<img src = "/img/bighuman.gif" width = "27" />
</a>
</center>
</td>
</tr>
-->
<tr>
<td width="100">
<center>
<a href = "http://wearedelasoul.com">
<img src = "/img/dela-logo.png" width = "65" />
</a>
</td>
<td width="100">
<center>
<a href = "http://daisycollective.com/">
<img src = "/img/daisy_logo.png" width = "65" />
</a>
</td>
<td width="100">
<center>
<a href = "http://wearefractal.com">
<img src = "/img/fractal.png" width = "65" />
</a>
</center>
</td>
</tr>
<!--
<tr>
<td width="100">
<center>
<a href = "http://wemakemusic.com/">
<img src = "/img/wmm-logo.png" width = "97" />
</a>
</center>
</td>
<td width="100">
<center>
<a href = "http://digitalocean.com/">
<img src = "/img/do-logo.png" width = "97" />
</a>
</center>
</td>
</tr>
-->
</table>
<!--
<div>
<br><br>
<form action="//forms.brace.io/brandonhixon@gmail.com" method="post">
<table class = 'contact-form'>
<tr>
<td>
<label class="h6">Name</label>
</td>
</tr>
<tr>
<td>
<input type="text" name="name">
</td>
</tr>
<tr>
<td>
<label class="h6">Your email</label>
</td>
</tr>
<tr>
<td>
<input type="email" name="_replyto">
</td>
</tr>
<tr>
<td>
<label class="h6">Subject</label>
</td>
</tr>
<tr>
<td>
<input type="text" name="_subject">
</td>
</tr>
<tr>
<td><label class = "h6">Where should we hold the next C+B?</label></td>
</tr>
<tr>
<td>
<select name="city">
<option>NYC
<option>LA
<option>San Francisco
<option>Chicago
<option>Detroit
<option>Austin
<option>London
<option>Tokyo
</select>
</td>
</tr>
<tr>
<td>
<label class="h6">Message</label>
</td>
</tr>
<tr>
<td>
<textarea rows="7" name="message"></textarea>
</td>
<tr>
<tr>
<td>
<button type="submit" class="submit">Send</span>
</button>
</td>
</tr>
</table>
</form>
</div>
</div>
-->
</section>
</body>
</html>