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
/
jobs.html
241 lines (209 loc) · 16.5 KB
/
jobs.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
<!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 Jobs</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">
<meta name="msapplication-TileImage" content="assets/img/favicons/mstile-150x150.png">
<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">
<a href="http://chat.yblockcha.in" class="float" 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="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>
</head>
<body>
<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" 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="ambassador.html">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.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>
<li class="nav-item"><a class="nav-link active" href="#">Jobs</a></li>
</ul><a class="btn btn-primary ml-auto hover-top-shadow" href="/#register">Waitlist Sign up</a>
</div>
</div>
</nav>
<section id = "jobs-intro" class="pt-3 pt-mb-6">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 col-lg-4 order-md-1"><img class="img-fluid mb-5 mb-md-0" src="assets/img/gallery/Jobs-illustration.png" alt="" /></div>
<div class="col-md-6 col-lg-8">
<h1 class="display-6 text-center text-md-center"><b><span class="text-primary">YBlockchain Jobs</span></b> <br />A platform where <font class="text-success">blockchain talent </font> meets recruiters.</h1><br>
<p class="lead text-center text-md-center text-muted mb-3">We aim to connect blockchain developers, engineers and people with revelant skills with industry experts and the best of companies.</p>
<div class="text-center text-md-center pt-4"><a class="btn btn-lg btn-primary hover-top-shadow mr-3" href="#register">Find a Job
<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.html">Hire a Talent</a><br><br></div>
</div>
</div>
</div>
<br>
<!-- end of .container-->
<section id="features" class="p-0 bg-dark"><div class="container" align="center"><div class="col-sm-8 m-auto">
<br><br><br>
<div class="card border-primary bg-light mb-3 hover-top-shadow hover-top-shadow-lg border-30" style="max-width: 40rem;">
<div class="card-body">
<h3 class="card-title text-primary">Why are we different?</h3>
<p class="card-text text-dark"><br>We are not recruiters. We are a mission-driven community of founders and people who work in remote teams, who have hired people for their teams. We strive to train, guide and support talent from emerging economies so that they can find their dream job.</p>
<a class="btn btn-lg btn-primary text-white shadow-lg" href="http://chat.yblockcha.in" target="_blank">Join our Blockchain Community! <img border="0" alt="" src="assets/img/gallery/discord.png" width="32" height="32"></a><br><br>
</div>
</div>
</div>
</div>
<div class="shape-arc-down"><img class="w-100" src="assets/img/gallery/shape-down.svg" alt=""></div>
</section>
<section id="features" class="p-0 bg-dark">
<div class="container" align="center">
<div class="row col-sm-12 m-auto">
<div class="col-sm-6">
<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>For Talent<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-white"><br>Supercharge your career by joining top global remote teams. Get guidance from experts to identify skill gaps.</p></div>
<strong><a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="certifications.html">Find a Job →</a></strong></div><br>
</div>
<br><br>
</div>
<div class="col-sm-6">
<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>For Companies<br></h3>
<div class="row col-sm-11 m-auto">
<p class="text-white"><br>Grow your team. Present yourself infront of talent from around the world looking for their next big challenge.</p></div>
<strong><a class="btn btn-lg btn-light text-primary shadow-lg hover-top-shadow" href="certifications.html">Hire a Talent →</a></strong></div><br>
</div>
</div>
</div>
<div class="shape-arc-down"><img class="w-100" src="assets/img/gallery/shape-down.svg" alt="" /></div>
</div>
</section>
<div class="shape-arc-down"><img class="w-100" src="assets/img/gallery/shape-down.svg" alt="" /></div>
<section class="py-7" 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">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>
<!-- ===============================================-->
<!-- 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>
</body>
</html>