forked from codeforboston/codeforboston.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold_ndoch.html
151 lines (111 loc) · 4.28 KB
/
old_ndoch.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
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
<!DOCTYPE html>
<html class="one-off">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>National Day Of Civic Hacking</title>
<meta name="description" content="National Day Of Civic Hacking">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="/css/big-event.css">
<link rel="canonical" href="http://codeforboston.org/ndoch/">
<link rel="alternate" type="application/rss+xml" title="Code For Boston" href="http://codeforboston.org/feed.xml" />
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));</script>
</head>
<body>
<div class="main">
<header>
<div class="branding">
<a class="logo" href="/"> <img src="/img/code_for_boston_logo.png" alt="Code For Boston"> </a>
<a class="nd-logo" href="/"> <img src="/img/nd_logo_light.png" alt="Code For Boston"> </a>
<h1>Welcome!</h1>
</div>
<div class="information">
<span class="info-icon">i</span>
<h2>
<small>WIFI:</small> <span class="text-mono"> Cambridge</span> | <span class="text-mono"> nc0607</span>
</h2>
<h2>http://j.mp/ndoch2015boston</h2>
</div>
</header>
<div class="content-blocks">
<div class="timeline">
<div class="timeline-header">
<h2>SCHEDULE</h2>
</div>
<ul class="events">
<h3>Saturday</h3>
<li>
<span class="time">9:00 AM</span>
<h4 class="event">Doors Open - Breakfast!</h4>
</li>
<li>
<span class="time">10:00 AM</span>
<h4 class="event">Pitches</h4>
</li>
<li>
<span class="time">11:00 AM</span>
<h4 class="event">Open Work Session</h4>
</li>
<li>
<span class="time">12:00 PM</span>
<h4 class="event">Lunch Is Served</h4>
</li>
<li>
<span class="time">5:00 PM</span>
<h4 class="event">Present/Share out</h4>
</li>
<li>
<span class="time"></span>
<h4 class="event">Doors Close</h4>
</li>
</ul>
<div class="help">
<p>Questions or concerns? Ask anyone w/ a Code for America lanyard or email <strong>[email protected]</strong></p>
</div>
</div>
<div class="donors-section">
<h3>Special thanks to our generous donors:</h3>
<ul class="donors">
<img src="/img/ndoch_donors/cfa_icon.png" alt="Code for America">
<img src="/img/ndoch_donors/msft_icon.png" alt="Microsoft">
<img src="/img/ndoch_donors/vmware_icon.png" alt="VMWare">
<img src="/img/ndoch_donors/zipcar.png" alt="Zipcar">
</ul>
<ul class="donors">
<img src="/img/ndoch_donors/falafel_icon.png" alt="Amsterdam Falafel">
<img src="/img/ndoch_donors/pizza_icon.png" alt="Cambridge Pizzeria">
<img src="/img/ndoch_donors/chipotle_icon.png" alt="Chipotle">
<img src="/img/ndoch_donors/hirise_icon.png" alt="Hi Rise">
<img src="/img/ndoch_donors/spindrift_icon.png" alt="Spindrift">
</ul>
</div>
<footer>
</footer>
</div>
<div class="twitter-feed">
<a class="twitter-timeline"
data-dnt="true"
href="https://twitter.com/search?q=%23hackforchange%20OR%20%23ndoch%20OR%20%23civictechbos"
data-widget-id="604444746703093762"
data-chrome="nofooter transparent">#NDoCH Tweets</a>
</div>
<div class="twitter-footer">
<p>#NDOCH, #CIVICTECHBOS, #HACKFORCHANGE</p>
</div>
</div>
</body>
</html>