-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
executable file
·376 lines (361 loc) · 21.7 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>SRMKZILLA</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</head>
<body>
<a id='openScratch' class="kz-mozbar text-center">
<h3>MOZO<span id="Fest"></span> <span class="kz-fest">IS NIGH</span></h3>
<p>
<span class="d-md-none">Tap</span>
<span class="d-none d-md-inline">Click</span> here to earn a cool scratch card!
</p>
</a>
<div id='overlay'>
<div id="js-container">
<button class="btn btn-danger scratch-close" onclick="$('#overlay').css('display','none')">
Close ×
</button>
<canvas id="js-canvas" width="400" height="400"></canvas>
<a id='routeTo' target="_blank"><img id='scratchImg' width=100%></a>
<p class="scratch-text" id='scratch-card-title'>Scratch the card!</p>
</div>
</div>
<!-- <div class="container-fluid kz-mozbanner">
<div class="container text-center">
<h1>MOZOFEST IS UPON US!!!</h1>
</div>
</div> -->
<nav class="navbar navbar-expand-lg navbar-dark bg-light fixed-top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#"><span>Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://events.srmkzilla.net/" target="_blank"><span>Events</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html"><span>Our Services</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="us.html"><span>Team</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#reach-contact"><span>Contact</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html"><span>About Us</span></a>
</li>
</ul>
</div>
</nav>
<div class="icon-bar">
<a href="https://m.facebook.com/SRMKZILLA/?tsid=0.11722711608842484&source=result" class="kz1 facebook"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/SRMKZILLA_Club?s=08" class="kz2 twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/srmkzilla/" class="kz3 instagram"><i class="fa fa-instagram"></i></a>
</div>
<section class="hero">
<h1 class="title" id="shuffled">SRMKZILLA</h1>
<h6 class="sub-title">A part of the network of Mozilla clubs inspired by the mozilla learning network.</h6>
<img src="assets/img/Illustration4.png" />
<svg class="arrows">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
</section>
<section class="events">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="event-title text-center"><span>E</span>vents<span>.</span></div>
<p class="event-para text-center">SRMKZILLA regurlarly organises workshops, technical talks and discussions, meetups to spread the message of the power of open source to fellow students. We also organize Mozofest - a free for all access fest where we call in speakers
and experts from the community to teach about the latest developments in open source and we also organise games and coding events where people can test their skill.</p>
<div class="swiper-container">
<div class="swiper-wrapper">
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c1.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c2.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c3.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c4.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c5.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c6.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c7.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c8.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c9.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c10.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c11.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c12.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c13.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c14.jpg">
</a>
<a class="swiper-slide" href="https://events.srmkzilla.net" target="_blank">
<img src="./assets/img/events/c15.jpg">
</a>
</div>
<div class="swiper-pagination"></div>
</div>
<!-- <div class="event-carousel">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c1.jpg" alt="First slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c2.jpg" alt="Second slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c3.jpg" alt="Third slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c4.jpg" alt="Fourth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c5.jpg" alt="Fifth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c6.jpg" alt="Sixth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c7.jpg" alt="Seventh slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c8.jpg" alt="Eight slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c9.jpg" alt="Nineth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c10.jpg" alt="Tenth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c11.jpg" alt="Eleventh slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c12.jpg" alt="Twelth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c13.jpg" alt="Thirteenth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c14.jpg" alt="Fouteenth slide"></a>
</div>
<div class="carousel-item">
<a href="https://events.srmkzilla.net"><img class="d-block" src="assets/img/events/c15.jpg" alt="Fifteenth slide"></a>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div> -->
</div>
</div>
</div>
</section>
<section class="kz-our-services">
<div class="container-fluid kz-card-bg">
<div class="row">
<div class="col-md-12">
<div class="event-title text-center"><span>S</span>ervices<span>.</span></div>
<p class="event-para text-center">We develop websites for different clubs and associations within our instituion. We also provide technical support.</p>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="kz-card-width">
<h3>Projects</h3>
<img src="./assets/img/project.png" alt="Projects">
<div class="kz-width-pop"></div>
<div class="kz-blur">
<img class="img-abs" src="./assets/img/project.png" alt="Projects">
</div>
<div class="kz-width-hover">
<div class="container-fluid text-center">
<h3>Projects</h3>
<p>Every project is an opportunity to learn, to figure out problems
and challenges, to invent and reinvent.
</p>
<a href="services.html">Know more...</a>
</div>
</div>
</div>
</div>
<div class="col col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="kz-card-width">
<h3 class="card-web">Web development</h3>
<img src="./assets/img/web-programming.png" alt="Projects">
<div class="kz-width-pop"></div>
<div class="kz-blur">
<img class="img-abs" src="./assets/img/web-programming.png" alt="Projects">
</div>
<div class="kz-width-hover">
<div class="container-fluid text-center">
<h3>Web development</h3>
<p>Websites promote you 24/7: No employee will do that.
</p>
<a href="services.html">Know more...</a>
</div>
</div>
</div>
</div>
<div class="w-100 d-xl-none d-md-block"></div>
<div class="col col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="kz-card-width">
<h3 class="card-work">Workshops</h3>
<img src="./assets/img/presentation.png" alt="Projects">
<div class="kz-width-pop"></div>
<div class="kz-blur">
<img class="img-abs" src="./assets/img/presentation.png" alt="Projects">
</div>
<div class="kz-width-hover">
<div class="container-fluid text-center">
<h3>Workshops</h3>
<p>Live as if you were to die tomorrow. Learn as if you were to live forever.
</p>
<a href="services.html">Know more...</a>
</div>
</div>
</div>
</div>
<div class="col col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="kz-card-width">
<h3>Training</h3>
<img src="./assets/img/training.png" alt="Projects">
<div class="kz-width-pop"></div>
<div class="kz-blur">
<img class="img-abs" src="./assets/img/training.png" alt="Projects">
</div>
<div class="kz-width-hover">
<div class="container-fluid text-center">
<h3>Training</h3>
<p>In learning you will teach, and in teaching you will learn.
</p>
<a href="services.html">Know more...</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<section class="kz-footer">
<div class="conatiner-fluid">
<div class="row text-center kz-footer-great">
<div class="col-md-12">
<h2>We are currently taking on new projects.</h2>
<h2>Let's build something great together.</h2>
</div>
</div>
<div class="row kz-footer-main">
<div class="col-md-3 kz-footer-content">
<ul>
<li><img src="assets/img/kzilla.png" /></li>
<li>
<h4>SRMKZILLA</h4>
<p>The official Mozilla campus club</p>
</li>
</ul>
</div>
<div class="col-md-3 kz-explore">
<ul>
<li>
<h5>EXPLORE</h5>
</li>
<li><a class="kz-explore-link" href="#"><span>Home</span></a></li>
<li><a class="kz-explore-link" href= "https://events.srmkzilla.net/"><span>Events</span></a></li>
<li><a class="kz-explore-link" href="services.html"><span>Our Services</span></a></li>
<li><a class="kz-explore-link" href="us.html"><span>Team</span></a></li>
</ul>
</div>
<div class="col-md-3 kz-contact">
<ul>
<li>
<h5 id="reach-contact">CONTACT</h5>
</li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope-open-o"
aria-hidden="true"></i><span>[email protected]</span></a></li>
<li><a href="tel:+91 8608913408"><i class="fa fa-phone" aria-hidden="true"></i><span>Ayush
Ashatkar</span></a></li>
<li><a href="tel:+91 8604623000"><i class="fa fa-phone" aria-hidden="true"></i><span>Bhavya
Agarwal</span></a></li>
</ul>
</div>
<div class="col-md-3 kz-follow">
<h5>FOLLOW</h5>
<ul>
<li><a href="https://m.facebook.com/SRMKZILLA/?tsid=0.11722711608842484&source=result"><i
class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/SRMKZILLA_Club?s=08"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/srmkzilla/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/srmkzilla"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<p class="text-center copyright">© crafted with <span>❤</span> by SRMKZILLA 🤟2019</p>
</footer>
<!-- <script>
var kz_service_click = document.getElementById('kz_click_service_card');
kz_service_click.addEventListener("click", function() {
window.location.href = 'https://events.srmkzilla.net';
console.log("successful");
});
</script> -->
<script src="https://code.jquery.com/jquery-1.6.3.min.js"></script>
<script src="jqueryscript.js"></script>
<script src="jquery.shuffleLetters.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js"></script>
<script src="app.js"></script>
</body>
</html>