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
/
index.html
571 lines (493 loc) · 39.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
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
<!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 - Global Blockchain Community</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/apple-touch-icon.ico">
<link rel="manifest" href="assets/img/favicons/manifest.json">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<!-- Meta Data -->
<meta content="summary" property="og:type" name="type"></meta>
<meta content="@yblockchainorg" property="twitter:site"></meta>
<meta content="YBlockchain - Global Blockchain Community" property="og:title" name="title"></meta>
<meta content="YBlockchain is a global high-quality blockchain community and offers services, web3 education, startup mentorship, and networking in the blockchain space." property="og:description" name="description" />
<meta name="msapplication-TileImage" content="assets/img/favicons/mstile-150x150.png">
<meta content="https://yblockcha.in/assets/img/thumbnail.png" property="og:image:secure_url" name="image"/>
<meta content="https://yblockcha.in/assets/img/thumbnail.png" property="og:image:secure" name="image"/>
<meta content="https://yblockcha.in/assets/img/thumbnail.png" property="og:image" name="image"/>
<meta property="twitter:card" name="twitter:card" content="summary_large_image"/>
<meta name="author" content="YBlockchain"/>
<meta name="keywords" content="Blockchain education, Blockchain, YBlockchain, web3, Blockchain Services, Open Source Blockchain, thesaikatrist"/>
<!-- End Meta Data -->
<a href="http://chat.yblockcha.in" class="float hover-top-shadow" target="_blank">
<i class="fa fa-discord my-float"></i></a>
<meta name="theme-color" content="#ffffff">
<!-- ===============================================-->
<!-- Stylesheets-->
<!-- ===============================================-->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inter:500,400,300&display=swap" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script src="assets/js/jquery.min.js"></script>
<!-- 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>
<style>
/* width */
::-webkit-scrollbar {
width: 8px;
}
</style>
</head>
<body>
<!-- Color Codes -->
<!-- White - #FFFFFF, Blue - #0d6efd, Light Blue - #f2f6ff, Green #00bd77, Dark Blue - #091a2b, Black - #000000 -->
<!-- ===============================================-->
<!-- Main Content-->
<!-- ===============================================-->
<main class="main">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark 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 active" 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="document" />
<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="layer" />
<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" 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#basic"><img src="assets/img/gallery/document.png" alt="document" />
<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="/certifications#advanced"><img src="assets/img/gallery/layer.png" alt="layer" />
<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="/certifications#executive"><img src="assets/img/gallery/bar_chart.png" alt="bar_chart" />
<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>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pt-4 pt-md-10 bg-dark" id="landing">
<div class="container" align="center">
<div class="row align-items-center h-100">
<div class="col-md-5 col-lg-6 order-md-1 flex-grow-1"><br><img class="img-fluid mb-5 mb-md-0" src="assets/img/gallery/illustration-4.png" alt="yblockchain-illustration" /></div>
<div class="col-md-7 col-lg-6">
<h1 class="display-6 text-center text-md-left text-white"><span class="text-primary">
<!-- <b>YBlockchain</b> -->
</span>Community. <span class="text-success">Upskilling.</span> Mentorship. <span class="text-success">Open-source.</span></h1>
<br><p class="lead text-center text-md-left text-white mb-3">We aim to establish and engage a high-quality <span class="text-success">blockchain community</span> and bridge the gap between enthusiasm and skill by offering education, mentorship and networking opportunities in blockchain.</p>
<div class="text-center text-md-left pt-4"><a class="btn btn-lg btn-primary hover-top-shadow mr-3" href="#register">Join Our Global Network
<svg class="bi bi-arrow-right-short" width="1.2em" height="1.2em" 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><a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="/certifications"> View Certifications<svg class="bi bi-arrow-right-short" width="1.2em" height="1.2em" 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>
</div>
</div>
</div><br><br><br><br>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-5 py-md-7 border-bottom" id="portfolio">
<div class="container" align="center">
<h2 class="text-center text-md-center text-dark mb-5">How we aim to accelerate <span class="text-success"> the blockchain space</span></h1>
<div class="row col-sm-12 m-auto">
<div class="fade-in col-sm-4">
<div class="card col-sm-12 card border-primary text-light bg-dark hover-top-shadow hover-top-shadow-lg border-30" align="text-center">
<div class="col-sm-12">
<h3 class="card-title text-success"><br>Community and Mentorship<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-white"><br>Committed to our mission of making blockchain a more dynamic space, we engage with web3 enthusiasts and industry-leaders in insightful ways across the globe. </p></div>
<strong><a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="#register">Join Our Community →</a></strong></div><br>
</div>
<br><br>
</div>
<div class="fade-in col-sm-4">
<div class="card col-sm-12 card border-primary text-light bg-dark hover-top-shadow hover-top-shadow-lg border-30" align="text-center">
<div class="col-sm-12">
<h3 class="card-title text-success"><br>Education<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-white"><br>An all-encompassing <b>free</b> femto-degree program on blockchain, that will help you get started with various aspects of this web3 technology irrespective of your background or current skillset.</p></div>
<strong><a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="#register">Sign Up for Free Certification→</a></strong></div><br>
</div>
<br><br>
</div>
<div class="fade-in col-sm-4">
<div class="card col-sm-12 card border-primary text-light bg-dark hover-top-shadow hover-top-shadow-lg border-30" align="text-center">
<div class="col-sm-12">
<h3 class="card-title text-success"><br>Jobs and Talent<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-white"><br>With the rising demand for skilled blockchain developers, YBlockchain aims to serve as a platform to connect skilled developers and exciting ventures. <font class="text-success">Developers can apply for free.</font></p></div>
<strong><a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="/jobs">Apply/Hire a Talent →</a></strong></div><br>
</div>
</div>
</div>
<!-- end of .container-->
</div>
</section>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-light py-5 py-md-2" id="mission">
<div class="container">
<!-- New Section -->
<div class="row align-items-center mt-md-1 mt-5">
<div class="col-md-7 col-lg-6 pr-lg-4 pr-xl-7">
<h2 align="center"><br>We aim to create <br><span class="text-primary">
the next wave of blockchain developers and managers. </span></h2><br>
<div class="d-flex align-items-start"><img src="assets/img/gallery/folder_plus.png" alt="folder" width="30" height="30">
<div class="ml-3">
<h5>Build <font class="text-success">real-time projects with Ethereum, Hyperledger</font> and other open-source technologies</h5>
<p class="text-dark mb-4">Identify problems that can be addressed with blockchain, and we'll guide you right from developing the blockchain to developing a business model that is market-ready.</p></div></div>
</div>
<div class="col-md-5 col-lg-6" align="center"><iframe class="youtube-promo" src="https://www.youtube.com/embed/XeYhK_RyXiI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
</div><br><br>
</div>
</section>
<section class="bg-dark py-1 py-md-4">
<br>
<!-- ============================================-->
<!-- Registration Form Sign Up -->
<!-- https://docs.google.com/forms/d/e/1FAIpQLSeUB3y9FWXvkI7Ub8JU-m9Q3Yxfege71DQ8IJv7mzTdK-etqA/viewform?usp=pp_url&entry.197464288=FirstName&[email protected]&entry.2020031202=123456789&entry.1041080921=Sample123-->
<div class="container" id="register">
<div class="row align-items-center">
<div class="col-lg-auto col-md-5">
<div class="fade-in bg-white card hover-top-shadow hover-top-shadow-lg border-0 card-form">
<div class="card-body p-4 pt-5">
<form name="gform" id="gform" enctype="text/plain" action="https://docs.google.com/forms/d/e/1FAIpQLSeUB3y9FWXvkI7Ub8JU-m9Q3Yxfege71DQ8IJv7mzTdK-etqA/formResponse?" target="hidden_iframe" onsubmit="submitted=true;">
<div class="mb-4">
<input class="form-control" type="text" name="entry.197464288" id="entry.197464288" placeholder="Name" required/>
</div>
<div class="mb-4">
<input class="form-control" type="email" name="entry.158611921" id="entry.158611921" placeholder="Email" type="email" required/>
</div>
<div class="mb-4">
<input class="form-control" type="text" name="entry.2020031202" id="entry.2020031202" placeholder="Phone (Optional)" type="text"/>
</div>
<div class="mb-4">
<input class="form-control" type="text" name="entry.1041080921" id="entry.1041080921" placeholder="Ref Code (Optional)"/>
</div>
<input class="btn btn-block btn-success text-white" type="submit" value="Submit"></input>
</form>
<script type="text/javascript">var submitted=false;</script>
<script type="text/javascript">
$('#gform').on('submit', function(e) {
$('#gform *').fadeOut(2000);
$('#gform').prepend('Thank you for signing up!');
});
</script>
</div>
</div>
</div>
<div class="fade-in col-md px-xl-7 p-xl-8 order-md-1 mb-4 mb-md-0 pl-md-4">
<h2 align="center" class="text-white"><br>Be a part of the revolution.<br/><span class="text-success mt-2 d-block">Join our network for free today!</span></h2><br>
<p class="text-white"> Our network of developers and resources library will put you on a track to become a blockchain expert. <br><br> Register for free to join our certification waitlist and instantly get <b class="text-primary">lifetime access to our blockchain resources!</b></p>
<div class="row">
<div class="col-md-auto pr-xl-6">
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">Free and Open-source</p>
</div>
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">Industry-standard Certification</p>
</div>
</div>
<div class="col-md-auto">
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">Community of web3 experts</p>
</div>
<div class="d-flex"><span class="mr-2">
<svg class="bi bi-check-circle" width=".8em" height=".8em" viewBox="0 0 16 16" fill="#389E7F" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"></path>
</svg></span>
<p class="text-success">All-inclusive course design</p>
</div>
</div>
</div>
<p class="text-muted"><br>Meanwhile,</p>
<div class="text-center">
<a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="http://chat.yblockcha.in" target="_blank">Join our Discord Community! <img border="0" alt="Discord" src="assets/img/gallery/discord.png" width="32" height="32"></a>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pt-5 pt-md-5" id="mentors">
<div class="fade-in container">
<div class="text-center">
<h2 class="text-secondary">Meet our Mentors</h1>
<p class="text-muted mb-4">Check out the industry veterans and experts <br class="d-md-none"/>involved with this project.<br>Know someone else who could be a potential mentor?<br> <span class="text-dark">Nominate yourself or someone you know to be a mentor at YBlockchain <a href="https://tiny.cc/yblockchainmentors">here</a></span></p>
</div>
<div class="carousel slide" id="carouselExampleControls" data-ride="carousel">
<div class="carousel-inner shadow-lg">
<!-- <div class="carousel-item active">
<div class="card border-1">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/Abhijit_Singh1.jpg" alt="" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-4 p-xxl-8">
<h2><span class="text-primary">Abhijit Singh</span></h2>
<p class="text-muted mb-0">Chief of Technology and COO at OakNorth Bank</p><br>
<p>Former head of strategic initiatives in blockchain at ICICI bank</p>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.linkedin.com/in/abhijit-singh-7473b02/" 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="mailto:[email protected]" target="_blank"><img class="list-social-icon" src="assets/img/gallery/mail.png" alt="" width="25" /></a></li>
</div>
</div>
</div>
</div>
</div> -->
<div class="carousel-item active">
<div class="card border-1">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/Srinivas_Mahankali.jpg" alt="Srinivas_Mahankali" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-4 p-xxl-8">
<h2><span class="text-primary">Srinivas Mahankali</span></h2>
<p class="text-muted mb-0">General Manager - Blockchain at National Institute for Smart Government</p><br>
<p>Author - Blockchain & Smart Cities. An IIT Madras and IIM Bangalore Alumnus</p>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.linkedin.com/in/srinivasindia/" target="_blank"><img class="list-social-icon" src="assets/img/gallery/linkedin.png" alt="Srinivas_Mahankali" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="mailto:[email protected]" target="_blank"><img class="list-social-icon" src="assets/img/gallery/mail.png" alt="mail" width="25" /></a></li>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card border-1">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/Jason1.jpg" alt="jason" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-4 p-xxl-8">
<h2><span class="text-primary">Jason Rodrigues</span></h2>
<p class="text-muted mb-0">Ecosystem Lead at cLabs</p><br>
<p>Enjoys poker, stationery shopping and believes in the power of decentralization.</p>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.linkedin.com/in/jasonrrodrigues/" target="_blank"><img class="list-social-icon" src="assets/img/gallery/linkedin.png" alt="Jason" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="mailto:[email protected]" target="_blank"><img class="list-social-icon" src="assets/img/gallery/mail.png" alt="mail" width="25" /></a></li>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="carousel-item">
<div class="card border-1">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/Jarell_James.jpg" alt="Jarell_James" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-4 p-xxl-8">
<h2><span class="text-primary">Jarell James</span></h2>
<p class="text-muted mb-0">Partner at cLabs</p><br>
<p>Specalized in Developer Relations at cLabs and the Co-founder of Abbysinia.io</p>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.linkedin.com/in/jarrell-james/" target="_blank"><img class="list-social-icon" src="assets/img/gallery/linkedin.png" alt="linkedin" width="25" /></a></li>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="mailto:[email protected]" target="_blank"><img class="list-social-icon" src="assets/img/gallery/mail.png" alt="mail" width="25" /></a></li>
</div>
</div>
</div>
</div>
</div> -->
</div><a class="carousel-control-prev carousel-icon" href="#carouselExampleControls" role="button" data-slide="prev"><span class="carousel-control-prev-icon rounded-pill bg-light hover-top-shadow" aria-hidden="true"></span><span class="sr-only">Previous</span></a><a class="carousel-control-next carousel-icon" href="#carouselExampleControls" role="button" data-slide="next"><span class="carousel-control-next-icon rounded-pill bg-light hover-top-shadow" aria-hidden="true"></span><span class="sr-only">Next </span></a>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<div class="shape-arc-up">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1440 220">
<path fill="#091A2B" fill-opacity="1" d="M0,128L120,133.3C240,139,480,149,720,144C960,139,1200,117,1320,106.7L1440,96L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z"> </path>
</svg>
</div>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-dark pt-9 pt-md-13 pt-lg-12 pt-xl-11" id="collab">
<div class="container" align="center">
<h2 class="text-center text-md-center text-white mb-5">Join us in our<span class="text-success"> Web3 Revolution!</span></h1>
<div class="row col-sm-12 m-auto">
<div class="fade-in col-sm-4">
<div class="card col-sm-12 card border-white text-dark bg-white border-30" align="text-center">
<div class="col-sm-12">
<h3 class="card-title text-primary"><br>Our Network<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-muted">Committed to our mission of making blockchain a more dynamic space, our network of web3 enthusiasts and industry-leaders in insightful ways. </p></div>
<strong><a class="btn btn-lg btn-dark text-white shadow-lg" href="#register">Join Our Network!</a></strong></div><br>
</div>
<br><br>
</div>
<div class="fade-in col-sm-4">
<div class="card col-sm-12 card border-white text-dark bg-white border-30" align="text-center">
<div class="col-sm-12">
<h3 class="card-title text-primary"><br>Join Our Team<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-muted">We are always looking to grow :) <br> Check out our openings, create your own fellowship, join us as a fellow mentor or as a blockchain ambassador</p></div>
<strong><a class="btn btn-lg btn-dark text-white shadow-lg" href="/careers">Careers at YBlockchain →</a></strong></div><br>
</div>
<br><br>
</div>
<div class="fade-in col-sm-4">
<div class="card col-sm-12 card border-white text-dark bg-white border-30" align="text-center">
<div class="col-sm-12">
<h3 class="card-title text-primary"><br>Partner With Us<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-muted">Whether you're a induvidual, a startup, corporate, community, or an academic instituion, we're always looking out for exciting ideas and partnerships.</p></div>
<strong><a class="btn btn-lg btn-dark text-white shadow-lg" href="mailto:[email protected]">Drop a mail →</a></strong></div><br>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<div class="shape-arc-down"><img class="w-100" src="assets/img/gallery/shape-down.svg" alt="img" /></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="whatsapp" 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="telegram" 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="linkedin" 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="medium" 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="github" 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="youtube" 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/js/theme.js"></script>
<script src="assets/js/style.js"></script>
</body>
</html>