-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
633 lines (570 loc) · 26.3 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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>VIT-NET</title>
<!-- =============== Bootstrap Core CSS =============== -->
<link rel="stylesheet" href="bootstrap.min.css" type="text/css">
<!-- =============== fonts awesome =============== -->
<link rel="stylesheet" href="font-awesome.min.css" type="text/css">
<!-- =============== Plugin CSS =============== -->
<link rel="stylesheet" href="animate.min.css" type="text/css">
<!-- =============== Custom CSS =============== -->
<link rel="stylesheet" href="style.css" type="text/css">
<!-- =============== Owl Carousel Assets =============== -->
<link href="owl.carousel.css" rel="stylesheet">
<link href="owl.theme.css" rel="stylesheet">
<link rel="stylesheet" href="isotope-docs.css" media="screen">
<link rel="stylesheet" href="baguetteBox.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- =============== Preloader =============== -->
<div id="preloader">
<div id="loading">
<img width="256" height="32" src="loading-cylon-red.svg">
</div>
</div>
<!-- =============== nav =============== -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#home">Home</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#Seniors">Seniors</a>
</li>
<li>
<a class="page-scroll" href="#Gallery">Notes & materials</a>
</li>
<li>
<a class="page-scroll" href="#CollegeDescription">College Description</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- =============== navbar-collapse =============== -->
</div>
</div>
<!-- =============== container-fluid =============== -->
</nav>
<!-- =============== header =============== -->
<header id="home" class="header">
<!-- =============== container =============== -->
<div class="container">
<div class="header-content row">
<div id="owl-demo" class="owl-carousel header1">
<div>
<div class="col-xs-12 col-sm-6 col-md-6 header-text">
<h2 class="wow bounceIn animated" data-wow-delay=".40s">WELCOME TO <span>VI-NET</span> <br/> ONE STOP SOLUTION</h2>
<h3 class="wow bounceIn animated" data-wow-delay=".50s">FOR YOUR PROBLEMS </h3>
<p class="wow bounceIn animated" data-wow-delay=".60s">This an un-official website of VIT-Bhopal</p>
<p>
</p>
</div>
</div>
<div>
<div class="col-xs-12 col-sm-6 col-md-6 header-text">
<h2 class="wow bounceIn animated" data-wow-delay=".40s">This <span>Website</span> is <br/>made by the students</h2>
<h3 class="wow bounceIn animated" data-wow-delay=".50s">For the students </h3>
<p class="wow bounceIn animated" data-wow-delay=".60s">This website will be useful for all the students irrespective of their branch and year</p>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</header>
<!-- =============== About =============== -->
<section id="about" class="">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInDown animated" data-wow-delay=".5s">
<h2>About Us</h2>
<p> Hello there! We are TEAM BRAHMA DEVELOPERS and our team has made this website for the benefit of all students from VIT bhopal. We are committed to provide you the guidence of our seniors and also notes and materials which will be useful during all semesters. </p>
<p> Below is the name of our team members involved in making this dynamic website</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInRight animated" data-wow-delay=".5s">
<img src="about-img.jpeg">
</div>
</div>
</div>
<!-- =============== container end =============== -->
</section>
<section id="team" class="">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="title">
<h2>Our Team</h2>
<p>Meet some of our lovely, passionate, positive people.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInDown animated" data-wow-delay=".1s">
<div class="timg"><img src="team-img3.jpg"></div>
<div class="t-box">
<h3>SHREYAS PATONDIKAR</h3>
<span> Team member </span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="index.html"><i class="fa fa-facebook"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="index.html#"><i class="fa fa-linkedin" aria-hidden="true"></i>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="index.html#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp animated" data-wow-delay=".2s">
<div class="timg"><img src="team-img2.jpg"></div>
<div class="t-box">
<h3>VAIBHAV GUPTA</h3>
<span>Team member</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="index.html#"><i class="fa fa-facebook"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="https://www.linkedin.com/in/vaibhav-gupta-433a70228/"><i class="fa fa-linkedin" aria-hidden="true"></i>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="index.html#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInDown animated" data-wow-delay=".3s">
<div class="timg"><img src="team-img1.jpg"></div>
<div class="t-box">
<h3>ABHISHEK POKALE</h3>
<span>Team Leader</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="index.html#"><i class="fa fa-facebook"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="https://www.linkedin.com/in/abhishek-pokale-980883228"><i class="fa fa-linkedin" aria-hidden="true"></i>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="index.html#"><i class="fa fa-instagram" aria-hidden="true"></i></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp animated" data-wow-delay=".4s">
<div class="timg"><img src="team-img4.jpg"></div>
<div class="t-box">
<h3>SASWATA DEB</h3>
<span>Team member</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="index.html#"><i class="fa fa-facebook"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="https://www.linkedin.com/in/saswata-deb-17b39022a/"><i class="fa fa-linkedin" aria-hidden="true"></i>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="index.html#"><i class="fa fa-instagram" aria-hidden="true"></i> </a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</section>
<!-- =============== Seniors =============== -->
<section id="Seniors" class="">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInLeft animated" data-wow-delay=".5s">
<img src="seniors-img.jpeg" class="img-left"/>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInRight animated" data-wow-delay=".5s">
<h2>Seniors</h2>
<p> A student learns from a senior more than the faculties. Their guidence not only helps us in studies but also helps us to plan our careers as well. </p>
<p>Hence we welcome you to our seniors section where our seniors will share their experience, guide us how to study, how to plan our career and tips and tricks to survive the college.</p>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</section>
<!-- =============== for box =============== -->
<section class="for-box">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownLeft animated" data-wow-delay=".1s">
<div class="for-box-crecl">
<i class="fa fa-university" aria-hidden="true"></i>
</div>
<div class="clr1">
<h2>
College<br/>Experience
</h2>
</div>
<div class="wbox">
<p>In this section Seniors will share their college experience and details which will help you gain some insight about our college</p>
<a href="https://www.youtube.com/watch?v=lImTiV1dU3g" class="clr1-a">+</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownLeft animated" data-wow-delay=".2s">
<div class="for-box-crecl">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
</div>
<div class="clr2">
<h2>
ROAD MAP <br/> FOR 4 YEARS
</h2>
</div>
<div class="wbox">
<p> In this Seniors will tell you the basic 4 year road plan which will give you a clear path for the next of your B.tech life</p>
<a href="https://www.youtube.com/watch?v=4wgRW9iPS0c" class="clr2-a">+</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownRight animated" data-wow-delay=".3s">
<div class="for-box-crecl">
<i class="fa fa-laptop" aria-hidden="true"></i>
</div>
<div class="clr3">
<h2>
Career plan <br/>Guidence
</h2>
</div>
<div class="wbox">
<p>In this section seniors will tell us how to plan our career and tell us how to find our interest domain, side skills,etc</p>
<a href="#" class="clr3-a">+</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownRight animated" data-wow-delay=".4s">
<div class="for-box-crecl">
<i class="fa fa-check" aria-hidden="true"></i>
</div>
<div class="clr4">
<h2>
DO's & Dont's<br/> In College
</h2>
</div>
<div class="wbox">
<p> Here our seniors will tell us the Do's and Dont's of our college so that we dont face any problem in college</p>
<a href="https://www.youtube.com/watch?v=SNn0PGxsf40" class="clr4-a">+</a>
</div>
</div>
</div>
</div>
</section>
<!-- =============== NOTES =============== -->
<section id="Gallery" class="wow flipInX animated" data-wow-delay=".5s">
<div class="title">
<h2>Notes And Materials <i class="fa fa-book" style="font-size:48px;"></i></h2>
<p>Notes provided by students for the students </p>
</div>
<div class="big-demo go-wide" data-js-module="filtering-demo">
<div class="container">
<div class="row">
<div class="filter-button-group button-group js-radio-button-group">
<button class="button is-checked" data-filter="*">Show all</button>
<button class="button" data-filter=".webdesign">Programming Notes</button>
<button class="button" data-filter=".ecommerce">MATHS PHYSICS CHEMISTRY</button>
<button class="button" data-filter=".cms">Miscellaneous</button>
<button class="button" data-filter=".logo">Exam Papers</button>
</div>
</div>
</div>
<div class="grid baguetteBoxThree gallery">
<div class="element-item transition webdesign " data-category="post-transition">
<a href="emp-1.jpeg">
<img src="emp-1.jpeg">
<div class="hover-img">
<h2>Python</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition ecommerce " data-category="post-transition">
<a href="emp-2.jpg">
<img src="emp-2.jpg">
<div class="hover-img">
<h2>MATHS</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition webdesign " data-category="post-transition">
<a href="emp-3.jpg">
<img src="emp-3.jpg">
<div class="hover-img">
<h2>C/C++</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item transition ecommerce " data-category="post-transition">
<a href="emp-4.jpg">
<img src="emp-4.jpg">
<div class="hover-img">
<h2>PHYSICS</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition logo " data-category="post-transition">
<a href="emp-5.jpeg">
<img src="emp-5.jpeg">
<div class="hover-img">
<h2>CAT 1</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition cms " data-category="post-transition">
<a href="emp-6.jpg">
<img src="emp-6.jpg">
<div class="hover-img">
<h2>Technical Communication</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition logo " data-category="post-transition">
<a href="emp-7.jpeg">
<img src="emp-7.jpeg">
<div class="hover-img">
<h2>CAT 2</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item transition cms " data-category="post-transition">
<a href="emp-8.jpg">
<img src="emp-8.jpg">
<div class="hover-img">
<h2>Web Development basics</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="https://revzcorp.com/">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition ecommerce " data-category="post-transition">
<a href="emp-9.jpg">
<img src="emp-9.jpg">
<div class="hover-img">
<h2>CHEMISTRY</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition webdesign " data-category="post-transition">
<a href="emp-10.jpg">
<img src="emp-10.jpg">
<div class="hover-img">
<h2>JAVA</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item post-transition logo " data-category="post-transition">
<a href="emp-11.jpeg">
<img src="emp-11.jpeg">
<div class="hover-img">
<h2>TERM END EXAMINATION</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="index2.html">Notes</a></h4>
</div>
</a>
</div>
<div class="element-item transition cms " data-category="post-transition">
<a href="emp-12.jpg">
<img src="emp-12.jpg">
<div class="hover-img">
<h2>APP Development Basics</h2>
<i class="fa fa-book" style="font-size:48px;"></i>
<br><br>
<h4><a href="https://revzcorp.com/">Notes</a></h4>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- =============== collegedescription =============== -->
<section id="CollegeDescription" class="">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="title">
<h1>CollegeDescription&Orientation</h1>
<h3>Welcome to the CollegeDescription and unofficial section</h3>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 wow fadeInUp animated" data-wow-delay=".1s">
<div class="blog-img">
<img src="blog1.jpg">
</div>
<div class="row">
<h2>College Description</h2>
</div>
<div class="row">
<h3>To Know more about our college click the 'more' button and know about our college<br>Then in this section we will give you the complete details about it </h3>
<h3> <a href="https://vaibhavgupta1312.github.io/webdev/">MORE</a></h3>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 wow bounceIn animated" data-wow-delay=".4s">
<div class="blog-img">
<img src="blog2.jpg">
</div>
<div class="row">
<h2>Unofficial Orientation</h2>
</div>
<div class="row">
<h3>Have doubts regarding how grades are given in our college?<br>Then in this section we will give you the complete details about it</h3>
<h3> <a href="https://abhi132004.github.io/Orientaition/index.html">MORE</a></h3>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 wow fadeInDown animated" data-wow-delay=".3s">
<div class="blog-img">
<img src="blog3(1).jpg">
</div>
<div class="row">
<h2>Clubs</h2>
</div>
<div class="row">
<h3>Have doubts regarding clubs?<br>Then in this section we will give you the complete details about it</h3>
<h3> <a href="https://abhi132004.github.io/Club/CLUB.html">MORE</a></h3>
</div>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</section>
<section id="contact">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="title">
<h2>Mentorship & Doubts</h2>
<h3 id="doubt">Still have doubts regarding college? <br> Do you feel demotivated whenever you compare yourself with other's progress?<br> or anything extra in which you feel that you need some guidence?<br>Then fill in the given box and send your query/problem and we will try to get it solved by our seniors
</h3>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 wow bounceIn animated" data-wow-delay=".1s">
<form action="mailto:[email protected]" method="post">
<div class="ajax-hidden">
<div class="col-xs-12 col-sm-6 col-md-6 form-group wow fadeInUp animated">
<label for="c_name" class="sr-only">Name</label>
<input type="text" placeholder="Name" name="name" class="form-control" id="name" required="">
</div>
<div data-wow-delay=".1s" class="col-xs-12 col-sm-6 col-md-6 form-group wow fadeInUp animated">
<label for="c_email" class="sr-only">Email</label>
<input type="email" placeholder="E-mail" name="email" class="form-control" id="email" pattern="^[A-Za-z0-9](([_\.\-]?[a-zA-Z0-9]+)*)@([A-Za-z0-9]+)(([\.\-]?[a-zA-Z0-9]+)*)\.([A-Za-z]{2,})$" placeholder="[email protected]" required="">
</div>
<div data-wow-delay=".2s" class="col-xs-12 col-sm-12 col-md-12 form-group wow fadeInUp animated">
<textarea placeholder="Message" rows="7" name="description" id="description" class="form-control" required=""></textarea>
</div>
<button data-wow-delay=".3s" class="btn btn-sm btn-block wow fadeInUp animated" type="submit" >Send Message</button>
</div>
<div class="ajax-response"></div>
</form>
</div>
</div>
</div><!-- =============== container end =============== -->
</section>
<!-- Footer -->
<footer id="footer">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="index.html#" style="visibility: visible; animation-name: fadeInUp;"><i class="fa fa-facebook"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="index.html#" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;"><i class="fa fa-twitter"></i></a></li>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="index.html#" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeInUp;"><i class="fa fa-linkedin" aria-hidden="true"></i>
<li><a data-wow-delay=".4s" class="wow fadeInUp animated" href="index.html#" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeInUp;"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a data-wow-delay=".5s" class="wow fadeInUp animated" href="index.html#" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;"><i class="fa fa-envelope"></i></a></li>
</ul>
<p class="copyright">
© 2022 Created By Brahma Developers
</p>
</div>
<div data-wow-delay=".6s" class="col-xs-12 col-sm-6 col-md-6 wow bounceIn animated" style="visibility: visible; animation-delay: 0.6s; animation-name: bounceIn;">
<section class="widget widget_text" id="text-15">
<h3 class="widget-title">Bhopal, Madhya Pradesh, India</h3> <div class="textwidget">Kotri kalan, sehore</div><br>
<p>
E-mail: <a href="#">[email protected]</a></p>
</section>
</div>
</div>
</div><!-- =============== container end =============== -->
</footer>
<!-- =============== jQuery =============== -->
<script src="jquery.js"></script>
<script src="isotope-docs.min.js"></script>
<!-- =============== Bootstrap Core JavaScript =============== -->
<script src="bootstrap.min.js"></script>
<!-- =============== Plugin JavaScript =============== -->
<script src="jquery.easing.min.js"></script>
<script src="jquery.fittext.js"></script>
<script src="wow.min.js"></script>
<!-- =============== owl carousel =============== -->
<script src="owl.carousel.js"></script>
<!-- Isotope does NOT require jQuery. But it does make things easier -->
<script src="baguetteBox.js" async></script>
<script src="plugins.js" async></script>
<!-- =============== Custom Theme JavaScript =============== -->
<script src="creative.js"> </script>
<script src="jquery.nicescroll.min.js"></script>
<script>
$(document).ready(function() {
var nice = $("html").niceScroll(); // The document page (body)
$("#div1").html($("#div1").html()+' '+nice.version);
$("#boxscroll").niceScroll({cursorborder:"",cursorcolor:"#00F",boxzoom:true}); // First scrollable DIV
$("#boxscroll2").niceScroll("#contentscroll2",{cursorcolor:"#F00",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true}); // Second scrollable DIV
$("#boxframe").niceScroll("#boxscroll3",{cursorcolor:"#0F0",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true}); // This is an IFrame (iPad compatible)
$("#boxscroll4").niceScroll("#boxscroll4 .wrapper",{boxzoom:true}); // hw acceleration enabled when using wrapper
});
</script>
<script>
window.onload = function() {
if(typeof oldIE === 'undefined' && Object.keys)
hljs.initHighlighting();
baguetteBox.run('.baguetteBoxOne');
baguetteBox.run('.baguetteBoxTwo');
baguetteBox.run('.baguetteBoxThree', {
animation: 'fadeIn'
});
baguetteBox.run('.baguetteBoxFour', {
buttons: false
});
baguetteBox.run('.baguetteBoxFive', {
captions: function(element) {
return element.getElementsByTagName('img')[0].alt;
}
});
};
</script>
</body>
</html>