-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoinus.html
More file actions
376 lines (304 loc) · 11 KB
/
Copy pathjoinus.html
File metadata and controls
376 lines (304 loc) · 11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<title>Join us | Cosmic Coders</title>
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
body {
margin: 0px;
padding: 0px;
font-family: 'Sora', sans-serif;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 40px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/* NAVBAR */
.navbar {
padding-left: 5%;
padding-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
font-family: 'Sora', sans-serif;
font-weight: 400;
background-color: white;
box-shadow: 0 2px 4px rgb(0 0 0 / 4%);
}
.nav-link:hover {
border-bottom: 2.5px solid black;
padding-top: 8px;
padding-bottom: 5.5px;
transition: all;
}
.navbar-light .navbar-nav .nav-link {
font-size: 15px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.navbar-nav>li {
padding-left: 12px;
padding-right: 12px;
}
/* Fill button styling */
.fill {
font-size: 16px;
font-weight: 400;
color: white;
padding: 10px 20px 10px;
outline: 0;
border: 1px solid black;
cursor: pointer;
position: relative;
background-color: rgba(0, 0, 0, 0);
font-family: 'Montserrat', sans-serif;
}
.fill::after {
content: "";
background-color: rgb(55, 112, 255);
width: 100%;
z-index: -1;
position: absolute;
height: 100%;
top: 7px;
left: 7px;
transition: 0.2s;
}
.fill:hover::after {
top: 0px;
left: 0px;
}
.bg-light {
background-color: white;
}
/* JOIN OUR CLUB */
.joinourclub {
margin: 10%;
}
.contact-form {
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: hidden !important;
padding-bottom: 10%;
}
/* FOTTER */
.footer-container {
background-color: #FAFAFA;
padding-left: 15%;
padding-right: 15%;
padding-top: 3%;
}
.footer-list-tags {
font-size: 15px;
text-decoration: none;
font-weight: 300;
line-height: 1;
list-style-type: none;
padding-left: 0;
list-style: none;
}
.footer-card-heading {
padding-bottom: 15px;
padding-top: 20px;
line-height: 1.5pc;
}
.footer-heading {
text-align: right;
padding-bottom: 5%;
}
a {
text-decoration: none;
color: black;
font-weight: 300;
line-height: 2;
}
/* JAVASCRIPT UPPER FOOTER BUTTON */
#footerbutton {
font-family: 'Sora', sans-serif;
display: none;
position: fixed;
bottom: 30px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: black;
color: white;
cursor: pointer;
border-radius: 100px;
width: 50px;
height: 50px;
}
/* END FOOTER BUTTON */
/* FOOTER END */
@media (max-width: 800px) {
.joinourclub {
margin-top: 50%;
}
}
</style>
<body>
<!--NAVBAR SECTION-->
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="index.html">Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ourteam.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="">Join our Club</a>
</li>
<li class="nav-item">
<a class="nav-link" href="newblog.html">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Connect us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contests.html">Contests</a>
</li>
</ul>
</div>
</div>
<button type="button" class="fill">Login</button>
</nav>
<!--JOIN OUR CLUB-->
<div class="joinourclub" data-aos="fade-down">
<h2 style="padding-bottom: 3%;"> Application Process</h2>
<p style="font-size: 16px; line-height: 1.7; font-weight: 400; font-family: 'Montserrat', sans-serif;">You can
apply to join Cosmic Coders Club team by filling in
the form below. The
application will
be evaluated by an
internal
team and a decision will be communicated as soon as possible.
</p>
<p style="font-size: 16px; line-height: 1.7; font-weight: 400; font-family: 'Montserrat', sans-serif;">
We plan to start with a small
community and
hence we will be selective initially. Once, we have fine-tuned
internal processes and identified best practices, we will aim to scale up to include a larger team.</p>
<hr>
</div>
<div class="contact-form">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSc0276-V-KfpvgRSK3KbTxPKR4lep-hPQq2taDwpGJYBDdHuw/viewform?embedded=true"
width="840
" height="2124" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<!--FOOTER -->
<footer>
<div class="footer-container">
<div class="row">
<div class="col-sm">
<img src="pp.jfif" alt="" height="auto" width="200px">
<h4 style="padding-bottom: 15px; padding-top: 20px; line-height: 1.7; padding-right: 30px;">Enhance
with CosmicCoders
</h4>
</div>
<div class="col-sm">
<div class="footer-card-heading">
<h4>
Community
</h4>
</div>
<ul class="footer-list-tags">
<li><a href="">About us</a></li>
<li><a href="https://github.com/cosmiccodrs">Active Projects</a></li>
<li><a href="">Events</a></li>
</ul>
</div>
<div class="col-sm">
<div class="footer-card-heading">
<h4>Projects</h4>
</div>
<ul class="footer-list-tags">
<li><a href="">Apply to join</a></li>
<li><a href="">Articles</a></li>
<li><a href="">Contribute Directly</a></li>
</ul>
</div>
<div class="col-sm">
<div class="footer-card-heading">
<h4>Contact Us</h4>
</div>
<ul class="footer-list-tags">
<p style="line-height: 1.9; font-family: 'Montserrat', sans-serif; font-weight: 400;">
cosmiccodersofficial@gmail.com
(AIMT) Campus, Lucknow, Uttar Pradesh - 226301</p>
</ul>
</div>
<hr>
<p style="text-align: center; padding-top: 10px;">Made with
<span> 💗</span> in India | Copyright © 2022 Cosmic Coders Community.
</p>
</div>
</div>
</footer>
<!--FOOTER JAVASCRIPT UPPER BUTTON -->
<button onclick="topFunction()" id="footerbutton" title="Go to top"><span>⇾</span></button>
<!--JAVA SCRIPT STARTS HERE-->
<script>
var mybutton = document.getElementById("footerbutton");
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!--FOOTER JAVASCRIPT UPPPOR NBUTTON END-->
<!--FOOTER END-->
<script>
AOS.init();
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>