forked from codeforboston/codeforboston.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbig_event.html
127 lines (98 loc) · 4.26 KB
/
big_event.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
---
title: National Day Of Civic Hacking
permalink: "/old_ndoch/"
layout: one_off
type: hidden
---
<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>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{{page.title}}">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="{{ '/css/big-event.css' | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ '/feed.xml' | prepend: site.baseurl | prepend: site.url }}" />
<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="{{ site.baseurl }}/"> <img src="{{ '/img/code_for_boston_logo.png' | prepend: site.baseurl }}" alt="{{ site.title }}"> </a>
<a class="nd-logo" href="{{ site.baseurl }}/"> <img src="{{ '/img/nd_logo_light.png' | prepend: site.baseurl }}" alt="{{ site.title }}"> </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>
{% for eventColl in site.data.events.ndoch %}
<ul class="events">
<h3>{{eventColl.date}}</h3>
{% for event in eventColl.events %}
<li>
<span class="time">{{ event.time }}</span>
<h4 class="event">{{ event.name }}</h4>
</li>
{% endfor %}
</ul>
{% endfor %}
<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' | prepend: site.baseurl }}" alt="Code for America">
<img src="{{ '/img/ndoch_donors/msft_icon.png' | prepend: site.baseurl }}" alt="Microsoft">
<img src="{{ '/img/ndoch_donors/vmware_icon.png' | prepend: site.baseurl }}" alt="VMWare">
<img src="{{ '/img/ndoch_donors/zipcar.png' | prepend: site.baseurl }}" alt="Zipcar">
</ul>
<ul class="donors">
<img src="{{ '/img/ndoch_donors/falafel_icon.png' | prepend: site.baseurl }}" alt="Amsterdam Falafel">
<img src="{{ '/img/ndoch_donors/pizza_icon.png' | prepend: site.baseurl }}" alt="Cambridge Pizzeria">
<img src="{{ '/img/ndoch_donors/chipotle_icon.png' | prepend: site.baseurl }}" alt="Chipotle">
<img src="{{ '/img/ndoch_donors/hirise_icon.png' | prepend: site.baseurl }}" alt="Hi Rise">
<img src="{{ '/img/ndoch_donors/spindrift_icon.png' | prepend: site.baseurl }}" 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>