-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
661 lines (589 loc) · 32.7 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
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- title -->
<title>Tech at Unizik</title>
<meta property="og:title" content="Tech at Unizik">
<meta name="twitter:title" content="Tech at Unizik">
<!-- url -->
<link rel='canonical' href='https://unizik.tech'>
<meta property='og:url' content='https://unizik.tech'>
<meta name='twitter:url' content='https://unizik.tech'>
<!-- ua -->
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<!-- Meta Description -->
<meta name="description" content="Exploring the ecosystem in Nnamdi Azikwe University">
<meta property="og:description" content="Exploring the ecosystem in Nnamdi Azikwe University">
<meta name="twitter:description" content="Exploring the ecosystem in Nnamdi Azikwe University">
<!-- image -->
<meta property="og:image" content="img/meta.png">
<meta name="twitter:image" content="img/meta.png">
<!-- viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Google fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,700&display=swap">
<!-- Owl carousel2-->
<link rel="stylesheet" href="vendor/owl.carousel2/assets/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/owl.carousel2/assets/owl.theme.default.min.css">
<!-- Bootstrap Select-->
<link rel="stylesheet" href="vendor/bootstrap-select/css/bootstrap-select.min.css">
<!-- Lightbox-->
<link rel="stylesheet" href="vendor/lightbox2/css/lightbox.min.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.green.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.svg">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- Modal -->
<!-- <div class="modal fade" id="listingModal" tabindex="-1" role="dialog" aria-labelledby="listingModal" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header px-lg-5">
<h5 class="modal-title" id="listingModalLabel">Add Listing</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body px-lg-5">
<form action="#">
<div class="row">
<div class="form-group col-lg-6">
<label for="fullName">Full name</label>
<input class="form-control form-control-lg" id="fullName" type="text" name="fullname" placeholder="Your full name">
</div>
<div class="form-group col-lg-6">
<label for="email">Email Address</label>
<input class="form-control form-control-lg" id="email" type="email" name="email" placeholder="Your email address">
</div>
<div class="form-group col-lg-6">
<label for="fullName">Listing Type</label>
<select class="selectpicker" id="listingType" name="listing-type" data-style="bs-select-form-control" data-title="What do you want to add" data-width="100%" required>
<option value="tool">Tool</option>
<option value="resource">Resource</option>
</select>
</div>
<div class="form-group col-lg-6">
<label for="istingTitle">Listing title</label>
<input class="form-control form-control-lg" id="istingTitle" type="text" name="listing-title" placeholder="Title of your title">
</div>
<div class="form-group col-lg-6">
<label for="listingUrl">Listing URL</label>
<input class="form-control form-control-lg" id="listingUrl" type="text" name="listing-url" placeholder="Listing website url">
</div>
<div class="form-group col-lg-6">
<label for="listingCategory">Listing category</label>
<select class="selectpicker" id="listingCategory" name="listing-category" data-style="bs-select-form-control" data-title="Select listing category" data-width="100%" required>
<option value="">Marketing</option>
<option value="">Idea generation</option>
<option value="">Idea generation</option>
<option value="">Design</option>
<option value="">Naming</option>
<option value="">Domain names</option>
<option value="">Sales</option>
<option value="">Finance</option>
<option value="">Project management</option>
<option value="">Hosting</option>
<option value="">Social tools</option>
</select>
</div>
<div class="form-group col-lg-12">
<label for="listingDescription">Listing description</label>
<textarea class="form-control form-control-lg" id="listingDescription" name="listing-description" rows="5" placeholder="Add a small brief about your listing."></textarea>
</div>
<div class="form-group col-lg-6 mb-lg-0">
<label for="listingThumb">Listing thumbnail</label>
<input class="form-control form-control-lg-2" id="listingThumb" type="file" name="listing-thumb">
</div>
<div class="form-group col-lg-6 mb-lg-0">
<label for="listingCover">Listing cover</label>
<input class="form-control form-control-lg-2" id="listingCover" type="file" name="listing-cover">
</div>
</div>
</form>
</div>
<div class="modal-footer justify-content-start px-lg-5">
<button class="btn btn-primary" type="submit">Submit listing</button>
<button class="btn btn-secondary" type="button" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div> -->
<!-- Hero section-->
<section id="hero-home" class="hero-home py-5">
<div class="container pt-5">
<div class="row">
<div class="col-lg-7 mx-auto text-center">
<a class="py-3 align-items-center" href="index.html"><img src="img/default.svg" alt="" width="120" height="120"></a>
<h1 style="font-size: 2rem" class="header mb-5">A curated directory of communities, events, tech startups, businesses and resources within Unizik</h1>
<!-- <form class="p-2 rounded shadow-sm bg-white" action="#">
<div class="input-group">
<input class="form-control border-0 mr-2" type="search" placeholder="Search tools and resources...">
<div class="input-group-append rounded">
<button class="btn btn-primary rounded" type="submit"><i class="fas fa-search"></i></button>
</div>
</div>
</form> -->
</div>
</div>
</div>
</section>
<!-- Features section-->
<section class="py-5">
<div class="container py-5">
<div class="row text-center">
<div class="col-lg-10 mx-auto">
<div class="card border-0 shadow">
<div class="card-body p-5">
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<svg class="svg-icon mb-3 text-primary svg-icon-big">
<use xlink:href="#list-details-1"> </use>
</svg>
<h2 class="h5">Communities</h2>
<p class="text-muted text-small mb-0">Tech communities in the school geared towards upskilling and improving the lives of students</p>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<svg class="svg-icon mb-3 text-primary svg-icon-big">
<use xlink:href="#survey-1"> </use>
</svg>
<h2 class="h5">Startups and Businesses</h2>
<p class="text-muted text-small mb-0">Discover fast rising tech startups and business by students</p>
</div>
<div class="col-lg-4">
<svg class="svg-icon mb-3 text-primary svg-icon-big">
<use xlink:href="#stack-1"> </use>
</svg>
<h2 class="h5">Resources</h2>
<p class="text-muted text-small mb-0">Find resources to help you get started in tech</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Communities Section-->
<section class="pb-5">
<div class="container pb-5">
<header class="text-center mb-5">
<h2 class="h3 mb-1">Our Communities</h2>
<p class="text-muted text-small mb-5">Tech communities in the school</p>
</header>
<div class="row text-center align-items-stretch">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card reset-anchor border-0 shadow h-100 hover-transition">
<div class="card-body p-4 p-lg-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/GDevs.png)"></div>
<h3 class="h5"> <a class="stretched-link reset-anchor" target="_BLANK" href="https://chat.whatsapp.com/K4FPdELzHJE0M2PdObSiPl">Google Developer Student Clubs</a></h3>
<p class="text-small text-muted mb-0">Google Developer Student Clubs is a campus based tech community that provides peer to peer learning platform for students</p>
<div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">Join the community</a></div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card reset-anchor border-0 shadow h-100 hover-transition">
<div class="card-body p-4 p-lg-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/tool-2.png)"></div>
<h3 class="h5"> <a class="stretched-link reset-anchor" target="_BLANK" href="https://mlsc.unizik.tech/">Microsoft Learn Student Community</a></h3>
<p class="text-small text-muted mb-0">Make a difference with students from around the world. Connect with other students who share your passion in tech.Grow your skills and kick-start your career with training and certifications to earn recognition that separates you from the pack.</p>
<div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">Join the community</a></div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card reset-anchor border-0 shadow h-100 hover-transition">
<div class="card-body p-4 p-lg-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/github.png)"></div>
<h3 class="h5"> <a class="stretched-link reset-anchor" target="_BLANK">Github Tech Community</a></h3>
<p class="text-small text-muted mb-0">Join the community that can help you get ready for a career in tech.</p>
<!-- <div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">Join the community</a></div> -->
</div>
</div>
</div>
</div>
<br>
<br>
<div class="row text-center align-items-stretch">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card reset-anchor border-0 shadow h-100 hover-transition">
<div class="card-body p-4 p-lg-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/i4g.png)"></div>
<h3 class="h5"> <a class="stretched-link reset-anchor" target="_BLANK" href="https://mlsc.unizik.tech/">Ingressive For Good Campus Circle</a></h3>
<p class="text-small text-muted mb-0">
<b>H</b>elping others grow.
<p><b>A</b>dding value</p>
<p><b>C</b>onnecting</p>
<p><b>K</b>eep growing</p>
<p><b>H.A.C.K</b></p>
</p>
<div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">Join the community</a></div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card reset-anchor border-0 shadow h-100 hover-transition">
<div class="card-body p-4 p-lg-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/sidehustle.png)"></div>
<h3 class="h5"> <a class="stretched-link reset-anchor" target="_BLANK" href="https://chat.whatsapp.com/KNnXMGeSEUX1zP16vu0yp2">SideHustleNG</a></h3>
<p class="text-small text-muted mb-0">Develop your tech skills to be adaptable and ready for changes in the future. Join the platform where you get to learn digital skills for free from the best minds, execute your ideas and get connected.</p>
<div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">Join the community</a></div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card reset-anchor border-0 shadow h-100 hover-transition">
<div class="card-body p-4 p-lg-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/Genesys.jpg)"></div>
<h3 class="h5"> <a class="stretched-link reset-anchor">Genesys Campus Club</a></h3>
<p class="text-small text-muted mb-0">Genesys Campus Club is a student community powered by Genesys Tech Hub focused on getting students job ready before graduation</p>
<!-- <div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">Join the community</a></div> -->
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card reset-anchor border-0 shadow h-100 hover-transition">
<div class="card-body p-4 p-lg-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/cowrywise2.png)"></div>
<h3 class="h5"> <a class="stretched-link reset-anchor">Cowrywise</a></h3>
<p class="text-small text-muted mb-0">Helping students to plan, save and invest money wisely..</p>
<!-- <div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">Join the community</a></div> -->
</div>
</div>
</div>
</div>
</section>
<!-- Startups and Businesses section-->
<section class="pb-5">
<div class="container pb-5">
<header class="text-center mb-5">
<h2 class="mb-1">Startups and Businesses</h2>
<p class="text-muted text-small">Explore innovative startups and business founded by students</p>
</header>
<div class="row text-center">
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/faraday.png)"></div>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" terget="_BLANK" href="https://faraday.africa">Faraday</a></h2>
<p class="categories-item-number small mb-0">Building tools that improves students learning experience</p>
</div>
</div>
</div>
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<div class="essential-tool-img mb-4 mx-auto" style="background: url(img/syticks.png)"></div>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" terget="_BLANK" href="https://syticks.com.ng">Syticks</a></h2>
<p class="categories-item-number small mb-0">We make Buying and Selling of Tickets Easy & Flexible</p>
</div>
</div>
</div>
<!-- <div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<svg class="svg-icon mb-3">
<use xlink:href="#pie-chart-1"> </use>
</svg>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" href="#">Project management</a></h2>
<p class="categories-item-number small mb-0">2 Items</p>
</div>
</div>
</div>
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<svg class="svg-icon mb-3">
<use xlink:href="#design-1"> </use>
</svg>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" href="#">Design</a></h2>
<p class="categories-item-number small mb-0">2 Items</p>
</div>
</div>
</div>
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<svg class="svg-icon mb-3">
<use xlink:href="#mental-health-1"> </use>
</svg>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" href="#">Idea generation</a></h2>
<p class="categories-item-number small mb-0">2 Items</p>
</div>
</div>
</div>
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<svg class="svg-icon mb-3">
<use xlink:href="#bookmark-1"> </use>
</svg>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" href="#">Naming</a></h2>
<p class="categories-item-number small mb-0">2 Items</p>
</div>
</div>
</div>
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<svg class="svg-icon mb-3">
<use xlink:href="#checked-window-1"> </use>
</svg>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" href="#">Domain names</a></h2>
<p class="categories-item-number small mb-0">2 Items</p>
</div>
</div>
</div>
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<svg class="svg-icon mb-3">
<use xlink:href="#list-details-1"> </use>
</svg>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" href="#">Hosting</a></h2>
<p class="categories-item-number small mb-0">2 Items</p>
</div>
</div>
</div>
<div class="col-lg-3 px-lg-2">
<div class="categories-item card border-0 shadow mb-4 reset-anchor hover-transition">
<div class="card-body px-4 py-5">
<svg class="svg-icon mb-3">
<use xlink:href="#sales-up-1"> </use>
</svg>
<h2 class="h5"> <a class="stretched-link reset-anchor-inherit" href="#">Market research</a></h2>
<p class="categories-item-number small mb-0">2 Items</p>
</div>
</div>
</div>
<div class="col-lg-12 text-center pt-4"><a class="btn btn-primary" href="#">Show more categories</a></div>
</div>
</div> -->
</section>
<!-- Resources section-->
<section class="pb-5">
<div class="container pb-5">
<header class="text-center mb-5">
<h2 class="mb-1">Resources Collection</h2>
<p class="text-muted text-small">Find resources to help you get started in tech</p>
</header>
<div class="text-center mb-5">
<p>Coming soon..</p>
</div>
<!-- <div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card shadow border-0 reset-anchor d-block hover-transition"><img class="img-fluid" src="img/tool-bg-1.jpg" alt="...">
<div class="card-body p-4">
<h3 class="h5"> <a class="stretched-link reset-anchor" href="#">Quitting my corporate job</a></h3>
<p class="text-muted text-small mb-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore</p>
<div class="media align-items-center"><img class="rounded-circle" src="img/author-4.png" alt="..." width="30">
<div class="media-body d-flex ml-2 align-items-center"><span class="small text-muted mr-1">By</span>
<h6 class="mb-0"> <a class="reset-anchor" href="#">Ali Mesee</a></h6>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card shadow border-0 reset-anchor d-block hover-transition"><img class="img-fluid" src="img/tool-bg-2.jpg" alt="...">
<div class="card-body p-4">
<h3 class="h5"> <a class="stretched-link reset-anchor" href="#">Writing a business plan</a></h3>
<p class="text-muted text-small mb-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore</p>
<div class="media align-items-center"><img class="rounded-circle" src="img/author-5.png" alt="..." width="30">
<div class="media-body d-flex ml-2 align-items-center"><span class="small text-muted mr-1">By</span>
<h6 class="mb-0"> <a class="reset-anchor" href="#">Jason Doe</a></h6>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card shadow border-0 reset-anchor d-block hover-transition"><img class="img-fluid" src="img/tool-bg-3.jpg" alt="...">
<div class="card-body p-4">
<h3 class="h5"> <a class="stretched-link reset-anchor" href="#">Postmortem of a VC-backed</a></h3>
<p class="text-muted text-small mb-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore</p>
<div class="media align-items-center"><img class="rounded-circle" src="img/author-6.png" alt="..." width="30">
<div class="media-body d-flex ml-2 align-items-center"><span class="small text-muted mr-1">By</span>
<h6 class="mb-0"> <a class="reset-anchor" href="#">Richard Wood</a></h6>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 text-center pt-5"><a class="btn btn-primary" href="#">Show more resources</a></div>
</div> -->
</div>
</section>
<!-- Events Section-->
<section class="pb-5">
<div class="container pb-5">
<header class="text-center mb-5">
<h2 class="mb-1">Current Events</h2>
<p class="text-muted text-small">Tech events happening in the School</p>
</header>
<div class="row">
</div>
</section>
<!-- Past Events Section-->
<section class="pb-5">
<div class="container pb-5">
<header class="text-center mb-5">
<h2 class="mb-1">Past Events</h2>
<p class="text-muted text-small">Past Tech events.</p>
</header>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card border-0 shadow hover-transition"><img class="card-img-top img-fluid" src="img/Frame13.png" alt="...">
<div class="card-body p-5">
<p class="text-small text-muted mb-2">8 January, 2022</p>
<h3 class="h5"><p></p>Balancing Work and School</p></h3>
<p class="text-small text-muted">In trying to achieve good work and school balance, students experience stress caused by conflicting priorities. Join the meeting and learn from seasoned speakers as they teach how to manage your academic life together with work as a techie, crypto trader, intern, or whatever it is you do.</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card border-0 shadow hover-transition"><img class="card-img-top img-fluid" src="img/techignite.jpeg" alt="...">
<div class="card-body p-5">
<p class="text-small text-muted mb-2">09th - 11th Feburary, 2022</p>
<h3 class="h5">Tech Ignite</h3>
<p class="text-small text-muted">
A free three days intensive technology workshop.
Courses on; Web Development | Mobila App Development | Graphics Design | Blockchain Development.
Venue: PDTF Classrooms, Engineering Faculty. </p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card border-0 shadow hover-transition"><img class="card-img-top img-fluid" src="img/build2022.jpeg" alt="...">
<div class="card-body p-5">
<p class="text-small text-muted mb-2">05 March, 2022</p>
<h3 class="h5">Build Bootcamp</h3>
<p class="text-small text-muted">
Kickstart your career in tech and join the tech workforce in four weeks.
There will be 4 tracks available.
<li>
<ol>Graphics Design</ol>
<ol>Git & GitHub</ol>
<ol>Frontend development </ol>
<ol>Backend development</ol>
</li>
The bootcamp is entirely free to register untill 19th February, 2022. Certification however, is provided at a cost of NGN3000.
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-12 text-center pt-5"><a class="btn btn-primary">See more past events</a></div> -->
</div>
</section>
<!-- Newsletter section-->
<!-- <section class="pb-5">
<div class="container pb-5">
<header class="text-center mb-5">
<h2>Free tools to grow your startup</h2>
</header>
<div class="row">
<div class="col-lg-7 mx-auto">
<form class="p-2 rounded shadow-sm bg-white" action="#">
<div class="input-group">
<input class="form-control border-0 mr-2" type="email" placeholder="Enter your email address">
<div class="input-group-append rounded">
<button class="btn btn-primary rounded" type="submit">Get started today</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section> -->
<footer style="background: #111;">
<div class="container py-4">
<div class="row py-5">
<div class="col-md-4 col-sm-12 mb-3 mb-md-0">
<div class="d-flex align-items-center mb-3"> <!-- <img src="img/logo-footer.svg" alt="" width="30"> --> <span class="text-uppercase text-small font-weight-bold text-white ml-2">Tech at Unizik</span></div>
<p class="text-muted text-small font-weight-light mb-3">Communities. Events. Startups. Resources.</p>
<!-- <ul class="list-inline mb-0 text-white">
<li class="list-inline-item"><a class="reset-anchor text-small"><i class="fab fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a class="reset-anchor text-small"><i class="fab fa-twitter"></i></a></li>
</ul> -->
</div>
<div class="col-md-4 col-sm-6 mb-3 mb-md-0">
<h6 class="pt-2 text-white">Useful links</h6>
<div class="d-flex flex-wrap">
<ul class="list-unstyled text-muted mb-0 mb-3 mr-4">
<li><a class="reset-anchor text-small" href="mailto:admin@unizik.tech">Write to us</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6 mb-3 mb-md-0">
<h6 class="pt-2 text-white">Newsletter</h6>
<p class="text-muted">Never miss tech news, resources, career opportunities and much more in your mailbox. Sign up for our newsletter.</p>
<form action="">
<div class="input-group">
<input class="form-control bg-none border-dark text-white" type="email" placeholder="Type your email address">
<div class="input-group-append">
<button class="btn btn-light" type="submit"><i class="fas fa-paper-plane"></i></button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="copyrights py-4" style="background: #0e0e0e">
<div class="container">
<div class="row text-center">
<div class="col-md-6 text-lg-left mb-2 mb-md-0">
<p class="mb-0 text-muted mb-0 text-small">© 2022 All rights reserved.</p>
</div>
<div class="col-md-6 col-sm-6 text-md-right">
<p class="mb-0 text-muted mb-0 text-small">Built by <a class="reset-anchor text-primary" href="https://devgenix.me">Devgenix</a> for Tech Unizik</p>
<!-- If you want to remove the backlink, please purchase the Attribution-Free License.-->
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/owl.carousel2/owl.carousel.min.js"></script>
<script src="vendor/owl.carousel2.thumbs/owl.carousel2.thumbs.min.js"></script>
<script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script>
<script src="vendor/lightbox2/js/lightbox.min.js"></script>
<script src="js/bootstrap-filestyle.min.js"></script>
<script src="js/front.js"></script>
<script>
// ------------------------------------------------------- //
// Inject SVG Sprite -
// see more here
// https://css-tricks.com/ajaxing-svg-sprite/
// ------------------------------------------------------ //
function injectSvgSprite(path) {
var ajax = new XMLHttpRequest();
ajax.open("GET", path, true);
ajax.send();
ajax.onload = function(e) {
var div = document.createElement("div");
div.className = 'd-none';
div.innerHTML = ajax.responseText;
document.body.insertBefore(div, document.body.childNodes[0]);
}
}
// this is set to BootstrapTemple website as you cannot
// inject local SVG sprite (using only 'icons/orion-svg-sprite.svg' path)
// while using file:// protocol
// pls don't forget to change to your domain :)
injectSvgSprite('https://bootstraptemple.com/files/icons/orion-svg-sprite.svg');
</script>
<!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</body>
</html>