-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathindex.html
276 lines (264 loc) · 14.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="author" content="DSC MMUST">
<meta name="description"
content="Developer Student Clubs (DSC) is a Google Developers program for university students to learn mobile and web development skills.">
<meta name="keywords"
content="clubs in kenya, dsc, mmust, dsc mmust, masinde muliro university, google developers, sub saharan africa, kenya, computer science">
<meta name="theme-color" content="#2F5BE7">
<title>DSC - MMUST</title>
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Google+Sans:400,500,700|Material+Icons" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
</head>
<body>
<header>
<div class="container">
<nav id="main-nav" class="navbar" role="navigation" aria-label="main navigation">
<!-- navigation pane goes here -->
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="img/logo.png" width="112" height="28" alt="MMUST DSC logo">
</a>
<a role="button" onclick="toggleMenu()" class="navbar-burger burger" aria-label="menu"
aria-expanded="false" data-target="navbarLinks">
<i class="fas fa-bars fa-2x"></i>
</a>
</div>
<div id="navbarLinks" class="navbar-menu">
<div class="navbar-end">
<a href="#overview" class="navbar-item">Overview</a>
<a href="#technologies" class="navbar-item">Technologies</a>
<a href="#" class="navbar-item">Learn</a>
<a href="#" class="navbar-item">Projects</a>
<a href="#events" class="navbar-item">Workshops</a>
<a href="#" class="navbar-item">Team</a>
<a href="#" class="navbar-item">Stories</a>
<div class="navbar-item">
<a href="https://t.co/DE8eo0vTDd?amp=1" class="btn event-btn">Next Event</a>
</div>
</div>
</div>
</nav>
</div>
</header>
<section id="overview" class="section-spacer">
<div class="container">
<div class="cols">
<div class="welcome col-sm-6 col-5">
<h2>Developer Student Club<br>MMUST</h2>
<div>
<p>Developer Student Clubs is a <span>Google</span>
Developers program for university students to learn<span> mobile</span> and <span>web
development
skills</span>, <span>design thinking skills</span> and <span> leadership skills.</span>
</p>
<a href="#" class="btn" target="_blank"><i class="fab fa-meetup"></i> Become a member</a>
</div>
</div>
<div class="col-sm-5 ml-auto">
<img class="section-img" src="img/diversity.png" alt="diversity" />
</div>
</div>
</div>
</section>
<section id="overview-cards" class="section-spacer">
<div class="container">
<div class="cols center-items">
<div class="col-4">
<div class="card overview-card">
<i class="fas fa-rocket ghost-blue"></i>
<div class="card-body">
<h4>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-4">
<div class="card overview-card">
<i class="fas fa-lightbulb ghost-green"></i>
<div class="card-body">
<h4>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-4">
<div class="card overview-card">
<i class="fas fa-users ghost-red"></i>
<div class="card-body">
<h4>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>
</div>
</section>
<section id="technologies" class="section-spacer gray-bg">
<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="cols center-items">
<div class="col-6">
<div class="feature-list-image">
<img class="section-img" src="img/android.jpg" alt="diversity" />
</div>
</div>
<div class="col-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 href="https://codelabs.developers.google.com/?cat=Android" class="hero-button"
target="_blank" >Codelabs <i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="web-technologies" class="section-spacer">
<div class="container">
<div class="cols center-items">
<div class="col-5">
<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 href="https://codelabs.developers.google.com/?cat=Web" class="hero-button"
target="_blank" >Codelabs <i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="col-6 ml-auto">
<div class="feature-list-image">
<img class="section-img" src="img/web.jpg" alt="diversity" />
</div>
</div>
</div>
</div>
</section>
<section id="ml-technologies" class="section-spacer gray-bg">
<div class="container">
<div class="cols center-items">
<div class="col-6">
<div class="feature-list-image">
<img class="section-img" src="img/ml.svg" alt="diversity" />
</div>
</div>
<div class="col-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Machine Learning</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 href="https://codelabs.developers.google.com/" class="hero-button" target="_blank"
>Codelabs <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="events" class="section-spacer">
<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><br>
</header>
<div class="cols center-items">
</div>
</div>
</section>
<footer id="footer" class="section-spacer">
<div class="container">
<div class="cols">
<div class="col-4">
<div class="footer-widget">
<img class="logo-sm mb-10" alt="DSC MMUST University footer logo" src="/img/icon.png">
<p>Copyright ©
<script>
document.write(new Date().getFullYear());
</script> | All Rights Reserved.</p><span>Feel free to drop us an email at </span><a
href="mailto:dscmmust@gmail.com">dscmmust@gmail.com</a>
<ul class="social-list mt-10">
<li><a href="https://twitter.com/MmustDsc" target="_blank" rel="noopener"><i
class="fab fa-twitter"></i></a></li>
<li><a href="#" target="_blank" rel="noopener"><i class="fab fa-github"></i></a></li>
<li><a href="https://dsc-mmust.slack.com/"><i class="fab fa-slack"></i></a></li>
</ul>
</div>
</div>
<div class="col-8 col-sm-10">
<div class="cols">
<div class="col-4 col-sm-6">
<div class="footer-widget">
<h4 class="title">Programs</h4>
<ul class="list-unstyled">
<li><a href="https://www.womentechmakers.com/" target="_blank"
>Women Techmakers</a></li>
<li><a href="https://developers.google.com/experts/" target="_blank"
>Google Developer Experts</a></li>
<li><a href="https://developers.google.com/programs/community/" target="_blank"
>Google Developer Groups</a></li>
</ul>
</div>
</div>
<div class="col-4 col-sm-6">
<div class="footer-widget">
<h4 class="title">Developers</h4>
<ul class="list-unstyled">
<li><a href="https://console.firebase.google.com/" target="_blank"
>Firebase console</a></li>
<li><a href="https://console.cloud.google.com/" target="_blank"
>Google Cloud Platform</a></li>
<li><a href="https://console.actions.google.com/" target="_blank"
>Actions on Google</a></li>
</ul>
</div>
</div>
<div class="col-4">
<div class="footer-widget">
<h4 class="title">Contribute</h4>
<ul class="list-unstyled">
<li><a href="https://github.com/vuyanzi/dscmmust/issues/new"
target="_blank" >File a bug</a></li>
<li><a href="https://github.com/vuyanzi/dscmmust" target="_blank"
>View source</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a href="#" id="scroll" style="display: inline;"><i class="fas fa-angle-up"></i></a>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
</body>
</html>