This repository has been archived by the owner on Sep 12, 2021. It is now read-only.
forked from Ashu32/Graduate-Survey-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
459 lines (429 loc) · 19.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Graduate Survey</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,700,900" rel="stylesheet" />
<link rel="stylesheet" href="fonts/icomoon/style.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/jquery-ui.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/jquery.fancybox.min.css" />
<link rel="stylesheet" href="css/bootstrap-datepicker.css" />
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css" />
<link rel="stylesheet" href="css/aos.css" />
<link href="css/jquery.mb.YTPlayer.min.css" media="all" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<div class="py-2 bg-light">
<!--<div class="container">
<div class="row align-items-center">
<div class="col-lg-9 d-none d-lg-block">
<a href="#" class="small mr-3"><span class="icon-question-circle-o mr-2"></span> Have a questions?</a>
<a href="#" class="small mr-3"><span class="icon-phone2 mr-2"></span> 10 20 123 456</a>
<a href="#" class="small mr-3"><span class="icon-envelope-o mr-2"></span> [email protected]</a>
</div>
<div class="col-lg-3 text-right">
<a href="login.html" class="small mr-3"><span class="icon-unlock-alt"></span> Log In</a>
<a href="register.html" class="small btn btn-primary px-4 py-2 rounded-0"><span class="icon-users"></span> Register</a>
</div>
</div>
</div>-->
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="d-flex align-items-center">
<div class="site-logo">
<a href="index.html" class="d-block">
<img src="images/spot-silicon-logo.png" alt="Image" class="img-fluid" style="width: 100px;" />
</a>
</div>
<div class="mr-auto">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block " style="margin-left: 10vw;">
<li>
<a href="index.html" class="nav-link text-left">Home</a>
</li>
<li class="has-children active">
<a href="about.html" class="nav-link text-left">About Us</a>
</li>
<li>
<a href="takesurvey.html" class="nav-link text-left">Take Survey</a>
</li>
<li>
<a href="contact.html" class="nav-link text-left">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="ml-auto">
<div class="social-wrap">
<a href="#"><span class="icon-facebook"></span></a>
<a href="#"><span class="icon-twitter"></span></a>
<a href="#"><span class="icon-linkedin"></span> </a>
<a href="#" class="d-inline-block d-lg-none site-menu-toggle js-menu-toggle text-black"><span
class="icon-menu h3"></span></a>
</div>
</div>
</div>
</div>
</header>
<div class="site-section ftco-subscribe-1 site-blocks-cover pb-4" style="background-image: url('images/bg_1.jpg')">
<div class="container">
<div class="row align-items-end">
<div class="col-lg-7">
<h2 class="mb-0">About Us</h2>
</div>
</div>
</div>
</div>
<div class="custom-breadcrumns border-bottom">
<div class="container">
<a href="#">Home</a>
<span class="mx-3 icon-keyboard_arrow_right"></span>
<span class="current">About Us</span>
</div>
</div>
<div class="container pt-5 mb-5">
<div class="row">
<div class="col-lg-4">
<!--<h2 class="section-title-underline">
<span>Academics History</span>
</h2>-->
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8dPZ0TjzIdSc5blqHCumoCKw2BYyIizrvHZt3IQlLpsvtok6E"
alt="Image" class="img-fluid" />
</div>
<div class="col-lg-4">
<p>
Silicon Institute of Technology was established under a duly
registered Trust with an objective to provide high quality
technical education having significant humanistic aspects.Since
inception the Institution started its operation from its permanent
campus at Silicon Hills, Patia in Bhubaneswar and Silicon West,
Sason, Sambalpur. Both locations have beautiful campuses buzzing
with activities with more than two thousand students, about two
thousand alumni and four hundred and fifty staff members. Over the
past decade, Silicon Institute of Technology has earned the
reputation for being a premier engineering institute, and placed
itself prominently in the academic map of India.
</p>
</div>
<div class="col-lg-4">
<p>
Silicon is determined to build a wholesome Institution that would
move beyond teaching and learning, with creative leadership and
with a culture of teaming. Silicon is constantly innovating and
improving to adapt to the needs of students through accepting
innovations and embracing modern technology and techniques, thus
making it student centric. Silicon’s endeavor has been to make
“success” a habit.Silicon’s growth has been possible because of
its commitment to excellence and thirst for innovativeness and
dynamism. The untiring efforts of a highly dedicated team have
been a cornerstone of its success and fast growth.
</p>
</div>
</div>
</div>
-->
<div class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-6 mb-lg-0 mb-4">
<img src="https://www.silicon.ac.in/assets/images/extra/about1.jpg" alt="Image" class="img-fluid" />
</div>
<div class="col-lg-5 ml-auto align-self-center">
<p>
Silicon’s growth has been possible because of its commitment to
excellence and thirst for innovativeness and dynamism. The
untiring efforts of a highly dedicated team have been a
cornerstone of its success and fast growth.
</p>
<p>
Our Alumni for last twelve years have been the testimony of our
Institute. The success of our students every year in All India
Rank for GATE, CAT, UPSC (IES) has given Silicon an edge over
others. Also, many of our students are pursuing higher studies
abroad in respectable institutes. Further, our students’
progression in corporate jobs has given Silicon an enviable
position besides the number of placements offered being among
the best in the eastern zone.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 order-1 order-lg-2 mb-4 mb-lg-0">
<img src="https://www.silicon.ac.in/assets/images/extra/abou2.jpg" alt="Image" class="img-fluid" />
</div>
<div class="col-lg-5 mr-auto align-self-center order-2 order-lg-1">
<h2 class="section-title-underline mb-5">
<span>Placement</span>
</h2>
<p>
A majority of our students are placed during the on-campus
recruitment process, for the last decade. The hiring firms
including IT companies like Infosys, Wipro, Accenture,
Honeywell, Hewlett-Packard, Oracle, Tech Mahindra and Capgemini
to name a few. Some of our students also find employment with
Core Engineering and Public-Sector Utilities like BHEL, SAIL and
NALCO.
</p>
</div>
</div>
</div>
</div>
<div class="section-bg style-1" style="background-image: url('images/hero_1.jpg');">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 mb-5 mb-lg-0">
<span class="icon flaticon-mortarboard"></span>
<h3>Our Vision</h3>
<p>
To become a center of excellence in the fields of technical
education & research and create responsible citizens.
</p>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-0">
<span class="icon flaticon-school-material"></span>
<h3>Our Mission</h3>
<p>
To provide the best of technical skills, professional ethics and
human values in enriching the disciplines of Science,
Engineering and Technology for social development and Nation
building.
</p>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-0">
<span class="icon flaticon-library"></span>
<h3>Our Success</h3>
<p>
Silicon Institute of Technology, Bhubaneswar is awarded the Best
Engineering College in Odisha for the year 2018, for overall
performance in Academic, Research & Development and Innovation
in Technical Education by ISTE, Odisha Section.
</p>
</div>
</div>
</div>
</div>
<!--<div class="site-section">
<div class="container">
<div class="row mb-5 justify-content-center text-center">
<div class="col-lg-4 mb-5">
<h2 class="section-title-underline mb-5">
<span>Our Teachers</span>
</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-5 mb-lg-5">
<div class="feature-1 border person text-center">
<img src="images/person_1.jpg" alt="Image" class="img-fluid">
<div class="feature-1-content">
<h2>Craig Daniel</h2>
<span class="position mb-3 d-block">Math Teacher</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit morbi hendrerit elit</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-5">
<div class="feature-1 border person text-center">
<img src="images/person_2.jpg" alt="Image" class="img-fluid">
<div class="feature-1-content">
<h2>Taylor Simpson</h2>
<span class="position mb-3 d-block">Math Teacher</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit morbi hendrerit elit</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-5">
<div class="feature-1 border person text-center">
<img src="images/person_3.jpg" alt="Image" class="img-fluid">
<div class="feature-1-content">
<h2>Jonas Tabble</h2>
<span class="position mb-3 d-block">Math Teacher</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit morbi hendrerit elit</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-5">
<div class="feature-1 border person text-center">
<img src="images/person_4.jpg" alt="Image" class="img-fluid">
<div class="feature-1-content">
<h2>Craig Daniel</h2>
<span class="position mb-3 d-block">Math Teacher</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit morbi hendrerit elit</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-5">
<div class="feature-1 border person text-center">
<img src="images/person_2.jpg" alt="Image" class="img-fluid">
<div class="feature-1-content">
<h2>Taylor Simpson</h2>
<span class="position mb-3 d-block">Math Teacher</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit morbi hendrerit elit</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-lg-5">
<div class="feature-1 border person text-center">
<img src="images/person_3.jpg" alt="Image" class="img-fluid">
<div class="feature-1-content">
<h2>Jonas Tabble</h2>
<span class="position mb-3 d-block">Math Teacher</span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit morbi hendrerit elit</p>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!--<div class="site-section ftco-subscribe-1" style="background-image: url('images/bg_1.jpg')">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7">
<figure class="snip1344"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample1.jpg"
alt="profile-sample1" class="background" /><img
src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample1.jpg" alt="profile-sample1"
class="profile" />
<figcaption>
<h3>Ursula Gurnmeister<span>Engineer</span></h3>
<div class="icons"><a href="#"><i class="ion-social-reddit-outline"></i></a><a href="#"> <i
class="ion-social-twitter-outline"></i></a><a href="#"> <i
class="ion-social-vimeo-outline"></i></a></div>
</figcaption>
</figure>
<figure class="snip1344 hover"><img
src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample7.jpg" alt="profile-sample7"
class="background" /><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample7.jpg"
alt="profile-sample7" class="profile" />
<figcaption>
<h3>Jason Response<span>Photographer</span></h3>
<div class="icons"><a href="#"><i class="ion-social-reddit-outline"></i></a><a href="#"> <i
class="ion-social-twitter-outline"></i></a><a href="#"> <i
class="ion-social-vimeo-outline"></i></a></div>
</figcaption>
</figure>
<figure class="snip1344"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample6.jpg"
alt="profile-sample6" class="background" /><img
src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/331810/profile-sample6.jpg" alt="profile-sample6"
class="profile" />
<figcaption>
<h3>Druid Wensleydale<span>Accountant</span></h3>
<div class="icons"><a href="#"><i class="ion-social-reddit-outline"></i></a><a href="#"> <i
class="ion-social-twitter-outline"></i></a><a href="#"> <i
class="ion-social-vimeo-outline"></i></a></div>
</figcaption>
</figure>
</div>
</div>
</div>
</div> -->
<div class="footer">
<div class="container">
<div class="row">
<!--<div class="col-lg-3">
<p class="mb-4"><img src="images/logo.png" alt="Image" class="img-fluid"></p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae nemo minima qui dolor, iusto iure.</p>
<p><a href="#">Learn More</a></p>
</div>-->
<div class="col-lg-3">
<h3 class="footer-heading"><span>Our Campus</span></h3>
<ul class="list-unstyled">
<li><a href="#">Acedemic</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Admission</a></li>
<li><a href="#">Almuni</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Campus Life</a></li>
</ul>
</div>
<div class="col-lg-3">
<h3 class="footer-heading"><span>Our Courses</span></h3>
<ul class="list-unstyled">
<li><a href="#">MCA</a></li>
<li><a href="#">Electronics and Instrumentation</a></li>
<li><a href="#">Electrical and Electronics</a></li>
<li><a href="#">Electronics and Communication</a></li>
<li><a href="#">Computer Science</a></li>
</ul>
</div>
<div class="col-lg-3">
<h3 class="footer-heading"><span>Contact</span></h3>
<ul class="list-unstyled">
<li><a href="#">Help Center</a></li>
<li><a href="#">Support Community</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Share Your Story</a></li>
<li><a href="#">Our Supporters</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="copyright">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This is made with
<i class="icon-heart" aria-hidden="true"></i> by
Ashutosh,Sachin & Shriya
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .site-wrap -->
<!-- loader -->
<div id="loader" class="show fullscreen">
<svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#51be78" />
</svg>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<script src="js/main.js"></script>
<script>
/* Demo purposes only */
$(".hover").mouseleave(
function () {
$(this).removeClass("hover");
}
);
</script>
</body>
</html>