-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjobs.html
223 lines (206 loc) · 6.92 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
---
title: Jobs
layout: landing
permalink: /jobs/
---
<section class="container-fluid bg-info bg-gradient">
<div class="container">
<div class="row">
<div class="offset-xl-1 col-xl-10 col-12 ">
<div
class="row px-3 pt-3 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 smooth-shadow-sm">
<div class="col-lg-6 p-4 p-md-6 pt-lg-0">
<h1 class="display-4 fw-bold lh-1 mb-3">Join our team</h1>
<p class="lead mb-5">Join our decentralized team, to build a decentralized future.</p>
<a class="btn btn-primary"
href="#openPositions">See Opening</a>
</div>
<div
class="col-lg-5 offset-lg-1 p-0 m-0 overflow-hidden">
<!-- Img -->
<img class="rounded-top-md card-img-size-600"
src="{{ '/assets/images/landing-jobs/teamwork-and-team-building.svg' | relative_url }}"
alt="Join GenZ Staking Team"
width="600px">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container-fluid py-5">
<div class="container">
<div class="row">
<h2 class=" col-12 p-5 text-center">We are building the
infrastructure backbone of the blockchain ecosystem and paving the
way to a decentralized future.</h2>
<a class=" col-12 p-5 text-center" href="#openPositions">Learn
more about open positions</a>
</div>
<div class="row row-cols-1 row-cols-md-4 g-4">
<div class="col">
<div class="card h-100">
<img class="card-img-top"
src="{{ '/assets/images/landing-jobs/remote.svg' | relative_url }}"
height="256px">
<div class="card-body">
<h3 class="card-title">Remote</h3>
<span class="card-text">We are a remote-first, distributed
team. We work in different parts of the world, covering different
time zones. We invite you to apply, no matter where you are.</span>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img class="card-img-top"
src="{{ '/assets/images/landing-jobs/commitment.svg' | relative_url }}"
height="256px">
<div class="card-body">
<h3 class="">Commitment</h3>
<span class="">Our team is committed to being an open-minded
player in the blockchain space and add value in different ways to
blockchain protocols, developers, users, and enthusiasts. </span>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img class="card-img-top"
src="{{ '/assets/images/landing-jobs/proactive.svg' | relative_url }}"
height="256px">
<div class="card-body">
<h3 class="">Proactive</h3>
<span class="">We believe that the best way to move forward
is to initiate, ask questions, try and push boundaries. We seek to
practice this in our daily work, and throughout our products.</span>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img class="card-img-top"
src="{{ '/assets/images/landing-jobs/diversity.svg' | relative_url }}"
height="256px">
<div class="card-body">
<h3 class="">Diversity</h3>
<span class="">As a diverse, we come from different
backgrounds, locations, and cultures, working together to build
and grow the blockchain ecosystem. We look to expand our diversity
and believe everyone has something unique to contribute.</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container">
<div class="row m-3">
<p class="col-12 p-5 text-center">Diversity is part of our
project’s DNA that keeps us moving forward. We welcome applications
from people from all backgrounds and cultures who share our values
and are passionate about a decentralized future. We look forward to
hearing from you!</p>
</div>
</section>
<section class="container-fluid bg-light">
<div class="container py-5">
<div class="row">
<h2 class=" col-12 p-5 text-center">Our recruiting process</h2>
<p class=" col-12 px-5 text-center">We believe that the recruiting process is a great
chance for both parties to get to know each other and share
expectations for the role.</p>
<a class="btn col-12 px-5 text-center"
href="#openPositions" class="">Join us</a>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<div class="card-body">
<p class="card-title">01</p>
<h3 class="card-subtitle">Meetings</h3>
<p class="card-text">Through our process, you will meet your future
colleagues as well as the manager for the role you apply for. You
will also meet our founder to discuss our vision, goals, and
philosophy.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<p class="card-title">02</p>
<h3 class="card-subtitle">Video Introduction</h3>
<p class="card-text">We will ask you to record a short video
introduction that can help us get to know you better. For some of
our positions, we will have a quick assignment that will help us
understand your skillsets.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<div class="card-body">
<p class="card-title">03</p>
<h3 class="card-subtitle">Always in touch</h3>
<p class="card-text">We will do our best to keep the process smooth and
to clearly communicate with you every step of the way. Feel free
to contact us with any questions throughout the process</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="openPositions"
class="container">
<div class="row py-5">
<div class="col-12">
<h2 class="">Open positions</h2>
<hr/>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 g-4 pb-5">
{% for job in site.jobs %}
<div class="col">
<a class="card text-decoration-none bg-light bg-gradient"
href="{{ job.apply_url }}">
<div class="card-body">
<h3 class="">{{ job.title }}</h3>
<p> {{ job.description }}</p>
<div style="font-size: 10px;">
<p class="p-0 m-0">
<i class="fas fa-map-marker-alt"></i>
{{ job.place }}
</p>
<p class="p-0 m-0">
<i class="fas fa-clock"></i>
{{ job.start_date }}
</p>
<p class="p-0 m-0">
<i class="fas fa-file-signature"></i>
{{ job.type }}
</p>
</div>
</div>
</a>
</div>
{% endfor %}
</div>
</section>
<section class="container-fluid bg-info">
<div class="container">
<div class="row py-5">
<div class="col-12">
<h3 class="">Looking for something else?</h3>
<p class="">
We are always happy to hear from passionate people, even if we
don’t have an open position fit for you at the moment. Feel free
to send us an email with the role you are interested in, to <a
href="mailto:[email protected]">[email protected]</a>.
</p>
<a href="{% link contact-us.html %}">Contact Us</a>
</div>
</div>
</div>
</section>