-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
511 lines (431 loc) · 21.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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en">
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75850132-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75850132-1');
</script>
<!-- Technical Meta -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="home" href="https://toledowebprofessionals.com/" />
<link rel="canonical" href="https://toledowebprofessionals.com/" />
<!-- Page Details -->
<title>Toledo Web Professionals</title>
<meta name="description" content="Toledo Web Professionals organizes free, open networking meetups each month for web industry professionals. We welcome everyone from creatives and programmers to hobbyists and entrepreneurs of every skill level or education." />
<!-- Humans and Robots -->
<link type="text/plain" rel="author" href="/humans.txt" />
<meta name="robots" content="index, follow" />
<!-- Icons -->
<link rel="shortcut icon" type="image/x-icon" href="/assets/img/meta/shortcut/shortcut-32x32.png" />
<link rel="icon" sizes="196x196" href="/assets/img/meta/shortcut/shortcut-196x196.png" />
<!-- Apple Meta Information -->
<link rel="apple-touch-icon-precomposed" href="/assets/img/meta/apple/iphone-standard-60x60.png" sizes="60x60" />
<link rel="apple-touch-icon-precomposed" href="/assets/img/meta/apple/iphone-retina-120x120.png" sizes="120x120" />
<link rel="apple-touch-icon-precomposed" href="/assets/img/meta/apple/ipad-standard-76x76.png" sizes="76x76" />
<link rel="apple-touch-icon-precomposed" href="/assets/img/meta/apple/ipad-retina-152x152.png" sizes="152x152" />
<!-- Open Graph Protocol -->
<meta property="og:title" content="Toledo Web Professionals" />
<meta property="og:site_name" content="Toledo Web Professionals" />
<meta property="og:description" content="Toledo Web Professionals organizes free, open networking meetups each month for web industry professionals. We welcome everyone from creatives and programmers to hobbyists and entrepreneurs of every skill level or education." />
<meta property="og:image" content="/assets/img/meta/open-graph/og-600x600.png" />
<meta property="og:url" content="https://toledowebprofessionals.com/" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Cards Markup -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="Toledo Web Professionals" />
<meta property="twitter:image" content="/assets/img/meta/open-graph/og-600x600.png" />
<meta property="twitter:description" content="Toledo Web Professionals organizes free, open networking meetups each month for web industry professionals. We welcome everyone from creatives and programmers to hobbyists and entrepreneurs of every skill level or education." />
<meta property="twitter:site" content="@twpmeetup" />
<!-- Remote CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdn.snipcart.com/themes/2.0/base/snipcart.min.css" />
<!-- Local CSS -->
<link rel="stylesheet" href="/assets/css/twp.min.css" />
<link rel="stylesheet" href="/assets/css/vendor.min.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top justify-content-between navbar-light main-navigation">
<a class="navbar-brand" href="/">
<img src="/assets/img/logos/twp-logo.svg" alt="Toledo Web Professionals">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarList" aria-controls="navbarList" aria-expanded="false" aria-label="Toggle Navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarList">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#speakers">Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item nav-item-cta">
<a class="btn btn-outline-primary" href="/become-a-sponsor/">Become a Sponsor</a>
</li>
</ul>
</div>
</nav>
<div class="hero">
<div class="container">
<h1 class="hero-title">We are Toledo Web Professionals</h1>
<h3 class="hero-subtitle">
We're a grassroots networking organization aimed at creating professional development opportunities,
fostering an environment of collaboration, and building a community of technical, design, and business talent
in Toledo.
</h3>
<a class="btn btn-light btn-lg btn-meetup" target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/">
Join & RSVP on
<img class="btn-meetup-logo" src="/assets/img/logos/meetup.svg" alt="Meetup" />
</a>
<a class="btn btn-outline-light btn-lg" href="/become-a-sponsor/">Become a Sponsor</a>
<br />
<ul class="social-media-list">
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/">
<i class="fa fa-meetup"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://twitter.com/twpmeetup">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.facebook.com/toledowebprofessionals">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.linkedin.com/groups/4874377">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.instagram.com/toledowebprofessionals/">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://github.com/toledowebprofessionals/">
<i class="fa fa-github"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="mailto:twpmeetup@gmail.com">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="section-primary" id="about">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-5 col-md-6">
<h3 class="section-heading">We bring learners, professionals, and businesses together.</h3>
<h6 class="text-secondary">Toledo is our Mission</h6>
<p>
Building tech talent in Toledo is what brings us together. We feature discussions on topics ranging from UX and IA to
programming and engineering.
</p>
<h6 class="text-secondary">We Meet Every Month</h6>
<p>
We facilitate at least one event per month via Zoom, due to the COVID-19 pandemic.
We may return to our local coworking space once it is safe to do so, <a target="_blank" href="http://www.seedcoworking.com/">Seed Coworking.</a>
</p>
<h6 class="text-secondary">Did We Mention it's Free?</h6>
<p>
We are run by volunteers, we do not charge any membership fees, and our events are free to attend. In
order to provide the best events possible, we depend on our gracious <a href="#sponsors">sponsors</a>.
</p>
</div>
<figure class="col-lg-5 col-md-6 image-frame">
<a class="image-frame-image" target="_blank" href="/assets/img/meetups/googz.jpg">
<img class="img-fluid" src="/assets/img/meetups/googz.jpg" alt="Rita DeRaedt: Design at the Googz" />
</a>
<figcaption class="image-frame-caption">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/220390332/">
Design at the Googz</a>, March 2015 talk by Rita DeRaedt about her internship with Google.
</figcaption>
</figure>
</div>
</div>
</div>
<div class="section-secondary" id="speakers">
<div class="container">
<h3 class="section-heading text-center">
Featured Speakers
</h3>
<p class="section-introduction">
Here's a few of our speakers who have presented in the past. Interested in speaking? See our
<a href="https://github.com/toledowebprofessionals/twp-resources/raw/master/documents/twp-speaker-guide/twp-speaker-guide.pdf">speaker guide</a>
for details.
</p>
<ul class="speaker-list">
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/nick-denardis.jpg" alt="Nick DeNardis" />
<div class="speaker-details">
<h4 class="speaker-name">Nick DeNardis</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/175667252/">Using Agile to Transform Clients into Partners</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/nickdenardis/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-twitter" target="_blank" href="https://twitter.com/nickdenardis"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-link" target="_blank" href="https://nickdenardis.com/"></a>
</li>
</ul>
</li>
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/rita-deraedt.jpg" alt="Rita DeRaedt" />
<div class="speaker-details">
<h4 class="speaker-name">Rita DeRaedt</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/220390332/">Design at the Googz</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/ritaderaedt/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-twitter" target="_blank" href="https://twitter.com/RitaDeRaedt"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-instagram" target="_blank" href="https://www.instagram.com/ritaderaedt/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-link" target="_blank" href="http://ritaderaedt.com/"></a>
</li>
</ul>
</li>
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/jared-rosenberg.jpg" alt="Jared Rosenberg" />
<div class="speaker-details">
<h4 class="speaker-name">Jared Rosenberg</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/171969342/">Collaborative Workflow for Rapid Development</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/jared-rosenberg-9901167b/"></a>
</li>
</ul>
</li>
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/dave-rodriguez.jpg" alt="Dave Rodriguez" />
<div class="speaker-details">
<h4 class="speaker-name">Dave Rodriguez</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/170710482/">Advanced Front-End Development Workflows with Hanson, Inc.</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/dave-rodriguez-5ab4953/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-link" target="_blank" href="http://ohiodave.com"></a>
</li>
</ul>
</li>
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/selwyn-kancharla.jpg" alt="Selwyn Kancharla" />
<div class="speaker-details">
<h4 class="speaker-name">Selwyn Kancharla</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/220945174/">Life Lessons: What Dashboard Design Taught Me</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/selwynjacob90/"></a>
</li>
</ul>
</li>
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/merrill-rainey.jpg" alt="Merrill Rainey" />
<div class="speaker-details">
<h4 class="speaker-name">Merrill Rainey</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/92856562/">Get Out of Your Design Cave</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/merrill-rainey-0a1a8210/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-twitter" target="_blank" href="https://twitter.com/LittleRainey"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-instagram" target="_blank" href="https://www.instagram.com/littlerainey/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-link" target="_blank" href="http://littlerainey.com/"></a>
</li>
</ul>
</li>
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/michael-hess.jpg" alt="Michael Hess" />
<div class="speaker-details">
<h4 class="speaker-name">Michael Hess</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/222335600/">Security: Tales from the Field with Michael Hess</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/michaellhess/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-twitter" target="_blank" href="https://twitter.com/mlh407"></a>
</li>
</ul>
</li>
<li class="speaker-list-item">
<img class="speaker-image" src="/assets/img/speakers/ryan-lanciaux.jpg" alt="Ryan Lanciaux" />
<div class="speaker-details">
<h4 class="speaker-name">Ryan Lanciaux</h4>
<p class="speaker-event">
<a target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/events/228736974/">React Mini-Workshop</a>
</p>
</div>
<ul class="speaker-social-list">
<li class="speaker-social-item">
<a class="fa fa-linkedin" target="_blank" href="https://www.linkedin.com/in/lanciaux/"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-twitter" target="_blank" href="https://twitter.com/ryanlanciaux"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-github" target="_blank" href="https://github.com/ryanlanciaux"></a>
</li>
<li class="speaker-social-item">
<a class="fa fa-link" target="_blank" href="http://ryanlanciaux.com/"></a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section-primary text-center" id="sponsors">
<div class="container">
<h3 class="section-heading text-center">
Our Sponsors
</h3>
<p class="section-introduction">
Without our generous sponsors, we couldn't create these amazing events every month. Interested in sponsoring? See our
<a href="https://github.com/toledowebprofessionals/twp-resources/raw/master/documents/twp-sponsorship/twp-sponsorship.pdf">sponsorship brochure</a> for details!
</p>
<p>
<a class="btn btn-outline-primary" href="/become-a-sponsor/">Become a Sponsor</a>
</p>
<br />
<div class="sponsor-list">
<a class="sponsor-list-item" href="http://www.seedcoworking.com/">
<img src="/assets/img/logos/seed-coworking.svg" width="130" alt="Seed Coworking" />
</a>
</div>
</div>
</div>
<div class="section-tertiary text-center contact-banner" id="contact">
<a class="btn btn-light btn-lg btn-meetup" target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/">
Join & RSVP on
<img class="btn-meetup-logo" src="/assets/img/logos/meetup.svg" alt="Meetup" />
</a>
<a class="btn btn-outline-light btn-lg" href="/become-a-sponsor/">Become a Sponsor</a>
<br />
<ul class="social-media-list">
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.meetup.com/Toledo-Web-Professionals/">
<i class="fa fa-meetup"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://twitter.com/twpmeetup">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.facebook.com/toledowebprofessionals">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.linkedin.com/groups/4874377">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://www.instagram.com/toledowebprofessionals/">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="https://github.com/toledowebprofessionals/">
<i class="fa fa-github"></i>
</a>
</li>
<li class="social-media-list-item">
<a class="social-media-list-icon" target="_blank" href="mailto:twpmeetup@gmail.com">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
</div>
<footer class="footer">
<nav class="container">
<a class="footer-logo" href="/">
<img class="/" src="/assets/img/logos/twp-logo.svg" alt="Toledo Web Professionals">
</a>
<ul class="footer-navigation">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#speakers">Speakers</a>
</li>
<li>
<a href="#sponsors">Sponsors</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="/become-a-sponsor/">
<strong>Become a Sponsor</strong>
</a>
</li>
</ul>
</nav>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<script src="https://cdn.snipcart.com/scripts/2.0/snipcart.js" data-api-key="MmMyZGM1NjUtZDYzZC00Zjg1LTg2ZGUtYTk0OTRiNDVlMzZiNjM2NDQ0OTE2NjY4MjkxNTY3" id="snipcart"></script>
<script src="/assets/js/vendor.min.js"></script>
<script src="/assets/js/twp.min.js"></script>
</body>
</html>