-
Notifications
You must be signed in to change notification settings - Fork 3
/
schedule.html
447 lines (405 loc) · 24 KB
/
schedule.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Schedule</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Meta Tags -->
<meta name="keywords" content="unStack, developers, software engineers, conferences, meetups, twitter, facebook, engineers" />
<meta name="description" content="unStack is a community of passionate developers, designers, and other technical talents, unStack is mostly focused on hands-on technical workshops and Conferences so as to enhance individual tech skills" />
<meta name="author" content="Shodipo Ayomide, Kingdom, Ademola" />
<meta property="og:site_name" content="Schedule | Open-Source Community Event for developers">
<meta property="og:title" content="Schedule | Open-Source Community Event for developers">
<meta property="og:description" content="unStack is a community of passionate developers, designers, and other technical talents, unStack is mostly focused on hands-on technical workshops and Conferences so as to enhance individual tech skills">
<meta property="og:image" content="https://raw.githubusercontent.com/unStackOfficial/unStack-logo-assets/master/fbcover.png">
<meta property="og:url" content="http://unstack.dev">
<meta name="twitter:title" content="Schedule | Open-Source Community Event for developers">
<meta name="twitter:description" content="unStack is a community of passionate developers, designers, and other technical talents, unStack is mostly focused on hands-on technical workshops and Conferences so as to enhance individual tech skills">
<meta name="twitter:image" content="https://raw.githubusercontent.com/unStackOfficial/unStack-logo-assets/master/fbcover.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@unstack_">
<!-- End Meta Tags -->
<!-- Responsive -->
<meta name="theme-color" content="#12114A">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Main Header-->
<header class="main-header">
<!--Header-Upper-->
<div class="header-upper">
<div class="outer-container">
<div class="clearfix position-relative d-flex">
<div class="pull-left logo-box">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" title="" width="200px"></a>
</div>
</div>
<div class="nav-outer d-flex justify-content-between w-100">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse scroll-nav clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li class=""><a href="index.html">Home</a></li>
<li class="dropdown"><a href="#">About</a>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="organizers.html">Organizers 🔥</a></li>
<li><a href="past-events.html">Past Events</a></li>
</ul>
</li>
<li><a href="speakers.html">Speakers 🔥</a></li>
<li class="current"><a href="schedule.html">Schedule</a></li>
<!-- <li><a href="#">Blog</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- btn box -->
<div class="btn-box">
<a href="https://eventprime.co/e/github-universe-watch-party?fbclid=IwAR3nUyHqASTrEsNb7FSYxw5Af2QpeCaVCbK2jEhZ2w77-hK_0N033R6RXzA" target="_blank" class="theme-btn btn-style-one">Save a seat</a>
</div>
</div>
<!--Outer Box-->
<div class="outer-box">
<!-- Nav Toggler -->
<!-- <div class="nav-toggler">
<button class="nav-btn"><span class="icon flaticon-arrows"></span></button>
</div> -->
</div>
</div>
</div>
</div>
<!--End Header Upper-->
</header>
<!--End Main Header -->
<!--Form Back Drop
<div class="form-back-drop"></div>
<section class="hidden-bar">
<div class="inner-box">
<div class="cross-icon"><span class="fa fa-times"></span></div>
<div class="title">
<h2>Register Here</h2>
</div>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdLkxHrvMlx5c5wYEHljDU70xWaEu2ciBvZyr_dSTIXsAt40g/viewform" style="border:0px #ffffff none;" name="unstack-register" scrolling="yes" frameborder="1" marginheight="0px" marginwidth="0px" height="460px" width="400px" allowfullscreen></iframe>
</div>
</section>
End Hidden Bar -->
<!--Page Title-->
<section class="page-title" style="background-image:url(images/background/4.jpg);">
<div class="auto-container">
<span class="float-text">Schedule</span>
<h1>Schedule</h1>
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home </a></li>
<li>Schedule</li>
</ul>
</div>
</section>
<!--End Page Title-->
<!-- Schedule Section -->
<section class="schedule-section">
<div class="anim-icons">
<span class="icon icon-circle-15"></span>
<span class="icon icon-circle-2"></span>
<span class="icon icon-circle-3"></span>
<span class="icon icon-circle-4"></span>
</div>
<div class="auto-container">
<div class="row">
<div class="column col-lg-4 col-md-6 col-sm-12">
<div class="inner-column">
<div class="title-box">
<h4>DAY 1</h4>
<span>17th August, Saturday 2019 </span>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/shodipoayomide.jpg" alt="" width="110px">
<span class="name">Shodipo Ayomide</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Our 2019 Awesome MC</a></h5>
<span class="date">10:00am, 17th August 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/author-thumb-8.png" alt="">
<span class="name">Shodipo Ayomide</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Getting Started with React.js </a></h5>
<span class="date">11:00am, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/quadri-unstack.jpg" alt="" width="110px">
<span class="name">Abiodun Quadri</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Advanced React Animations </a></h5>
<span class="date">11:15am, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/obinna-unstack.png" alt="" width="110px">
<span class="name">Obinna Ekwuno</span>
</div>
<div class="info">
<h5 class="title"><a href="#">React + Accessibility (m16y) = Awesome Web for all</a></h5>
<span class="date">11:55am, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/jollof.png" alt="" width="130px">
<span class="name">Lunch Break & Networking</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Lunch Break & Networking </a></h5>
<span class="date">12:25pm, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-6 col-sm-12">
<div class="inner-column">
<div class="title-box">
</div>
<!-- Author block -->
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/kingdom.jpg" alt="" width="110px">
<span class="name">Orjiewuru Kingdom</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Functional Composed Routing in React </a></h5>
<span class="date">12:55pm, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/william-unstack.jpg" alt="" width="110px">
<span class="name">William Imoh</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Build and ship Faster Apps for Jurastic Grade Internet </a></h5>
<span class="date">01:15pm, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/benny-unstack.jpg" alt="" width="140px">
<span class="name">Benny Ogidan</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Getting started with React and GraphQL </a></h5>
<span class="date">01:55pm, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/adora.jpg" alt="" width="140px">
<span class="name">Adora Nwodo</span>
</div>
<div class="info">
<h5 class="title"><a href="#">State Management with React Hooks & Context API </a></h5>
<span class="date">02:10pm, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/ayeni-unstack.jpg" alt="" width="130px">
<span class="name">Olusegun Ayeni</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Amplify your productivity with React Native </a></h5>
<span class="date">02:50pm, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp break">
<div class="inner-box">
<div class="thumb">
</div>
<div class="info">
<h5 class="title"><a href="#">Networking</a></h5>
<span class="date">03:50 - 04:00</span>
</div>
</div>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-6 col-sm-12">
<div class="inner-column">
<div class="title-box">
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/unstack.png" alt="" width="110px">
<span class="name">unStack Team</span>
</div>
<div class="info">
<h5 class="title"><a href="#">The Future of unStack</a></h5>
<span class="date">04:00pm 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp">
<div class="inner-box">
<div class="thumb">
<img src="images/resource/unstack.png" alt="" width="110px">
<span class="name">unStack Team</span>
</div>
<div class="info">
<h5 class="title"><a href="#">Swag's and Gift Collections</a></h5>
<span class="date">04:20pm, 27 july 2019</span>
</div>
<div class="text"></div>
</div>
</div>
<!-- Author block -->
<div class="author-block wow fadeInUp break">
<div class="inner-box">
<div class="thumb">
</div>
<div class="info">
<h5 class="title"><a href="#">Closing </a></h5>
<span class="date">04:30pm 17th August 2019e</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Schedule Section -->
<div class="main-footer style-two">
<div class="anim-icons">
<span class="icon icon-twist-line-1 wow zoomIn"></span>
<span class="icon icon-circle-6 wow zoomIn" data-wow-delay="400ms"></span>
<span class="icon icon-twist-line-2 wow zoomIn" data-wow-delay="800ms"></span>
<span class="icon icon-circle-8 wow zoomIn" data-wow-delay="1200ms"></span>
</div>
<div class="auto-container">
<div class="sec-title text-center">
<span class="title">Get updates from us when there is an event</span>
<h2>Subscribe To Newsletter</h2>
</div>
<!--Newsletter Form-->
<div class="newsletter-form">
<div id="mc_embed_signup">
<form action="https://gmail.us20.list-manage.com/subscribe/post?u=907ea726342d0bb28633c6a39&id=19d509408a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" novalidate>
<div class="form-group">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" required="">
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_907ea726342d0bb28633c6a39_19d509408a" tabindex="-1" value=""></div>
<button type="submit" class="theme-btn btn-style-three">Subscribe</button>
</div>
</form>
</div>
</div>
</form>
</div>
<!--Newsletter Form END-->
<!-- Social Links -->
<div class="social-links">
<ul>
<li><a href="https://web.facebook.com/groups/unstack" target="_blank"><span
class="fab fa-facebook-f"></span></a></li>
<li><a href="https://twitter.com/unstack_" target="_blank"><span class="fab fa-twitter"></span></a>
</li>
<li><a href="https://www.instagram.com/unstackdev" target="_blank"><span
class="fab fa-instagram"></span></a></li>
</ul>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom clearfix">
<div class="copyright">Copyright © 2019 <b>unStack</b>.</div>
</div>
<!-- Copyright -->
</div>
</div>
<!-- End Footer -->
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-angle-double-up"></span></div>
<script data-cfasync="false" src="../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/countdown.js"></script>
<script src="js/script.js"></script>
</body>
</html>