This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcertifications.html
603 lines (555 loc) · 31.8 KB
/
certifications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ===============================================-->
<!-- Document Title-->
<!-- ===============================================-->
<title>Yblockchain - Course Modules</title>
<!-- ===============================================-->
<!-- Favicons-->
<!-- ===============================================-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicons/favicon.ico">
<link rel="manifest" href="assets/img/favicons/manifest.json">
<meta name="msapplication-TileImage" content="assets/img/favicons/mstile-150x150.png">
<meta name="theme-color" content="#ffffff">
<!-- ===============================================-->
<!-- Stylesheets-->
<!-- ===============================================-->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,300&display=swap" rel="stylesheet">
<link href="assets/lib/prismjs/prism-okaidia.css" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EHBVKXEFQH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EHBVKXEFQH');
</script>
</head>
<body>
<!-- ===============================================-->
<!-- Main Content-->
<!-- ===============================================-->
<main class="bg-light main">
<nav class="navbar navbar-expand-lg navbar-light bg-light py-3 pl-0">
<div class="container"><a class="navbar-brand text-primary font-weight-bold" href="/"> YBlockchain </a>
<button class="navbar-toggler" 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 dropdown text-muted"><a class="nav-link active" aria-current="page" href="/">Home</a></li> -->
<li class="nav-item dropdown"><a class="nav-link" aria-current="page" id="navbarDropdown" href="#" role="button" data-toggle="dropdown" aria-expanded="false">Home</a>
<ul class="dropdown-menu navbar-dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="/#portfolio">Our Portfolio</a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="/#mission">Our mission</a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="/#mentors">Our Mentors</a></li>
<li><a class="dropdown-item text-secondary p-3" href="/#collab">Partner with us</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link" id="navbarDropdowndoc" href="#" role="button" data-toggle="dropdown" aria-expanded="false">Docs</a>
<div class="dropdown-menu navbar-dropdown-menu" aria-labelledby="navbarDropdowndoc">
<div class="list-group list-group-flush">
<a class="list-group-item py-3 d-flex align-items-center" href="/docs/events-kit/introduction/"><img src="assets/img/gallery/document.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Events Kit<span class="badge badge-secondary bg-light text-primary">new</span></span>
<p class="text-secondary mb-0">A guide to remote blockchain events</p>
</div></a>
<a class="list-group-item py-3 d-flex align-items-center" href="/docs/brand-kit"><img src="assets/img/gallery/layer.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Brand Kit<span class="badge badge-secondary bg-light text-primary">new</span></span>
<p class="text-secondary mb-0">Brand kit of Yblockchain</p>
</div></a>
</div>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="/ambassador">Ambassador</a></li>
<li class="nav-item dropdown"><a class="nav-link active" id="navbarDropdowndoc" href="#" role="button" data-toggle="dropdown" aria-expanded="false">Certifications</a>
<div class="dropdown-menu navbar-dropdown-menu" aria-labelledby="navbarDropdowndoc">
<div class="list-group list-group-flush"><a class="list-group-item py-3 d-flex align-items-center" href="certifications.html#basic"><img src="assets/img/gallery/document.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Basic</span>
<p class="text-secondary mb-0">The beginner friendly program</p>
</div>
</a><a class="list-group-item py-3 d-flex align-items-center" href="#advanced"><img src="assets/img/gallery/layer.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Advanced</span>
<p class="text-secondary mb-0">For people who can code</p>
</div>
</a><a class="list-group-item py-3 d-flex align-items-center" href="#executive"><img src="assets/img/gallery/bar_chart.png" alt="" />
<div class="ml-3"><span class="font-weight-bold text-uppercase text-primary">Executive <span class="badge badge-secondary bg-light text-primary">for managers</span></span>
<p class="text-secondary mb-0">Boost your career and grow your company with blockchain</p>
</div>
</a></div>
</div>
</li>
</ul><a class="btn btn-primary ml-auto hover-top-shadow" href="/#register">Join Our Network</a>
</div>
</div>
</nav>
<div class="container">
<div class="row mt-3">
<div class="col-lg-9 col-xxl-10">
<h1 class="contains-anchor text-success" align="center" id="faqs">FAQs</h1><br>
<div class="container">
<div class="row">
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="badge badge-circle bg-success">1</div>
<div class="ml-4">
<h4 class="text-dark">Will I get life-long access to the course content and resources?</h4>
<p class="text-muted mb-0">Yes, you get life-long access to the course content and resources once you sign up for it. You will also get an option to sign up for updates to modules, even after you complete the course.</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="badge badge-circle bg-success">2</div>
<div class="ml-4">
<h4 class="text-dark">Should I pursue the 3 courses in that order if I already know some basics?</h4>
<p class="text-muted mb-0">Not at all. Feel free to skip the modules, but we do not encourage you doing so as every successive module assumes complete knowledge from its predecessors.</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6 mb-md-0">
<div class="d-flex">
<div class="badge badge-circle bg-success">3</div>
<div class="ml-4">
<h4 class="text-dark">Are all the courses completely free? Do I have to pay for a certificate?</h4>
<p class="text-muted mb-0">The basic course is entirely free and open source, and you will gain certification to it, after completing the final assessment.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-success">4</div>
<div class="ml-4">
<h4 class="text-dark">Can I just enroll in a single course?</h4>
<p class="text-muted mb-0">Yes, you can enroll in a single course, and later come back to do other advanced courses as and when you feel to upskill.</p>
</div>
</div>
</div>
</div>
<br><br>
</div>
<h1 class="mt-6 mb-4 contains-anchor text-primary" align="center" id="basic">Basic</h1>
<section class="pt-2 pt-md-13 pt-lg-2 pt-l-2">
<div class="container">
<div class="row">
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Top skills you will learn</h4>
<p class="text-black mb-0">Gain a systems-level understanding of what blockchain is, the principles of decentralization and its use cases in real life such as bitcoin and ethereum.</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Job opportunities unlocked</h4>
<p class="text-black mb-0">Blockchain Analyst, Technology Consultant, Supply Chain Associate, Blockchain - Program Analyst, Blockchain System Associate</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6 mb-md-0">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Pre-Requisite</h4>
<p class="text-dark mb-0">None. Just a fascination towards blockchain and cryptocurrency.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Duration</h4>
<p class="text-black mb-0">20-25 Hours</p>
</div>
</div>
</div>
</div>
</div>
<br><br>
</section>
<button class="btn btn-block btn-dark text-white" data-toggle="collapse" data-target="#basic-curriculum"><h5 align="center">Basic - Course Modules</h5></button>
<div id="basic-curriculum" class="collapse">
<section class="bg-white pt-2 pt-md-13 pt-lg-2 pt-l-2">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">1</div>
<div class="ml-4">
<h4 class="text-success">Blockchain and Working Principles</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">2</div>
<div class="ml-4">
<h4 class="text-success">Governance and Smart Contracts</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">3</div>
<div class="ml-4">
<h4 class="text-success">Bitcoin and Crypto Mining</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">4</div>
<div class="ml-4">
<h4 class="text-success">Ethereum and Celo</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">5</div>
<div class="ml-4">
<h4 class="text-success">Proof of Work, Proof of State, and Destroying Bitcoins</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">6</div>
<div class="ml-4">
<h4 class="text-success">Blockchain Case Studies - Stablecoin, Defi</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">7</div>
<div class="ml-4">
<h4 class="text-success">Community Building and Trading</h4>
</div>
</div>
</div>
</div>
</div>
<div class="offset-md-3 col-lg-6 text-center">
<a class="btn btn-lg btn-success hover-top-shadow text-white" href="/#register">Sign up to recieve the detailed curriculum
<svg class="bi bi-arrow-right-short" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z"></path>
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z"></path>
</svg></a>
</div>
<br>
</section>
</div>
<br id="advanced">
<h1 class="mt-6 mb-4 contains-anchor text-primary" align="center">Advanced</h1>
<section class="bg pt-2 pt-md-13 pt-lg-2 pt-l-2">
<div class="container">
<div class="row">
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Top skills you will learn</h4>
<p class="text-black mb-0">Apart from the basics, learn to <b>design, develop and test advanced blockchain systems on platforms</b> like ethereum and hyperledger alongside building your own stablecoins and cryptocurrencies</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Job opportunities unlocked</h4>
<p class="text-dark mb-0">Blockchain Developer, Business and Integration Architect, Blockchain Consulting - Solution Design & Implementation, Blockchain - Program Analyst, Blockchain System Associate</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6 mb-md-0">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Pre-Requisite</h4>
<p class="text-dark mb-0">Knowledge of atleast one programming language, preferrably OOPS-based ones such as C/C++/Java</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Duration</h4>
<p class="text-dark mb-0">35-45 Hours</p>
</div>
</div>
</div>
</div>
</div>
<br><br>
</section>
<button class="btn btn-block btn-dark text-white" data-toggle="collapse" data-target="#advanced-curriculum"><h5 align="center">Advanced - Course Modules</h5></button>
<div id="advanced-curriculum" class="collapse">
<section class="bg-white pt-2 pt-md-13 pt-lg-2 pt-l-2">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">1</div>
<div class="ml-4">
<h4 class="text-success">Blockchain and Working Principles</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">2</div>
<div class="ml-4">
<h4 class="text-success">Governance and Smart Contracts</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">3</div>
<div class="ml-4">
<h4 class="text-success">Bitcoin and Crypto Mining</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">4</div>
<div class="ml-4">
<h4 class="text-success">Ethereum and Celo</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">5</div>
<div class="ml-4">
<h4 class="text-success">Proof of Work, Proof of State, and Destroying Bitcoins</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">6</div>
<div class="ml-4">
<h4 class="text-success">Blockchain Case Studies - Stablecoin, Defi</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">7</div>
<div class="ml-4">
<h4 class="text-success">Community Building and Trading</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">8</div>
<div class="ml-4">
<h4 class="text-dark">Ethereum Remix and Hyperledger</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">9</div>
<div class="ml-4">
<h4 class="text-dark">Implementing Smart Contracts</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">10</div>
<div class="ml-4">
<h4 class="text-dark">Building Dapps and Defi</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">11</div>
<div class="ml-4">
<h4 class="text-dark">Testing and Updating the Dapp/Defi system</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">12</div>
<div class="ml-4">
<h4 class="text-dark">Testing and Updating the Dapp/Defi system</h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="badge badge-circle bg-dark" align="center">.</div>
<div class="ml-4">
<h4 class="text-primary">2 Capstone Projects + Advanced Resources</h4>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="offset-md-3 col-lg-6 text-center">
<a class="btn btn-lg btn-success hover-top-shadow text-white" href="/#register">Sign up to recieve the detailed curriculum
<svg class="bi bi-arrow-right-short" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z"></path>
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z"></path>
</svg></a>
</div>
<br>
</section>
</div>
<br id="executive">
<h1 class="mt-6 mb-4 contains-anchor text-primary" align="center">Executive</h1>
<section class="pt-2 pt-md-13 pt-lg-2 pt-l-2">
<div class="container">
<div class="row">
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Top skills you will learn</h4>
<p class="text-black mb-0">As executive, learn <b>detailed use-cases, best practices in management of blockchain systems</b> like ethereum and hyperledger, alongside launching your own stablecoins and cryptocurrencies in the market</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Job opportunities unlocked</h4>
<p class="text-dark mb-0">Blockchain Head of Operations, Business and Integration Specialist, Blockchain Consulting - Solution Design & Implementation, Blockchain - Program Manager & Product Manager - blockchain</p>
</div>
</div>
</div>
<div class="col-md-6 mb-6 mb-md-0">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Pre-Requisite</h4>
<p class="text-dark mb-0">Experience in previosuly handling deployment systems. Coding knowledge can be helpful.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex">
<div class="ml-4">
<h4 class="text-success">Duration</h4>
<p class="text-dark mb-0">35-45 Hours</p>
</div>
</div>
</div>
</div>
</div>
<br><br>
</section>
<div class="offset-md-3 col-lg-6 text-center">
<a class="btn btn-lg btn-success hover-top-shadow text-white" href="/#register">Sign up to recieve the detailed curriculum
<svg class="bi bi-arrow-right-short" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.793 8 8.146 5.354a.5.5 0 0 1 0-.708z"></path>
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8z"></path>
</svg></a>
</div> <br> <br>
</div>
<div class="col d-none d-lg-block">
<ul class="list-unstyled sticky-top pt-2">
<li><h4><a class="text-success text-decoration-none" href="#">Courses</a></h2></li>
<li> <a class="text-decoration-none text-1000" href="#faqs">FAQs</a></li>
<li> <a class="text-decoration-none text-1000" href="#basic">Basic</a></li>
<li> <a class="text-decoration-none text-1000" href="#advanced">Advanced</a></li>
<li> <a class="text-decoration-none text-1000" href="#executive">Executive</a></li>
</ul>
</div>
</div>
</div>
<section class="py-4" id=footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-3">
<h4 class="text-primary font-weight-bold">YBlockchain</h4>
<p class="mb-2 text-dark">Community. <font class="text-success">Upskilling.</font> <br> Mentorship. <font class="text-success">Open-source.</font></p>
<p class="mb-2 text-muted">Reach us:
<br><a href="mailto:[email protected]" target="_blank"><font color="#0d6efd">[email protected]</font></a>
<br><font color="#0d6efd">+91 6361 687 634</font>
</p>
<ul class="list-unstyled list-inline mb-6 mb-md-0">
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://wa.link/g39q6y" target="_blank"><img class="list-social-icon" src="assets/img/gallery/whatsapp.png" alt="" width="27" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://t.me/yblock" target="_blank"><img class="list-social-icon" src="assets/img/gallery/telegram-black.png" alt="" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://linkedin.com/company/y-blockchain" target="_blank"><img class="list-social-icon" src="assets/img/gallery/linkedin.png" alt="" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://medium.com/@y-blockchain"><img class="list-social-icon" src="assets/img/gallery/medium.png" alt="" width="25" /></a></li>
<li class="list-inline-item"><a class="text-decoration-none" href="https://github.com/YBlockchain" target="_blank"><img class="list-social-icon" src="assets/img/gallery/github.png" alt="" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.youtube.com/channel/UCQfd3cuPzH9L5FFOATq3Hrw" target="_blank"><img class="list-social-icon" src="assets/img/gallery/youtube.png" alt="" width="25" /></a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<h6 class="footer-title">Yblock</h6>
<ul class="list-unstyled mb-6 mb-md-4 mb-lg-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#register">Join Our Network</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#portfolio">Our Portfolio</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#mission">Our Mission</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#collab">Partner with Us</a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<h6 class="footer-title">Certifications</h6>
<ul class="list-unstyled mb-6 mb-md-4 mb-lg-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/certifications#faqs">FAQs</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/certifications#basic">Basic</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/certifications#advanced">Advanced</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/certifications#executive">Executive</a></li>
</ul>
</div>
<div class="col-6 col-md-4 offset-md-4 col-lg-2 offset-lg-0">
<h6 class="footer-title">Team</h6>
<ul class="list-unstyled mb-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/about">About Us</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/ambassador">Become an Ambassador</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#mentors">Our Mentors</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="https://tiny.cc/yblockchainmentors">Become a Mentor</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/careers">Careers</a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<h6 class="footer-title">Docs</h6>
<ul class="list-unstyled mb-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/docs/events-kit/introduction">Events Kit</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/docs/brand-kit/">Brand Kit</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- ============================================
<!-- <section> begin ============================-->
<section class="text-center border-top footer-text py-1">
<div class="container text-white">Made with love by <a class="text-white text-decoration-none" href="https://themewagon.com/"> ThemeWagon </a> |
Icons made by <a class="text-white" href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel perfect</a> from <a class="text-white text-decoration-none" href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
</div>
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
</main>
<!-- ===============================================-->
<!-- End of Main Content-->
<!-- ===============================================-->
<!-- ===============================================-->
<!-- JavaScripts-->
<!-- ===============================================-->
<!-- JavaScript and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/lib/is/is.min.js"></script>
<script src="assets/lib/stickyfilljs/stickyfill.min.js"></script>
<script src="assets/lib/prismjs/prism.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>