-
Notifications
You must be signed in to change notification settings - Fork 3
/
facilities.php
executable file
·243 lines (191 loc) · 10.4 KB
/
facilities.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Students' Gymkhana, IIT Bhubaneswar</title>
<!-- Favicons -->
<link rel="shortcut icon" href="assets/img/logo.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-11 d-flex align-items-center">
<a href="https://iitbbs.ac.in/" style="border-left:0px; padding-right:14px;" class="logo"><img src="assets/img/logo.png" class="img-fluid"></a>
<a href="index.php" class="logo mr-auto"><img src="assets/img/SGLogo2.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.php">Home</a></li>
<li><a href="facilities.php">Facilities</a></li>
<li class="drop-down"><a href="#">Councils</a>
<ul>
<li><a href="technical.php">Technical council</a></li>
<li><a href="cultural.php">Socio-Cultural Council</a></li>
<li><a href="sports.php">Sports Council</a></li>
</ul>
</li>
<li><a href="fests.php">Fests</a></li>
<li class="drop-down"><a href="#">Meets</a>
<ul>
<li><a href="sportsmeet.php">Inter IIT Sports Meet</a></li>
<li><a href="techmeet.php">Inter IIT Tech Meet</a></li>
<li><a href="gc.php">General Championship</a></li>
<!-- <li><a href="ic.php">Innovation Challenge</a></li> -->
</ul>
</li>
<li><a href="office.php">Office</a></li>
<li><a href="assets/Constitution.pdf">Constitution</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</div>
</div>
</header><!-- End Header -->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active" style="background-image: url('./assets/img/facilities/fac.jpg')">
<div class="carousel-container">
</div>
</div>
<div class="carousel-item" style="background-image: url('./assets/img/facilities/fac1.jpg')">
<div class="carousel-container">
</div>
</div>
<div class="carousel-item" style="background-image: url('./assets/img/facilities/fac2.jpg')">
<div class="carousel-container">
</div>
</div>
<div class="carousel-item" style="background-image: url('./assets/img/facilities/fac3.jpg')">
<div class="carousel-container">
</div>
</div>
<div class="carousel-item" style="background-image: url('./assets/img/facilities/fac4.jpg')">
<div class="carousel-container">
</div>
</div>
<div class="carousel-item" style="background-image: url('./assets/img/facilities/fac5.jpg')">
<div class="carousel-container">
</div>
</div>
<div class="carousel-item" style="background-image: url('./assets/img/facilities/green3.jpg')">
<div class="carousel-container">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- End Intro Section -->
<section id="services" class="container-sp">
<div class="row">
<div class="col-12 col-md-7" data-aos="fade-up">
<header class="section-header wow fadeInUp">
<h3>Student Activity Center</h3>
</header>
<p class="p" align="justify">
IITs are well known for their fabulous amalgamation of extracurriculars with academics. At the heart of these activities, you can find the Students Activity Center. The SAC boasts an array of badminton, squash, basketball, and volleyball courts, complete with a swimming pool. It houses a gym, a dance room and plenty of amenities to assist the functioning of socio-cultural societies. The Student Activity Center ought to be a haven for sports and sociocultural activities at IIT Bhubaneswar for years to come.
</p>
</div>
<div class="col-md-5 order-md-first">
<img class="img-fluid d-block" src="assets/img/facilities/sac.jpg" alt="about image" style="height:325px; margin: auto;">
</div>
</div>
</div>
</section>
<section id="services" class="container-sp">
<div class="row">
<div class="col-12 col-md-7" data-aos="fade-up">
<header class="section-header wow fadeInUp">
<h3>Green Field Campus</h3>
</header>
<p class="p" align="justify">The horticulture activity started in the year 2015 as a first step towards ensuring a more vibrant and spirited environment filled with frondescence. The flora includes a variety of exotic and indigenous species (both deciduous and coniferous) like palm, pine, long-life tall trees and some medicinal plants.
The board members inaugurated the first phase of the Plantation Project by planting the saplings of Gulmohar and Mahogany around the Sports Ground on 10th July 2015. The main focus of the Horticulture Department, at least for the next five years lies in creating a natural landscape in newly constructed areas. Lush green gardens adorned with ornamental and medicinal plants help maintain a clean and healthy environment for the students and residents of the campus.
Nurturing nature is not just a duty but it's a responsibility and IIT Bhubaneswar believes that this is the best way to promote creativity amongst students and the verdure also creates a positive effect on mental and physical well-being. The plants and tress shall be chosen in such a way that it creates a habitat for local birds, bees and butterflies.
To achieve sustainability, the horticulture center focuses on building rooftop rainwater harvesting, surface rainwater harvesting infrastructure and setting up a waste management system and wastewater recycling plant. Also part of the 2015-2020 plan, an autonomous water irrigation system shall be set up to save expenditure.
</p>
</div>
<div class="col-md-5">
<img class="img-fluid d-block" src="assets/img/facilities/green.jpg" alt="about image" style="height:325px; margin: auto; margin-top: 10vh;">
</div>
</div>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in">IIT Bhubaneswar</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="assets/Constitution.pdf">Gymkhana Constitution</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in/cdc/">Career Development Cell</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
IIT Bhubaneswar<br>
At Arugul, Jatani<br>
Khordha, Odisha - 752050<br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Connect with us</h4>
<div class="social-links">
<a href="https://www.facebook.com/SG.IITBhubaneswar/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Developed by Web and Design Society, IIT Bhubaneswar
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>