-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (263 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Government College of Engineering</title>
<meta name="description" content="College Website">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="img/geca.png">
<link href="css/vendor/bootstrap.min.css" rel="stylesheet">
<link href="css/vendor/icon.css" rel="stylesheet">
<link href="css/vendor/material-components-web.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<link href="css/vendor/slick-theme.css" rel="stylesheet">
<link href="css/vendor/slick.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-light brandBar">
<a class="navbar-brand" href="index.html">
<img class="logo" width="30%" src="img/geca.png" class="d-inline-block align-top" alt="">
</a>
</nav>
<header id="header" class="navbar-expand-md mdc-elevation--z4 sticky-top">
<div class="container">
<div class="container logo">
<!-- <a href="index.html"><img src="img/geca.png" class="d-inline-block align-center" alt=""></a>-->
</div>
<nav class="main-nav float-left w-100 d-lg-block">
<ul>
<li class="elem active">
<a href="index.html">HOME</a></li>
<li class="elem drop-down"><a href="#">ABOUT GECA</a>
<ul>
<li><a href="#">Mission & Vision</a></li>
<li><a href="#">Principal's Message</a></li>
<li><a href="#">Leadership, BOM & Deans</a></li>
<li><a href="#">How To Reach</a></li>
<li><a href="#">Photo Gallery</a></li>
</ul>
</li>
<li class="elem"><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<section id="intro">
<div id="typed" class="container text-center"></div>
</section>
<div class="text-center container-fluid" id="marble">
<img width="50%" src="img/marble.png" alt="marble">
</div>
<div class="container-fluid" id="particles-js"></div>
<div class="container-fluid slides text-center container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<button class="mdc-fab mdc-fab--extended" style="position: relative; margin: 20px;">
<span class="material-icons mdc-fab__icon">event</span>
<span class="mdc-fab__label">EVENTS</span>
</button>
<div class="text-center carousel-inner row w-75 mx-auto">
<div class="carousel-item col-md-4 active">
<div class="card">
<div class="card-body">
<h4 class="card-title">Event 1</h4>
<p class="card-text"><small>4th May 2019</small></p>
<span class="card-text">Time Table ESE May 2019</span>
</div>
</div>
</div>
<div class="carousel-item col-md-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">Event 2</h4>
<p class="card-text"><small>4th May 2019</small></p>
<span class="card-text">Corrigendum FOR Purchase of Computers</span>
</div>
</div>
</div>
<div class="carousel-item col-md-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">Event 3</h4>
<p class="card-text"><small>4th May 2019</small></p>
<span class="card-text">National Doctoral Fellowship</span>
</div>
</div>
</div>
<div class="carousel-item col-md-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">Event 4</h4>
<p class="card-text"><small>4th May 2019</small></p>
<span class="card-text">Rules and Regulations for Non CBCS Courses</span>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" 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="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<main id="main">
<section id="details" class="section-bg">
<div class="container">
<header class="section-header">
<h3>Departments</h3>
</header>
<div class="row">
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<i class="material-icons mdc-button__icon" aria-hidden="true">build</i>
<h4 class="title"><a href="">Civil Department</a></h4>
<blockquote style="font-size: 1.5rem; color: #34a853;" class="text-center doer1_quote">
“ The desire to achieve and gain is natural in human being ”
</blockquote>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<i class="material-icons mdc-button__icon" aria-hidden="true">computer</i>
<h4 class="title"><a href="">Computer Science Department</a></h4>
<blockquote style="font-size: 1.5rem; color: #34a853;" class="text-center doer1_quote">
“ The desire to achieve and gain is natural in human being ”
</blockquote>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<i class="material-icons mdc-button__icon" aria-hidden="true">desktop_mac</i>
<h4 class="title"><a href="">Mechanical Department</a></h4>
<blockquote style="font-size: 1.5rem; color: #34a853;" class="text-center doer1_quote">
“ The desire to achieve and gain is natural in human being ”
</blockquote>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<i class="material-icons mdc-button__icon" aria-hidden="true">settings</i>
<h4 class="title"><a href="">ENTC Department</a></h4>
<blockquote style="font-size: 1.5rem; color: #34a853;" class="text-center doer1_quote">
“ The desire to achieve and gain is natural in human being ”
</blockquote>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<i class="material-icons mdc-button__icon" aria-hidden="true">blur_on</i>
<h4 class="title"><a href="">Electrical Department</a></h4>
<blockquote style="font-size: 1.5rem; color: #34a853;" class="text-center doer1_quote">
“ The desire to achieve and gain is natural in human being ”
</blockquote>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<i class="material-icons mdc-button__icon" aria-hidden="true">done_outline</i>
<h4 class="title"><a href="">IT Department</a></h4>
<blockquote style="font-size: 1.5rem; color: #34a853;" class="text-center doer1_quote">
“ The desire to achieve and gain is natural in human being ”
</blockquote>
</div>
</div>
</div>
</div>
</section>
</main>
<footer style="font-family: Roboto; letter-spacing: 5px; position: absolute; left: 0;" class="container-fluid page-footer font-small blue">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">Copyright © Government College of Engineering, Aurangabad. All rights reserved.
</div>
<!-- Copyright -->
</footer>
<!-- JavaScript Libraries -->
<script src="js/vendor/jquery-3.2.1.slim.min.js"></script>
<script src="js/vendor/typeit.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.your-class').slick({
setting-name: setting-value
});
});
</script>
<script>
new TypeIt('#typed', {
speed: 200,
waitUntilVisible: true,
cursorSpeed: 1000,
html: true,
cursor: true,
})
.type('<strong>WELCOME TO GECA</strong>')
.delete(4)
.type('<strong>THE FUTURE</strong>')
.delete(10)
.type('<strong>LEARN</strong>')
.delete(5)
.type('<strong>DEVELOP</strong>')
.delete(7)
.type('<strong>DESIGN</strong>')
.delete(6)
.type('<strong>INNOVATE</strong>')
.delete(8)
.type('<strong>RESEARCH</strong>')
.delete(8)
.type('<strong>AURANGABAD</strong>')
.go();
</script>
<script>
$(document).ready(function() {
$("#myCarousel").on("slide.bs.carousel", function(e) {
var $e = $(e.relatedTarget);
var idx = $e.index();
var itemsPerSlide = 4;
var totalItems = $(".carousel-item").length;
if (idx >= totalItems - (itemsPerSlide - 1)) {
var it = itemsPerSlide - (totalItems - idx);
for (var i = 0; i < it; i++) {
// append slides to end
if (e.direction == "left") {
$(".carousel-item")
.eq(i)
.appendTo(".carousel-inner");
} else {
$(".carousel-item")
.eq(0)
.appendTo($(this).find(".carousel-inner"));
}
}
}
});
});
</script>
<script src="js/vendor/slick.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="js/vendor/slick.min.js"></script>
<script src="js/vendor/particles.min.js"></script>
<script src="js/vendor/stars.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.your-class').slick({
setting-name: setting-value
});
});
</script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
</body>
</html>