-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
589 lines (537 loc) · 32 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
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>unStack | Open-Source Community Event for developers</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">
<!-- Progressive Web App Support -->
<link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="unStack">
<meta name="apple-mobile-web-app-title" content="unStack">
<meta name="theme-color" content="#0C183D">
<meta name="msapplication-navbutton-color" content="#0C183D">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="https://avatars2.githubusercontent.com/u/48751636?s=200&v=4">
<link rel="apple-touch-icon" href="https://avatars2.githubusercontent.com/u/48751636?s=200&v=4">
<!-- END Progressive Web App Support -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140811559-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-140811559-1');
</script>
<!-- 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="unStack | Open-Source Community Event for developers">
<meta property="og:title" content="unStack | 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="unStack | 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">
<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 clearfix">
<!-- 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="current"><a href="#">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><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"
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://eventprime.co/e/react-present-and-future-a-hands-on-approach" style="border:0px #ffffff none;" name="unstack-ayo" scrolling="yes" frameborder="1" marginheight="0px" marginwidth="0px" height="460px" width="400px" allowfullscreen></iframe>
End Hidden Bar -->
<!-- Bnner Section -->
<section class="banner-section">
<div class="banner-carousel owl-carousel owl-theme">
<div class="slide-item style-two"
style="background-image: url(images/main-slider/2.jpg); margin-top: -70px;">
<div class="auto-container clearfix">
<div class="content-box">
<center>
<h2>unStack <br>Nigeria</h2>
<div class="text">An open-source Meetup/Conference for every Web and Mobile
developer
where learning is done on a whole other level through hands-on workshops and
world-class talks.⚡️</div>
<div class="btn-box clearfixr">
<a href="https://eventprime.co/e/github-universe-watch-party"
target="_blank" class="theme-btn btn-style-two">Save your seat</a>
</div>
</center>
</div>
<!-- <div class="image-box">
<figure class="image"><img src="images/main-slider/user-2.png" alt=""></figure>
</div> -->
<!-- div class="image-box">
<div class="container1">
<span class="spin-react-svg-logo">
<span class="dot"></span>
</span>
</div> -->
</div>
</div>
</div>
</section>
<!-- End Bnner Section -->
<!-- Features Section -->
<section class="features-section">
<span class="float-text">our appro</span>
<div class="auto-container">
<div class="sec-title">
<h2>The unStack approach 🔥</h2>
</div>
<div class="content-column">
<div class="text">
<strong>unStack</strong> is a community of passionate developers, designers, and other
technical
talents.
<strong>unStack</strong> is mostly focused on <strong>hands-on technical workshops and
conferences</strong> around the web, mobile, and other emerging technologies. We'll be
focusing on helping the audience gain an in-dept understanding of any chosen topic area,
therefore the workshops and talks will be on specific
frameworks and libraries with a far reaching impact on the JavaScript ecosystem and beyond.
❤
</div>
</div>
<div class="row">
<!-- Feature Block -->
<div class="feature-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="800ms">
<div class="inner-box">
<div class="icon-box"><span class="icon flaticon-notebook"></span></div>
<h4><a href="about.html">Learn</a></h4>
<div class="text">
Get an immersive learning experience with the hands-on learning approach at unStack
events. Learn about new technologies, and master patterns to navigate already
existing
ones.
</div>
<div class="link-box"><a href="about.html">Read More</a></div>
</div>
</div>
<!-- Feature Block -->
<div class="feature-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp">
<div class="inner-box">
<div class="icon-box"><span class="icon flaticon-best"></span></div>
<h4><a href="about.html">Experience</a></h4>
<div class="text">Meet the technology experts and newbies from around Nigeria and
beyond.
</div>
<div class="link-box"><a href="about.html">Read More</a></div>
</div>
</div>
<!-- Feature Block -->
<div class="feature-block col-lg-4 col-md-6 col-sm-12 wow fadeInUp" data-wow-delay="400ms">
<div class="inner-box">
<div class="icon-box"><span class="icon flaticon-rocket-1"></span></div>
<h4><a href="about.html">Network</a></h4>
<div class="text">Connect with and exchange ideas with engineers from all over Nigeria.
</div>
<div class="link-box"><a href="about.html">Read More</a></div>
</div>
</div>
</div>
</div>
</section>
<!--End Features Section -->
<!-- Events Section -->
<section class="events-section">
<div class="anim-icons">
<span class="icon icon-circle-1 wow zoomIn"></span>
<span class="icon icon-circle-2 wow zoomIn" data-wow-delay="300ms"></span>
<span class="icon icon-circle-3 wow zoomIn" data-wow-delay="600ms"></span>
<span class="icon icon-circle-4 wow zoomIn" data-wow-delay="900ms"></span>
</div>
<div class="auto-container">
<div class="about-carousel owl-carousel owl-theme">
<!-- Slide Item -->
<div class="slide-item clearfix">
<div class="image-box">
<figure class="image"><img src="https://scontent-los2-1.xx.fbcdn.net/v/t1.0-9/75576468_2518641054871674_767186828145983488_n.jpg?_nc_cat=108&_nc_oc=AQlckojc1CpkbJEHRQOUgGPmRCfVOB8ZN2iIVVyChyDJ82T73cCkzkwDtRg_cby4Ulc&_nc_ht=scontent-los2-1.xx&oh=9651f50397bea3eaa508a666d5ba8d7d&oe=5E4C2A5A" alt=""></figure>
</div>
<div class="content-box">
<div class="inner-box">
<span class="title">Github Universe</span>
<h3>Github Watch Party</h3>
<div class="text">Calling all Software
Engineers in Lagos for the LIVESTREAM of the event, which will take place on the 13th of November 2019 in
Lagos,
Nigeria.
</div>
<div class="btn-box"><a
href="https://eventprime.co/e/github-universe-watch-party"
target="_blank" class="theme-btn btn-style-one">Register Now</a></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Speakers Section
<section class="speakers-section">
<span class="float-text">Event Speak</span>
<div class="auto-container">
<div class="sec-title">
<h2>Event Speakers ⚡️ </h2>
</div>
<div class="content-column">
<div class="text">
We're curating a list of awesome speakers for our upcoming event. Have a topic in mind?
</div>
<center>
<div class="btn-box">
<a href="https://docs.google.com/forms/d/1kZO6wo5ylP0JL6LlPK5oLe2BXSJPw0HnKqELgYsNmD4/edit"
class="theme-btn btn-style-five" target="_blank">Apply to speak</a>
<a href="speakers.html" class="theme-btn btn-style-five">See list of speakers</a>
</div>
</center>
</div>
</div>
</section>
End Speakers Section -->
<!-- Sponsor Section -->
<section class="sponsor-section">
<span class="float-text">Our Sponsor</span>
<div class="auto-container">
<div class="sec-title light">
<h2>Our Sponsors</h2>
</div>
<div class="sponsors-area">
<div class="client-logo">
<figure class="image">
<a href="https://codesandbox.io" target="_blank">
<img src="images/clients/codesandbox-unstack.png" alt="" style="width: 120px; height: 120px;" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://amp.dev" target="_blank">
<img src="images/clients/amp-logo.png" alt="" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://andela.com" target="_blank"><img src="images/clients/andela.png"
alt="Andela's Logo"></a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://cloudinary.com" target="_blank">
<img src="images/clients/cloudinary.png" alt="" style="height: 70px;" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://gatsbsjs.org" target="_blank">
<img src="images/clients/gatsby.png" alt="" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://fb.com/groups/devclagos" target="_blank"><img src="images/clients/devclagos.png"
alt=""></a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://paystack.com" target="_blank">
<img src="images/clients/paystack.png" alt="" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://egghead.io" target="_blank">
<img src="images/clients/egghead.png" alt="" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://thinkster.io" target="_blank">
<img src="images/clients/thinkster.png" alt="" style="height: 60px;" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://kkontech.com" target="_blank">
<img src="images/clients/kkontech.png" alt="" style="height: 50px;" />
</a>
</figure>
</div>
<div class="client-logo">
<figure class="image">
<a href="https://hashnode.com/" target="_blank">
<img src="images/clients/hashnode.png" alt="HashNode" style="height: 50px;" />
</a>
</figure>
</div>
</div>
<div class="btn-box">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe6NawBnsyadCw8gzXMfJqMKR-lMNUJ3BStTcMdk461gkynAA/viewform"
target="_blank" class="theme-btn btn-style-four">Become a sponsor</a>
</div>
</div>
</section>
<!--End Sponsor Section -->
<!-- Location Section -->
<section class="location-section">
<span class="float-text">Get Directio</span>
<div class="anim-icons">
<span class="icon icon-dots wow zoomIn"></span>
<span class="icon icon-dots-2"></span>
<span class="icon icon-lines"></span>
</div>
<div class="auto-container">
<div class="sec-title">
<h2>Location</h2>
</div>
<div class="row">
<!-- Block Column -->
<div class="blocks-column col-lg-4 col-md-12 col-sm-12">
<div class="inner-column">
<!-- Location Block -->
<div class="location-block wow fadeInUp">
<div class="inner-box">
<span class="icon icon-balloon"></span>
<h4><a href="#">Meetup Location</a></h4>
<div class="text">Techpoint HQ, 8 Adebayo Mokuolu St, Anthony Village, Lagos.
<br><br> Use <a href="https://lara.ng" target="_blank">lara.ng</a> </b></div>
</div>
</div>
<!-- Location Block -->
<div class="location-block wow fadeInUp">
<div class="inner-box">
<span class="icon icon-information"></span>
<h4><a href="#">Hotel Information (if needed)</a></h4>
<div class="text">Search for hotels around the event location in Gbagada here <a
href="https://hotels.ng/hotels-in-lagos/anthony"
target="_blank">Hotels.ng</a></div>
</div>
</div>
<!-- Location Block -->
<!-- <div class="location-block wow fadeInUp">
<div class="inner-box">
<span class="icon icon-paper-plane"></span>
<h4><a href="#">Airport Information</a></h4>
<div class="text">Ikeja</div>
</div>
</div> -->
</div>
</div>
<div class="map-column col-lg-8 col-md-12 col-sm-12">
<div class="inner-column wow fadeInRight">
<div class="image-box">
<figure class="image"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQjuV7M9zP7ryoR-1ZPEaGW-HrwViNjtJRuGSdwtOaP9UgFKYwA" alt=""
style="max-width: 360px;"></figure>
</div>
<div class="map-box">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3963.710294722182!2d3.369199014770895!3d6.558208095256763!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x103b8c61e6716e0d%3A0x27dcff598bfd4c0!2sTechpoint.Africa!5e0!3m2!1sen!2sng!4v1572535906568!5m2!1sen!2sng"
width="300" height="730" frameborder="0" style="border:0"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Location Section -->
<!-- Main Footer -->
<div class="main-footer">
<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 light">
<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>
</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 Nav -->
<div class="footer-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Copyright -->
<div class="copyright">Copyright © 2019 <b>unStack</b>.</div>
</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>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140811559-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-140811559-1');
</script>
<script>
// Check that service workers are registered
if ('serviceWorker' in navigator)
{
// Use the window load event to keep the page load performant
window.addEventListener('load', () => {
navigator.serviceWorker.register('/sw.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/script.js"></script>
</body>
</html>