-
Notifications
You must be signed in to change notification settings - Fork 6
/
team.html
348 lines (315 loc) · 15.5 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from gymkhana.iiita.ac.in/team.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 14 Dec 2020 10:44:30 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Gymkhana IIITA">
<meta name="author" content="Gymkhana">
<title>Gymkhana IIITA | Advisors</title>
<link rel="shortcut icon" href="img/favicon.ico">
<!-- Global Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i" rel="stylesheet">
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate/animate.min.css">
<link rel="stylesheet" href="css/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl-carousel/owl.theme.default.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- Core Stylesheets -->
<link rel="stylesheet" href="css/team.css">
</head>
<body id="page-top">
<!--====================================================
HEADER
======================================================-->
<header>
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav" data-toggle="affix">
<div class="container">
<a class="navbar-brand smooth-scroll" href="index.html">
<img src="img/glogo-1.png" alt="logo"
style="max-width: 100px; max-height: 100px; top: 5px; position: relative;">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link smooth-scroll" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="team.html">advisors</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="portals.html">portals</a></li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="news.html">News</a></li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="events.html">Events</a>
</li>
<li class="nav-item"><a class="nav-link smooth-scroll" href="tender.html">Tenders</a></li>
<li class="nav-item">
<a class="nav-link smooth-scroll" target="_blank" href="docs/constitution.pdf">Constitution</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--====================================================
LOGIN OR REGISTER
======================================================-->
<section id="login">
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" align="center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span class="fa fa-times" aria-hidden="true"></span>
</button>
</div>
<div id="div-forms">
<form id="login-form">
<h3 class="text-center">Login</h3>
<div class="modal-body">
<label for="username">Username</label>
<input id="login_username" class="form-control" type="text" placeholder="Enter username " required>
<label for="username">Password</label>
<input id="login_password" class="form-control" type="password" placeholder="Enter password" required>
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
</label>
</div>
</div>
<div class="modal-footer text-center">
<div>
<button type="submit" class="btn btn-general btn-white">Login</button>
</div>
<div>
<button id="login_register_btn" type="button" class="btn btn-link">Register</button>
</div>
</div>
</form>
<form id="register-form" style="display:none;">
<h3 class="text-center">Register</h3>
<div class="modal-body">
<label for="username">Username</label>
<input id="register_username" class="form-control" type="text" placeholder="Enter username" required>
<label for="register_email">E-mailId</label>
<input id="register_email" class="form-control" type="text" placeholder="Enter eMail" required>
<label for="register_password">Password</label>
<input id="register_password" class="form-control" type="password" placeholder="Password" required>
</div>
<div class="modal-footer">
<div>
<button type="submit" class="btn btn-general btn-white">Register</button>
</div>
<div>
<button id="register_login_btn" type="button" class="btn btn-link">Log In</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--====================================================
HOME-P
======================================================-->
<!-- <div id="home-p" class="home-p pages-head1 text-center">
<div class="container">
<h1 class="wow fadeInUp" data-wow-delay="0.1s">We offer a huge opportunity for growth</h1>
<p>Discover more about Team</p>
</div>
</div> -->
<!--====================================================
TEAM-P1
======================================================-->
<!--====================================================
TEAM-P2
======================================================-->
<section id="comp-offer" style="padding:25px 0;">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.2s">
<h2>Faculty Advisors</h2>
<div class="heading-border-light"></div>
<!-- <button class="btn btn-general btn-green" role="button">Councils</button> -->
<!-- <button class="btn btn-general btn-white" role="button">Contact Us Today</button> -->
</div>
<!-- <div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.8s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<div class="caption">
<i class="fa fa-chain"></i>
</div>
<img src="img/asmita.jpg" class="img-fluid" alt="...">
</div>
<h3>Asmita</h3>
<p class="desc">Asmita is the annual Sports festival of IIIT Allahabad. </p>
<a href="https://asmita.iiita.ac.in/" target="_blank"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a>
</div>
</div> -->
<div class="container-fluid">
<div class="row"
style="padding: 20px 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap">
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.4s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<!-- <div class="caption">
<i class="fa fa-chain"></i>
</div> -->
<img src="img/pavanchakraborty.jpg" style="width:100%;height:24rem" class="img-fluid Faculty-advisor-pic"
alt="...">
</div>
<h3>Prof. Pavan Chakraborty</h3>
<p class="desc">Dean Student Affairs</p>
<!-- <a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a> -->
</div>
</div>
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.6s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<!-- <div class="caption">
<i class="fa fa-chain"></i>
</div> -->
<img src="Images/bhushan.jpeg" style="width:100%;height: 24rem" class="img-fluid Faculty-advisor-pic"
alt="...">
</div>
<h3>Dr.B. SanthiBhushan</h3>
<p class="desc">Faculty-In-Charge Sports</p>
<!-- <a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====================================================
CONTACT HOME
======================================================-->
<!-- <div class="overlay-contact-h"></div>
<section id="contact-h" class="bg-parallax contact-h-bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="contact-h-cont">
<h3 class="cl-white">Continue The Conversation</h3><br>
<form>
<div class="form-group cl-white">
<label for="name">Your Name</label>
<input type="text" class="form-control" id="name" aria-describedby="nameHelp" placeholder="Enter name">
</div>
<div class="form-group cl-white">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
</div>
<div class="form-group cl-white">
<label for="subject">Subject</label>
<input type="text" class="form-control" id="subject" aria-describedby="subjectHelp" placeholder="Enter subject">
</div>
<div class="form-group cl-white">
<label for="message">Message</label>
<textarea class="form-control" id="message" rows="3"></textarea>
</div>
<button class="btn btn-general btn-white" role="button"><i fa fa-right-arrow></i>GET CONVERSATION</button>
</form>
</div>
</div>
</div>
</div>
</section> -->
<!--====================================================
NEWS
======================================================-->
<!-- <section id="comp-offer">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.2s">
<h2>Latest News</h2>
<div class="heading-border-light"></div>
<button class="btn btn-general btn-green" role="button">See More</button>
</div>
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.4s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<div class="caption">
<i class="fa fa-chain"></i>
</div>
<img src="img/news/news-1.jpg" class="img-fluid" alt="...">
</div>
<h3>Pricing Strategies for Product</h3>
<p class="desc">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from Business box. </p>
<a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a>
</div>
</div>
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.6s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<div class="caption">
<i class="fa fa-chain"></i>
</div>
<img src="img/news/news-9.jpg" class="img-fluid" alt="...">
</div>
<h3>Design Exhibitions of 2017</h3>
<p class="desc">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from Business box. </p>
<a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a>
</div>
</div>
<div class="col-md-3 col-sm-6 desc-comp-offer wow fadeInUp" data-wow-delay="0.8s">
<div class="desc-comp-offer-cont">
<div class="thumbnail-blogs">
<div class="caption">
<i class="fa fa-chain"></i>
</div>
<img src="img/news/news-12.jpeg" class="img-fluid" alt="...">
</div>
<h3>Exciting New Technologies</h3>
<p class="desc">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from Business box. </p>
<a href="#"><i class="fa fa-arrow-circle-o-right"></i> Learn More</a>
</div>
</div>
</div>
</div>
</section> -->
<!--====================================================
FOOTER
======================================================-->
<footer>
<div id="footer-s1" class="footer-s1">
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-3" style="text-align:center;">
<img src="img/glogo-1.png" style="max-width: 100px; max-height: 100px; position: relative; top: -15px;">
</div>
<div class="col-md-6" style="text-align:center;">
<p style="position: relative; top: 15px;">Website designed and developed by
<a href="https://geekhaven.iiita.ac.in" target="_blank">Web Development Wing </a>, <a target="_blank"
href="https://geekhaven.iiita.ac.in">GeekHaven.</a></a>
</p>
</div>
<div class="col-md-3" style="text-align:center;">
<img src="img/iiitLogo.gif" class="footer-img"
style="max-width: 100px; max-height: 100px; position: relative; ">
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Global JavaScript -->
<script src="js/jquery/jquery.min.js"></script>
<script src="js/popper/popper.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/wow/wow.min.js"></script>
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery-easing/jquery.easing.min.js"></script>
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from gymkhana.iiita.ac.in/team.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 14 Dec 2020 10:44:36 GMT -->
</html>