-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
406 lines (353 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="copyright" content="Devgenix, https://github.com/devgenix">
<title>Microsoft Learn Student Community Unizik.</title>
<link rel="stylesheet" href="./assets/vendor/animate/animate.css">
<link rel="stylesheet" href="./assets/css/bootstrap.css">
<link rel="stylesheet" href="./assets/css/maicons.css">
<link rel="stylesheet" href="./assets/vendor/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="./assets/css/theme.css">
<link rel="stylesheet" href="./assets/css/custom.css" >
</head>
<body>
<!-- Back to top button -->
<div class="back-to-top"></div>
<header>
<nav class="navbar navbar-expand-lg navbar-light navbar-float">
<div class="container">
<a href="index.html" class="navbar-brand"><span class="text-primary">MLSC</span> <span class="">Codespaces</span></a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarContent">
<ul class="navbar-nav ml-lg-4 pt-3 pt-lg-0">
<li class="nav-item active">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="./about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a class="nav-link">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link">Events</a>
</li>
<li class="nav-item">
<a class="nav-link">Blog</a>
</li>
<li class="nav-item">
<!-- <a class="nav-link">Contact</a> -->
</li>
</ul>
<div class="ml-auto">
<a target="_blank" href="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAANAAT_Jx7dUNjBTT0JNQkc1OFRaQlU1MkxTRElQTTQ0RC4u" class="btn btn-outline rounded-pill">Join the community</a>
</div>
</div>
</div>
</nav>
<div class="page-banner home-banner">
<div class="container h-100">
<div class="row align-items-center h-100">
<div class="col-lg-6 py-3 wow fadeInUp">
<h1 class="mb-4">Microsoft Learn Student Community</h1>
<p class="text-lg mb-5">Discover a community to help you amplify your impact, bring together like-minded peers, learn new skills and solve real-world problems,</p>
<!-- <a href="#" class="btn btn-outline border text-secondary">More Info</a> -->
<a target="_blank" href="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAANAAT_Jx7dUNjBTT0JNQkc1OFRaQlU1MkxTRElQTTQ0RC4u" class="btn btn-primary btn-split ml-2">Join the Community <div class="fab"><span class="mai-chevron-forward text-sm"></span></div></a>
</div>
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place">
<img src="./assets/img/bg_image_1.png" alt="">
</div>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="page-section features">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<img src="./assets/img/icon_pattern.svg" alt="">
</div>
<div>
<h5>IT support</h5>
<p>Providing support to help you troubleshoot your hardware and software problems.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<img src="./assets/img/icon_pattern.svg" alt="">
</div>
<div>
<h5>Development</h5>
<p>Start your career in tech, build your coding skills, earn certifications or gain useful knowlege - it's all up to you when you roll with us.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3 wow fadeInUp">
<div class="d-flex flex-row">
<div class="img-fluid mr-3">
<img src="./assets/img/icon_pattern.svg" alt="">
</div>
<div>
<h5>Soft Skills</h5>
<p>Resources and trainings from writing a good résumé to speaking publicily to learning effective use of your time.</p>
</div>
</div>
</div>
<div class="text-center col-md-12 col-lg-12 py-4 wow fadeInUp">
<a href="./about.html" class="btn btn-outline-primary rounded-pill">Learn more ></a>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place text-center">
<img src="./assets/img/bg_image_2.png" alt="">
</div>
</div>
<div class="col-lg-6 py-3 wow fadeInRight">
<h2 class="title-section">We're a <span class="marked">diverse and inclusive</span> Community of creative People</h2>
<div class="divider"></div>
<p>The Student Community provides clear steps to help you learn and make an impart so you can make a difference and also empower those around you.</p>
<div class="img-place mb-3">
<img src="./assets/img/testi_image.png" alt="">
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section counter-section">
<div class="container">
<div class="row align-items-center text-center">
<div class="col-lg-4">
<p>Members</p>
<h2><span class="number" data-number="31"></span></h2>
</div>
<div class="col-lg-4">
<p>Upcoming Events</p>
<h2><span class="number" data-number="1"></span></h2>
</div>
<div class="col-lg-4">
<p>Past Events</p>
<h2><span class="number" data-number="2"></span></h2>
</div>
</div>
<!-- <div class="col-md-12 col-lg-12 py-4 wow fadeInUp" style="text-align: center;">
<a class="btn btn-primary btn-split ml-2 text-white">See all Stats<div class="fab"><span class="mai-chevron-forward text-sm"></span></div></a>
</div> -->
<div class="text-center col-md-12 col-lg-12 py-4 wow fadeInUp">
<a class="btn btn-outline-primary rounded-pill">See all stats ></a>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-6 py-3 wow fadeInLeft">
<h2 class="title-section">We're <span class="marked">here to</span> serve you with the best</h2>
<div class="divider"></div>
<p class="mb-5">Connect with other students, kick-start your career with training and certifications and earn recognition that separates you from the pack.</p>
<a target="_blank" href="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAANAAT_Jx7dUNjBTT0JNQkc1OFRaQlU1MkxTRElQTTQ0RC4u" class="btn btn-primary btn-split ml-2">Join the Community now<div class="fab"><span class="mai-chevron-forward text-sm"></span></div></a>
</div>
<div class="col-lg-6 py-3 wow zoomIn">
<div class="img-place text-center">
<img src="./assets/img/bg_image_3.png" alt="">
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section bg-light">
<div class="container">
<div class="owl-carousel wow fadeInUp" id="testimonials">
<div class="item">
<div class="row align-items-center">
<div class="col-md-6 py-3">
<div class="testi-image">
<img src="./assets/img/person/devgenix.jpg" alt="">
</div>
</div>
<div class="col-md-6 py-3">
<div class="testi-content">
<p>Being a Student Ambassador means being a mentor but what's interesting about it is that I don't have to be an expert, that's why the community exists. Alone, I can do so little but together, we can do so much more.</p>
<div class="entry-footer">
<strong>Nehemiah Emmanuel</strong> — <span class="text-grey">Microsoft Learn Student Ambassador</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
<div class="page-section border-top">
<div class="container">
<div class="text-center wow fadeInUp">
<div class="subhead">Our Blog</div>
<h2 class="title-section">Read our latest <span class="marked">News</span></h2>
<div class="divider mx-auto"></div>
</div>
<div class="row my-5 card-blog-row">
<div class="col-md-6 col-lg-3 py-3 wow fadeInUp">
<div class="card-blog">
<div class="header">
<div class="entry-footer">
<div class="post-author">Nehemiah Emmanuel</div>
<a class="post-date">8 Dec, 2021</a>
</div>
</div>
<div class="body">
<div class="post-title"><a href="https://blog.devgenix.me/how-much-python-should-you-know-to-learn-django">How Much Python Should You know To Learn Django?</a></div>
<!-- <div class="post-excerpt">Every now and then, this question is asked by people - from beginners to experienced developers - who wants to learn Django and start building with it.</div> -->
</div>
<div class="footer">
<a href="https://blog.devgenix.me/how-much-python-should-you-know-to-learn-django">Read More <span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 py-3 wow fadeInUp">
<div class="card-blog">
<div class="header">
<div class="avatar">
<img src="./assets/img/person/devgenix.jpg" alt="">
</div>
<div class="entry-footer">
<div class="post-author">Nehemiah Emmanuel</div>
<a class="post-date">2 Dec, 2021</a>
</div>
</div>
<div class="body">
<div class="post-title"><a href="https://blog.devgenix.me/tech-my-journey-getting-started">Tech: My Journey getting started.</a></div>
<div class="post-excerpt">It was much like dabbling, like a scalar quantity, I had no direction.</div>
</div>
<div class="footer">
<a href="https://blog.devgenix.me/tech-my-journey-getting-started">Read More <span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 py-3 wow fadeInUp">
<div class="card-blog">
<div class="header">
<div class="avatar">
<img src="./assets/img/person/devgenix.jpg" alt="">
</div>
<div class="entry-footer">
<div class="post-author">Nehemiah Emmanuel</div>
<a class="post-date">2 Dec, 2021</a>
</div>
</div>
<div class="body">
<div class="post-title"><a href="https://blog.devgenix.me/what-is-django">First steps in Django</a></div>
<div class="post-excerpt">What exactly is Django?</div>
</div>
<div class="footer">
<a href="https://blog.devgenix.me/what-is-django">Read More <span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 py-3 wow fadeInUp">
<div class="card-blog">
<div class="header">
<div class="avatar">
<img src="./assets/img/person/devgenix.jpg" alt="">
</div>
<div class="entry-footer">
<div class="post-author">Nehemiah Emmanuel</div>
<a class="post-date">13 Dec, 2021</a>
</div>
</div>
<div class="body">
<div class="post-title"><a href="https://blog.devgenix.me/otp-in-django-rest-framework">OTP in Django Rest Framework</a></div>
<div class="post-excerpt">This is a straight-to-the-point article, I'll assume previous experience of Django and the Django Rest Framework as I will not be covering that in this article. This article...</div>
</div>
<div class="footer">
<a href="https://blog.devgenix.me/otp-in-django-rest-framework">Read More <span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
</div>
<div class="text-center">
<a class="btn btn-outline-primary rounded-pill">Discover More</a>
</div>
</div> <!-- .container -->
</div> <!-- .page-section -->
</main>
<footer class="page-footer">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-lg-3 py-3">
<h3 class="text-primary">MLSC <span class="text-dark">Unizik</span></h3>
<p>Be a force for good-locally and globally</p>
<p><a href="#" >mlsc@unizik.tech</a></p>
</div>
<div class="col-lg-3 py-3">
<h5>Community</h5>
<ul class="footer-menu">
<li><a href="#">Gallery</li>
<li><a href="#">Blog</a></li>
<li><a href="#">Events</a></li>
</ul>
</div>
<div class="col-lg-3 py-3">
<h5>About</h5>
<ul class="footer-menu">
<li><a href="#">About Us</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Join us</a></li>
</ul>
</div>
<div class="col-lg-3 py-3">
<h5>Newsletter</h5>
<form name="Subscribers" method="POST" data-netlify="true" id="formdata">
<input name="email" type="text" class="form-control" placeholder="Enter your email address" id="inputfield"></label>
<div id="successtext" style="display: none; text-align: center; color: green;">Thank you for subscribing!</div>
<div id="errortext" style="display: none; text-align: center; color: red;"></div>
<button type="submit" class="btn btn-primary" id="submit">Subscribe</button>
</form>
<div class="sosmed-button mt-4">
<a target="_blank" href="https://facebook.com/mlscu"><span class="mai-logo-facebook-f"></span></a>
<a target="_blank" href="https://twitter.com/mlscunizik"><span class="mai-logo-twitter"></span></a>
<a target="_blank" href="https://github.com/mlscu"><span class="mai-logo-github"></span></a>
</div>
</div>
</div>
<div class="row" style="text-align: center">
<div class="col-12 py-3">
<p id="copyright">© 2022 <a href="https://github.com/devgenix">Devgenix</a> for the Community. All rights reserved</p>
</div>
<!-- <div class="col-sm-6 py-2 text-right">
<div class="d-inline-block px-3">
<a href="#">Privacy</a>
</div>
<div class="d-inline-block px-3">
<a href="#">Contact Us</a>
</div> -->
</div>
</div>
</div> <!-- .container -->
</footer> <!-- .page-footer -->
<script src="./assets/js/actions.js"></script>
<script src="./assets/js/jquery-3.5.1.min.js"></script>
<script src="./assets/js/bootstrap.bundle.min.js"></script>
<script src="./assets/vendor/wow/wow.min.js"></script>
<script src="./assets/vendor/owl-carousel/js/owl.carousel.min.js"></script>
<script src="./assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="./assets/vendor/animateNumber/jquery.animateNumber.min.js"></script>
<script src="./assets/js/google-maps.js"></script>
<script src="./assets/js/theme.js"></script>
</body>
</html>