This repository was archived by the owner on Dec 22, 2023. It is now read-only.
forked from agamjotsingh18/codesetgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin-us-form.html
More file actions
249 lines (208 loc) · 10.5 KB
/
join-us-form.html
File metadata and controls
249 lines (208 loc) · 10.5 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
<!DOCTYPE html>
<html>
<head>
<!-- Favicons -->
<link href="assets/img/Light Blue.jpg" rel="icon" />
<link href="assets/img/Light Blue.jpg" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800|Montserrat:300,400,700"
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=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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=Kanit:wght@700&display=swap" rel="stylesheet">
<!-- CSS CDNs -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"
integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css"
integrity="sha512-Oy+sz5W86PK0ZIkawrG0iv7XwWhYecM3exvUtMKNJMekGFJtVAhibhRPTpmyTj8+lJCkmWfnpxKgT2OopquBHA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.1/css/boxicons.min.css"
integrity="sha512-nOk7sj5T6Zi3Ond5VHhc+L4WHvRuRhV/cOcWWDl2mOyTetiIfuv56UJzD0yYhz9Kqwk1PpU0/PX5+qpX43hVWg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.0.6/swiper-bundle.css"
integrity="sha512-+S5HQ2Ix/L84uhBLMimQiJlFjqR/Unnord77MEDNpWtK99i2Tk212EPb3/ahEjgaPRBKkKtTzMHIdO2HQXT3dQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="./assets/css/darkmode.css" />
<link href="./join-us-form.css" rel="stylesheet" />
<!-- Footer icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
#preloader {
background: white url("assets/img/Rhombus.gif") no-repeat center center;
background-size: 10%;
height: 100vh;
width: 100%;
position: fixed;
z-index: 999999;
}
</style>
</head>
<body onload="myFunction()">
<div id="preloader"></div>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex justify-content-between">
<div id="logo">
<a href="index.html"><img src="assets/img/Banner - Light.png" alt="CodeSetGo Logo" height="50px"
width="270px" /></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="./index.html#hero">Home</a></li>
<li><a class="nav-link scrollto" href="./index.html#about">About</a></li>
<li><a class="nav-link scrollto" href="./index.html#services">Services</a></li>
<li><a class="nav-link scrollto" href="./index.html#testimonials">Testimonials</a></li>
<li><a class="nav-link scrollto " href="Contributer.html">Our Contributors</a></li>
<li><a class="nav-link scrollto" href="./index.html#contact">Contact</a></li>
<li>
<a href="./hacktoberfest.html" class="btn-get-started scrollto hacktoberfest-btn">Hacktoberfest</a>
</li>
<li class="darkmode"></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- ======= join us form ======= -->
<h1 class="h-title">Registrations for <span>CodeSetGo</span> Captain Program</h1>
<section class="contactpage">
<div class="contactimg">
<img class="cntctimg" src="assets/img/contact_image.svg" alt="Contact Us Image" />
</div>
<div class="contactform">
<form class="form-1" action="https://formsubmit.co/9e960606c0805e44e7aec5a93537b0cf" method="POST">
<div>
<input type="text" id="name" name="Name" placeholder="Name" />
</div>
<div>
<input type="email" id="email" placeholder="email@example.com" name="Email" required />
</div>
<div>
<input type="text" id="college" placeholder="College (With City)" name="College" />
</div>
<div>
<input type="year" id="year" placeholder="Expected Graduation Year" name="Graduation Year" />
</div>
<div>
<input type="number" id="phone" placeholder="+91777xxxxxxx(WhatsApp)" name="Phone Number (WhatsApp)" />
</div>
<div>
<input type="text" id="country" placeholder="Country" name="Country" />
</div>
<button type="submit" class="Subtn">SUBMIT FORM</button>
</form>
<form class="form-2" required>
<div>
<textarea required id="whycaptain" rows="4" placeholder=" * Why do you want to become CodeSetGo Captain?"
name="Why do you want to become CodeSetGo Captain?" required></textarea>
</div>
<div>
<textarea id="comment" rows="8" placeholder=" * Any Comments or Questions? (Not Mandatory)"
name="Any Comments or Questions? " required></textarea>
</div>
</form>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer" class="footer-section">
<div class="footer-content">
<div class="top-footer-text">
<center>
<h1>CodeSetGo</h1>
<span>a community made for the students and made by the students.</span>
</center>
</div>
<div class="list-footer">
<ul><a href="./index.html#about">About Us</a></ul>
<ul><a href="./index.html#contact">Contact</a></ul>
<ul><a href="./index.html#services">Services</a></ul>
<ul><a href="./index.html#hero">Licenses</a></ul>
</div>
</div>
<!-- ======= Footer icon ======= -->
<div class="wrapper">
<a href="https://discord.gg/yWhNysUEej" class="icon facebook" target="_blank" aria-label="Join with us on Discord"
title="Discord (External Link)" rel="noopener noreferrer">
<div class="tooltip">Discord</div>
<span><i class="fab fa-discord"></i></span>
</a>
<a href="https://www.youtube.com/channel/UC4dJIsV1bWwCwPFHFI6sY7Q?sub_confirmation=1" class="icon twitter"
target="_blank" aria-label="Visit us on Youtube" title="Youtube (External Link)" rel="noopener noreferrer">
<div class="tooltip">YouTube</div>
<span><i class='fab fa-youtube'></i></span>
</a>
<a href="https://instagram.com/codesetgo/" class="icon instagram" target="_blank"
aria-label="Visit us on Instagram" title="Instagram (External Link)" rel="noopener noreferrer">
<div class="tooltip">Instagram</div>
<span><i class="fab fa-instagram"></i></span>
</a>
<a href="https://github.com/CodeSetGo" class="icon github" target="_blank" aria-label="Visit us on Github"
title="Github (External Link)" rel="noopener noreferrer">
<div class="tooltip">Github</div>
<span><i class="fab fa-github"></i></span>
</a>
<a href="https://www.linkedin.com/company/codesetgo/" class="icon linkedin" target="_blank"
aria-label="Visit us on Linkedin" title="Linkedin (External Link)" rel="noopener noreferrer">
<div class="tooltip">Linkedin</div>
<span><i class="fab fa-linkedin"></i></span>
</a>
<a href="https://t.me/Code_Set_Go" class="icon linkedin" target="_blank" aria-label="Join us on Telegram"
title="Twitter (External Link)" rel="noopener noreferrer">
<div class="tooltip">Telegram</div>
<span><i class='fab fa-telegram-plane'></i></span>
</a>
</div>
<hr>
<!-- ======= Footer copyright ======= -->
<div>
<div class="footer-copyright">
<h4>Made with ❤️ by CodeSetGo Team</h4>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- JS CDN -->
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"
integrity="sha512-A7AYk1fGKX6S2SsHywmPkrnzTZHrgiVT7GcQkLGDe2ev0aWb8zejytzS8wjo7PGEXKqJOrjQ4oORtnimIRZBtw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></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://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"
integrity="sha512-Zq2BOxyhvnRFXu0+WE6ojpZLOU2jdnqbrM1hmVdGzyeCa1DgM3X5Q4A/Is9xA1IkbUeDd7755dNNI/PzSf2Pew=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.0.6/swiper-bundle.min.js"
integrity="sha512-4w/aaXboO6KY1E/dqYwfq09sZnM+XDIcWvmHhfxvMQ+qwK84kxgWtNkAqbFNMLYd6EYA3nSgxTSyif/D3vlVMg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<!-- JS -->
<script defer src="./assets/js/darkmode_logic.js"></script>
<script src="assets/js/main.js"></script>
<script>
var loader = document.getElementById("preloader");
function myFunction() {
preloader.style.display = "none";
}
</script>
</body>
</html>