forked from GDSC-BotswanaAccountancyCollege/DSC-BAC-WEBSITE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
791 lines (787 loc) · 48 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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="ie=edge" http-equiv="X-UA-Compatible">
<title>DSC - Botswana Accountancy College</title>
<meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
<meta content="DSC Botswana Accountancy College" name="author">
<meta content="Developer Student Clubs (DSC)a is a Google Developers program for university students to learn mobile and web development skills."
name="description">
<meta content="dsc, university name,google developers, sub saharan africa, botswana, computer science"
name="keywords">
<meta content="#2F5BE7" name="theme-color">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<link href="manifest.json" rel="manifest">
<link href="src/images/dsc_bac_logo.png" rel="icon" type="image/png">
<link href="src/css/responsive.css" rel="stylesheet">
<link href="src/css/owl.carousel.min.css" rel="stylesheet">
<link href="src/css/bootstrap.min.css" rel="stylesheet">
<link href="https://docs.google.com" rel="dns-prefetch">
<link href="https://fonts.googleapis.com/css?family=Google+Sans:400,500,700|Material+Icons" rel="stylesheet"
type="text/css">
<link crossorigin="anonymous" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" rel="stylesheet">
<link href="src/css/pace-theme.css" rel="stylesheet" type="text/css">
<link href="src/css/styles.css" rel="stylesheet">
<link href="src/css/responsive.css" rel="stylesheet">
<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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-124904500-1', 'auto');
ga('send', 'pageview');</script>
</head>
<body class="x-hidden has-sticky-header">
<nav class="navbar navbar-expand-lg fixed-top custom-menu custom-menu__light">
<div class="container"><a class="navbar-brand" href="index.html"><img alt="DSC icon" data-src="src/images/dsc_bac_logo.png"
height="40" src="src/images/dsc_bac_logo.png"> </a>
<button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler" data-target="#navbarSupportedContent" data-toggle="collapse" type="button"><span
class="menu-icon__circle"></span> <span class="menu-icon"><span class="menu-icon__bar"></span> <span
class="menu-icon__bar"></span> <span class="menu-icon__bar"></span></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item active"><a class="nav-link" href="#overview">Overview <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="#technologies">Technologies</a></li>
<li class="nav-item"><a class="nav-link" href="learn.html">Learn</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="#workshops">Workshops</a></li>
<li class="nav-item"><a class="nav-link" href="#team">Team</a></li>
<li class="nav-item"><a class="nav-link" href="https://medium.com/search?q=DSCUniversityName"
rel="noopener" target="_blank">Stories</a></li>
</ul>
<div class="custom-menu__right"><a class="event-btn" href="http://meetu.ps/c/3q6jR/zjdKV/f" rel="noreferrer"
target="_blank">Next Event</a></div>
</div>
</div>
</nav>
<header class="hero" id="hero">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-sm-6">
<div class="hero-content">
<div class="hero-title__group">
<div class="hero-title"><h2 class="zuri">Developer Student Club<br>Botswana Accountancy College.</h2></div>
<div class="Hero--Subtitle">
<p class="lead">Developer Student Clubs is a
<first-letter>G</first-letter>
<third-letter>o</third-letter>
<second-letter>o</second-letter>
<first-letter>g</first-letter>
<forth-letter>l</forth-letter>
<third-letter>e</third-letter>
Developers program for university students to learn
<second-letter>mobile</second-letter>
and
<first-letter>web development skills</first-letter>
,
<third-letter>design thinking skills</third-letter>
and
<forth-letter>leadership skills.</forth-letter>
</p>
</div>
</div>
<a class="hero-button" href="http://meetu.ps/c/3q6jR/zjdKV/f" rel="noopener" target="_blank"><i
class="fab fa-meetup"></i> Become a member</a></div>
</div>
<div class="col-12 col-sm-5 ml-auto ml-pic">
<div class="hero-figure"><img alt="Illustration of diversity in our developer community"
class="img-fluid w-100" data-src="src/images/assets/diversity.png"></div>
</div>
</div>
</div>
</header>
<section class="section-spacer" id="overview">
<div class="container">
<div class="row">
<div class="col-md-4 col-12">
<div class="feature-card">
<div class="feature-card__body"><i class="fas fa-rocket ghost-blue"></i><h4 class="feature-title">
Concept of DSC</h4>
<p>The DSC program is a grassroots channel through which Google provides development skills,
mobile and web development skills for students, towards employability.</p></div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="feature-card">
<div class="feature-card__body"><i class="fas fa-lightbulb ghost-green"></i><h4
class="feature-title">Why DSC?</h4>
<p>For students to learn development skills, solve problems through technology and inspire them
to be world class developers and changemakers.</p></div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="feature-card m-0">
<div class="feature-card__body"><i class="fas fa-users ghost-red"></i><h4 class="feature-title">
Target audience</h4>
<p>DSC activities are targeted at University students and any others including faculty members
who want to learn development skills & work to solve real-life problems.</p></div>
</div>
</div>
</div>
</div>
</section>
<section class="section-spacer section-opp" id="opportunities">
<div class="container">
<header class="section-header text-center"><h2 class="section-title-custom">Opportunities DSCs provide students
with</h2></header>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<ul>
<li>◾ Grow their knowledge on developer technologies and more through peer to peer
workshops and events.
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<ul>
<li>◾ Gain relevant industry experience by solving problems for local organizations
with technology based solutions.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<ul>
<li>◾ Showcase their prototypes and solutions to their local community and industry
leaders.
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<ul>
<li>◾ Getting inspiration to become world-class developers and changemakers from
sharing others' success stories.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-spacer bg-very__gray" id="technologies">
<div class="container">
<header class="section-header text-center"><h2 class="section-title">Technologies we're excited about</h2>
<p class="section-subtitle">Opportunities to learn & access deep technical content.</p><br></header>
<div class="row align-items-center">
<div class="col-sm-6">
<div class="feature-list-image"><img alt="Official android logo" class="img-fluid"
data-src="src/images/assets/technologies/android.png" height="50%"
width="100%"></div>
</div>
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">Android Development</h2>
<p>Every year Google developers release exciting new updates to the world's most popular
operating system. We always have sessions to keep you updated and mastering the latest
trends in modern Android development.</p></div>
<a class="hero-button" href="https://codelabs.developers.google.com/?cat=Android" rel="noreferrer"
target="_blank">Codelabs <i class="fas fa-external-link-alt"></i></a></div>
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">Web Development</h2>
<p>Learn the core foundations of a delightful web experience both for the user and developer.
Stay up to tabs with emerging and trending technologies. Get access to a guided, tutorial
and hands-on coding experience.</p></div>
<a class="hero-button" href="https://codelabs.developers.google.com/?cat=Web" rel="noreferrer"
target="_blank">Codelabs <i class="fas fa-external-link-alt"></i></a></div>
</div>
<div class="col-sm-6">
<div class="feature-list-image"><img alt="Developer building a progressive web app" class="img-fluid"
data-src="src/images/assets/technologies/web.png" height="60%"
width="90%"></div>
</div>
</div>
</div>
</section>
<section class="section-spacer bg-very__gray" id="hip">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-6">
<div class="feature-list-image"><img alt="Illustration of data uploading to the cloud" class="img-fluid"
data-src="src/images/assets/technologies/cloud.png" width="90%">
</div>
</div>
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">Cloud Computing</h2>
<p>For passionate developers who want to stay relevant in a cloud first world where businesses
demand for agility and innovation and prompt rise of cloud-native applications to bridges
gaps between data, insight, and action.</p></div>
<a class="hero-button" href="https://codelabs.developers.google.com/?cat=Cloud" rel="noreferrer"
target="_blank">Codelabs <i class="fas fa-external-link-alt"></i></a></div>
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">Machine Intelligence</h2>
<p>Learn how to drive user engagement and retention with intelligent apps that are able to
effectively serve users what they need without the fuss by providing these systems with the
ability to automatically learn and improve from experience without being explicitly
programmed.</p></div>
<a class="hero-button" href="https://codelabs.developers.google.com/?cat=TensorFlow"
rel="noreferrer" target="_blank">Codelabs <i
class="fas fa-external-link-alt"></i></a></div>
</div>
<div class="col-sm-6">
<div class="feature-list-image"><img alt="Robotic illustration of how many different things it can do"
class="img-fluid" data-src="src/images/assets/technologies/mi.png"
height="60%" width="90%"></div>
</div>
</div>
</div>
</section>
<section class="section-spacer workshops-section bg-very__gray" id="workshops">
<div class="container">
<header class="section-header text-center"><h2 class="section-title">Events & Workshops</h2>
<p class="section-subtitle">Come learn, share and connect with us in person.</p></header>
<div class="workshops-type-switch">
<ul class="nav nav-pills justify-content-center js-tabs">
<li class="nav-item"><a class="nav-link active" href="#upcoming">Upcoming Events</a></li>
<li class="nav-item"><a class="nav-link" href="#past">Past Events</a></li>
</ul>
</div>
<div class="tab-content">
<div aria-labelledby="upcoming" class="tab-pane active" id="upcoming" role="tabpanel">
<div class="row">
<div class="col-md-4 col-12">
<div class="card event-card"><img alt="Event one poster" class="card-img-top"
data-src="src/images/assets/events/fbw.png">
<div class="card-body"><p class="tagging intermediate float-right">Intermediate</p><h5
class="card-title">Firebase for Web</h5>
<table>
<tr>
<td class="text-blue" width="15%"><i class="far fa-calendar-alt"></i></td>
<td>20<sup>th</sup> April 2019</td>
</tr>
<tr>
<td class="text-red"><i class="fas fa-map-marker-alt"></i></td>
<td>LH 20, Main Campus</td>
</tr>
<tr>
<td class="text-green"><i class="far fa-clock"></i></td>
<td>0900hrs - 1200hrs</td>
</tr>
</table>
<a class="button float-right" href="https://www.meetup.com/GDG-Kisii/events/258288805/">Attend</a>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card event-card"><img alt="Event two poster" class="card-img-top"
data-src="src/images/assets/events/fba.png">
<div class="card-body"><p class="tagging expert float-right">Expert</p><h5
class="card-title">Firebase for Android</h5>
<table>
<tr>
<td class="text-blue" width="15%"><i class="far fa-calendar-alt"></i></td>
<td>6<sup>th</sup> May 2019</td>
</tr>
<tr>
<td class="text-red"><i class="fas fa-map-marker-alt"></i></td>
<td>LH 20, Main Campus</td>
</tr>
<tr>
<td class="text-green"><i class="far fa-clock"></i></td>
<td>0900hrs - 1400hrs</td>
</tr>
</table>
<a class="button float-right" href="https://www.meetup.com/GDG-Kisii/events/258288819/">Attend</a>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card event-card"><img alt="Event three poster" class="card-img-top"
data-src="src/images/assets/events/rpj.png">
<div class="card-body"><p class="tagging beginner float-right">Beginner</p><h5
class="card-title">Raspberry Pi Jam</h5>
<table>
<tr>
<td class="text-blue" width="15%"><i class="far fa-calendar-alt"></i></td>
<td>22<sup>nd</sup> May 2019</td>
</tr>
<tr>
<td class="text-red"><i class="fas fa-map-marker-alt"></i></td>
<td>LH 20, Main Campus</td>
</tr>
<tr>
<td class="text-green"><i class="far fa-clock"></i></td>
<td>1800hrs - 1930hrs</td>
</tr>
</table>
<a class="button float-right" href="https://www.meetup.com/GDG-Kisii/events/258212444/">Attend</a>
</div>
</div>
</div>
</div>
</div>
<div aria-labelledby="past" class="tab-pane" id="past" role="tabpanel">
<section class="section-spacer bg-very__gray" id="hi">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-6">
<div class="feature-list-image">
<iframe allowfullscreen="true"
data-urllink="https://docs.google.com/presentation/d/e/2PACX-1vSubYcbqWaNFgVUDQ14VYLf_4RFiaVeFl-Tz6ryS_YAuYmP9xhdAUrV0_V5GpeHHenACAIwl8zwTZ3z/embed?start=false&loop=true&delayms=3000"
frameborder="0" height="299" mozallowfullscreen="true"
webkitallowfullscreen="true" width="480"></iframe>
</div>
</div>
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">Getting Started with Android
Things</h2>
<hr>
<h6>DATE : 26<sup>th</sup> Jan 2019</h6><h6>VENUE : LH 27, Main Campus</h6>
<p>We learnt how to assemble an Android Things kit and saw the temperature and
barometer sensors on the kit in action</p></div>
<a class="past-event" href="#" rel="noopener" target="_blank">EVENT PHOTOS <i
class="fas fa-camera"></i></a></div>
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">The Magic Of Flutter</h2>
<hr>
<h6>DATE : 6<sup>th</sup> Aug 2018</h6><h6>VENUE : LH 1, Main Campus</h6>
<p>We concentrated on two parts of Flutter, that we admire most : The developer
experience and brand design first development</p></div>
<a class="past-event" href="#" rel="noopener" target="_blank">EVENT PHOTOS <i
class="fas fa-camera"></i></a></div>
</div>
<div class="col-sm-6">
<div class="feature-list-image">
<iframe allowfullscreen="true"
data-urllink="https://docs.google.com/presentation/d/e/2PACX-1vQw37yOddaGU-XhgoHwubXadUTEgnxQ0iqT6eHbBssRnP8UzplK-vkdL_5aKl3aiTKVjMkNMC_fRCt3/embed?start=false&loop=true&delayms=5000"
frameborder="0" height="299" mozallowfullscreen="true"
webkitallowfullscreen="true" width="480"></iframe>
</div>
</div>
</div>
</div>
</section>
<section class="section-spacer bg-very__gray" id="past_ones">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-6">
<div class="feature-list-image">
<iframe allowfullscreen="true"
data-urllink="https://docs.google.com/presentation/d/e/2PACX-1vQcG84BsN5LAUmvkvEUwK2h1euvoW6PZaSl4CnJfybQx0xgB6XbQTECqo4H1M56axzqzDBqJpPVrbeL/embed?start=false&loop=true&delayms=30000"
frameborder="0" height="299" mozallowfullscreen="true"
webkitallowfullscreen="true" width="480"></iframe>
</div>
</div>
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">Build Your First App</h2>
<hr>
<h6>DATE : 6<sup>th</sup> July 2018</h6><h6>VENUE : LH 1, Main Campus</h6>
<p>We set up the Android Application Development Environment for creating,
testing and debugging apps.</p></div>
<a class="past-event" href="#">EVENT PHOTOS <i class="fas fa-camera"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header"><h2 class="content-title">DSC SSA Leads Summit</h2>
<hr>
<h6>DATE : 25<sup>th</sup> July - 28<sup>th</sup>July 2018</h6><h6>WHERE :
Lagos, Nigeria.</h6>
<p>One of our lead organizers was privileged to represent the community in a
lead summit hosted by Google Nigeria where he also talked about
goal-setting.</p></div>
<a class="past-event" href="#" rel="noopener" target="_blank">EVENT PHOTOS <i
class="fas fa-camera"></i></a></div>
</div>
<div class="col-sm-6">
<div class="feature-list-image">
<iframe allow="autoplay; encrypted-media" allowfullscreen
data-urllink="https://www.youtube.com/embed/AAin71VkbzQ" frameborder="0"
height="274" width="500"></iframe>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="section-spacer team-section" id="team">
<div class="container">
<header class="text-center section-header"><h2 class="section-title">Meet The DSC Team</h2>
<p class="section-subtitle">Passionate students and faculty staff driving the success of the program.</p>
</header>
<div class="container-fluid">
<div class="carouselPrograms carousel slide" data-interval="false" data-ride="carousel"
id="carouselExample">
<div class="carousel-inner row w-100 mx-auto" role="listbox">
<div class="carousel-item col-md-4 col-15 active">
<div class="card event-card">
<div class="card hovercard">
<div class="cardheader"></div>
<div class="avatar"><img alt="lead avatar"
data-src="src/images/assets/team/kess-Beast.jpeg"></div>
<div class="info">
<div class="title"><h5>Kesego Mokgosi</h5>
<p>Lead Organizer</p></div>
<div class="desc">Mobile and Web developer</div>
<div class="desc">Open source enthusiast</div>
<div class="desc">Community mentor</div>
</div>
<div class="bottom">
<ul class="social-list__inline mt-10">
<li><a href="https://twitter.com/KesegoMokgosi" rel="noopener" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/kesBeast23" rel="noopener" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/ProfileName" rel="noopener"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="carousel-item col-md-4 col-15">
<div class="card event-card">
<div class="card hovercard">
<div class="cardheader"></div>
<div class="avatar"><img alt="lead avatar"
data-src="src/images/assets/team/Tumo.jpg"></div>
<div class="info">
<div class="title"><h5>Tumo Kgosiyame</h5>
<p>Co-organizer</p></div>
<div class="desc">Mobile and Web developer</div>
<div class="desc">Machine Learning enthusiast</div>
<div class="desc">Artificial Intelligence</div>
</div>
<div class="bottom">
<ul class="social-list__inline mt-10">
<li><a href="https://twitter.com/tumo505" rel="noopener" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/tumo505" rel="noopener" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/tumo-kgosiyame-23a696168/" rel="noopener"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="carousel-item col-md-4 col-15">
<div class="card event-card">
<div class="card hovercard">
<div class="cardheader"></div>
<div class="avatar"><img alt="lead avatar"
data-src="src/images/assets/team/KesegoTumisang.jpeg"></div>
<div class="info">
<div class="title"><h5>Kesego Tumisang</h5>
<p>Co-organizer</p></div>
<div class="desc">Mobile and Web developer</div>
<div class="desc">Open source enthusiast</div>
<div class="desc">Community mentor</div>
</div>
<div class="bottom">
<ul class="social-list__inline mt-10">
<li><a href="https://twitter.com/ProfileName" rel="noopener" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/ProfileName" rel="noopener" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/ProfileName" rel="noopener"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="carousel-item col-md-4 col-15">
<div class="card event-card">
<div class="card hovercard">
<div class="cardheader"></div>
<div class="avatar"><img alt="lead avatar"
data-src="src/images/assets/team/Mr-Programmer.jpeg"></div>
<div class="info">
<div class="title"><h5>Godwill Monthe</h5>
<p>Team Member</p></div>
<div class="desc">Web Designer</div>
<div class="desc">Mobile App Developer</div>
<div class="desc">Graphic Designer</div>
</div>
<div class="bottom">
<ul class="social-list__inline mt-10">
<li><a href="https://twitter.com/godwill_monthe1" rel="noopener" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/godwillmonthe" rel="noopener" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/godwill-monthe-9b129a192" rel="noopener"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="carousel-item col-md-4 col-15">
<div class="card event-card">
<div class="card hovercard">
<div class="cardheader"></div>
<div class="avatar"><img alt="lead avatar"
data-src="src/images/assets/team/Kenneth.png"></div>
<div class="info">
<div class="title"><h5>Kenneth Mogopodi</h5>
<p>Team Member</p></div>
<div class="desc">Web design</div>
<div class="desc">Open Sourse Enthusiast</div>
<div class="desc">Mobile App and Web Developer</div>
</div>
<div class="bottom">
<ul class="social-list__inline mt-10">
<li><a href="https://twitter.com/ProfileName" rel="noopener" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/kenneth-29" rel="noopener" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/ProfileName" rel="noopener"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="carousel-item col-md-4 col-15">
<div class="card event-card">
<div class="card hovercard">
<div class="cardheader"></div>
<div class="avatar"><img alt="lead avatar"
data-src="src/images/assets/team/smith.jpeg"></div>
<div class="info">
<div class="title"><h5>Thulaganyo Makati</h5>
<p>Team Member</p></div>
<div class="desc">Web Desogn</div>
<div class="desc">JAVA Application Programmer</div>
<div class="desc">IOT</div>
</div>
<div class="bottom">
<ul class="social-list__inline mt-10">
<li><a href="https://twitter.com/ProfileName" rel="noopener" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/AndTheLordSaidSmith" rel="noopener" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/ProfileName" rel="noopener"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExample" role="button"
style="cursor:default;"><span aria-hidden="true" class="carousel-control-prev-i fas fa-angle-left"
style="cursor:pointer;"></span> <span class="sr-only">Previous</span>
</a><a class="carousel-control-next text-faded" data-slide="next" href="#carouselExample" role="button"
style="cursor:default;"><span aria-hidden="true"
class="carousel-control-next-i fas fa-angle-right"
style="cursor:pointer;"></span> <span
class="sr-only">Next</span></a></div>
</div>
</div>
</section>
<section class="section-spacer section-faq" id="faqs">
<div class="container">
<header class="section-header text-center"><h2 class="section-title">Frequently Asked Questions</h2></header>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body"><h5 class="card-title">Who can become a member?</h5>
<p>The clubs is open to any student, ranging from novice developers who are just starting, to
advanced developers who want to further their skills.</p></div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body"><h5 class="card-title">How frequently do events and workshops occur?</h5>
<p>We have a hands-on session every Tuesday at SG25 from 1800hrs to 2030hrs. We also hold
workshops and showcases & we would recommend you to join our community on <a
href="https://www.meetup.com/DSCUniversity/">Meetup</a> to get updates.</p></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body"><h5 class="card-title">What should I carry when attending a workshop?</h5>
<p>We recommend you carry with you a notebook, pen and a laptop because more often than not we
make our hands dirty with code. Most importantly, carry along a healthy dose of curiosity
and enthusiasm.</p></div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body"><h5 class="card-title">Who should I reach out to if I have any
questions?</h5>
<p>If you have any questions or comments, please don't hesitate to contact us by clicking the
button below. We would be happy to stay engaged via email even after the event</p></div>
</div>
</div>
</div>
<div class="mt-40 text-center"><a class="hero-button" href="mailto:team@dsc.bac.ac.bw">Send us an email</a></div>
</div>
</section>
<footer class="section-spacer footer-section">
<div class="container">
<div class="row flex-column-reverse flex-sm-row flex-lg-row">
<div class="col-md-4 col-12">
<div class="footer-widget first-of-footer-widget"><img alt="DSC BAC footer logo" class="logo-sm mb-10"
data-src="src/images/dsc_bac_logo.png">
<p>© 2020 | All Rights Reserved.</p><span>Feel free to drop us an email at </span><a
href="mailto:team@dsc.bac.ac.bw">team@dsc.bac.ac.bw</a>
<ul class="social-list__inline mt-10">
<li><a href="https://twitter.com/DSCUniversityName" rel="noopener" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/DSCUniversityName" rel="noopener" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a href=""><i class="fab fa-slack"></i></a></li>
<li><a href="https://www.youtube.com/user/GoogleDevelopers" rel="noopener" target="_blank"><i
class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-8 col-sm-10">
<div class="row">
<div class="col-md-4 col-6">
<div class="footer-widget"><h4 class="footer-widget__title">Programs</h4>
<ul class="list-unstyled">
<li><a href="https://www.womentechmakers.com/" rel="noreferrer" target="_blank">Women
Techmakers</a></li>
<li><a href="https://developers.google.com/experts/" rel="noreferrer" target="_blank">Google
Developer Experts</a></li>
<li><a href="https://developers.google.com/programs/community/" rel="noreferrer"
target="_blank">Google Developer Groups</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-6">
<div class="footer-widget"><h4 class="footer-widget__title">Developers</h4>
<ul>
<li class="list-unstyled"></li>
<li><a href="https://console.firebase.google.com/" rel="noreferrer" target="_blank">Firebase
console</a></li>
<li><a href="https://console.cloud.google.com/" rel="noreferrer" target="_blank">Google
Cloud Platform</a></li>
<li><a href="https://console.actions.google.com/" rel="noreferrer" target="_blank">Actions
on Google</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-widget"><h4 class="footer-widget__title">Contribute</h4>
<ul class="list-unstyled">
<li>
<a href="https://github.com/kelvinkamau/Vibranium/issues/new?template=documentation-bug.md"
rel="noreferrer" target="_blank">File a bug</a></li>
<li><a href="https://github.com/kelvinkamau/Vibranium" rel="noreferrer" target="_blank">View
source</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a href="#" id="scroll" style="display: none;"><i class="fas fa-angle-up"></i></a>
<script>;
function imageIntersectionObserverCallback(imageEntries, observer) {
imageEntries.forEach(imgEntry => {
if (imgEntry.isIntersecting) {
imgEntry.target.setAttribute('src', imgEntry.target.dataset.src);
observer.unobserve(imgEntry.target);
}
})
}
const imageObserver = new IntersectionObserver(imageIntersectionObserverCallback, {rootMargin: '30px 0px'});
imageObserver.POLL_INTERVAL = 200;
imageObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('img[data-src]').forEach(img => {
imageObserver.observe(img);
})</script>
<script>function iframeObserverCallback(iframeEntries, observer) {
iframeEntries.forEach(iframe => {
if (iframe.isIntersecting && window.matchMedia('(min-width: 450px)').matches) {
iframe.target.setAttribute('src', iframe.target.dataset.urllink);
observer.unobserve(iframe.target);
}
})
}
const iframeObserver = new IntersectionObserver(iframeObserverCallback, {rootMargin: '30px 0px'});
iframeObserver.POLL_INTERVAL = 200;
iframeObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('iframe[data-urllink]').forEach(img => {
iframeObserver.observe(img);
});
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('service-worker.js')
.then(function () {
console.log("Service Worker Registered,");
});
}
);
}</script>
<script src="src/js/vendors/pace.js"></script>
<script src="src/js/vendors/jquery.min.js"></script>
<script src="src/js/vendors/bootstrap.bundle.min.js"></script>
<script src="src/js/vendors/jquery.magnific-popup.min.js"></script>
<script src="src/js/vendors/jquery.easing.min.js"></script>
<script src="src/js/vendors/swiper.min.js"></script>
<script src="src/js/vendors/owl.carousel.min.js"></script>
<script src="src/js/vendors/hammer.js"></script>
<script src="src/js/custom.js"></script>
</body>
</html>