-
Notifications
You must be signed in to change notification settings - Fork 1
/
associates.php
442 lines (400 loc) · 13.7 KB
/
associates.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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IIIC — INFO COMMUNICATION INCUBATION CENTER</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
<meta name="author" content="FREEHTML5.CO" />
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO
Website: http://freehtml5.co/
Email: info@freehtml5.co
Twitter: http://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!--
Default Theme Style
You can change the style.css (default color purple) to one of these styles
1. pink.css
2. blue.css
3. turquoise.css
4. orange.css
5. lightblue.css
6. brown.css
7. green.css
-->
<link rel="stylesheet" href="css/style2.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
<style>
/* .nav-brand {
height: 20px;
width: 20px;
} */
.main-logo {
height: 100px;
}
.fh5co-block {
height: 500px;
}
.intro {
margin-bottom: -250px;
}
.why-button {
color : white;
text-decoration: none;
}
.why-button:hover {
text-decoration: none;
}
.events {
z-index: 2;
}
.dropdown {
display: none;
position: relative;
}
</style>
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<div class="nav-brand"><a class="navbar-brand" href="index.php"><img src="images/iiic_black.png"
width="200" height="40" alt=""></a></div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" id="home" style="color:black" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" id="why" style="color:black"><span>Why IIIC?<span></a></li>
<li><a href="#" id="events"style="color:black"><span>Events</span></a></li>
<li><a href="#" id="apply"style="color:black"style="color:black"><span>Apply</span></a></li>
<li><a href="#" id="gap"style="color:black" data-nav-section="intro"><span>Got A Problem</span></a></li>
<li><a href="#" id="pdc"style="color:black" data-nav-section="intro"><span>Product Dev</span></a></li>
<li class="drop"><a href="#"style="color:black"style="color:black">Team</a>
<ul class="dropdown">
<li><a href="#" id="fcteam"style="color:black"style="color:black"style="color:black"style="color:black">Official Team</a></li>
<li><a href="#" id="stdteam"style="color:black"style="color:black"style="color:black">Student Team</a></li>
</ul>
</li>
<li><a href="#" id="contact" data-nav-section="contact"style="color:black"><span>Contact</span></a></li>
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<section id="fh5co-about" data-section="about">
<div class="container-fluid" style="margin-top: 100px">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Associations</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<!-- <h3>Official Team of IIIC</h3> -->
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<img src="images/brands/legal.jpg" alt="Image" height="50" width="100">
<!-- <span class="fh5co-position">Patron</span> -->
<p></p>
<!-- <ul class="social social-circle">
<li><a href="mailto:pnagabhushan@iiita.ac.in" title="pnagabhushan@iiita.ac.in"><i class="icon-envelope"></i></a></li>
</ul> -->
</div>
</div>
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<img src="images/brands/mylegalworklogo_black.png" alt="Image" height="50" >
<p></p>
<!-- <span class="fh5co-position">Chair person</span> -->
<!-- <ul class="social social-circle">
<li>
<a href="#">
<i class="icon-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:tlahiri@iiita.ac.in" title="tlahiri@iiita.ac.in">
<i class="icon-envelope"></i>
</a>
</li>
</ul> -->
</div>
</div>
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<img src="images/brands/ian.png" alt="Image" height="50">
<p></p>
<!-- <span class="fh5co-position">Faculty Advisor</span> -->
<!-- <ul class="social social-circle">
<li>
<a href="#">
<i class="icon-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:rkala@iiita.ac.in" title="rkala@iiita.ac.in">
<i class="icon-envelope"></i>
</a>
</li>
</ul> -->
</div>
</div>
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<img src="images/brands/ripple1.png" alt="Image" height="50">
<p></p>
<!-- <span class="fh5co-position">Faculty Advisor</span> -->
<!-- <ul class="social social-circle">
<li>
<a href="#">
<i class="icon-linkedin"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon-envelope"></i>
</a>
</li>
</ul> -->
</div>
</div>
</div>
</div>
<div class="container-fluid" style="margin-top: 100px">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">E-SUMMIt SPONSORS</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<!-- <h3>Official Team of IIIC</h3> -->
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<a href="https://www.infotechhub.in/" target="blank"> <img src="images/brands/infotech.png" alt="Image" height="80" width="200"></a>
<!-- <span class="fh5co-position">Patron</span> -->
<p></p>
<!-- <ul class="social social-circle">
<li><a href="mailto:pnagabhushan@iiita.ac.in" title="pnagabhushan@iiita.ac.in"><i class="icon-envelope"></i></a></li>
</ul> -->
</div>
</div>
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<a href="https://collegedunia.com/" target="blank"> <img src="images/brands/clgd.jpg" alt="Image" height="80" width="200" ></a>
<p></p>
<!-- <span class="fh5co-position">Chair person</span> -->
<!-- <ul class="social social-circle">
<li>
<a href="#">
<i class="icon-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:tlahiri@iiita.ac.in" title="tlahiri@iiita.ac.in">
<i class="icon-envelope"></i>
</a>
</li>
</ul> -->
</div>
</div>
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<a href="https://www.thecollegefever.com/" target="blank"> <img src="images/brands/cfever.jpg" alt="Image" height="80" width="200"></a>
<p></p>
<!-- <span class="fh5co-position">Faculty Advisor</span> -->
<!-- <ul class="social social-circle">
<li>
<a href="#">
<i class="icon-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:rkala@iiita.ac.in" title="rkala@iiita.ac.in">
<i class="icon-envelope"></i>
</a>
</li>
</ul> -->
</div>
</div>
<div class="col-md-3">
<div class="fh5co-person text-center to-animate">
<a href="https://www.time4education.com/" target="blank"><img src="images/brands/time.png" alt="Image" height="80" width="200"></a>
<p></p>
<!-- <span class="fh5co-position">Faculty Advisor</span> -->
<!-- <ul class="social social-circle">
<li>
<a href="#">
<i class="icon-linkedin"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="icon-envelope"></i>
</a>
</li>
</ul> -->
</div>
</div>
</div>
</div>
</section>
<footer id="footer" role="contentinfo">
<a href="#" class="gotop js-gotop">
<i class="icon-arrow-up2"></i>
</a>
<div class="container">
<div class="footer" style=" margin-top : 20px;">
<div class="col-md-12 text-center">
<p>© INFO COMMUNICATION INCUBATION CENTER. All Rights Reserved.
<br>Created by Web Team IIIC </p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<!-- <li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li> -->
<li>
<a href="https://www.facebook.com/pg/iiicallahabad/about/?ref=page_internal" target="_blank">
<i class="icon-facebook"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/iiicallahabad/" target="_blank">
<i class="icon-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End demo purposes only -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCyFfbNDc_rw3a4K9JQ6y2bjzZn0xGM56s&sensor=false"></script>
<script src="js/google_map.js"></script>
<script>
$(".drop")
.mouseleave(function() {
$(".dropdown").hide(300);
});
$(".drop")
.mouseover(function() {
$(".dropdown").show(300);
});
</script>
<script>
document.getElementById("events").onclick = function () {
location.href = "events.php";
};
document.getElementById("why").onclick = function () {
location.href = "why.php";
};
document.getElementById("apply").onclick = function () {
location.href = "apply.php";
};
document.getElementById("home").onclick = function () {
location.href = "index.php";
};
document.getElementById("gap").onclick = function () {
location.href = "gotaproblem.php";
};
document.getElementById("contact").onclick = function () {
location.href = "index.php#cntct";
};
document.getElementById("pdc").onclick = function () {
location.href = "pdc.php";
};
document.getElementById("fcteam").onclick = function () {
location.href = "officialTeam.php";
};
document.getElementById("stdteam").onclick = function () {
location.href = "coreTeam.php";
};
</script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main2.js"></script>
</body>
</html>