forked from zero-to-mastery/old-zero-to-mastery-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.html
464 lines (437 loc) · 29.1 KB
/
status.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
<!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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
<link href="assets/css/style.css" type="text/css" rel="stylesheet">
<link rel="icon" type="image/png" href="assets/favicon.png" />
<title>Zero to Mastery</title>
</head>
<body id ="status">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" style="background-color: #ec5237;">
<a class="navbar-brand" href="/">Zero To Mastery</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="/#about">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#project">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="status.html">Status</a>
</li>
<!-- <li class="nav-item">
<button id="signup-Button" class="btn btn-outline-success my-2 my-sm-0" type="submit">Sign Up!</button>
</li> -->
</ul>
</div>
</nav>
<section id="statush">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center blue">ZERO-TO-MASTERY</h1>
<hr class="text-center blue">
<h3 class="text-center blue">PROJECT STATUS TRACKER</h3>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue" href="https://zero-to-mastery.github.io/zero-to-mastery-website/">ZERO TO MASTERY WEBSITE</a></h5>
<p>A website to track the status of the OpenSource Projects that our groups will be working on, with links to the github profiles of the contributors.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated " role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:70%"><span class="">80% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/SamirJouni"><img src="https://avatars1.githubusercontent.com/u/34379157?s=400&v=4" alt=""></a>
<a href="https://github.com/calebyates"><img src="https://avatars0.githubusercontent.com/u/35265886?s=400&v=4" alt=""></a>
<a href="https://github.com/thisisabdus"><img src="https://avatars0.githubusercontent.com/u/32123917?s=400&v=4" alt=""></a>
<a href="https://github.com/drood87"><img src="https://avatars0.githubusercontent.com/u/33859271?s=400&v=4" alt=""></a>
<a href="https://github.com/wpowers42"><img src="https://avatars1.githubusercontent.com/u/16441747?s=400&v=4" alt=""></a>
<a href="https://github.com/laurenceRama"><img src="https://avatars0.githubusercontent.com/u/34871669?s=400&v=4" alt=""></a>
<a href="https://github.com/wanraitelli"><img src="https://avatars1.githubusercontent.com/u/31251266?s=400&v=4" alt=""></a>
<a href="https://github.com/ankur-anand"><img src="https://avatars3.githubusercontent.com/u/12459741?s=400&v=4" alt=""></a>
<a href="https://github.com/mikerobards"><img src="https://avatars2.githubusercontent.com/u/26007940?s=400&v=4" alt=""></a>
<a href="https://github.com/RizaneEves"><img src="https://avatars2.githubusercontent.com/u/8761960?s=400&v=4" alt=""></a>
<a href="https://github.com/raulpetrisor"><img src="https://avatars2.githubusercontent.com/u/36896212?s=60&v=4" alt=""></a>
<a href="https://github.com/Polcat000"><img src="https://avatars2.githubusercontent.com/u/19295948?s=400&v=4" alt=""></a>
<a href="https://github.com/MayurChandpara"><img src="https://avatars0.githubusercontent.com/u/24489113?s=400&v=4" alt=""></a>
</div>
<div class="mb-5"></div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://zero-to-mastery.github.io/travel-guide/">Travel Guide</a></h5>
<p>A travel guide to suggest activities you can do once you arrive to a certain destination. Or you can just browse destinations and check out the different available activities.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/SamirJouni"><img src="https://avatars1.githubusercontent.com/u/34379157?s=400&v=4" alt=""></a>
<a href="https://github.com/nickn10"><img src="https://avatars1.githubusercontent.com/u/25073578?s=400&v=4" alt=""></a>
<a href="https://github.com/drood87"><img src="https://avatars0.githubusercontent.com/u/33859271?s=400&v=4" alt=""></a>
<a href="https://github.com/slarti-42"><img src="https://avatars2.githubusercontent.com/u/5600414?s=400&v=4" alt=""></a>
<a href="https://github.com/mtawa002"><img src="https://avatars1.githubusercontent.com/u/7663259?s=400&v=4" alt=""></a>
<a href="https://github.com/mskeezy"><img src="https://avatars3.githubusercontent.com/u/26351278?s=400&v=4" alt=""></a>
<a href="https://github.com/cmanalaysay"><img src="https://avatars0.githubusercontent.com/u/36984427?s=400&v=4" alt=""></a>
<a href="https://github.com/rkmjcharpb"><img src="https://avatars3.githubusercontent.com/u/27692643?s=400&v=4" alt=""></a>
<a href="https://github.com/chanraork"><img src="https://avatars0.githubusercontent.com/u/15604479?s=400&v=4" alt=""></a>
<a href="https://github.com/Stahlwalker"><img src="https://avatars2.githubusercontent.com/u/30933416?s=400&v=4" alt=""></a>
<a href="https://github.com/martincomito"><img src="https://avatars3.githubusercontent.com/u/32417757?s=400&v=4" alt=""></a>
<a href="https://github.com/aneagoie"><img src="https://avatars1.githubusercontent.com/u/10776230?s=400&v=4" alt=""></a>
<a href="https://github.com/Piotrrrek"><img src="https://avatars2.githubusercontent.com/u/36240837?s=400&v=4" alt=""></a>
<a href="https://github.com/rahulaakash26"><img src="https://avatars1.githubusercontent.com/u/27017547?s=400&v=4" alt=""></a>
<a href="https://github.com/Ashwinira"><img src="https://avatars3.githubusercontent.com/u/36099984?s=400&v=4" alt=""></a>
<a href="https://github.com/AndreWillomitzer"><img src="https://avatars1.githubusercontent.com/u/36431357?s=400&v=4" alt=""></a>
<a href="https://github.com/krishnanath"><img src="https://avatars3.githubusercontent.com/u/17670025?s=400&v=4" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://zero-to-mastery.github.io/ZtM-Job-Board/">ZtM Job Board</a></h5>
<p>A place for developers to show recruiters they are available for hire.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-danger" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:80%"><span class="">80% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/aneagoie"><img src="https://avatars0.githubusercontent.com/u/10776230?s=460&v=4" alt=""></a>
<a href="https://github.com/SamirJouni"><img src="https://avatars0.githubusercontent.com/u/34379157?s=460&v=4" alt=""></a>
<a href="https://github.com/isaaczhou"><img src="https://avatars3.githubusercontent.com/u/26254354?s=460&v=4" alt=""></a>
<a href="https://github.com/raulpetrisor"><img src="https://avatars2.githubusercontent.com/u/36896212?s=60&v=4" alt=""></a>
<a href="https://github.com/WagAd22"><img src="https://avatars0.githubusercontent.com/u/23361705?s=460&v=4" alt=""></a>
<a href="https://github.com/nsiddiqui25"><img src="https://avatars1.githubusercontent.com/u/32341221?s=460&v=4" alt=""></a>
<a href="https://github.com/spaceforestchu"><img src="https://avatars3.githubusercontent.com/u/15354386?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/litter-finder">Litter finder</a></h5>
<p>An app to find litter using community submitted geotagged images. The submitted areas are then tracked as to whether they have been cleaned up or not. There should be a leaderboard of submissions and the overall number of submitted images displayed.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/drood87"><img src="https://avatars1.githubusercontent.com/u/33859271?s=460&v=4" alt=""></a>
<a href="https://github.com/bukazoltan"><img src="https://avatars1.githubusercontent.com/u/9074213?s=460&v=4" alt=""></a>
<a href="https://github.com/IsmaelVazquez"><img src="https://avatars3.githubusercontent.com/u/11377734?s=460&v=4" alt=""></a>
<a href="https://github.com/RizaneEves"><img src="https://avatars3.githubusercontent.com/u/8761960?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/house-organiser">House organiser</a></h5>
<p>Registers the amount and type of items that you have and helps you reach your goal of reaching a certain number of items of your choice.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-warning" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/codeofrich"><img src="https://avatars3.githubusercontent.com/u/37183322?s=460&v=4" alt=""></a>
<a href="https://github.com/drood87"><img src="https://avatars1.githubusercontent.com/u/33859271?s=460&v=4" alt=""></a>
<a href="https://github.com/mikerobards"><img src="https://avatars3.githubusercontent.com/u/26007940?s=460&v=4" alt=""></a>
<a href="https://github.com/claude007"><img src="https://avatars2.githubusercontent.com/u/36324897?s=460&v=4" alt=""></a>
<a href="https://github.com/amin135"><img src="https://avatars1.githubusercontent.com/u/28709754?s=460&v=4" alt=""></a>
<a href="https://github.com/MykeDu"><img src="https://avatars3.githubusercontent.com/u/4035153?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/starwars-spaceships">Starwars Spaceships</a></h5>
<p></p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/Hashcodepk"><img src="https://avatars0.githubusercontent.com/u/36842027?s=460&v=4" alt=""></a>
<a href="https://github.com/SamirJouni"><img src="https://avatars0.githubusercontent.com/u/34379157?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/recycling-tracker">Recycling tracker</a></h5>
<p>A game style app that tracks the amount of waste that you have recycled and where, then calculates the amount of landfill that you prevented overall. Giving you bragging rights on your favorite social media platform.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/drood87"><img src="https://avatars1.githubusercontent.com/u/33859271?s=460&v=4" alt=""></a>
<a href="https://github.com/merunur"><img src="https://avatars1.githubusercontent.com/u/35841587?s=460&v=4" alt=""></a>
<a href="https://github.com/waqar3"><img src="https://avatars2.githubusercontent.com/u/740101?s=460&v=4" alt=""></a>
<a href="https://github.com/aalokgupta"><img src="https://avatars0.githubusercontent.com/u/5160531?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/resources">Resources</a></h5>
<p>Here is a list of best resources for the developers (mostly web). Feel free to add your resources as well because sharing is caring.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">75% Never ending</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/arjunkharbanda"><img src="https://avatars1.githubusercontent.com/u/15190745?s=460&v=4" alt=""></a>
<a href="https://github.com/adamfarver"><img src="https://avatars3.githubusercontent.com/u/8861426?s=460&v=4" alt=""></a>
<a href="https://github.com/SamirJouni"><img src="https://avatars0.githubusercontent.com/u/34379157?s=460&v=4" alt=""></a>
<a href="https://github.com/YoucefBnm"><img src="https://avatars0.githubusercontent.com/u/20369582?s=460&v=4" alt=""></a>
<a href="https://github.com/pulamusic"><img src="https://avatars0.githubusercontent.com/u/25963105?s=460&v=4" alt=""></a>
<a href="https://github.com/bloobloons"><img src="https://avatars1.githubusercontent.com/u/13698214?s=460&v=4" alt=""></a>
<a href="https://github.com/2jiwon"><img src="https://avatars3.githubusercontent.com/u/32027998?s=460&v=4" alt=""></a>
<a href="https://github.com/WagAd22"><img src="https://avatars0.githubusercontent.com/u/23361705?s=460&v=4" alt=""></a>
<a href="https://github.com/raulpetrisor"><img src="https://avatars2.githubusercontent.com/u/36896212?s=60&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/book-tracker">Book Tracker</a></h5>
<p>Tracks the amount of books that you've read, the ones you want to read and the progress on the ones you're reading.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-danger" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/drood87"><img src="https://avatars1.githubusercontent.com/u/33859271?s=460&v=4" alt=""></a>
<a href="https://github.com/louisevdb84"><img src="https://avatars3.githubusercontent.com/u/16187649?s=460&v=4" alt=""></a>
<a href="https://github.com/SethCope"><img src="https://avatars3.githubusercontent.com/u/36277664?s=460&v=4" alt=""></a>
<a href="https://github.com/raulpetrisor"><img src="https://avatars2.githubusercontent.com/u/36896212?s=60&v=4" alt=""></a>
<a href="https://github.com/GiuliaMalaroda"><img src="https://avatars3.githubusercontent.com/u/7570282?s=460&v=4" alt=""></a>
<a href="https://github.com/gillenha"><img src="https://avatars1.githubusercontent.com/u/34924822?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/time-collector">Time collector</a></h5>
<p>This projects counts the time needed on each project we do as freelancers or hobbyists, so we better know in the future how to estimate time for projects.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-warning" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/Tumselass"><img src="https://avatars2.githubusercontent.com/u/34895801?s=460&v=4" alt=""></a>
<a href="https://github.com/SamirJouni"><img src="https://avatars0.githubusercontent.com/u/34379157?s=460&v=4" alt=""></a>
<a href="https://github.com/drood87"><img src="https://avatars1.githubusercontent.com/u/33859271?s=460&v=4" alt=""></a>
<a href="https://github.com/jamicope"><img src="https://avatars0.githubusercontent.com/u/25492306?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/Trello-Clone">Trello Clone</a></h5>
<p>A clone of trello, mimicking its basic functionality.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/SamirJouni"><img src="https://avatars0.githubusercontent.com/u/34379157?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://github.com/zero-to-mastery/CSS_Grid_LearnGame">CSS Grid LearnGame</a></h5>
<p>This will be a game to learn CSS Grid in a Game Mode Style, to make learning more fun!</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-danger" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href="https://github.com/drood87"><img src="https://avatars1.githubusercontent.com/u/33859271?s=460&v=4" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
<!-- block for new projects to insert
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<h5 class="text-center blue"><a class="blue text-uppercase" href="https://zero-to-mastery.github.io/travel-guide/">Travel Guide</a></h5>
<p>A travel guide to suggest activities you can do once you arrive to a certain destination. Or you can just browse destinations and check out the different available activities.</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:45%"><span class="">45% Complete</span>
</div>
</div>
<div class="contributors">
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<div class="mb-3"></div>
-->
</div> <!-- end container-->
</section>
<footer class="col-sm-12">
© 2018 Zero To Mastery Community
<br> Special thanks to Andrei Neagoie and to the loyal members of the community.
</footer>
<!-- bootstrap java and jquery -->
<script type="text/javascript" src="bundle.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
</body>
</html>