-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
495 lines (467 loc) · 16.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
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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
<!DOCTYPE html>
<html>
<head>
<title>302 Official Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<style>
.wow:first-child {
visibility: hidden;
}
</style>
</head>
<body>
<!-- Start Header -->
<header>
<div class="container">
<div class="logo">
<a href=""><span>302</span></a>
</div>
<a href="javascript:void(0)" class="ham-burger">
<span></span>
<span></span>
</a>
<div class="nav">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#service">Our Trips</a></li>
<li><a href="#classes">Study Routine</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#price">Price</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Home -->
<section class="home wow flash" id="home">
<div class="container">
<h1 class="wow slideInLeft" data-wow-delay="1s">Welcome to <span>302</span>.</h1>
<h1 class="wow slideInRight" data-wow-delay="1s">We aren't friends,<br> we are a <span>Family</span></h1>
</div>
<!-- go down -->
<a href="#about" class="go-down">
<i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<!-- go down -->
</section>
<!-- End Home -->
<!-- Start About -->
<section class="about" id="about">
<div class="container">
<div class="content">
<div class="box wow bounceInUp">
<div class="inner">
<div class="img">
<img src="images/sanjib.jpg" alt="about" />
</div>
<div class="text">
<h4>SANJIB KUMAR MOHANTY</h4>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.2s">
<div class="inner">
<div class="img">
<img src="images/harsh.png" alt="about" />
</div>
<div class="text">
<h4>HARSH KUMAR</h4>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.4s">
<div class="inner">
<div class="img">
<img src="images/rahul.png" alt="about" />
</div>
<div class="text">
<h4>RAHUL DEV PRADHAN</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<div class="content">
<div class="box wow bounceInUp">
<div class="inner">
<div class="img">
<img src="images/subham.jpg" alt="about" />
</div>
<div class="text">
<h4>SUBHAM SAHOO</h4>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.2s">
<div class="inner">
<div class="img">
<img src="images/kaushik.jpg" alt="about" />
</div>
<div class="text">
<h4>KAUSHIK LAKHANI</h4>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.4s">
<div class="inner">
<div class="img">
<img src="images/sidheswar.jpg" alt="about" />
</div>
<div class="text">
<h4>SIDHESWAR MOHARANA</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<div class="content">
<div class="box wow bounceInUp">
<div class="inner">
<div class="img">
<img src="images/lenka.jpg" alt="about" />
</div>
<div class="text">
<h4>SMRUTI RANJAN LENKA</h4>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.2s">
<div class="inner">
<div class="img">
<img src="images/yuvraj.jpg" alt="about" />
</div>
<div class="text">
<h4>YUVRAJ SINGH</h4>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.4s">
<div class="inner">
<div class="img">
<img src="images/abhisehk.jpg" alt="about" />
</div>
<div class="text">
<h4>ABHISHEK TIWARY</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Start Service -->
<section class="service" id="service">
<div class="container">
<div class="content">
<div class="text box wow slideInLeft">
<h2>PERKS OF BEING 302 MEMBER</h2>
IMPORTANT QUESTION BEFORE EXAM
<br>ASSIGNMENT SOLUTION BEFORE ASSIGNMENT GIVEN IN CLASS <br>
EAT AND DRINK EVEN AFTER YOU DONT HAVE MONEY
<br>ALL ITER RELATED EVENTS INFORMATION
<br>PLACEMENT MATERIALS
<br>SEMESTER PASS BEFORE 24HRS <br>
HOMEMADE FOOD - 4 TIMES WEEKLY <br>
OP SONG PLAYLIST <br> <br>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdHEkzEMsx2PfjeVVtE-Sw3jSY6w0AQNrCDJmbK5d3MTDBnQA/viewform" class="btn">BECOME MEMBER NOW</a>
</div>
<div class="accordian box wow slideInRight">
<div class="accordian-container active">
<div class="head">
<h4>Kaushik Lakhani</h4>
<span class="fa fa-angle-down"></span>
</div>
<div class="body">
<a href="https://mightyitexplorer.netlify.app/">Check out my Community</a>
</div>
</div>
<div class="accordian-container">
<div class="head">
<h4>Rahul Dev Pradhan</h4>
<span class="fa fa-angle-up"></span>
</div>
<div class="body">
<a href="https://www.behance.net/rahulpradhan8">Check out my Design Work</a></div>
</div>
<div class="accordian-container">
<div class="head">
<h4>Sanjib Kumar Mohanty</h4>
<span class="fa fa-angle-up"></span>
</div>
<div class="body">
<a href="https://www.linkedin.com/in/sanjib-mohanty-07072001/">Let's Connect</a></div>
</div>
<div class="accordian-container">
<div class="head">
<h4>Subham Sahoo</h4>
<span class="fa fa-angle-up"></span>
</div>
<div class="body">
<a href="https://www.instagram.com/_subham.official_/">Let's Connect</a></div> </div>
<div class="accordian-container">
<div class="head">
<h4>Harsh Kumar</h4>
<span class="fa fa-angle-up"></span>
</div>
<div class="body">
<a href="https://www.instagram.com/24pixels._/">Check out my 1 Photography Portfolio</a></div> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Service -->
<!-- Start Schedule -->
<section class="schedule" id="schedule">
<div class="container">
<div class="content">
<div class="box text wow slideInLeft">
<h2>Classes Schedule</h2>
<ol>
<ul>
<li>At 302, we don't believe that high attendance is the only factor in determining success. <br>
</li>
<li>
We value individual effort and team work, and believe that students can excel with as little as 33% attendance. <br>
</li>
<li>
We encourage studying and preparing, one night before exam is enough to get 8 SGPA. <br>
</li>
<li>
So, if you are a typical ITERian and engineer, we welcome you to join us in achieving success.
</li></ul>
</div>
<div class="box timing wow slideInRight">
<table class="table">
<tbody>
<tr>
<td class="day">Monday</td>
<td><strong>8:00 AM</strong></td>
<td>Who goes to class on a monday morning ?
</td>
</tr>
<tr>
<td class="day">Tuesday</td>
<td><strong>8:00 AM</strong></td>
<td>Marks wouldn't make you laugh, memories will do !</td>
</tr>
<tr>
<td class="day">Wednesday</td>
<td><strong>8:00 AM</strong></td>
<td>The teacher won't miss you in class, if he hasn't seen you there. </td>
</tr>
<tr>
<td class="day">Thursday</td>
<td><strong>8:00 AM</strong></td>
<td>33.33% is what you need !</td>
</tr>
<tr>
<td class="day">Friday</td>
<td><strong>8:00 AM</strong></td>
<td>FRIDAY HAI BHAILOG !</td>
</tr>
<tr>
<td class="day">Saturday</td>
<td><strong>8:00 AM</strong></td>
<td>SATURDAY SATURDAY !</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- End Schedule -->
<!-- Start Gallery -->
<section class="gallery" id="gallery">
<h2>302 Trip Gallery</h2>
<div class="content">
<div class="box wow slideInLeft">
<img src="images/puri trip.jpeg" alt="gallery" />
</div>
<div class="box wow slideInRight">
<img src="images/beach.jpeg" alt="gallery" />
</div>
<div class="box wow slideInLeft">
<img src="images/koraput-coffee.jpeg" alt="gallery" />
</div>
<div class="box wow slideInRight">
<img src="images/hill.jpeg" alt="gallery" />
</div>
<div class="box wow slideInLeft">
<img src="images/grp pic.jpg" alt="gallery" />
</div>
<div class="box wow slideInRight">
<img src="images/grp puri.jpg" alt="gallery" />
</div>
</div>
</section>
<!-- End Gallery -->
<section class="gallery" id="gallery">
<h2>302 Achievements</h2>
<div class="content">
<div class="box wow slideInLeft">
<img src="images/swags.JPG" alt="gallery" />
</div>
<div class="box wow slideInRight">
<img src="images/shoe-collection.JPG" alt="gallery" />
</div>
</div>
</section>
<!-- End Gallery -->
<!-- Start Price -->
<section class="price-package" id="price">
<div class="container">
<h2>Choose Your Package</h2>
<p class="title-p">Membership has its privileges – join now and see for yourself.</p>
<div class="content">
<div class="box wow bounceInUp">
<div class="inner">
<div class="price-tag">
₹799/Monthly
</div>
<div class="img">
<img src="images/silver.png" alt="price" />
</div>
<div class="text">
<h3>Silver Membership</h3>
<p> ALL ITER RELATED EVENTS INFORMATION</p>
<p>HOMEMADE FOOD - 4 TIMES WEEKLY</p>
<p>OP SONG PLAYLIST</p>
<p>WHATSAPP GROUP</p>
<a href="https://forms.gle/oLyM1Y3fgjdjisvS9" class="btn">Join Now</a>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.2s">
<div class="inner">
<div class="price-tag">
₹1999/Quater
</div>
<div class="img">
<img src="images/gold.png" alt="price" />
</div>
<div class="text">
<h3>Gold Membership</h3>
<p>ALL SILVER MEMBERSHIP PERKS</p>
<p>EAT AND DRINK EVEN AFTER YOU DONT HAVE MONEY</p>
<p>IMPORTANT QUESTION BEFORE EXAM</p>
<p>ALL ASSIGNMENT SOLUTION</p>
<p>INSTRAGRAM GRPOUP</p>
<a href="https://forms.gle/oLyM1Y3fgjdjisvS9" class="btn">Join Now</a>
</div>
</div>
</div>
<div class="box wow bounceInUp" data-wow-delay="0.4s">
<div class="inner">
<div class="price-tag">
₹3999/biannual
</div>
<div class="img">
<img src="images/elite.png" alt="price" />
</div>
<div class="text">
<h3>Premier Membership</h3>
<p>ALL GOLD AND SILVER MEMBERSHIP PERKS</p>
<p>PLACEMENT MATERIALS</p>
<p>SEMESTER PASS BEFORE 24HRS</p>
<p>SNAPCHAT GROUP</p>
<p>TELEGRAM GROUP</p>
<a href="https://forms.gle/oLyM1Y3fgjdjisvS9" class="btn">Join Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Price -->
<!-- Start Contact -->
<section class="contact" id="contact">
<div class="container">
<div class="content">
<div class="box form wow slideInLeft">
<form>
<input type="text" placeholder="Enter Name">
<input type="text" placeholder="Enter Email">
<input type="text" placeholder="Enter Mobile">
<textarea placeholder="Enter Message"></textarea>
<button type="submit">Send Message</button>
</form>
</div>
<div class="box text wow slideInRight">
<h2>Get Connected with 302</h2>
<div class="info">
<ul>
<li><span class="fa fa-map-marker"></span>BH-5, CAMPUS-1, SOA UNIVERSITY</li>
<li><span class="fa fa-phone"></span>+91 75409671660</li>
<li><span class="fa fa-envelope"></span>kaushik.lakhani123@gmail.com</li>
</ul>
</div>
<div class="social">
<a href="https://www.instagram.com/302_legit/"><span class="fa fa-instagram"></span></a>
<a href="https://www.linkedin.com/company/mighty-it-explorer/"><span class="fa fa-linkedin"></span></a>
<a href="https://github.com/302-legit"><span class="fa fa-github"></span></a>
</div>
<div class="copy">
Developed By © <a href="https://linktr.ee/kaushiklakhani">Kaushik Lakhani</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact -->
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$(".ham-burger, .nav ul li a").click(function(){
$(".nav").toggleClass("open")
$(".ham-burger").toggleClass("active");
})
$(".accordian-container").click(function(){
$(".accordian-container").children(".body").slideUp();
$(".accordian-container").removeClass("active")
$(".accordian-container").children(".head").children("span").removeClass("fa-angle-down").addClass("fa-angle-up")
$(this).children(".body").slideDown();
$(this).addClass("active")
$(this).children(".head").children("span").removeClass("fa-angle-up").addClass("fa-angle-down")
})
$(".nav ul li a, .go-down").click(function(event){
if(this.hash !== ""){
event.preventDefault();
var hash=this.hash;
$('html,body').animate({
scrollTop:$(hash).offset().top
},800 , function(){
window.location.hash=hash;
});
// add active class in navigation
$(".nav ul li a").removeClass("active")
$(this).addClass("active")
}
})
})
</script>
<script src="js/wow.min.js"></script>
<script>
wow = new WOW(
{
animateClass: 'animated',
offset: 0,
}
);
wow.init();
</script>
</body>
</html>