forked from rhrits/30daysofcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
547 lines (529 loc) · 57.5 KB
/
index.html
File metadata and controls
547 lines (529 loc) · 57.5 KB
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
<!DOCTYPE html>
<html style="font-size: 16px;">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="Collaborating Communities">
<meta name="description" content="">
<title>30 DAYS OF CODE</title>
<link rel="stylesheet" href="style.css" media="screen">
<link rel="stylesheet" href="30-DAYS-OF-CODE.css" media="screen">
<script class="u-script" type="text/javascript" src="script.js" defer=""></script>
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i">
<link id="u-page-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|PT+Sans:400,400i,700,700i|Roboto+Condensed:300,300i,400,400i,700,700i">
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Organization",
"name": ""
}</script>
<meta name="theme-color" content="#478ac9">
<meta property="og:title" content="30 DAYS OF CODE">
<meta property="og:type" content="website">
</head>
<body data-home-page="30-DAYS-OF-CODE.html" data-home-page-title="30 DAYS OF CODE" class="u-body u-xl-mode"><header class="u-clearfix u-gradient u-header u-header" id="sec-fffe"><div class="u-align-left u-clearfix u-sheet u-valign-middle u-sheet-1">
<h3 class="u-align-center u-custom-font u-font-pt-sans u-headline u-hover-feature u-text u-text-default u-text-white u-text-1">
<a href="/">30 DAYS OF CODE </a>
</h3>
</div></header>
<section class="u-align-center u-black u-clearfix u-container-align-center u-section-1" id="carousel_db11">
<div class="u-clearfix u-sheet u-valign-middle-sm u-valign-middle-xs u-sheet-1">
<div class="u-black u-clearfix u-gutter-24 u-layout-wrap u-layout-wrap-1">
<div class="u-layout">
<div class="u-layout-row">
<div class="u-black u-container-style u-layout-cell u-size-29 u-layout-cell-1">
<div class="u-container-layout u-valign-middle u-container-layout-1">
<h3 class="u-align-left u-text u-text-body-alt-color u-text-1"> Ready to get started?</h3>
<p class="u-align-left u-text u-text-body-alt-color u-text-2"> 30 Days of Code is a popular programming challenge that involves completing one programming task each day for 30 consecutive days. The purpose of the challenge is to improve your coding skills, expand your knowledge of programming concepts, and build up your portfolio of completed projects.The tasks in a 30 Days of Code challenge are typically designed to gradually increase in difficulty, starting with simple exercises that cover basic programming concepts and moving on to more complex tasks that require a deeper understanding of programming languages and algorithms.</p>
<a href="https://chat.whatsapp.com/HKuj0Fcpmh4CegGA3bbmta" class="u-active-black u-align-left u-border-none u-btn u-btn-round u-button-style u-custom-color-2 u-custom-font u-font-lato u-hover-custom-color-1 u-radius-10 u-btn-1">REGISTER NOW</a>
</div>
</div>
<div class="u-container-style u-layout-cell u-size-31 u-layout-cell-2">
<div class="u-container-layout u-container-layout-2">
<div class="u-list u-list-1">
<div class="u-repeater u-repeater-1">
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-container-layout-3"><span class="u-custom-color-2 u-file-icon u-icon u-icon-circle u-text-white u-icon-1"><img src="images/dateicon.png" alt=""></span>
<div class="u-container-align-left u-container-style u-group u-group-1">
<div class="u-container-layout u-valign-top u-container-layout-4">
<h5 class="u-align-left u-text u-text-body-alt-color u-text-3">Challenge Date</h5>
<p class="u-align-left u-text u-text-body-alt-color u-text-4">This challenge will start from 2nd Jan,2023 and end on 31th Jan,2023 </p>
</div>
</div>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-container-layout-5"><span class="u-custom-color-2 u-file-icon u-icon u-icon-circle u-text-white u-icon-2"><img src="images/whatsappicon.png" alt=""></span>
<div class="u-container-align-left u-container-style u-group u-video-cover u-group-2">
<div class="u-container-layout u-valign-top u-container-layout-6">
<h5 class="u-align-left u-text u-text-body-alt-color u-text-default u-text-5">Platform </h5>
<p class="u-align-left u-text u-text-body-alt-color u-text-default u-text-6">This challenge will be totally conducted on whatsapp community group of 30 days of code.</p>
</div>
</div>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-container-layout-7"><span class="u-custom-color-2 u-icon u-icon-circle u-text-white u-icon-3"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 60.062 60.062" style=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-b90b"></use></svg><svg class="u-svg-content" viewBox="0 0 60.062 60.062" x="0px" y="0px" id="svg-b90b" style="enable-background:new 0 0 60.062 60.062;"><path d="M60.046,11.196c0.004-0.024,0.011-0.048,0.013-0.072c0.007-0.074-0.001-0.149-0.01-0.224 c-0.002-0.019,0.001-0.037-0.002-0.056c-0.018-0.099-0.051-0.196-0.1-0.289c-0.008-0.016-0.019-0.031-0.028-0.047 c-0.002-0.002-0.002-0.005-0.003-0.008c-0.001-0.002-0.004-0.003-0.005-0.006c-0.007-0.011-0.013-0.023-0.02-0.033 c-0.062-0.091-0.137-0.166-0.221-0.23c-0.019-0.014-0.041-0.022-0.061-0.035c-0.074-0.049-0.152-0.089-0.236-0.116 c-0.037-0.012-0.074-0.018-0.112-0.025c-0.073-0.015-0.146-0.022-0.222-0.02c-0.04,0.001-0.078,0.003-0.118,0.009 c-0.026,0.004-0.051,0-0.077,0.006L0.798,22.046c-0.413,0.086-0.729,0.421-0.788,0.839s0.15,0.828,0.523,1.025l16.632,8.773 l2.917,16.187c-0.002,0.012,0.001,0.025,0,0.037c-0.01,0.08-0.011,0.158-0.001,0.237c0.005,0.04,0.01,0.078,0.02,0.117 c0.023,0.095,0.06,0.184,0.11,0.268c0.01,0.016,0.01,0.035,0.021,0.051c0.003,0.005,0.008,0.009,0.012,0.013 c0.013,0.019,0.031,0.034,0.046,0.053c0.047,0.058,0.096,0.111,0.152,0.156c0.009,0.007,0.015,0.018,0.025,0.025 c0.015,0.011,0.032,0.014,0.047,0.024c0.061,0.04,0.124,0.073,0.191,0.099c0.027,0.01,0.052,0.022,0.08,0.03 c0.09,0.026,0.183,0.044,0.277,0.044c0.001,0,0.002,0,0.003,0h0c0,0,0,0,0,0c0.004,0,0.008-0.002,0.012-0.002 c0.017,0.001,0.034,0.002,0.051,0.002c0.277,0,0.527-0.124,0.712-0.315l11.079-7.386l11.6,7.54c0.164,0.106,0.354,0.161,0.545,0.161 c0.105,0,0.212-0.017,0.315-0.051c0.288-0.096,0.518-0.318,0.623-0.604l13.996-37.989c0.013-0.034,0.024-0.069,0.033-0.105 c0.004-0.015,0.005-0.03,0.008-0.044C60.042,11.22,60.044,11.208,60.046,11.196z M48.464,17.579L24.471,35.22 c-0.039,0.029-0.07,0.065-0.104,0.099c-0.013,0.012-0.026,0.022-0.037,0.035c-0.021,0.023-0.04,0.046-0.059,0.071 c-0.018,0.024-0.032,0.049-0.048,0.074c-0.037,0.06-0.068,0.122-0.092,0.188c-0.005,0.013-0.013,0.023-0.017,0.036 c-0.001,0.004-0.005,0.006-0.006,0.01l-2.75,8.937l-2.179-12.091L48.464,17.579z M22.908,46.594l2.726-9.004l4.244,2.759 l1.214,0.789l-4.124,2.749L22.908,46.594z M52.044,13.498L18.071,30.899l-14.14-7.458L52.044,13.498z M44.559,47.504L29.154,37.492 l-2.333-1.517l30.154-22.172L44.559,47.504z"></path></svg>
</span>
<div class="u-container-align-left u-container-style u-group u-video-cover u-group-3">
<div class="u-container-layout u-valign-top u-container-layout-8">
<h5 class="u-align-left u-text u-text-body-alt-color u-text-default u-text-7">Sharing</h5>
<p class="u-align-left u-text u-text-body-alt-color u-text-default u-text-8">You need to share the daily challenge on your LinkedIn or Twitter according to the give rules.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="u-black u-clearfix u-section-2" id="sec-2ac3">
<div class="u-clearfix u-sheet u-sheet-1">
<h3 class="u-text u-text-1">Rules:</h3>
<ul class="u-align-left u-custom-list u-indent-61 u-spacing-17 u-text u-text-2">
<li>
<div class="u-list-icon u-list-icon-1">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-7237"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>You must complete one programming task per day for 30 consecutive days. Tasks should be chosen or assigned by the community organizers or mentors.
</li>
<li>
<div class="u-list-icon u-list-icon-2">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-7237"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>Share the progress and completed projects on a designated forum, chat room, or social media group for the community. This can include code snippets, screenshots, or other relevant materials.
</li>
<li>
<div class="u-list-icon u-list-icon-3">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-7237"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>Adhere to a code of conduct that includes respect for others and ethical behavior. This includes not plagiarizing code or cheating on tasks.
</li>
<li>
<div class="u-list-icon u-list-icon-4">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-7237"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>You can seek help and guidance from mentors or community members, but should make an effort to solve tasks on their own first.
</li>
<li>
<div class="u-list-icon u-list-icon-5">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-7237"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>You can work on tasks in any programming language or technology that they choose, as long as they are able to complete the tasks within the allotted time.
</li>
<li>
<div class="u-list-icon u-list-icon-6">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-7237"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>Communities will provide additional resources or support to participants, such as code examples, tutorials, or advice on best practices.
</li>
</ul>
</div>
</section>
<section class="u-black u-clearfix u-section-3" id="carousel_26f5">
<div class="u-clearfix u-sheet u-sheet-1">
<h3 class="u-text u-text-1"> There are many benefits to participating in a 30 Days of Code challenge:</h3>
<ul class="u-align-left u-custom-list u-indent-61 u-spacing-17 u-text u-text-2">
<li>
<div class="class u-list-icon u-list-icon-1">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>
<span style="font-weight: 700;">Improved coding skills</span>: By completing one programming task per day for 30 days, you will have the opportunity to practice your coding skills on a regular basis and build up your proficiency in a variety of programming languages and technologies.
</li>
<li>
<div class="class u-list-icon u-list-icon-2">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>
<span style="font-weight: 700;">Expanded knowledge</span>: A 30 Days of Code challenge can help you learn new programming concepts and technologies that you may not have had the opportunity to explore otherwise.
</li>
<li>
<div class="class u-list-icon u-list-icon-3">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>
<span style="font-weight: 700;">Completed projects</span>: Each task you complete during the challenge can count as a completed project in your portfolio, which can be useful when applying for jobs or seeking out new opportunities.
</li>
<li>
<div class="class u-list-icon u-list-icon-4">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>
<span style="font-weight: 700;">Networking</span>: Many 30 Days of Code challenges have an online community of participants who are also working on the tasks. This can be a great opportunity to connect with other programmers and build your network in the tech industry.
</li>
<li>
<div class="class u-list-icon u-list-icon-5">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>
<span style="font-weight: 700;">Confidence</span>: By tackling challenging programming tasks and completing them successfully, you will build up your confidence as a programmer and feel more capable of tackling future projects.
</li>
<li>
<div class="class u-list-icon u-list-icon-6">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>
<span style="font-weight: 700;">Fun</span>: Participating in a 30 Days of Code challenge can be a fun and rewarding experience, especially when you are part of a supportive community of like-minded programmers.
</li>
</ul>
</div>
</section>
<section class="u-black u-clearfix u-section-4" id="carousel_9cd3">
<div class="u-clearfix u-sheet u-sheet-1">
<h3 class="u-text u-text-1">Perks and benefits from communities:</h3>
<ul class="u-align-left u-custom-list u-indent-61 u-spacing-17 u-text u-text-2">
<li>
<div class="class u-list-icon u-list-icon-1">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div><b>Swags</b>
</li>
<li>
<div class="class u-list-icon u-list-icon-1">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div><b>Stickers</b>
</li>
<li>
<div class="class u-list-icon u-list-icon-3">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div><b>Certificates</b>
</li>
<li>
<div class="class u-list-icon u-list-icon-4">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div><b>Free resourses </b>
</li>
<li>
<div class="class u-list-icon u-list-icon-1">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div><b>Mentorships</b>
</li>
<li>
<div class="class u-list-icon u-list-icon-6">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div>
<span style="font-weight: 700;">Chance to become team member</span>
</li>
<li>
<div class="class u-list-icon u-list-icon-7">
<svg class="u-svg-content" viewBox="0 0 480.026 480.026" id="svg-3a64"><g fill="currentColor"><path d="m475.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path><path d="m267.922 229.325-144-160c-3.072-3.392-7.36-5.312-11.904-5.312h-96c-6.304 0-12.032 3.712-14.624 9.472-2.56 5.792-1.504 12.544 2.72 17.216l134.368 149.312-134.368 149.28c-4.224 4.704-5.312 11.456-2.72 17.216 2.592 5.792 8.32 9.504 14.624 9.504h96c4.544 0 8.832-1.952 11.904-5.28l144-160c5.472-6.08 5.472-15.36 0-21.408z"></path>
</g></svg>
</div><b>Build Connections </b>
</li>
</ul>
</div>
</section>
<section class="u-align-center-xs u-black u-clearfix u-section-5" id="sec-855b">
<div class="u-clearfix u-sheet u-valign-bottom u-sheet-1">
<h2 class="u-text u-text-default u-text-1">Collaborating Communities </h2>
<div class="u-expanded-width u-layout-horizontal u-list u-list-1">
<div class="u-repeater u-repeater-1">
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-middle u-container-layout-1">
<div alt="" class="u-image u-image-circle u-image-contain u-image-1" data-image-width="1080" data-href="https://hrongit.github.io/bubbleuplinktree/" data-image-height="1080"></div>
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-2" data-href="https://hrongit.github.io/bubbleuplinktree/">Bubbleup </h5>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-middle u-container-layout-2">
<div alt="" class="u-image u-image-circle u-image-contain u-image-2" data-image-width="1500" data-href="https://join.codedu.tech" data-image-height="1500"></div>
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-3" data-href="https://join.codedu.tech">Codedu</h5>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-middle u-container-layout-3">
<div alt="" class="u-image u-image-circle u-image-contain u-image-3" data-image-width="1500" data-href="https://linktr.ee/optimisticoverviews" data-image-height="1500"></div>
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-4" data-href="https://linktr.ee/optimisticoverviews">Optimistic Overviews </h5>
</div>
</div>
</div>
<a class="u-absolute-vcenter-lg u-absolute-vcenter-md u-absolute-vcenter-sm u-absolute-vcenter-xl u-gallery-nav u-gallery-nav-prev u-hidden-lg u-hidden-sm u-hidden-xl u-icon-rectangle u-opacity u-opacity-70 u-text-white u-gallery-nav-1" href="#" role="button">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
</a>
<a class="u-absolute-vcenter-lg u-absolute-vcenter-md u-absolute-vcenter-sm u-absolute-vcenter-xl u-gallery-nav u-gallery-nav-next u-hidden-lg u-hidden-sm u-hidden-xl u-icon-rectangle u-opacity u-opacity-70 u-text-white u-gallery-nav-2" href="#" role="button">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
</a>
</div>
</div>
</section>
<section class="u-align-center-xs u-black u-clearfix u-section-6" id="sec-ad33">
<div class="u-clearfix u-sheet u-valign-middle-lg u-valign-middle-md u-valign-middle-sm u-valign-middle-xl u-sheet-1">
<div class="u-expanded-width u-layout-horizontal u-list u-list-1">
<div class="u-repeater u-repeater-1">
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-middle u-container-layout-1">
<img alt="" class="u-expanded-width-xs u-image u-image-contain u-image-default u-image-1" data-image-width="900" data-image-height="900" data-href="http://linktr.ee/hub_geeky" src="images/geexylogo.png">
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-1" data-href="http://linktr.ee/hub_geeky">Geexy Hub</h5>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-middle u-container-layout-2">
<img alt="" class="u-expanded-width-xs u-image u-image-contain u-image-default u-image-2" data-image-width="744" data-image-height="1052" data-href="https://linktr.ee/CodersEvoke" src="images/CodersEvokelogo.jpg">
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-2" data-href="https://linktr.ee/CodersEvoke">Coders Evoke</h5>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-middle u-container-layout-3">
<img alt="" class="u-expanded-width-xs u-image u-image-contain u-image-default u-image-3" data-image-width="744" data-image-height="1052" src="images/soslogo.jpg">
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-3">SOS Tech</h5>
</div>
</div>
</div>
<a class="u-absolute-vcenter-lg u-absolute-vcenter-md u-absolute-vcenter-sm u-absolute-vcenter-xl u-gallery-nav u-gallery-nav-prev u-hidden-lg u-hidden-sm u-hidden-xl u-icon-rectangle u-opacity u-opacity-70 u-text-white u-gallery-nav-1" href="#" role="button">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
</a>
<a class="u-absolute-vcenter-lg u-absolute-vcenter-md u-absolute-vcenter-sm u-absolute-vcenter-xl u-gallery-nav u-gallery-nav-next u-hidden-lg u-hidden-sm u-hidden-xl u-icon-rectangle u-opacity u-opacity-70 u-text-white u-gallery-nav-2" href="#" role="button">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
</a>
</div>
</div>
</section>
<section class="u-align-center-xs u-black u-clearfix u-section-7" id="carousel_4e2a">
<div class="u-clearfix u-sheet u-valign-middle-lg u-valign-middle-md u-valign-middle-sm u-valign-middle-xl u-sheet-1">
<div class="u-expanded-width u-layout-horizontal u-list u-list-1">
<div class="u-repeater u-repeater-1">
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-bottom u-container-layout-1">
<img alt="" class="u-expanded-width-xs u-image u-image-contain u-image-default u-image-1" data-image-width="900" data-image-height="900" src="images/nologo.png">
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-1">com 7</h5>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-bottom u-container-layout-2">
<img alt="" class="u-expanded-width-xs u-image u-image-contain u-image-default u-image-2" data-image-width="744" data-image-height="1052" src="images/nologo.jpg">
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-2">com 8</h5>
</div>
</div>
<div class="u-container-style u-list-item u-repeater-item">
<div class="u-container-layout u-similar-container u-valign-bottom u-container-layout-3">
<img alt="" class="u-expanded-width-xs u-image u-image-contain u-image-default u-image-3" data-image-width="744" data-image-height="1052" src="images/no.jpg">
<h5 class="u-custom-font u-font-pt-sans u-text u-text-default u-text-3">com 9</h5>
</div>
</div>
</div>
<a class="u-absolute-vcenter-lg u-absolute-vcenter-md u-absolute-vcenter-sm u-absolute-vcenter-xl u-gallery-nav u-gallery-nav-prev u-hidden-lg u-hidden-sm u-hidden-xl u-icon-rectangle u-opacity u-opacity-70 u-text-white u-gallery-nav-1" href="#" role="button">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
</a>
<a class="u-absolute-vcenter-lg u-absolute-vcenter-md u-absolute-vcenter-sm u-absolute-vcenter-xl u-gallery-nav u-gallery-nav-next u-hidden-lg u-hidden-sm u-hidden-xl u-icon-rectangle u-opacity u-opacity-70 u-text-white u-gallery-nav-2" href="#" role="button">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
</a>
</div>
</div>
</section>
<section class="u-align-center u-black u-clearfix u-section-8" id="sec-b207">
<div class="u-clearfix u-sheet u-sheet-1">
<h3 class="u-custom-font u-font-roboto-condensed u-text u-text-1">Team</h3>
<div id="carousel-5989" data-interval="5000" data-u-ride="carousel" class="u-carousel u-expanded-width-sm u-expanded-width-xs u-slider u-slider-1">
<ol class="u-absolute-hcenter u-carousel-indicators u-hidden u-carousel-indicators-1">
<li data-u-target="#carousel-5989" class="u-active u-custom-color-1 u-shape-circle" data-u-slide-to="0" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="1" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="2" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="3" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="4" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="5" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="6" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="7" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="8" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="9" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="10" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="11" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="12" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="13" style="width: 6px; height: 6px;"></li>
<li data-u-target="#carousel-5989" class="u-custom-color-1 u-shape-circle" data-u-slide-to="14" style="width: 6px; height: 6px;"></li>
</ol>
<div class="u-carousel-inner" role="listbox">
<div class="u-active u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-1">
<div alt="" class="u-image u-image-circle u-image-1" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-2">Hritik Raj </h4>
<h6 class="u-text u-text-default u-text-3">Bubbleup, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-2">
<div alt="" class="u-image u-image-circle u-image-2" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-4">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-5">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-3">
<div alt="" class="u-image u-image-circle u-image-3" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-6">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-7">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-4">
<div alt="" class="u-image u-image-circle u-image-4" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-8">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-9">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-5">
<div alt="" class="u-image u-image-circle u-image-5" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-10">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-11">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-6">
<div alt="" class="u-image u-image-circle u-image-6" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-12">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-13">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-7">
<div alt="" class="u-image u-image-circle u-image-7" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-14">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-15">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-8">
<div alt="" class="u-image u-image-circle u-image-8" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-16">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-17">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-9">
<div alt="" class="u-image u-image-circle u-image-9" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-18">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-19">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-10">
<div alt="" class="u-image u-image-circle u-image-10" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-20">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-21">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-11">
<div alt="" class="u-image u-image-circle u-image-11" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-22">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-23">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-12">
<div alt="" class="u-image u-image-circle u-image-12" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-24">Name<br>
</h4>
<h6 class="u-text u-text-default u-text-25">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-13">
<div alt="" class="u-image u-image-circle u-image-13" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-26">Name</h4>
<h6 class="u-text u-text-default u-text-27">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-14">
<div alt="" class="u-image u-image-circle u-image-14" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-28">Name</h4>
<h6 class="u-text u-text-default u-text-29">Community, Founder</h6>
</div>
</div>
<div class="u-align-center u-carousel-item u-container-style u-slide" data-href="https://hrongit.github.io/linktree/">
<div class="u-container-layout u-valign-top u-container-layout-15">
<div alt="" class="u-image u-image-circle u-image-15" data-image-width="1280" data-image-height="818"></div>
<h4 class="u-text u-text-default u-text-30">Name</h4>
<h6 class="u-text u-text-default u-text-31">Community, Founder</h6>
</div>
</div>
</div>
<a class="u-carousel-control u-carousel-control-prev u-text-custom-color-1 u-carousel-control-1" href="#carousel-5989" role="button" data-u-slide="prev">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="m64.5,122.6c32,0 58.1-26 58.1-58.1s-26-58-58.1-58-58,26-58,58 26,58.1 58,58.1zm0-108c27.5,5.32907e-15 49.9,22.4 49.9,49.9s-22.4,49.9-49.9,49.9-49.9-22.4-49.9-49.9 22.4-49.9 49.9-49.9z"></path><path d="m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z"></path></svg>
</span>
</a>
<a class="u-carousel-control u-carousel-control-next u-text-custom-color-1 u-carousel-control-2" href="#carousel-5989" role="button" data-u-slide="next">
<span aria-hidden="true">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
<span class="sr-only">
<svg viewBox="0 0 129 129"><path d="M64.5,122.6c32,0,58.1-26,58.1-58.1S96.5,6.4,64.5,6.4S6.4,32.5,6.4,64.5S32.5,122.6,64.5,122.6z M64.5,14.6 c27.5,0,49.9,22.4,49.9,49.9S92,114.4,64.5,114.4S14.6,92,14.6,64.5S37,14.6,64.5,14.6z"></path><path d="m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z"></path></svg>
</span>
</a>
</div>
</div>
</section>
<section class="u-align-center u-clearfix u-gradient u-section-9" id="sec-64d8">
<div class="u-clearfix u-sheet u-sheet-1">
<div class="u-clearfix u-expanded-width u-layout-wrap u-layout-wrap-1">
<div class="u-gutter-0 u-layout">
<div class="u-layout-row">
<div class="u-align-left u-container-style u-layout-cell u-left-cell u-size-30 u-layout-cell-1">
<div class="u-container-layout u-container-layout-1"></div>
</div>
<div class="u-align-left u-container-style u-layout-cell u-right-cell u-size-30 u-layout-cell-2">
<div class="u-container-layout u-container-layout-2"></div>
</div>
</div>
</div>
</div>
<a href="https://chat.whatsapp.com/HKuj0Fcpmh4CegGA3bbmta" class="u-border-none u-btn u-btn-round u-button-style u-custom-color-2 u-hover-custom-color-1 u-radius-50 u-btn-1">JOIN CHALLENGE GROUP</a>
</div>
</section>
</body>
</html>