-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
415 lines (383 loc) · 21.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="output.css">
<title>Document</title>
</head>
<body>
<header>
<nav
class="container mx-auto flex justify-between items-center px-8 h-20 font-semibold leading-6 text-[#475467]">
<img src="img/PERN_Logo.png" alt="PERN_Logo" class="mr-10" />
<ul class="mr-auto flex gap-8 ">
<li>Home</li>
<li>Pricing</li>
<li>About</li>
<li>Contact</li>
</ul>
<div class="flex gap-3">
<button class="btn-primary">Log in</button>
<button class="btn-primary bg-[#444CE7] text-white">Sign up</button>
</div>
</nav>
</header>
<section class="mx-auto py-24">
<div class="container mx-auto px-8 flex items-center flex-col">
<span class="mx-auto font-semibold leading-6 text-[#3538CD] text-center">The team</span>
<span class="pt-3 text-5xl text-center font-semibold leading-[60px] text-[#101828] tracking-[-0.96px]">A
small team with impressive cred.</span>
<span class="pt-6 text-center text-[#475467] text-xl font-normal leading-[30px] max-w-3xl"> Want to work
with some of the best global talent and build software used by all the companies you know and love? Join
the team — we’re hiring!</span>
</div>
</section>
<section class="mx-auto pb-24">
<div class="mx-auto container px-8 grid grid-cols-3 grid-rows-2 gap-x-8 gap-y-16 max-w-[1280px]">
<div class="bg-gray-800 card-primary relative">
<img src="img/team1.jpg" alt="team img" class="h-[100%] w-[100%]">
<div class="mx-6 mt-24 mb-6 px-5 py-6 absolute bottom-0 flex flex-col items-start backdrop-blur-md bg-white bg-opacity-30 border-[1px] border-solid border-[rgba(255,255,255,0.50)]">
<div class="flex gap-4 justify-between w-full mb-4">
<h1 class="text-white text-3xl font-semibold leading-[38px]">Fahim Rahman</h1>
<img src="img/white-arrow-up-right.svg" alt="">
</div>
<div class="flex flex-col gap-1 mb-8">
<h2 class="text-white text-lg font-semibold leading-7">Founder & CEO</h2>
<p class="text-white font-normal leading-6">Former co-founder of Opendoor. Early staff at IIUC IT and Clearbit.</p>
</div>
<div class="flex items-start gap-5">
<img src="img/Twitter.svg" alt="Twitterlogo">
<img src="img/LinkedIn.svg" alt="LinkedInlogo">
</div>
</div>
</div>
<div class="bg-gray-800 card-primary relative">
<img src="img/team2.png" alt="team img" class="h-[100%] w-[100%]">
<div class="mx-6 mt-24 mb-6 px-5 py-6 absolute bottom-0 flex flex-col items-start backdrop-blur-md bg-white bg-opacity-30 border-[1px] border-solid border-[rgba(255,255,255,0.50)]">
<div class="flex gap-4 justify-between w-full mb-4">
<h1 class="text-white text-3xl font-semibold leading-[38px]">Aryan Ahmed</h1>
<img src="img/white-arrow-up-right.svg" alt="">
</div>
<div class="flex flex-col gap-1 mb-8">
<h2 class="text-white text-lg font-semibold leading-7">Engineering Manager</h2>
<p class="text-white font-normal leading-6">Lead engineering teams at Figma, Pitch, and Protocol Labs.</p>
</div>
<div class="flex items-start gap-5">
<img src="img/Twitter.svg" alt="Twitterlogo">
<img src="img/LinkedIn.svg" alt="LinkedInlogo">
</div>
</div>
</div>
<div class="bg-gray-800 card-primary relative">
<img src="img/team3.jpg" alt="team img" class="h-[100%] w-[100%]">
<div class="mx-6 mt-24 mb-6 px-5 py-6 absolute bottom-0 flex flex-col items-start backdrop-blur-md bg-white bg-opacity-30 border-[1px] border-solid border-[rgba(255,255,255,0.50)]">
<div class="flex gap-4 justify-between w-full mb-4">
<h1 class="text-white text-3xl font-semibold leading-[38px]">Samir Islam</h1>
<img src="img/white-arrow-up-right.svg" alt="">
</div>
<div class="flex flex-col gap-1 mb-8">
<h2 class="text-white text-lg font-semibold leading-7">Product Manager</h2>
<p class="text-white font-normal leading-6">Former PM for Airtable, Medium, Ghost, and Lumi.</p>
</div>
<div class="flex items-start gap-5">
<img src="img/Twitter.svg" alt="Twitterlogo">
<img src="img/LinkedIn.svg" alt="LinkedInlogo">
</div>
</div>
</div>
<div class="bg-gray-800 card-primary relative">
<img src="img/team4.png" alt="team img" class="h-[100%] w-[100%]">
<div class="mx-6 mt-24 mb-6 px-5 py-6 absolute bottom-0 flex flex-col items-start backdrop-blur-md bg-white bg-opacity-30 border-[1px] border-solid border-[rgba(255,255,255,0.50)]">
<div class="flex gap-4 justify-between w-full mb-4">
<h1 class="text-white text-3xl font-semibold leading-[38px]">Hasanul Bari</h1>
<img src="img/white-arrow-up-right.svg" alt="">
</div>
<div class="flex flex-col gap-1 mb-8">
<h2 class="text-white text-lg font-semibold leading-7">Frontend Developer</h2>
<p class="text-white font-normal leading-6">Former frontend dev for Linear, Coinbase, and Postscript.</p>
</div>
<div class="flex items-start gap-5">
<img src="img/Twitter.svg" alt="Twitterlogo">
<img src="img/LinkedIn.svg" alt="LinkedInlogo">
</div>
</div>
</div>
<div class="bg-gray-800 card-primary relative">
<img src="img/team5.jpg" alt="team img" class="h-[100%] w-[100%]">
<div class="mx-6 mt-24 mb-6 px-5 py-6 absolute bottom-0 flex flex-col items-start backdrop-blur-md bg-white bg-opacity-30 border-[1px] border-solid border-[rgba(255,255,255,0.50)]">
<div class="flex gap-4 justify-between w-full mb-4">
<h1 class="text-white text-3xl font-semibold leading-[38px]">Nabil Ahmed</h1>
<img src="img/white-arrow-up-right.svg" alt="">
</div>
<div class="flex flex-col gap-1 mb-8">
<h2 class="text-white text-lg font-semibold leading-7">Backend Developer</h2>
<p class="text-white font-normal leading-6">Lead backend dev at Clearbit. Former Clearbit and Loom.</p>
</div>
<div class="flex items-start gap-5">
<img src="img/Twitter.svg" alt="Twitterlogo">
<img src="img/LinkedIn.svg" alt="LinkedInlogo">
</div>
</div>
</div>
<div class="bg-gray-800 card-primary relative">
<img src="img/team6.png" alt="team img" class="h-[100%] w-[100%]">
<div class="mx-6 mt-24 mb-6 px-5 py-6 absolute bottom-0 flex flex-col items-start backdrop-blur-md bg-white bg-opacity-30 border-[1px] border-solid border-[rgba(255,255,255,0.50)]">
<div class="flex gap-4 justify-between w-full mb-4">
<h1 class="text-white text-3xl font-semibold leading-[38px]">Rafiqul Haque</h1>
<img src="img/white-arrow-up-right.svg" alt="">
</div>
<div class="flex flex-col gap-1 mb-8">
<h2 class="text-white text-lg font-semibold leading-7">Product Designer</h2>
<p class="text-white font-normal leading-6">Founding design team at Figma. Former Pleo, Stripe, and Tile.</p>
</div>
<div class="flex items-start gap-5">
<img src="img/Twitter.svg" alt="Twitterlogo">
<img src="img/LinkedIn.svg" alt="LinkedInlogo">
</div>
</div>
</div>
</div>
<!-- <hr class=" mx auto bg-[#EAECF0] h-[1px]"> -->
</section>
<div class="mx-auto container px-8 ">
<hr class=" mx auto bg-[#EAECF0] h-[1px]">
</div>
<section class="px-8 container mx-auto flex flex-col items-center gap-16 py-24">
<div class="mx-auto flex flex-col items-center gap-6">
<span
class="text-[#101828] text-center text-[2.25rem] font-semibold leading-[2.75rem] tracking-[-0.045rem]">We’re
looking for the best
</span>
<span class="text-[#475467] text-center text-xl font-normal leading-[30px]">We’re a 100% remote team spread
all across the world. Join us!
</span>
</div>
<div class="mx-auto flex items-center">
<div
class=" mx-auto p-[6px] flex gap-2 justify-between rounded-lg bg-[#F9FAFB] border-[1px] border-solid border-[#EAECF0]">
<div
class="bg-[#FFF] px-[14px] py-[10px] rounded-md font-semibold leading-6 text-[#344054] shadow-[0_1px_2px_0_rgba(16,24,40,0.06),0_1px_3px_0_rgba(16,24,40,0.10)]">
View all</div>
<div class="btn-secondary">Design</div>
<div class="btn-secondary">Software Engineering</div>
<div class="btn-secondary">Customer Success</div>
<div class="btn-secondary">Sales</div>
<div class="btn-secondary">Marketing</div>
</div>
</div>
<div class=" mx auto flex items-center">
<div class="flex flex-col items-center gap-6 ">
<div class="job-post">
<div class="post-title">
<div class="post-title--txt flex flex-col gap-1">
<div class="flex items-center justify-between w-[720px]">
<h5>Design</h5>
<div class="flex gap-2">
<span class=" text-[#3538CD] text-[14px] font-semibold leading-5 ">View Job</span>
<img src="img/arrow-up-right.svg" alt="">
</div>
</div>
<div class="flex items-center gap-2 ">
<h3>Product Designer</h3>
<div
class="flex gap-[6px] pl-2 pr-[10px] py-[2px] bg-[#EFF8FF] border-[#B2DDFF] border-[1px] border-solid rounded-2xl ">
<img src="img/dot_blue.svg">
<span class="text-[#175CD3] text-center text-sm leading-5 font-medium">Design</span>
</div>
</div>
</div>
</div>
<span class="xyz">We’re looking for a mid-level product designer to join our team.</span>
<div class="post-type">
<div class="post-location">
<img src="img/location.svg" alt="">
<p>Remote</p>
</div>
<div class="post-time">
<img src="img/clock.svg" alt="">
<p>Full-time</p>
</div>
</div>
</div>
<div class="job-post">
<div class="post-title">
<div class="post-title--txt flex flex-col gap-1">
<div class="flex items-center justify-between w-[720px]">
<h5>Software Development</h5>
<div class="flex gap-2">
<span class=" text-[#3538CD] text-[14px] font-semibold leading-5 ">View Job</span>
<img src="img/arrow-up-right.svg" alt="">
</div>
</div>
<div class="flex items-center gap-2 ">
<h3>Engineering Manager</h3>
<div
class="flex gap-[6px] pl-2 pr-[10px] py-[2px] bg-[#FDF2FA] border-[#FCCEEE] border-[1px] border-solid rounded-2xl ">
<img src="img/dot_pink.svg">
<span
class="text-[#C11574] text-center text-sm leading-5 font-medium">Software</span>
</div>
</div>
</div>
</div>
<span class="xyz">We’re looking for a mid-level product designer to join our team.</span>
<div class="post-type">
<div class="post-location">
<img src="img/location.svg" alt="">
<p>Remote</p>
</div>
<div class="post-time">
<img src="img/clock.svg" alt="">
<p>Full-time</p>
</div>
</div>
</div>
<div class="job-post">
<div class="post-title">
<div class="post-title--txt flex flex-col gap-1">
<div class="flex items-center justify-between w-[720px]">
<h5>Customer Success</h5>
<div class="flex gap-2">
<span class=" text-[#3538CD] text-[14px] font-semibold leading-5 ">View Job</span>
<img src="img/arrow-up-right.svg" alt="">
</div>
</div>
<div class="flex items-center gap-2 ">
<h3>Customer Success Manager</h3>
<div
class="flex gap-[6px] pl-2 pr-[10px] py-[2px] bg-[#ECFDF3] border-[#ABEFC6] border-[1px] border-solid rounded-2xl ">
<img src="img/dot_green.svg">
<span class="text-[#067647] text-center text-sm leading-5 font-medium">CX</span>
</div>
</div>
</div>
</div>
<span class="xyz">We’re looking for a mid-level product designer to join our team.</span>
<div class="post-type">
<div class="post-location">
<img src="img/location.svg" alt="">
<p>Remote</p>
</div>
<div class="post-time">
<img src="img/clock.svg" alt="">
<p>Full-time</p>
</div>
</div>
</div>
<div class="job-post">
<div class="post-title">
<div class="post-title--txt flex flex-col gap-1">
<div class="flex items-center justify-between w-[720px]">
<h5>Sales</h5>
<div class="flex gap-2">
<span class=" text-[#3538CD] text-[14px] font-semibold leading-5 ">View Job</span>
<img src="img/arrow-up-right.svg" alt="">
</div>
</div>
<div class="flex items-center gap-2 ">
<h3>Account Executive</h3>
<div
class="flex gap-[6px] pl-2 pr-[10px] py-[2px] bg-[#EEF4FF] border-[#C7D7FE] border-[1px] border-solid rounded-2xl ">
<img src="img/dot_violet.svg">
<span class="text-[#3538CD] text-center text-sm leading-5 font-medium">Sales</span>
</div>
</div>
</div>
</div>
<span class="xyz">We’re looking for a mid-level product designer to join our team.</span>
<div class="post-type">
<div class="post-location">
<img src="img/location.svg" alt="">
<p>Remote</p>
</div>
<div class="post-time">
<img src="img/clock.svg" alt="">
<p>Full-time</p>
</div>
</div>
</div>
<div class="job-post">
<div class="post-title">
<div class="post-title--txt flex flex-col gap-1">
<div class="flex items-center justify-between w-[720px]">
<h5>Marketing</h5>
<div class="flex gap-2">
<span class=" text-[#3538CD] text-[14px] font-semibold leading-5 ">View Job</span>
<img src="img/arrow-up-right.svg" alt="">
</div>
</div>
<div class="flex items-center gap-2 ">
<h3>SEO Marketing Manager</h3>
<div
class="flex gap-[6px] pl-2 pr-[10px] py-[2px] bg-[#FEF6EE] border-[#F9DBAF] border-[1px] border-solid rounded-2xl ">
<img src="img/dot_org.svg">
<span
class="text-[#B93815] text-center text-sm leading-5 font-medium">Marketing</span>
</div>
</div>
</div>
</div>
<span class="xyz">We’re looking for a mid-level product designer to join our team.</span>
<div class="post-type">
<div class="post-location">
<img src="img/location.svg" alt="">
<p>Remote</p>
</div>
<div class="post-time">
<img src="img/clock.svg" alt="">
<p>Full-time</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mx-auto pb-24">
<div class="mx-auto container px-8">
<div class="mx-auto p-16 flex flex-col gap-8 rounded-2xl items-center bg-[#F9FAFB]">
<div>
<h3 class="text-center text-[#101828] text-4xl font-semibold leading-[44px] -tracking-[-.72px]">
Can’t see a position that suits you?</h3>
<p class="text-center text-[#475467] text-xl font-normal leading-[30px] mt-5">We’re always looking
for smart, motivated people.<br>Send us your CV and let’s have a chat. We’d love to meet you!
</p>
</div>
<div class="flex gap-3">
<button
class="px-[20px] py-[12px] rounded-lg font-semibold leading-6 bg-[#FFF] border-[1px] text-[#667085] border-[#D0D5DD] shadow-[0_1px_2px_0_rgba(16,24,40,0.05)]">Learn
more</button>
<button
class="px-[20px] py-[12px] rounded-lg font-semibold leading-6 bg-[#444CE7] border-[1px] text-white shadow-[0_1px_2px_0_rgba(16,24,40,0.05)]">Get
started</button>
</div>
</div>
</div>
</section>
<footer class="py-16 bg-[#0C111D] flex flex-col items-center gap-16">
<div class="mx-auto container px-8 flex flex-col items-center gap-8">
<img src="img/ft_logo.png" alt="pern logo">
<ul class="flex gap-8 text-[#fff] font-semibold">
<li>Home</li>
<li>About</li>
<li>Pricing</li>
<li>Contact</li>
</ul>
</div>
<div class="mx-auto container px-8">
<div class=" mx-auto pt-8 flex text-white justify-between border-t-[1px] border-t-[#475467]">
<ul class="flex gap-4 order-2">
<li>Terms</li>
<li>Privacy</li>
<li>Cookies</li>
</ul>
<p>© 2023 PernStack. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>