-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
614 lines (554 loc) · 31.4 KB
/
Copy pathindex.html
File metadata and controls
614 lines (554 loc) · 31.4 KB
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
<!doctype html>
<!--[if IE 9]> <html class="no-js ie9 fixed-layout" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js " lang="en">
<!--<![endif]-->
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Meta -->
<title>LDRP</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i" rel="stylesheet">
<!-- Custom & Default Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="home_style.css">
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- LOADER -->
<div id="preloader">
<img class="preloader" src="images/loader.gif" alt="">
</div><!-- end loader -->
<!-- END LOADER -->
<div id="wrapper">
<!-- BEGIN # MODAL LOGIN -->
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<!-- Begin # DIV Form -->
<div id="div-forms">
<form id="login-form">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span class="flaticon-add" aria-hidden="true"></span>
</button>
<div class="modal-body">
<input class="form-control" type="text" placeholder="What you are looking for?"
required>
</div>
</form><!-- End # Login Form -->
</div><!-- End # DIV Form -->
</div>
</div>
</div>
<!-- END # MODAL LOGIN -->
<header class="header">
<div class="topbar clearfix">
<div class="container">
<div class="row-fluid">
<div class="col-md-6 col-sm-6 text-left">
<p>
<strong><i class="fa fa-phone"></i></strong> + 91 – 079 – 23241492
<strong><i class="fa fa-envelope"></i></strong> <a href="mailto:#"> info@ldrp.ac.in</a>
</p>
</div><!-- end left -->
<div class="col-md-6 col-sm-6 hidden-xs text-right">
<div>
<a href="UserLogin.php" style="margin-right: 30px;">Login</a>
<a href="UserSignUp.php">Signup</a>
<!-- <a class="facebook" href="#" data-tooltip="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="#" data-tooltip="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a>
<a class="google" href="#" data-tooltip="tooltip" data-placement="bottom" title="Google Plus"><i class="fa fa-google-plus"></i></a>
<a class="linkedin" href="#" data-tooltip="tooltip" data-placement="bottom" title="Linkedin"><i class="fa fa-linkedin"></i></a>
<a class="pinterest" href="#" data-tooltip="tooltip" data-placement="bottom" title="Pinterest"><i class="fa fa-pinterest"></i></a> -->
</div><!-- end social -->
</div><!-- end left -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end topbar -->
<div class="container">
<nav class="navbar navbar-default yamm">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo-normal">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="" height="50px"
width="220px"></a>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="circulars.php">Circulars</a></li>
<li><a href="AdminLogin.php">Admin</a></li>
<li><a href="page-contact.html">Contact</a></li>
</ul>
</div>
</nav><!-- end navbar -->
</div><!-- end container -->
</header>
<section class="video-section">
<div class="overlay"></div>
<div class="home-text-wrapper relative container">
<div class="home-message" style="padding-top: 142px;">
<p>LDRP Institute of Technology and Research</p>
<small>LDRP INSTITUTE OF TECHNOLOGY AND RESEARCH, Gandhinagar is a constituent institute of Kadi
Sarva Vishwavidyalays.</small>
<!-- end row -->
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-md-4 hidden-sm hidden-xs">
<div class="custom-module">
<img src="img_folder/device_01.png" alt="" class="img-responsive wow slideInLeft"
style="height:465px">
</div><!-- end module -->
</div><!-- end col -->
<div class="col-md-8">
<div class="custom-module p40l">
<h2>LDRP INSTITUTE OF TECHNOLOGY AND RESEARCH, Gandhinagar was established in 2005 – 2006.
The college has made steady progress during the past one year of its existence.
</h2>
<hr class="invis">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 first">
<ul class="check">
<li>Admission through ACPC procedure (No Management / NRI Quota)</li>
<li>Means & Meritorious Scholarship to the students.</li>
<li>Fees as per Fee Regulatory Committee.</li>
<li>Boys & Girls Separate Hostel Facility available.</li>
</ul><!-- end check -->
</div><!-- end col-lg-6 -->
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<ul class="check">
<li>Research Project Grants for faculties & students.</li>
<li>Transportation Facility available from all the routes of Ahmedabad .</li>
<li>ATM Facility in the campus.</li>
<li>Internet: 1 GBPS Internet with Fiber optics line / Wi-Fi Campus</li>
</ul><!-- end check -->
</div><!-- end col-lg-6 -->
</div><!-- end row -->
<hr class="invis">
</div><!-- end module -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section>
<section class="section gb">
<div class="container">
<div class="section-title text-center">
<h3>Recent Courses</h3>
<p>In this mission today it has progressed to offering several B.E., M.B.A. and M.C.A. Programs and
facilities.</p>
</div><!-- end title -->
<div id="owl-01" class="owl-carousel owl-theme owl-theme-01">
<div class="caro-item">
<div class="course-box">
<div class="image-wrap entry">
<img src="img_folder/course_01.jpg" alt="" class="img-responsive">
<div class="magnifier">
<a href="#" title=""><i class="flaticon-add"></i></a>
</div>
</div><!-- end image-wrap -->
<div class="course-details">
<h4>
<small>B.E.</small>
<a href="#" title="">Bachelor of Engineering</a>
</h4>
<p>Bachelor of Engineering [BE] syllabus depends upon the specialisation one is opted to
study.</p>
</div><!-- end details -->
<div class="course-footer clearfix">
<div class="pull-left">
<ul class="list-inline">
<li><a href="#"><i class="fa fa-clock-o"></i> 4 Years.</a></li>
</ul>
</div><!-- end left -->
<div class="pull-right">
<ul class="list-inline">
<li><a href="#">Rs. 88,000</a></li>
</ul>
</div><!-- end left -->
</div><!-- end footer -->
</div><!-- end box -->
</div><!-- end col -->
<div class="caro-item">
<div class="course-box">
<div class="image-wrap entry">
<img src="img_folder/course_02.jpg" alt="" class="img-responsive">
</div><!-- end image-wrap -->
<div class="course-details">
<h4>
<small>MBA</small>
<a href="#" title="">Master of Business Administration MBA</a>
</h4>
<p>MBA is an Internationally accepted master of post-graduate level degree </p>
</div><!-- end details -->
<div class="course-footer clearfix">
<div class="pull-left">
<ul class="list-inline">
<li><a href="#"><i class="fa fa-clock-o"></i> 2 Years.</a></li>
</ul>
</div><!-- end left -->
<div class="pull-right">
<ul class="list-inline">
<li><a href="#">Rs. 88,000</a></li>
</ul>
</div><!-- end left -->
</div><!-- end footer -->
</div><!-- end box -->
</div><!-- end col -->
<div class="caro-item">
<div class="course-box">
<div class="image-wrap entry">
<img src="img_folder/course_03.jpg" alt="" class="img-responsive">
</div><!-- end image-wrap -->
<div class="course-details">
<h4>
<small>MCA</small>
<a href="#" title="">Master of Computer Application [MCA]</a>
</h4>
<p>MCA course covering various programming, algorithm
design, and optimization, etc.</p>
</div><!-- end details -->
<div class="course-footer clearfix">
<div class="pull-left">
<ul class="list-inline">
<li><a href="#"><i class="fa fa-clock-o"></i>2 Years.</a></li>
</ul>
</div><!-- end left -->
<div class="pull-right">
<ul class="list-inline">
<li><a href="#">Rs. 88,000</a></li>
</ul>
</div><!-- end left -->
</div><!-- end footer -->
</div><!-- end box -->
</div><!-- end col -->
<div class="caro-item">
<div class="course-box">
<div class="image-wrap entry">
<img src="img_folder/course_04.jpg" alt="" class="img-responsive">
</div><!-- end image-wrap -->
<div class="course-details">
<h4>
<small>M.E.</small>
<a href="#" title="">Master of Engineering [ME]</a>
</h4>
<p>Master of engineering involves the production and
usage of heat for the design, operation of
machines and tools.</p>
</div><!-- end details -->
<div class="course-footer clearfix">
<div class="pull-left">
<ul class="list-inline">
<li><a href="#"><i class="fa fa-clock-o"></i> 2 Years. </a></li>
</ul>
</div><!-- end left -->
<div class="pull-right">
<ul class="list-inline">
<li><a href="#">Rs. 88,000</a></li>
</ul>
</div><!-- end left -->
</div><!-- end footer -->
</div><!-- end box -->
</div><!-- end col -->
<div class="caro-item">
<div class="course-box">
<div class="image-wrap entry">
<img src="img_folder/course_03.jpg" alt="" class="img-responsive">
</div><!-- end image-wrap -->
<div class="course-details">
<h4>
<small>BCA</small>
<a href="#" title="">Bechlor of Computer Application [BCA]</a>
</h4>
<p>BCA is an undergraduate degree course in computer
applications course</p>
</div><!-- end details -->
<div class="course-footer clearfix">
<div class="pull-left">
<ul class="list-inline">
<li><a href="#"><i class="fa fa-clock-o"></i> 3 Years.</a></li>
</ul>
</div><!-- end left -->
<div class="pull-right">
<ul class="list-inline">
<li><a href="#">Rs. 88,000</a></li>
</ul>
</div><!-- end left -->
</div><!-- end footer -->
</div><!-- end box -->
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis">
<div class="section-button text-center">
<a class="btn btn-primary">View All Courses</a>
</div>
</div><!-- end container -->
</section>
<section class="section db p120">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tagline-message text-center">
<h3 style="font-size: 20px;">Training and Placement is an important wing for any institution
to promote knowledge
with the advancement of technology. LDRP offer training for both students and faculties.
Additionally, Institute is always engaging the faculty as well students in the career
base workshops and other extra curriculum activities.</h3>
</div>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section class="section gb nopadtop">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="box m30">
<i class="flaticon-computer-tool-for-education"></i>
<h4>Students</h4>
<p>Brilliant students are not born differently, they just adapt to some techniques that help
them understand.</p>
<a class="readmore">Read more</a>
</div>
</div><!-- end col -->
<div class="col-md-6">
<div class="box m30">
<i class="flaticon-monitor-tablet-and-smartohone"></i>
<h4>Placement</h4>
<p>Industry Institution Interaction Cell (III Cell) is established a close and continuing
inter-action between the industry and Institute. As there are large numbers of
Engineering and Management colleges coming up in Gujarat, the competition for employment
is increasing every day and the job of placement is becoming a challenging one.</p>
<a class="readmore">Read more</a>
</div>
</div><!-- end col -->
<div class="col-md-3">
<div class="box m30">
<i class="flaticon-download-business-statistics-symbol-of-a-graphic"></i>
<h4>Faculties</h4>
<p>Good teachers work the room and every student in it.</p>
<a class="readmore">Read more</a>
</div>
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis">
</div><!-- end container -->
</section>
<section class="section db">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="stat-count">
<h4 class="stat-timer">500</h4>
<h3><i class="flaticon-black-graduation-cap-tool-of-university-student-for-head"></i> Happy
Students</h3>
<p>The students are Happy. </p>
</div><!-- stat-count -->
</div><!-- end col -->
<div class="col-lg-6 col-md-6">
<div class="stat-count">
<h4 class="stat-timer">200</h4>
<h3><i class="flaticon-coffee-cup"></i> Faculties</h3>
<p>Faculties have good knowledge and experties in subjects.</p>
</div><!-- stat-count -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section>
<section class="section">
<div class="container">
<div class="section-title text-center">
<h3>Testimonials</h3>
<p>It gave me an opportunity to meet different kind of people and learn a number of things. I have
received a great support from faculties & placement office..</p>
</div><!-- end title -->
<div class="row">
<div class="col-md-4">
<div class="box testimonial">
<p class="testiname"><strong><img src="img_folder/testimonial_01.png" alt="" class="img-circle">
ABC</strong></p>
<p>LDRP-ITR has always believed in helping and guiding its students and it was no different
during the placement season. </p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div><!-- end testimonial -->
</div><!-- end col -->
<div class="col-md-4">
<div class="box testimonial">
<p class="testiname"><strong><img src="img_folder/testimonial_02.png" alt="" class="img-circle">
LEO</strong></p>
<p>My four years at LDRP-ITR have been excellent and a memory to cherish for a
lifetime. The years spent here have been full of learning opportunities that were full
of fun and frolic and sometimes with academic grind that one has to go through..</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
</div><!-- end testimonial -->
</div><!-- end col -->
<div class="col-md-4">
<div class="box testimonial">
<p class="testiname"><strong><img src="img_folder/testimonial_03.png" alt="" class="img-circle">
XYZ</strong></p>
<p>I really like the placement process of our university, everyone is working really hard
for all students so that they could get easily placed in best companies.</p>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div><!-- end testimonial -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section>
<section class="section gb">
<div class="container">
<div class="section-title text-center">
<h3>Recent News</h3>
<p>“There is no exercise better for the heart than reaching down and lifting people up.”</p>
</div><!-- end title -->
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="blog-box">
<div class="image-wrap entry">
<img src="img_folder/blog_01.jpg" alt="" class="img-responsive">
</div><!-- end image-wrap -->
<div class="blog-desc">
<h4><a href="blog-single.html">Blood donation camp in LDRP-ITR</a></h4>
<p>Organizing blood donation camps to contribute towards the society and save lives.</p>
</div><!-- end blog-desc -->
<div class="post-meta">
<ul class="list-inline">
<li><a href="#">21 March 2020</a></li>
<li><a href="#">by Divya Bhashkar</a></li>
</ul>
</div><!-- end post-meta -->
</div><!-- end blog -->
</div><!-- end col -->
<div class="col-lg-4 col-md-12">
<div class="blog-box">
<div class="image-wrap entry">
<img src="img_folder/blog_01.jpg" alt="" class="img-responsive">
</div><!-- end image-wrap -->
<div class="blog-desc">
<h4><a href="blog-single.html">Blood donation camp in LDRP-ITR</a></h4>
<p>Organizing blood donation camps to contribute towards the society and save lives.</p>
</div><!-- end blog-desc -->
<div class="post-meta">
<ul class="list-inline">
<li><a href="#">21 March 2020</a></li>
<li><a href="#">by Divya Bhashkar</a></li>
</ul>
</div><!-- end post-meta -->
</div><!-- end blog -->
</div><!-- end col -->
<div class="col-lg-4 col-md-12">
<div class="blog-box">
<div class="image-wrap entry">
<img src="img_folder/blog_01.jpg" alt="" class="img-responsive">
</div><!-- end image-wrap -->
<div class="blog-desc">
<h4><a href="blog-single.html">Blood donation camp in LDRP-ITR</a></h4>
<p>Organizing blood donation camps to contribute towards the society and save lives.</p>
</div><!-- end blog-desc -->
<div class="post-meta">
<ul class="list-inline">
<li><a href="#">21 March 2020</a></li>
<li><a href="#">by Divya Bhashkar</a></li>
</ul>
</div><!-- end post-meta -->
</div><!-- end blog -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section>
<footer class="section footer noover">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="widget clearfix">
<h3 class="widget-title">Address:</h3>
<div class="newsletter-widget">
<p>LDRP Institute of Technology & Research,<br>Near KH-5,<br>
Sector-15,<br>Gandhinagar - 382015..</p>
</div><!-- end newsletter -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Contact Us</h3>
<ul class="list-inline">
<li>E-Mail: info@ldrp.ac.in</li>
<li>Phone: + 91 - 079 - 23241492</li>
<li>Fax: + 91 - 079 - 23241493</li>
</ul>
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Join us today</h3>
<p>Would you like to Join.</p>
<a href="#" class="readmore">Became a Teacher</a>
</div><!-- end widget -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</footer><!-- end footer -->
<div class="copyrights">
<div class="container">
<div class="clearfix">
<div class="cop-logo float-left">
<a href="#"><img src="images/logo.png" alt=""></a>
</div>
</div>
</div><!-- end container -->
</div><!-- end copy -->
</div><!-- end wrapper -->
<!-- jQuery Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/carousel.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<!-- VIDEO BG PLUGINS -->
<script src="js/videobg.js"></script>
</body>
</html>