forked from Real-Dev-Squad/website-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
join.html
462 lines (449 loc) · 16.5 KB
/
join.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
<title>Real Dev Squad | Join</title>
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/animate.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<link rel="stylesheet" href="./css/join.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap"
rel="stylesheet"
/>
<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=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet"
/>
<!-- Primary Meta Tags -->
<meta name="title" content="Join Our Community at Real Dev Squad" />
<meta
name="description"
content="By joining open source software community, you get access to our discord and other services."
/>
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.realdevsquad.com/join.html" />
<meta property="og:title" content="Join Our Community at Real Dev Squad" />
<meta
property="og:description"
content="By joining open source software community, you get access to our discord and other services."
/>
<meta
property="og:image"
content="https://github.com/Real-Dev-Squad/website-www/assets/82165483/89ff6c72-4712-4494-abc9-a02102973784"
/>
<!-- Twitter Meta Tag-->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@RealDevSquad" />
<meta
property="twitter:title"
content="Join Our Community at Real Dev Squad"
/>
<meta
property="twitter:description"
content="By joining open source software community, you get access to our discord and other services."
/>
<meta
property="twitter:image"
content="https://github.com/Real-Dev-Squad/website-www/assets/82165483/89ff6c72-4712-4494-abc9-a02102973784"
/>
<script src="/js/analytics.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YRG12HRZKB"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-YRG12HRZKB');
</script>
</head>
<body>
<div class="dropdown hide">
<ul class="dropdown-list">
<li class="dropdown-item">
<a class="dropdown-link" href="https://my.realdevsquad.com/">
My Profile
</a>
</li>
<hr class="line" />
<li class="dropdown-item dropdown-link" id="signout-option">
Sign out
</li>
</ul>
</div>
<button id="scroll-to-top-btn">
<img src="./img/arrow_up.svg" alt="scroll to top button" />
</button>
<nav>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="nav-login">
<a
class="btn-login"
href="https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97"
>
<button class="btn-login-text">
Sign In
<img
src="img/github.png"
alt="GitHub Icon"
height="15px"
width="15px"
/>
</button>
</a>
<div class="user-greet">
<div class="user-greet-msg">Hello, User!</div>
<img class="user-profile-pic" />
</div>
</div>
<ul class="nav-menu">
<li class="nav-logo-li">
<a href="https://realdevsquad.com/">
<img
src="img/[email protected]"
alt="home nav logo"
height="50px"
width="50px"
/>
</a>
</li>
<li class="home-tab"><a href="http://realdevsquad.com/">Home</a></li>
<li><a href="https://welcome.realdevsquad.com/">Welcome</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="https://members.realdevsquad.com/">Members</a></li>
<!-- <li><a href="https://crypto.realdevsquad.com/">Crypto</a></li> -->
<li><a href="https://status.realdevsquad.com/">Status</a></li>
<li class="nav-login-li">
<a
class="btn-login"
href="https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97"
>
<button class="btn-login-text">
Sign In With GitHub
<img
src="img/github.png"
alt="GitHub Icon"
height="15px"
width="15px"
/>
</button>
</a>
<div class="user-greet">
<div class="user-greet-msg">Hello, User!</div>
<img class="user-profile-pic" />
</div>
</li>
</ul>
</nav>
<main class="join-main">
<section class="page1" id="page1">
<h1 class="greeting">
Hi there 👋, let's get you started on joining formalities
</h1>
<div class="button-container">
<button class="button-filled" id="start">Start</button>
</div>
</section>
<section class="page2" id="page2">
<h1 class="greeting">
You are just a few steps 🪜 away from getting a personalized invite.
</h1>
<div class="container">
<h2 class="progress">Step 1 of 4: Personal Details</h2>
<p class="info">Fields marked with * are mandatory</p>
<label class="input-label" for="city">
Your City
<span class="text-red">*</span>
</label>
<br />
<input
class="user-input input-regular"
type="text"
name="city"
id="city"
placeholder="e.g Bengaluru"
/>
<br />
<label class="input-label" for="state">
Your State
<span class="text-red">*</span>
</label>
<br />
<input
class="user-input input-regular"
type="text"
name="state"
id="state"
placeholder="e.g Karnataka"
/>
<br />
<label class="input-label" for="country">
Your Country
<span class="text-red">*</span>
</label>
<br />
<select
class="user-input input-regular user-select-input"
type="text"
name="country"
id="country"
>
<option value="" disabled selected>e.g India</option>
</select>
<div class="twin-button-container">
<button class="button-outline" id="previous1">Previous</button>
<button class="button-disabled nextBtn" id="next1">Next</button>
</div>
</div>
</section>
<section class="page3" id="page3">
<h1 class="greeting">Let’s help others 🫂 know you and your skills.</h1>
<div class="container">
<h2 class="progress">Step 2 of 4: Introduction</h2>
<p class="info">Fields marked with * are mandatory</p>
<label class="input-label" for="introduction">
Introduce yourself
<span class="text-red">*</span>
</label>
<br />
<textarea
name="introduction"
id="introduction"
class="user-input input-big"
cols="30"
rows="10"
placeholder="We would love to know you."
></textarea>
<p id="introductionCounter" class="text-red counter"></p>
<br />
<label for="skills" class="input-label">
Your Skills
<span class="text-red">*</span>
</label>
<br />
<input
type="text"
class="user-input input-regular"
name="skills"
id="skills"
placeholder="Fuel us with your OP skills"
/>
<p id="skillsCounter" class="text-red counter"></p>
<br />
<label for="college" class="input-label">
Name of your college / company
<span class="text-red">*</span>
</label>
<br />
<input
type="text"
class="user-input input-regular"
name="college"
id="college"
placeholder="Hogwarts School of Witchcraft and Wizardry"
/>
<p id="collegeCounter" class="text-red counter"></p>
<br />
<label class="input-label" for="forFun">
What do you do for fun?
<span class="text-red">*</span>
</label>
<br />
<textarea
name="forFun"
id="forFun"
class="user-input input-big"
cols="30"
rows="10"
placeholder="Tell us about the things you do in your spare time. Do you play any sports like Cricket? Or are you into reading books or watching movies? Feel free to tell us whatever you'd like. We would love to know more about you"
></textarea>
<p id="forFunCounter" class="text-red counter"></p>
<br />
<label class="input-label" for="fun-fact">
Fun facts about you
<span class="text-red">*</span>
</label>
<br />
<textarea
name="funFact"
id="funFact"
class="user-input input-big"
cols="30"
rows="10"
placeholder="Tell us a fun fact about you than makes you unique"
></textarea>
<p id="funFactCounter" class="text-red counter"></p>
<div class="twin-button-container">
<button class="button-outline" id="previous2">Previous</button>
<button class="button-disabled nextBtn" id="next2">Next</button>
</div>
</div>
</section>
<section class="page4" id="page4">
<h1 class="greeting">
Let’s help the verifier understand 🤔 you better.
</h1>
<div class="container">
<h2 class="progress">Step 3 of 4: Why Real Dev Squad?</h2>
<p class="info">Fields marked with * are mandatory</p>
<label class="input-label" for="whyRds">
Why do you want to join Real Dev Squad?
<span class="text-red">*</span>
</label>
<br />
<textarea
name="whyRds"
id="whyRds"
class="user-input input-big"
cols="30"
rows="10"
placeholder="What are your expctations from us like learn, grow, challenge yourself. How can you fuel us to the moon?"
></textarea>
<p id="whyRdsCounter" class="text-red counter"></p>
<br />
<label class="input-label" for="numberOfHours"
>How many hours per week, are you willing to contribute?
<span class="text-red">*</span>
</label>
<br />
<input
type="number"
name="numberOfHours"
id="numberOfHours"
class="user-input input-regular"
min="1"
max="100"
placeholder="Enter Value between 1-100"
required
/>
<p id="numberOfHoursCounter" class="text-red counter"></p>
<br />
<label class="input-label" for="foundFrom">
How did you hear about us?
<span class="text-red">*</span>
</label>
<br />
<select
name="foundFrom"
id="foundFrom"
class="user-input input-regular"
>
<option value="Twitter">Twitter</option>
<option value="Linkedin">Linkedin</option>
<option value="Referred">
Referred by someone from Real Dev Squad
</option>
<option value="other">Other</option>
</select>
<br />
<div class="twin-button-container">
<button class="button-outline" id="previous3">Previous</button>
<button class="button-disabled nextBtn" id="next3">Preview</button>
</div>
</div>
</section>
<section class="page5" id="page5">
<h1 class="greeting">Here's a preview 👀 of the data you entered</h1>
<div class="container">
<h2 class="progress">Step 4 of 4: Preview</h2>
<p class="info">Please validate before submitting</p>
<p class="input-label-dark">First Name</p>
<p class="user-input input-regular" id="previewFName"></p>
<p class="input-label-dark">Last Name</p>
<p class="user-input input-regular" id="previewLName"></p>
<p class="input-label-dark">Your City</p>
<p class="user-input input-regular" id="previewCity"></p>
<p class="input-label-dark">Your State</p>
<p class="user-input input-regular" id="previewState"></p>
<p class="input-label-dark">Your Country</p>
<p class="user-input input-regular" id="previewCountry"></p>
<p class="input-label-dark">Your Introduction</p>
<p class="user-input input-big" id="previewIntro"></p>
<p class="input-label-dark">Your Skills</p>
<p class="user-input input-regular" id="previewSkills"></p>
<p class="input-label-dark">Your Institution</p>
<p class="user-input input-regular" id="previewInstitution"></p>
<p class="input-label-dark">What you do for fun</p>
<p class="user-input input-big" id="previewForFun"></p>
<p class="input-label-dark">A fun fact about you</p>
<p class="user-input input-big" id="previewFunFact"></p>
<p class="input-label-dark">
Why do you want to join Real Dev Squad?
</p>
<p class="user-input input-big" id="previewWhyRds"></p>
<p class="input-label-dark">
How many hours per week, are you willing to contribute?
</p>
<p class="user-input input-regular" id="previewNumberOfHours"></p>
<p class="input-label-dark">How did you hear about us</p>
<p class="user-input input-regular" id="previewHeardAbout"></p>
<div class="twin-button-container">
<button class="button-outline" id="previous4">Previous</button>
<button class="button-filled" id="next4">Submit</button>
</div>
</div>
</section>
<section class="page6" id="page6">
<h1 class="greeting">Thank you 🫂 for completing all the steps.</h1>
<div class="container">
<h2 class="progress">Here is your personalized link</h2>
<p class="user-input">
<a href="" id="personalLink"></a>
<button class="copy button-filled" id="copy">copy</button>
</p>
<p class="user-input-dark">Next Steps</p>
<ol>
<li>Click on the copy button</li>
<li>
Message copied link to
<a href="https://twitter.com/ankushdharkar">@ankushdharkar</a> on
<a href="https://twitter.com/ankushdharkar">Twitter</a>.
</li>
<li>Wait for him to verify the link</li>
<li>
If the link is verified you will hear back with a personalized
joining link within 7 working days.
</li>
</ol>
<a class="button-outline goto-home-btn" href="./goto.html"
>Go to Home</a
>
</div>
</section>
</main>
<footer>
<p class="info-repo">
The contents of this website are deployed from this
<a
href="https://github.com/Real-Dev-Squad/website"
target="_blank"
rel="noopener noreferrer"
>
open sourced repo
</a>
</p>
</footer>
<script type="module" src="js/index.js"></script>
<script type="module" src="js/animate.js"></script>
<script src="js/navbar.js"></script>
<script src="js/scrollBtn.js"></script>
<script src="js/darkmode.js"></script>
<script type="module" src="/js/join.js"></script>
<script type="module" src="js/fetchUserData.js" defer></script>
</body>
</html>