-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforms.html
289 lines (265 loc) · 18.2 KB
/
forms.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
<!doctype html>
<html lang="en" class="gr__wittyhacks_in">
<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, maximum-scale=1.0, user-scalable=no">
<title>Wittyhacks 4.0 | Team</title>
<meta property="fb:app_id" content="133680194095743">
<meta property="og:title" content="Wittyhacks 4.0 | 05 - 07 April">
<meta property="og:type" content="website">
<meta property="og:url" content="http://wittyhacks.in">
<meta property="og:image" content="assets/img/fb-og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:description"
content="WittyHacks is a fun, competitive and productive hackathon to be organized in January 2019.WittyHacks is a hackathon hosted at the WittyFeed office in Indore. Build your team and develop a product during a time span of 36 hours.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@wittyhacks">
<meta name="twitter:creator" content="@datacode_in">
<meta name="twitter:site" content="@wittyhacks">
<meta name="twitter:title" content="Wittyhacks">
<meta name="twitter:description"
content="WittyHacks is a fun, competitive and productive hackathon to be organized in April 2024.WittyHacks is a hackathon hosted at the WittyFeed office in Indore. Build your team and develop a product during a time span of 36 hours.">
<meta name="twitter:domain" content="http://wittyhacks.in">
<meta name="twitter:image:src" content="assets/img/twitter-og.png">
<meta name="description" content="Wittyhacks 4.0: Central India's biggest community hackathon.">
<meta name="keywords"
content="wittyhacks, wittyhacks hackathon, datacode, datacodecommunity, hackathon, hackathon ideas, hackathon indore, hackathon india, hackathon hackers india, indore, community, hackathon community, developer community, developer relations, api, sdk, hardware hackathon, hardware hacks, technology, startups, innovation, hacks">
<meta name="author" content="Mrinal Jain">
<meta name="author" content="Datacode">
<meta http-equiv="cache-control" content="public">
<!-- <meta http-equiv="expires" content="Friday, 20 August 2019, 00:00:00 GMT"> -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="shortcut icon" href="assets/img/favicon_small.ico" type="image/x-icon">
<link rel="icon" href="assets/img/favicon_small.ico" type="image/x-icon">
<meta name="msapplication-TileColor" content="#046fc2">
<meta name="theme-color" content="#046fc2">
<meta name="google-site-verification" content="TKQ8HcsX3fYhICvUmUQ8IQs5gE8pyfkFlNPCSzbjYso" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Rubik:400,500,900" rel="stylesheet" crossorigin>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126634241-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-126634241-1');
</script>
<style>
canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
z-index: -1;
}
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1222422410254597",
enable_page_level_ads: true
});
</script>
<!-- Share this Script -->
<script type='text/javascript'
src='//platform-api.sharethis.com/js/sharethis.js#property=5bc836a3b2b6bd00118b8ca2&product=sticky-share-buttons'
async='async'></script>
</head>
<body data-gr-c-s-loaded="true">
<!-- Load Facebook SDK for JavaScript -->
<a id="mlh-trust-badge"
style="display:block;max-width:100px;min-width:55px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2024-season&utm_content=white"
target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2024/mlh-trust-badge-2024-white.svg"
alt="Major League Hacking 2024 Hackathon Season" style="width:100%">
</a>
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- <div id=cells></div> -->
<div class="elem">
<div class="d1 dia ring b"></div>
<div class="d2 dia b"></div>
<div class="d3 dia b"></div>
<div class="d4 dia ring b"></div>
<div class="c1 circ ring y"></div>
<div class="c2 circ ring y"></div>
<div class="c3 circ y"></div>
<div class="r3 rect ring r"></div>
<div class="r2 rect ring r"></div>
<!-- <div class="r1 rect r"></div> -->
</div>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"> <img class="nav-logo"
src="assets/img/logo.png" alt="Wittyhacks Logo" style="width: 115px;">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right uppercase">
<li><a class="nav-pills" href="index.html#about">about</a></li>
<li><a class="nav-pills" href="index.html#prizes">prizes</a></li>
<!-- <li><a class="nav-pills" href="#schedule">schedule</a></li> -->
<li><a class="nav-pills" href="index.html#faq">faq</a></li>
<li><a class="nav-pills" href="index.html#sponsors">sponsors</a></li>
<li><a class="nav-pills" href="team.html">team</a></li>
<li><a class="nav-pills" href="forms.html">Get Involved</a></li>
<!-- <li><a class="nav-pill btn-dashboard" href="register.html">Register</a></li> -->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- forms section starts -->
<section id="forms" class="pt-100">
<div class="container">
<div class="row">
<div class="col-lg-12 t">
<h1 class="text-center sponsor-heading">Get Involved with us</h1>
<div class="pt-50 forms-row">
<div class="col-md-6 px-0 col-12 forms-card bg-white">
<h2>Volunteers</h2>
<p>We are calling volunteers to support a variety of roles and responsibilities in Wittyhacks 4.0.</p>
<button class="btn-join">
<a href="https://forms.gle/uzJPLBAZTdNoBycP6" target="_blank" rel="noopener noreferrer">Apply Now</a>
</button>
</div>
<div class="col-md-6 px-0 col-12 forms-card bg-white">
<h2>Community Partners</h2>
<p>Our partners help us make Wittyhacks 4.0 great and help us spread the Wittyhacks vibes far and wide</p>
<button class="btn-join">
<a href="https://forms.gle/eN3v3EAqYAasTFcr7" target="_blank" rel="noopener noreferrer">Become a Partner</a>
</button>
</div>
<div class="forms-card bg-white">
<h2>Hack Evangelist</h2>
<p>Become Wittyhacks representative and the face of the hackathon by marketing the event and welcoming students to participate.</p>
<button class="btn-join">
<a href="https://forms.gle/wwvfSHtsWeNjjnKa8" target="_blank" rel="noopener noreferrer">Apply Now</a>
</button>
</div>
<div class="forms-card bg-white">
<h2>Hack Mentors</h2>
<p>We are looking for Mentors who are passionate about making an impact in the world and are eager to share their knowledge and expertise with the Wittyhacks participants.</p>
<button class="btn-join">
<a href="https://forms.gle/TUonjxoGGv1hc3FeA" target="_blank" rel="noopener noreferrer">Apply Now</a>
</button>
</div>
<div class="forms-card bg-white">
<h2>Hack Judges</h2>
<p>Join us and let your expertise and insights help us identify the brightest minds in the industry and contribute to the growth of the tech ecosystem</p>
<button class="btn-join">
<a href="https://forms.gle/GRwXUC3YwCqtpfhSA" target="_blank" rel="noopener noreferrer">Apply Now</a>
</button>
</div>
<div class="forms-card bg-white">
<h2>Hack Speakers</h2>
<p>Join us as a hackathon speaker and impart your wisdom to the upcoming generation of digital visionaries!</p>
<button class="btn-join">
<a href="https://forms.gle/eMHMn5UazFbNpTc98" target="_blank" rel="noopener noreferrer">Apply Now</a>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- forms section ends -->
<footer class="pt-100">
<div class="container-fluid footer">
<div class="row">
<div class="card">
<figure class="footer-front text-center">
<div class="social-icons">
<a href="https://twitter.com/wittyhacks" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<g fill="none">
<path class="social twitter"
d="M35.286 23.003c-2.763 9.547-12.742 15.046-22.289 12.283s-15.046-12.743-12.283-22.289c2.763-9.547 12.742-15.046 22.289-12.283s15.046 12.743 12.282 22.289h.001z" />
<path fill="#FFF"
d="M24.402 14.512v.439c0 1.62-.35 3.184-1.049 4.691-.699 1.507-1.779 2.784-3.24 3.83-1.461 1.046-3.152 1.569-5.072 1.569-1.858 0-3.538-.529-5.041-1.586.167.022.428.034.783.034 1.566 0 2.933-.506 4.102-1.519-.71 0-1.346-.231-1.91-.692-.563-.461-.96-1.052-1.19-1.772.146.045.355.067.626.067.313 0 .605-.034.877-.101-.751-.18-1.378-.596-1.879-1.249-.501-.652-.751-1.395-.751-2.228v-.067c.48.292.97.438 1.471.438-.981-.675-1.471-1.653-1.471-2.936 0-.585.156-1.181.47-1.789 1.732 2.34 3.987 3.578 6.763 3.712-.063-.27-.094-.54-.094-.81 0-.967.318-1.8.955-2.497.637-.698 1.414-1.046 2.333-1.046.96 0 1.764.371 2.411 1.114.814-.18 1.513-.461 2.098-.844-.25.833-.73 1.485-1.44 1.958.731-.113 1.357-.304 1.879-.574-.438.72-.981 1.338-1.628 1.856l-.003.002z" />
</g>
</svg>
</a>
<a href="https://www.facebook.com/wittyhacks/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<g fill="none">
<path class="social facebook"
d="M35.286 23.003c-2.763 9.547-12.742 15.046-22.289 12.283s-15.046-12.743-12.282-22.289c2.763-9.547 12.742-15.046 22.289-12.283s15.046 12.743 12.282 22.289z" />
<path fill="#FFF"
d="M23.776 11h-11.52c-1.246 0-2.257 1.01-2.257 2.257v11.52c0 1.247 1.01 2.257 2.257 2.257h5.243v-5.852h-1.982v-2.283h1.982v-1.681c0-.954.263-1.693.79-2.22.527-.527 1.242-.791 2.145-.791s1.489.034 1.756.101v2.032h-1.204c-.435 0-.732.092-.891.276-.159.184-.238.46-.238.828v1.455h2.258l-.301 2.283h-1.957v5.852h3.918c1.246 0 2.257-1.01 2.257-2.257v-11.52c0-1.247-1.01-2.257-2.257-2.257h.001z" />
</g>
</svg>
</a>
<a href="https://www.instagram.com/wittyhacks/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<g fill="none">
<path class="social instagram"
d="M35.286 23.003c-2.763 9.547-12.742 15.046-22.289 12.283s-15.046-12.743-12.282-22.289c2.763-9.547 12.742-15.046 22.289-12.283s15.046 12.743 12.282 22.289z" />
<path fill="#FFF"
d="M23.06 13.849c0 .374-.225.71-.571.853-.346.143-.744.064-1.009-.2-.265-.264-.344-.661-.201-1.007.143-.345.481-.57.855-.57.511 0 .925.413.926.923v.001zm2.94 4.17v.012l-.053 3.348c-.028 2.511-2.062 4.54-4.579 4.568l-3.368.053h-.012l-3.356-.052c-2.517-.028-4.551-2.057-4.579-4.568l-.053-3.36v-.012l.052-3.349c.029-2.511 2.062-4.54 4.579-4.568l3.368-.053h.012l3.356.052c2.517.028 4.551 2.057 4.579 4.568l.053 3.36.001.001zm-1.49 0l-.052-3.337c-.019-1.707-1.402-3.086-3.113-3.106l-3.345-.052-3.345.052c-1.711.019-3.094 1.398-3.113 3.106l-.052 3.337.052 3.337c.019 1.707 1.402 3.086 3.113 3.106l3.345.052 3.345-.052c1.711-.019 3.094-1.398 3.113-3.106l.052-3.337zm-2.402 0c0 1.658-1.001 3.152-2.536 3.786-1.535.634-3.302.284-4.477-.888-1.175-1.172-1.526-2.935-.891-4.466.636-1.531 2.134-2.53 3.796-2.53 2.268.003 4.106 1.836 4.108 4.098zm-1.49 0c0-1.057-.638-2.009-1.616-2.413-.978-.404-2.105-.181-2.854.566-.749.747-.973 1.871-.568 2.847s1.36 1.613 2.419 1.613c1.445-.002 2.617-1.17 2.618-2.612l.001-.001z" />
</g>
</svg>
</a>
</div>
<!-- <a class="twitter-timeline" href="https://twitter.com/wittyhacks">
Tweets by @wittyhacks
</a> -->
<img class="footer-logo pt-25" src="assets/img/wittyhacks_white_logo.png">
<a class="img-link" href="https://www.datacode.in/" target="_blank">
<img class="footer-logo pt-25 mb-sm-50" src="assets/img/Datacode_White_Logo.png">
</a>
<!-- <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fwittyhacks%2F&tabs=timeline%2C%20events%2C%20messages&width=500&height=500&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=784093211769670"
width="500" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe> -->
<!-- LightWidget WIDGET -->
<!-- <script src="https://cdn.lightwidget.com/widgets/lightwidget.js"></script><iframe src="//lightwidget.com/widgets/40921d1916fb5e74a0410a0f8bb953ee.html" scrolling="no" allowtransparency="true" class="lightwidget-widget" style="width:100%;border:0;overflow:hidden;"></iframe> -->
</figure>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.2.2/jquery.form.min.js"
integrity="sha256-2Pjr1OlpZMY6qesJM68t2v39t+lMLvxwpa8QlRjJroA=" crossorigin="anonymous"></script>
<script type="text/javascript">
$('#bootstrapForm').submit(function (event) {
event.preventDefault()
var extraData = {}
$('#bootstrapForm').ajaxSubmit({
data: extraData,
dataType: 'jsonp',
error: function () {
alert('Form Submitted. Please wait for our response')
}
})
})
</script>
</body>
</html>