-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
478 lines (452 loc) · 25 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<title> Freshers Zone </title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-light top-nav">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="logo" />
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fa fa-bars" aria-hidden="true"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>-->
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Courses</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="eg.html">EG</a>
<a class="dropdown-item" href="em.html">EM</a>
<a class="dropdown-item" href="math1.html">MATH I</a>
<a class="dropdown-item" href="math2.html">MATH II</a>
<a class="dropdown-item" href="bes.html">BES</a>
<a class="dropdown-item" href="cp.html">CP</a>
<a class="dropdown-item" href="pc.html">PC</a>
<a class="dropdown-item" href="ls.html">LS</a>
<a class="dropdown-item" href="chem.html">CHEM</a>
<a class="dropdown-item" href="phy.html">PHY</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdownPortfolio" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">LAB/WORKSHOP</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownPortfolio">
<a class="dropdown-item" href="mech-ws.html">MECHANICAL</a>
<a class="dropdown-item" href="civil-ws.html">CIVIL</a>
<a class="dropdown-item" href="ele-ws.html">ELECTRICAL</a>
<a class="dropdown-item" href="elec-ws.html">ELECTRONICS</a>
<a class="dropdown-item" href="phy-lab.html">PHYSICS LAB</a>
<a class="dropdown-item" href="chem-lab.html">CHEMISSTRY LAB</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="slider-main">
<div class="img-text">
<div class="photo">
<img src="images/main-img.jpg" alt="Dont Cry!" >
</div>
<div class="main-text">
<h1>Hey,<br>There!!!</h1>
<p>Lost in an ocean of Information?!!<br>No worries, we've got your back :))</p>
</div>
</div>
<!--<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active" style="background-image: url('images/mainimg.jpg')">
<div class="carousel-caption d-none d-md-block">
<h3>COMPANY NAME</h3>
<p>U GOT EVERYTHING HERE!</p>
</div>
</div>
</div>-->
</header>
<!-- Page Content -->
<div class="container">
<!-- About Section -->
<div class="about-main">
<div class="row">
<div class="col-lg-6">
<h2>You got Everything here!!</h2>
<p>We are a group of 5 hoping to make your first year easier than ours.
“Our Website” is a trunk with almost all the materials you’ll need to get through first year at NITC.<br>
Class Notes, PDFs, Tutorials, we’ve got them all. Our foresight for this website is for it to become the survival guide for every first year student that enrolls into NITC, for years to come.</p>
<h5>Things u will find here</h5>
<ul>
<li>QP,Tutorials,Textbooks</li>
<li>Record,Workshop records</li>
<li>Downloadable Content</li>
</ul>
</div>
<div class="col-lg-6">
<img class="img-fluid rounded" src="images/about.png" alt="" />
</div>
</div>
<!-- /.row -->
</div>
</div>
<div class="course-bar course-img">
<div class="container ">
<h1 class="py-4" style="color: black;">COURSES/LABS </h1>
<!-- Course Section -->
<div class="row">
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="bes.html"><img class="img-fluid" src="images/bes.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="bes.html"><h4 class="card-header">BES</h4></a>
<p class="card-text">ZZ1003D<br>Basic Electrical Sciences</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="math1.html"><img class="img-fluid" src="images/math-1.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="math1.html"><h4 class="card-header">MATHEMATICS I</h4></a>
<p class="card-text">MA1001D<br>Stokes is coming for ya xDD</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="phy.html"><img class="img-fluid" src="images/phy.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="phy.html"><h4 class="card-header">PHYSICS</h4></a>
<p class="card-text">PH1001D<br>Uncertainty</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="eg.html"><img class="img-fluid" src="images/eg.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="eg.html"><h4 class="card-header">ENGNIEERING GRAPHICS</h4></a>
<p class="card-text">ZZ1002D<br>Manas Patnaik ki jai!!!</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="ls.html"><img class="img-fluid" src="images/ls.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="ls.html"><h4 class="card-header">LIFE SCIENCE</h4></a>
<p class="card-text">BT1001D<br>Bio he!!</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="phy-lab.html"><img class="img-fluid" src="images/phy-lab.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="phy-lab.html"><h4 class="card-header">Physics LAB </h4></a>
<p class="card-text">PH1091D<br>Write your record :)</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="civil-ws.html"><img class="img-fluid" src="images/civil-work.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="civil-ws.html"><h4 class="card-header">Civil WORKSHOP</h4></a>
<p class="card-text">ZZ1091D<br>Lot to write :((</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="ele-ws.html"><img class="img-fluid" src="images/ele-work.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="ele-ws.html"><h4 class="card-header">Electrical WORKSHOP</h4></a>
<p class="card-text">ZZ1091D<br>After the exp: dont go to hostel...viva is waiting :)</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="pc.html"><img class="img-fluid" src="images/pc.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="pc.html"><h4 class="card-header">PROFESSIONAL COMMUNICATION</h4></a>
<p class="card-text">MS1001D<br>Professional English</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="math2.html"><img class="img-fluid" src="images/math-2.jpg" alt="" /><a href="math-2.html">
</div>
<div class="card-body">
<a href="math2.html"><h4 class="card-header">MATHEMATICS II</h4></a>
<p class="card-text">MA1002D<br>Its all about Matrices</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="chem.html"><img class="img-fluid" src="images/chem.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="chem.html"><h4 class="card-header">CHEMISTRY</h4></a>
<p class="card-text">CY1001D<br>Synonym for exception</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="em.html"><img class="img-fluid" src="images/em.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="em.html"><h4 class="card-header">ENGINEERING MECHANICS</h4></a>
<p class="card-text">ZZ1001D<br>Chegg got all answers :((</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="cp.html"><img class="img-fluid" src="images/cp.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="cp.html"><h4 class="card-header">COMPUTER PROGRAMMING</h4></a>
<p class="card-text">ZZ1004D<br>oke C ya</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="chem-lab.html"><img class="img-fluid" src="images/chem-lab.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="chem-lab.html"><h4 class="card-header">Chemistry LAB</h4></a>
<p class="card-text">CY1094D<br>Titration he!!</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="mech-ws.html"><img class="img-fluid" src="images/mech-work.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="mech-ws.html"><h4 class="card-header">Mechanical WORKSHOP</h4></a>
<p class="card-text">ZZ1092D<br>High energy required :))</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100">
<div class="card-img">
<a href="elec-ws.html"><img class="img-fluid" src="images/elec-work.jpg" alt="" /></a>
</div>
<div class="card-body">
<a href="elec-ws.html"><h4 class="card-header">Electronics WORKSHOP</h4></a>
<p class="card-text">ZZ1092D<br>Be there on time :)</p>
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
</div>
<!-- ***** Contact Us Start ***** -->
<section class="section colored" id="contact-us">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="center-heading">
<h2 class="section-title">Talk To Us</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<h5 class="margin-bottom-30">Keep in touch</h5>
<div class="contact-text">
<p style="color: black;"><i class="fa fa-map-marker" aria-hidden="true" style="color: black;"></i> You can find us at,<br>East Campus NITC, Kattangal<br> Kerala 673601</p>
</div>
</div>
<div class="col-lg-8 col-md-6 col-sm-12">
<div class="contact-form">
<form id="contact" action="https://formspree.io/f/xzbkvzgv" method="POST">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12">
<fieldset>
<input name="name" type="text" class="form-control" id="name" placeholder="Full Name" required="">
</fieldset>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<fieldset>
<input name="email" type="email" class="form-control" id="email" placeholder="E-Mail Address" required="">
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Your Message" required=""></textarea>
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<button type="submit" id="form-submit" class="main-button">Send Message</button>
</fieldset>
</div>
</div>
</form>
</div>
<div id="status"></div>
</div>
</div>
</div>
</section>
<!-- ***** Contact Us End ***** -->
<!-- /.container -->
<!--footer starts from here-->
<footer class="footer">
<div class="container bottom_border">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col">
<h5 class="headin5_amrc col_white_amrc pt2">About Us</h5>
<!--headin5_amrc-->
<p class="mb10">“Our Website” is a trunk with almost all the materials you’ll need to get through first year at NITC.</p>
<!--<ul class="footer-social">
<li><a class="facebook hb-xs-margin" href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a class="instagram hb-xs-margin" href="#"><span class="hb hb-xs spin hb-instagram"><i class="fab fa-instagram"></i></span></a></li>
<li><a class="dribbble hb-xs-margin" href="#"><span class="hb hb-xs spin hb-dribbble"><i class="fab fa-linkedin-in"></i></span></a></li>
</ul>-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h5 class="headin5_amrc col_white_amrc pt2">Quick links</h5>
<!--headin5_amrc-->
<ul class="footer_ul_amrc">
<li><a href="https://www.youtube.com/" target="_blank">Youtube</a></li>
<li><a href="https://www.geeksforgeeks.org/" target="_blank">GeeksforGeeks</a></li>
<li><a href="http://www.nitc.ac.in/" target="_blank">NITC </a></li>
<li><a href="#" download>Syllabus</a></li>
<li><a href="https://z-lib.org/" target="_blank">Z Lib</a></li>
<li><a href="https://www.khanacademy.org/" target="_blank">Khan Academy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col">
<h5 class="headin5_amrc col_white_amrc pt2">Our Team</h5>
<!--headin5_amrc ends here-->
<ul class="footer_ul2_amrc">
<li>
<p><a href="https://www.instagram.com/_____sanu____/" target="_blank"> Sanandh Kumar M</a></p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/anagha-sanjeev-7a33541b5/" target="_blank"> Anagha Sanjeev</a></p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/athira-sasidharan-824b261bb/" target="_blank"> Athira Sasidharan</a></p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/aditya-shukla-ba8396191/" target="_blank"> Aditya Shukla</a></p>
</li>
<li>
<p><a href="https://www.linkedin.com/in/navaneeth-cn-a75b221bb/" target="_blank"> Navaneeth C N</a></p>
</li>
</ul>
<!--footer_ul2_amrc ends here-->
</div>
</div>
</div>
<div class="container">
<p class="copyright text-center">Copyright © 2020 <a href="index.html" style="text-decoration: none;">Freshers Zone</a> | Design By :
<a href="https://www.linkedin.com/in/sanandh-kumar-m-556973192/" style="text-decoration: none;" target="_blank">SANANDH KUMAR M</a>
</p>
</div>
</footer>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
<script>
window.addEventListener("DOMContentLoaded", function() {
// get the form elements defined in your form HTML above
var form = document.getElementById("contact");
var button = document.getElementById("form-submit");
var status = document.getElementById("status");
// Success and Error functions for after the form is submitted
function success() {
form.reset();
status.classList.add('success');
status.innerHTML = "Thank You for your message!";
}
function error() {
status.classList.add('error');
status.innerHTML = "Oops! There was a problem.";
}
// handle the form submission event
form.addEventListener("submit", function(ev) {
ev.preventDefault();
var data = new FormData(form);
ajax(form.method, form.action, data, success, error);
});
});
// helper function for sending an AJAX request
function ajax(method, url, data, success, error) {
var xhr = new XMLHttpRequest();
xhr.open(method, url);
xhr.setRequestHeader("Accept", "application/json");
xhr.onreadystatechange = function() {
if (xhr.readyState !== XMLHttpRequest.DONE) return;
if (xhr.status === 200) {
success(xhr.response, xhr.responseType);
}
else {
error(xhr.status, xhr.response, xhr.responseType);
}
};
xhr.send(data);
}
</script>
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
-->
</body>
</html>