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
/
about.html
268 lines (232 loc) · 17.8 KB
/
about.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
<!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 - About Us</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/css/theme.css" rel="stylesheet">
</head>
<body>
<!-- ===============================================-->
<!-- Main Content-->
<!-- ===============================================-->
<main class="main">
<nav class="navbar navbar-expand-lg navbar-light bg-white py-4 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 text-muted"><a class="nav-link active" aria-current="page" href="/">Home</a></li>
<li class="nav-item dropdown"><a class="nav-link" id="navbarDropdown" href="#" role="button" data-toggle="dropdown" aria-expanded="false">Yblockchain</a>
<ul class="dropdown-menu navbar-dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="/#register">Sign Up</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 border-bottom" href="/#pricing">Pricing</a></li>
<li><a class="dropdown-item text-secondary p-3 border-bottom" href="/#faq">FAQ </a></li>
<li><a class="dropdown-item text-secondary p-3" href="/#community">Community</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="#">About Us</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.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="certifications.html#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="certifications.html#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">Sign up</a>
</div>
</div>
</nav>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-dark py-8" id="community">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10 col-lg-8 text-center"><span class="badge mb-4 font-weight-normal text-uppercase bg-light text-primary">Our Mission</span>
<h2 class="display-6 text-white">We aim to create the next wave of blockchain developers and managers.</h2>
<p class="text-muted mb-4 mb-md-6">With an increasing demand for skilled people in blockchain, we aim to upskill the enthusiasts with industry-standard education. We believe in excellence & you will find the reflection of our belief in our course modules and projects.</p>
</div>
</div>
</div>
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<div class="shape-arc-down"><img class="w-100" src="assets/img/gallery/shape-down.svg" alt="" /></div>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pt-5 pt-md-8" id="mentors">
<div class="container">
<div class="text-center">
<h2>Our Team</h2>
<p class="text-muted mb-4">The People behind this project</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-0">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/Saikarthik.jpg" alt="" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-7 p-xxl-8">
<h2><span class="text-primary">Sai Karthik</span></h2>
<p class="text-muted mb-0">Program Manager</p><br>
<p>A tech geek, who is passionate about consumer products and live sports. Watches anime and plays frisbee in free time.</p>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.linkedin.com/in/kasaikarthik/" 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:sai@yblockcha.in" 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">
<div class="card border-0">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/Varshni.jpg" alt="" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-7 p-xxl-8">
<h2><span class="text-primary">Varshni</span></h2>
<p class="text-muted mb-0">Content</p><br>
<p>Driven by the idea of making the most out of any opportunity, she is a go-getter and enthusiastic problem-solver.</p>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.linkedin.com/in/varshni-k-r-703731199" 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:varshni@yblockcha.in" 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">
<div class="card border-0">
<div class="row g-0">
<div class="col-md-5"><img class="img-testimonial" src="assets/img/gallery/Anagha.jpg" alt="" /></div>
<div class="col-md-7">
<div class="card-body text-center py-7 px-6 p-md-5 p-lg-7 p-xxl-8">
<h2><span class="text-primary">Anagha</span></h2>
<p class="text-muted mb-0">Outreach</p><br>
<p>A multitasker, ukulele player, animal lover and an enthusiastic jack of all, she excels at meeting targets and is always up for a challenge.</p>
<li class="list-inline-item mr-2"><a class="text-decoration-none" href="https://www.linkedin.com/in/anagha-manoj-kumar-a82bb8152/" 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:anagha@yblockcha.in" target="_blank"><img class="list-social-icon" src="assets/img/gallery/mail.png" alt="" width="25" /></a></li>
</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 ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-7">
<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-muted">Creating a revolution <br> in web3 education.</p>
<p class="mb-2 text-muted">Contact:
<br><a href="mailto:team@yblockcha.in" target="_blank"><font color="#0d6efd">team@yblockcha.in</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="/#feature">Features</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#register">Sign Up</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#pricing">Pricing</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#faq">FAQ</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="/#community">Community</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.html#basic">Basic</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="certifications.html#advanced">Advanced</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="certifications.html#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.html">About Us</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="ambassdor.html">Become an Ambassdor</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="#!">Become a Mentor</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Careers</a></li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<h6 class="footer-title">Legal</h6>
<ul class="list-unstyled mb-0">
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Privacy Policy</a></li>
<li class="mb-2 mb-lg-2"><a class="text-500 text-decoration-none" href="#!">Terms and Conditions</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="text-center border-top footer-text py-3">
<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>
<!-- end of .container-->
</main>
<!-- ===============================================-->
<!-- End of Main Content-->
<!-- ===============================================-->
<!-- ===============================================-->
<!-- JavaScripts-->
<!-- ===============================================-->
<!-- JavaScript and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/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>
</body>
</html>