-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
373 lines (332 loc) · 19.3 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
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<!--
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ │██
│ _____ _____ ____ _ _ ____ ___ _ _ _ _ _____ ____ _____ ___ ___ │██
│ |_ _| ____/ ___| | | |/ ___/ _ \| \ | | \ | | ____/ ___|_ _|_ _/ _ \ │██
│ | | | _|| | | |_| | | | | | | \| | \| | _|| | | | | | | | | │██
│ | | | |__| |___| _ | |__| |_| | |\ | |\ | |__| |___ | |_ | | |_| | │██
│ |_| |_____\____|_| |_|\____\___/|_| \_|_| \_|_____\____| |_(_)___\___/ │██
│ │██
│ │██
│ │██
└────────────────────────────────────────────────────────────────────────────────────────────────────────────┘██
██████████████████████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████████████████
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Site designed and developed by Jake Tobin [email protected] │
│ │
│ Logo by Lena Willoughby and Melanie Nestuerk │
│ │
│ Credit to Beetle (http://mokaine.com/beetle-free-html/) and Layers.css │
│ │
│ Blog credit: Ghost.org theme crisp │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────┘
-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="The Page Description">
<style type="text/css">@-ms-viewport {
width: device-width;
}</style>
<title>TechConnect 2015</title>
<link rel="stylesheet" href="css/layers.min.css" media="screen">
<link rel="stylesheet" href="css/font-awesome.min.css" media="screen">
<link rel="stylesheet" href="style.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400italic,700italic,400,700'
rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-55453123-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="page">
<header role="banner" class="transparent light">
<div class="row">
</div>
</header>
<main role="main">
<div id="intro-wrap">
<div id="main-photo">
<img src="img/TechConnectLogo.png" alt="TechConnect Logo" style="width:100%;">
</div>
</div>
<!-- intro-wrap -->
<div id="main">
<section class="row section call-to-action">
<div class="row-content buffer even">
<!--<a class="button red" href="https://jake49.typeform.com/to/FlCDTs" data-mode="1" target="_blank">Register</a>-->
<!--<script>(function () {-->
<!--var qs, js, q, s, d = document, gi = d.getElementById, ce = d.createElement, gt = d.getElementsByTagName, id = 'typef_orm', b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';-->
<!--if (!gi.call(d, id)) {-->
<!--js = ce.call(d, 'script');-->
<!--js.id = id;-->
<!--js.src = b + 'share.js';-->
<!--q = gt.call(d, 'script')[0];-->
<!--q.parentNode.insertBefore(js, q)-->
<!--}-->
<!--id = id + '_';-->
<!--if (!gi.call(d, id)) {-->
<!--qs = ce.call(d, 'link');-->
<!--qs.rel = 'stylesheet';-->
<!--qs.id = id;-->
<!--qs.href = b + 'share-button.css';-->
<!--s = gt.call(d, 'head')[0];-->
<!--s.appendChild(qs, s)-->
<!--}-->
<!--})()</script>-->
<a class="button red" href="http://blog.techconnect.io">Blog</a>
<a class="button blue" href="http://techconnect.io/videos.html">Session Videos (Coming Soon)</a>
<a class="button green" href="https://jake49.typeform.com/to/IYYFsU" data-mode="1" target="_blank">Survey</a>
<script>(function () {
var qs, js, q, s, d = document, gi = d.getElementById, ce = d.createElement, gt = d.getElementsByTagName, id = 'typef_orm', b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';
if (!gi.call(d, id)) {
js = ce.call(d, 'script');
js.id = id;
js.src = b + 'share.js';
q = gt.call(d, 'script')[0];
q.parentNode.insertBefore(js, q)
}
id = id + '_';
if (!gi.call(d, id)) {
qs = ce.call(d, 'link');
qs.rel = 'stylesheet';
qs.id = id;
qs.href = b + 'share-button.css';
s = gt.call(d, 'head')[0];
s.appendChild(qs, s)
}
})()</script>
</div>
</section>
<section class="row section call-to-action no-buffer">
<div class="row-content buffer even no-buffer" style="
padding-top: 0px;
padding-bottom: 0px;
">
<h3>Thanks to everyone that joined us on April 26th!</h3>
<h4>...Videos of the sessions will be posted soon...</h4>
<p>Spend a day, learn a lot</p>
</div>
</section>
<section class="row section">
<div class="row-content buffer even clear-after">
<div class="column four">
<div class="small-icon red"><i class="icon fa fa-user"></i></div>
<div class="small-icon-text clear-after">
<h4>Who</h4>
<p class="text-xs">Any member of the Kent State community, along with students and faculty from
northeast Ohio schools are welcome. Media professionals may also register.</p>
</div>
</div>
<div class="column four">
<div class="small-icon red"><i class="icon fa fa-location-arrow"></i></div>
<div class="small-icon-text clear-after">
<h4>Where</h4>
<p class="text-xs">Join us in Franklin Hall’s FirstEnergy Auditorium (Room 340) on the Kent State
University campus. 550 Hilltop Dr., Kent, Ohio 44242</p>
</div>
</div>
<div class="column four last">
<div class="small-icon red"><i class="icon fa fa-clock-o"></i></div>
<div class="small-icon-text clear-after">
<h4>When</h4>
<p class="text-xs">10 am - 6 pm Sunday, April 26, 2015</p>
</div>
</div>
</div>
</section>
<section class="row section">
<div class="row-content buffer even clear-after">
<div class="timeline-label column six">
<h4>Workshops</h4>
<p>During the workshops visit the blog for learning material & relevant links. If someone has mentioned a link or resource it's probably located here.</p>
<a class="button transparent aqua" href="http://blog.techconnect.io">View Workshop Blog</a>
</div>
<!-- timeline-label -->
<div class="timeline column six last">
<div class="year">
<time datetime="10AM">10AM</time>
<div class="experience">
<span class="circle"></span>
<div class="experience-img"><img
src="img/HTML5_Badge_512.png" alt=""></div>
<div class="experience-info clear-after">
<h5>HTML, CSS and Basic Javascript</h5>
<div class="role">10am - 11am</div>
<p>Learn the basics of web programming and design</p>
</div>
<!-- experience-info -->
</div>
<div class="experience">
<span class="circle"></span>
<div class="experience-img"><img
src="img/css3.png" alt=""></div>
<div class="experience-info clear-after">
<h5>HTML, CSS and Basic Javascript PT II</h5>
<div class="role">11am - 11:50am</div>
<p>We swear this code thing will make sense soon</p>
</div>
<!-- experience-info -->
</div>
</div>
<!-- year -->
<div class="year">
<time datetime="Noon">Noon</time>
<div class="experience">
<span class="circle"></span>
<div class="experience-img"><img
src="img/epa-logo_edited-1.png" alt=""></div>
<div class="experience-info clear-after">
<h5>E-Tech Keynote Ohio EPA Data Collection</h5>
<div class="role">noon - 1pm</div>
<p>EPA</p>
</div>
<!-- experience-info -->
</div>
<div class="experience">
<span class="circle"></span>
<div class="experience-img"><img
src="img/cartodb.png" alt=""></div>
<div class="experience-info clear-after">
<h5>CartoDB</h5>
<div class="role">1:10pm - 2pm</div>
<p>Some really cool guys</p>
</div>
<!-- experience-info -->
</div>
<div class="experience">
<span class="circle"></span>
<div class="experience-img"><img
src="img/d3.png" alt=""></div>
<div class="experience-info clear-after">
<h5>D3</h5>
<div class="role">2pm - 3pm</div>
<p>Make your data look awesome</p>
</div>
<!-- experience-info -->
</div>
<div class="experience">
<span class="circle"></span>
<div class="experience-img"><img
src="img/silk.png" alt=""></div>
<div class="experience-info clear-after">
<h5>Data Visualizations with Silk</h5>
<div class="role">3pm - 5pm</div>
<p>Understand how to show meaning behind your data</p>
</div>
<!-- experience-info -->
</div>
<div class="experience">
<span class="circle"></span>
<div class="experience-img"><img
src="img/wordpress-logo-notext-rgb.jpg" alt=""></div>
<div class="experience-info clear-after">
<h5>Building your brand</h5>
<div class="role">5pm - 6pm</div>
<p>Understanding Wordpress</p>
</div>
<!-- experience-info -->
</div>
</div>
<!-- year -->
<div class="year">
<time datetime="6PM">6PM</time>
<div class="experiencepast">
<span class="circle"></span>
<div class="experience-img"><img src="img/logo-landing-page1-300x300.jpg"></div>
<div class="experience-info clear-after">
<h5>After Party / Drinks & Networking</h5>
<div class="role">Right after last session till close</div>
<p>at The Secret Cellar in Downtown Kent</p>
</div>
</div>
</div>
<!-- timeline -->
</div>
</div>
</section>
<div class="row-content buffer-left buffer-right buffer-bottom">
<div class="post-area clear-after">
<article role="main">
<h2>Sponsors</h2>
<a href="http://www.kent.edu/">
<img src="img/KentLogo.jpg" style="margin-bottom: 5em;">
</a>
<a href="http://khe.io">
<img src="img/logo.png">
</a>
</article>
</div>
<!-- post-area -->
</div>
<!-- row-content -->
<section class="row section">
<div class="map" data-maplat="41.151969" data-maplon="-81.351009" data-mapzoom="15" data-color=""
data-height="22.222" data-img="img/marker.png" data-info="TechConnect"></div>
</section>
</div>
<!-- id-main -->
</main>
<!-- main -->
<footer role="contentinfo">
<div class="row">
<div class="row-content buffer clear-after">
<section id="top-footer">
<div class="widget column half"><!-- la class="widget" è forse generata utomaticamente da wp -->
<h4>Menu</h4>
<ul class="plain">
<li><a href="http://techconnect.io">Home</a></li>
<li><a href="http://blog.techconnect.io">Blog</a></li>
<li><a href="https://jake49.typeform.com/to/PjHoRj">Contact</a></li>
</ul>
</div>
<div class="widget meta-social column half">
<h4>Follow Us</h4>
<ul class="inline">
<li><a href="https://twitter.com/techconnectkent" class="twitter-share border-box"><i class="fa fa-twitter fa-lg"></i></a></li>
<li><a href="https://www.facebook.com/events/528220553986325/"
class="facebook-share border-box"><i class="fa fa-facebook fa-lg"></i></a></li>
</ul>
</div>
</section>
<!-- top-footer -->
<section id="bottom-footer">
<p class="keep-left">TechConnect</p>
<p class="keep-right">Kent State University</p>
</section>
<!-- bottom-footer -->
</div>
<!-- row-content -->
</div>
<!-- row -->
</footer>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script src="js/plugins.js"></script>
<script src="js/beetle.js"></script>
</body>
</html>