-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
503 lines (463 loc) · 23 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
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<!-- ===================================================================================================== -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no' />
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/main1.css">
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" type="text/css" href="form-css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="form-css/form-animate.css">
<link rel="stylesheet" type="text/css" href="form-css/form-util.css">
<link rel="stylesheet" type="text/css" href="form-css/form-main.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<!-- Custom fonts for this template -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<title>Brainstorm</title>
<style>
.test-img {
width: 100%;
/* height: 100%; */
padding-bottom: 10px;
}
img.test-img1 {
width: 100%;
height: 100%;
padding-bottom: 10px;
/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
filter: gray; /* IE5+ */
-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
-webkit-transition: all .8s ease-in-out;
}
img.test-img1:hover {
filter: none;
-webkit-filter: grayscale(0);
-webkit-transform: scale(1.01);
}
.test-container-phoenix {
/* background-color: #dcae1d; */
margin-top: 0%;
color: black;
font-family: 'Advent Pro', sans-serif;
font-family: 'Basic', sans-serif;
font-family: 'Shrikhand', cursive;
font-family: 'Lobster', cursive;
font-family: 'Fjalla One', sans-serif;
font-family: 'Patua One', cursive;
font-family: 'Crete Round', serif;
font-size: 17px;
background-color: white;
}
.test-container-bich {
/* background-color: #dcae1d; */
margin-top: 0%;
color: black;
font-family: 'Advent Pro', sans-serif;
font-family: 'Basic', sans-serif;
font-family: 'Shrikhand', cursive;
font-family: 'Lobster', cursive;
font-family: 'Fjalla One', sans-serif;
font-family: 'Patua One', cursive;
font-family: 'Crete Round', serif;
font-size: 17px;
}
.test-container-brainstomer {
height: 60vh;
/* background-color: #dc631d; */
margin-top: 0%;
color: black;
font-family: 'Advent Pro', sans-serif;
font-family: 'Basic', sans-serif;
font-family: 'Shrikhand', cursive;
font-family: 'Lobster', cursive;
font-family: 'Fjalla One', sans-serif;
font-family: 'Patua One', cursive;
font-family: 'Crete Round', serif;
font-size: 17px;
background-color: white;
margin-bottom: 10vh;
}
.test-container-gallery {
/* background-color: #dc631d; */
margin-top: 0%;
color: black;
font-family: 'Advent Pro', sans-serif;
font-family: 'Basic', sans-serif;
font-family: 'Shrikhand', cursive;
font-family: 'Lobster', cursive;
font-family: 'Fjalla One', sans-serif;
font-family: 'Patua One', cursive;
font-family: 'Crete Round', serif;
font-size: 17px;
background-color: white;
/* margin-bottom: 20vh; */
}
.bg-hd {
padding-top: 20px;
color: black;
}
.my-nav-last {
background-color: black !important;
margin-top: 0%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
@media only screen and (max-width: 480px) {
.emailButton {
max-width: 600px !important;
width: 100% !important;
}
.emailButton a {
display: block !important;
font-size: 18px !important;
}
}
.myrow{
background-color: white;
margin-top: 5%;
}
@media only screen and (max-width: 480px) {
.second-logo {
width: 100%;
margin-left: 0vw;
margin-right: 5vw;
}
}
}
</style>
</head>
<!-- ======================================================================================================== -->
<body>
<header id="header">
<div class="logo">BRAIN</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="menu-toggle"><i class="fa fa-bars" aria-hidden="true"></i></div>
</header>
<div class="outerDiv" id="home">
<img class="second-logo" src="assets/images/second-logo.png">
<center>
<table border="0" cellpadding="0" cellspacing="0" class="emailButton" style="border-radius:3px; background-color:#FF7417;">
<tr>
<td align="center" valign="middle" class="emailButtonContent" style="padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px;">
<a href="#register" target="_blank" style="color:#FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; text-decoration:none;">Register
Now</a>
</td>
</tr>
</table>
</center>
</div>
<!-- ========================================================================================================================= -->
<div class="about-my" id="about">
<div class="test-container-phoenix">
<div class="container test-container">
<div class="row row-footer">
<div class="col-lg-4 col-sm-6 col-footer">
<img class="test-img" src="assets/images/phoenix-logo.jpg">
</div>
<div class="col-lg-8 col-sm-6 col-footer">
<center>
<h1><span class="headline bg-hd">Phoenix</span></h1>
<h1 style="height:2px; width:10vw; background-color:#00ad5f;"></h1>
<br>
<br>The official technical club of Netaji Subhash Engineering College was founded by a
group of
individuals
in January 2006, who thought about the nagging problems regarding placements & jobs.
PHOENIX by means of its various activities tries to bridge the gap between the illustrious
student and the efficient professional-
be it in the software or core sector.
What started as a platform for people to come and share their ideas, has now diversified
into an entity,which by means of its many activities, has provided an unlimited impetus to
the
esteem of
our college.
<br>
<br>
<br>
</center>
</div>
</div>
</div>
</div>
<div class="test-container-bich">
<div class="container test-container">
<div class="row row-footer">
<div class="col-lg-4 col-sm-6 col-footer">
</div>
<div class="col-lg-8 col-sm-6 col-footer">
<center>
<img src="assets/images/g10.jpg" class="bich-pic" height="400" width="400" style="visibility:hidden;">
</center>
</div>
</div>
</div>
</div>
<!-- ============================================================================================================= -->
<div class="test-container-brainstomer">
<div class="container test-container taklif">
<div class="row row-footer">
<div class="col-lg-4 col-sm-6 col-footer">
<img class="test-img" src="assets/images/brainstomer-logo.png">
</div>
<div class="col-lg-8 col-sm-6 col-footer">
<center>
<h1>
<center class="bg-hd">BrainStormer</center>
<h1 style="height:2px; width:10vw; background-color:#00ad5f;"></h1>
</h1>
<br>
<br> Annual inter-college quiz is an event of great importance, as it symbolizes the
impetus
our college
has provided to the quizzing scenario. Sponsored by Indian Oil, it first started in 2007 at
the
Techno
India, Salt Lake Hall. Last year in 2008,it was a massive success with over 80
undergraduate colleges participating from in and
around Kolkata,
and prizes worth Rs 25000 being given away. It has now become a brand name in the quizzing
circles
and is eagerly awaited each year by quiz enthusiasts every year.
<br>
<br>
<br>
</center>
</div>
</div>
</div>
</div>
</div>
<!-- =================================================================================================================== -->
<div class="gallery" id="gallery" style="margin-top:5vh;">
<!-- <div>
<img src="assets/images/g17.jpg" height="400" width="400" style="visibility:hidden;">
</div> -->
<div class="test-container-gallery" style="background:white; height: 80vh;">
<h1>
<center class="bg-hd">
Heighlights Of BrainStormer
</center>
<center>
<h1 style="height:2px; width:10vw; background-color:#00ad5f;"></h1>
</center>
</h1>
<br>
<br>
<br>
<div class="container test-container">
<div class="row row-footer">
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery1.jpg">
</div>
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery2.jpg">
</div>
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery3.jpg">
</div>
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery4.jpg">
</div>
</div>
</div>
<div class="container test-container">
<div class="row row-footer">
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery5.jpg">
</div>
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery6.jpg">
</div>
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery7.jpg">
</div>
<div class="col-lg-3 col-sm-6 col-footer">
<img class="test-img1" src="assets/images/gallery8.jpg">
</div>
</div>
</div>
</div>
</div>
<div class="test-container-brainstomer">
<div class="container test-container">
<div class="row row-footer">
<div class="col-lg-4 col-sm-6 col-footer">
<img class="test-img" src="assets/images/team.jpg" style="margin-top:5vh;">
</div>
<div class="col-lg-8 col-sm-6 col-footer">
<center>
<h1>
<center class="bg-hd">The Team</center>
<h1 style="height:2px; width:10vw; background-color:#00ad5f;"></h1>
</h1>
<br>
<br> Annual inter-college quiz is an event of great importance, as it symbolizes the
impetus
our college
has provided to the quizzing scenario. Sponsored by Indian Oil, it first started in 2007 at
the
Techno
India, Salt Lake Hall. Last year in 2008,it was a massive success with over 80
undergraduate colleges participating from in and
around Kolkata,
and prizes worth Rs 25000 being given away. It has now become a brand name in the quizzing
circles
and is eagerly awaited each year by quiz enthusiasts every year.
<br>
<br>
</center>
</div>
</div>
</div>
<!-- =================================================================================================================== -->
<div class="register" style="height:100vh; background: white; ">
<h1>
<center class="bg-hd">Register</center>
<center>
<h1 style="height:2px; width:10vw; background-color:#00ad5f;"></h1>
</center>
</h1>
<form>
<div class="container mywrapper">
<div class=" row myrow">
<div class="col-lg-6 col-sm-6 column">
<label class="label-input100" for="first-name"><b>Tell Us Your Team Name *</b></label>
<div class="wrap-input100 validate-input" data-validate="Type first name">
<input id="first-name" class="input100" type="text" name="first-name" placeholder="First name">
<span class="focus-input100"></span>
</div>
</div>
<div class="col-lg-6 col-sm-6 column">
<label class="label-input100" for="Member One"><b>Member Name 1 *</b></label>
<div class="wrap-input100 validate-input" data-validate="Type first name">
<input id="memone" class="input100" type="text" name="first-name" placeholder="First name">
<span class="focus-input100"></span>
</div>
</div>
<div class="col-lg-6 col-sm-6 column">
<label class="label-input100" for="Member One"><b>Member Name 2 *</b></label>
<div class="wrap-input100 validate-input" data-validate="Type first name">
<input id="memtwo" class="input100" type="text" name="first-name" placeholder="First name">
<span class="focus-input100"></span>
</div>
</div>
<div class="col-lg-6 col-sm-6 column">
<label class="label-input100" for="email"><b>Tell Us Your Email *</b></label>
<div class="wrap-input100 validate-input" data-validate="Valid email is required: ex@abc.xyz">
<input id="email" class="input100" type="text" name="email" placeholder="Eg. example@email.com">
<span class="focus-input100"></span>
</div>
</div>
<div class="col-lg-6 col-sm-6 column">
<label class="label-input100" for="phone"><b>Tell Us Your Phone Number *</b></label>
<div class="wrap-input100">
<input id="phone" class="input100" type="text" name="phone" placeholder="Eg. +1 800 000000">
<span class="focus-input100"></span>
</div>
</div>
<div class="col-lg-6 col-sm-6 column">
<label class="label-input100" for="phone"><b>Tell Us Your Institue Name *</b></label>
<div class="wrap-input100">
<input id="phone" class="input100" type="text" name="phone" placeholder="">
<span class="focus-input100"></span>
</div>
</div>
<div class="container-contact100-form-btn">
<button class="contact100-form-btn">
Submit
</button>
</div>
</div>
</div>
</form>
</div>
<!-- =================================================================================================================== -->
<footer class="section footer-classic context-dark bg-image" style="background: #2d3246; font-family: 'Acme', sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Staatliches', cursive;
font-family: 'Courgette', cursive;">
<div class="container">
<div class="row row-30">
<div class="col-md-4 col-xl-5">
<div class="pr-xl-4"><a class="brand" href="index.html"><img class="brand-logo-light" src="images/agency/logo-inverse-140x37.png"
alt="" width="140" height="37" srcset="images/agency/logo-retina-inverse-280x74.png 2x"></a>
<p style="color:white;font-family: 'Acme', sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Staatliches', cursive;
font-family: 'Courgette', cursive; font: 30px;">Lorem
ipsum dolor sit amet consectetur adipisicing elit. Iusto
impedit quasi magnam
minus odio totam venia exercitationem repudiandae incidunt blanditiis magni</p>
<p class="rights" style="color:white;"><span>© </span><span class="copyright-year">2019</span><span> </span><span>Phoenix</span><span>. </span><span>All
Rights Reserved.</span></p>
</div>
</div>
<div class="col-md-4">
<dl class="contact-list">
<dt>Address:</dt>
<dd>798 South Park Avenue, Jaipur, Raj</dd>
</dl>
<dl class="contact-list">
<dt>email:</dt>
<dd><a href="mailto:#">loremipsum@gmail.com</a></dd>
</dl>
<dl class="contact-list">
<dt>phones:</dt>
<dd><a href="tel:#">+91 0000000000</a> <span>or</span> <a href="tel:#">+91 0000000000</a>
</dd>
</dl>
</div>
<div class="col-md-4 col-xl-3">
<ul class="nav-list">
<li><a href="#">About</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contacts</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</div>
</div>
</div>
<div class="row no-gutters social-container">
<div class="col"><a class="social-inner" href="#"><span class="icon mdi mdi-facebook"></span><span>Anurag</span></a></div>
<div class="col"><a class="social-inner" href="#"><span class="icon mdi mdi-instagram"></span><span>Aniket</span></a></div>
<div class="col"><a class="social-inner" href="#"><span class="icon mdi mdi-twitter"></span><span>Shashawat</span></a></div>
</div>
</footer>
<!-- =================================================================================================================== -->
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="main.js"></script>
<script>
$(document).ready(function () {
$('.menu-toggle').click(function () {
$('nav').toggleClass('active')
})
})
</script>
</body>
</html>