-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
280 lines (255 loc) · 8.48 KB
/
Copy pathindex.php
File metadata and controls
280 lines (255 loc) · 8.48 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
<?php
include('includes/dbconnection.php');
session_start();
error_reporting(0);
?>
<!doctype html>
<html lang="en">
<head>
<title>College Admission Management System||Home Page</title>
<!-- web fonts -->
<link href="//fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<!-- //web fonts -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<?php include('includes/header.php');?>
<section class="w3l-main-slider" id="home">
<!-- main-slider -->
<div class="companies20-content">
<div class="owl-one owl-carousel owl-theme">
<div class="item">
<li>
<div class="slider-info banner-view bg bg2" data-selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5>Better Education For A Better World</h5>
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4" href="contact.php">Contact Now</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top1 bg bg2" data-selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5>Explore The World Of Our Graduates</h5>
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4" href="contact.php">Contact Now</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top2 bg bg2" data-selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5>Exceptional People, Exceptional Care</h5>
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4" href="contact.php">Contact Now</a>
</div>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top3 bg bg2" data-selector=".bg.bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg mx-auto text-center">
<h5>Explore The World Of Our Graduates</h5>
<a class="btn btn-secondary btn-theme2 mt-md-5 mt-4" href="services.html">Read More</a>
</div>
</div>
</div>
</div>
</li>
</div>
</div>
</div>
</div>
<script src="assets/js/owl.carousel.js"></script>
<!-- script for -->
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: true
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
<!-- //script -->
<!-- /main-slider -->
</section>
<!-- features-4 block -->
<section class="w3l-index1" id="about">
<div class="calltoaction-20 py-5 editContent">
<div class="container py-md-3">
<div class="calltoaction-20-content row">
<div class="column center-align-self col-lg-6 pr-lg-5">
<h5 class="editContent">Welcome To Our Campus</h5>
<?php
$ret=mysqli_query($con,"select * from tblpage where PageType='aboutus' ");
$cnt=1;
while ($row=mysqli_fetch_array($ret)) {
?>
<p class="more-gap editContent"><?php echo $row['PageDescription'];?></p>
<?php } ?>
<a class="btn btn-secondary btn-theme2 mt-3" href="about.php"> Read More</a>
</div>
<div class="column ccont-left col-lg-6">
<img src="kingfisher1.png" class="img-responsive" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- features-4 block -->
<section class="services-12" id="course">
<div class="form-12-content">
<div class="container">
<div class="grid grid-column-2 ">
<div class="column1">
<div class="heading">
<h3 class="head text-white">Apply for Addmission</h3>
<h4>Limited Seat Available</h4>
<p class="my-3 text-white"> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;
Nulla mollis dapibus nunc, ut rhoncus
turpis sodales quis. Integer sit amet mattis quam.</p>
</div>
</div>
<div class="column2">
<a class="btn btn-secondary btn-theme2 mt-3" href="user/login.php"> Apply Here</a>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-price-2" id="news">
<div class="price-main py-5">
<div class="container py-md-3">
<div class="pricing-style-w3ls row py-md-5">
<div class="pricing-chart col-lg-12">
<h3 class="">Latest Notices</h3> <?php $query=mysqli_query($con,"select * from tblnotice ORDER BY ID DESC LIMIT 1");
while ($row=mysqli_fetch_array($query)) {
?>
<div class="tatest-top mt-md-5 mt-4">
<div class="price-box btn-layout bt6">
<div class="grid grid-column-2">
<div class="column-6">
<img src="assets/images/g9.jpg" alt="" class="img-fluid">
</div>
<div class="column1">
<div class="job-info">
<h6 class="pricehead"><?php echo $row['Title'];?></h6>
<h5><?php echo $row['CreationDate'];?></h5>
<p><?php echo $row['Decription'];?></p>
</div>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
</section>
<!-- grids block 5 -->
<?php include('includes/footer.php');?>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //footer-28 block -->
</section>
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<!-- Template JavaScript -->
<script src="assets/js/all.js"></script>
<!-- Smooth scrolling -->
<!-- <script src="assets/js/smoothscroll.js"></script> -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for -->
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: true,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: true
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
<!-- //script -->
</body>
</html>
<!-- // grids block 5 -->