-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecreation.php
36 lines (32 loc) · 1.63 KB
/
recreation.php
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
<?php
include("db.php");
// include("loadDump.php");
//include("dbremote.php");
?>
<?php
include 'header.php';
?>
<link rel="stylesheet" href="css/transport.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<!-- <link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<div class="bg-secondary rounded-0 text-white">
<div class="container p-3">
<div class="row justify-content-center">
<div class="col-sm-12">
<h3 class="fw-bold faculty-heading">RECREATION</h3>
</div>
</div>
</div>
</div>
<section class="bg-grey p-3" style="background-color:#fff !important;">
<div class="row">
<div>
On campus, there are several fantastic sports facilities. A well-equipped indoor sports courts for badminton, squash, table tennis, carom, and chess, as well as outdoor courts for basketball and volleyball, are all part of the sports complex. In outdoor games, we have basketball, volleyball, and lawn tennis court along with that games like cricket, soccer, hockey, and cycling are a few sports being practiced on the main campus. Activities like Hiking and Trekking are encouraged under guidance. The swimming pool is the center of attention on this campus. It is guarded by lifeguards and maintained to the greatest levels of hygienic and safety.
</div>
</div>
</section>
<?php
include 'footer.php';
?>