-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtechnical.php
executable file
·428 lines (371 loc) · 17.3 KB
/
technical.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
<!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">
<style type="text/css">
.g-bg-color--sky-light {
background-color: #f5f8f9 !important;
}
.g-promo-section {
position: relative;
}
@media (min-width: 34em){
.g-padding-y-125--sm {
padding-top: 7.8125rem;
padding-bottom: 7.8125rem;
}
.g-padding-y-125--sm {
padding-top: 7.8125rem;
padding-bottom: 7.8125rem;
}
}
.g-padding-y-80--xs {
padding-top: 5rem;
padding-bottom: 5rem;
}
.g-height-400--xs {
height: 25rem;
}
@media (min-width: 48em){
.g-promo-section__img-right--md {
position: absolute;
top: 0;
right: 0;
}
.g-promo-section__img-left--md {
position: absolute;
top: 0;
left: 0;
}
.g-height-100-percent--md {
height: 100%;
}
}
.g-margin-b-30--xs {
margin-bottom: 1.875rem;
}
.g-bg-position--center {
background-size: cover !important;
background-position: center center !important;
}
.g-padding-y-80--xs {
padding-top: 5rem;
padding-bottom: 5rem;
}
.g-padding-x-40--xs {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.g-radius--50 {
border-radius: 3.125rem !important;
}
.s-btn--primary-brd {
color: #13b1cd;
background: transparent;
border-width: 0.0625rem;
border-style: solid;
border-color: #13b1cd;
}
.s-btn--sm {
font-size: 0.875rem;
font-weight: 400;
padding: 0.75rem 1.25rem;
}
.s-btn {
display: inline-block;
text-align: center;
vertical-align: middle;
border: none;
white-space: nowrap;
touch-action: manipulation;
cursor: pointer;
user-select: none;
transition-duration: 300ms;
transition-property: all;
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.text-uppercase {
text-transform: uppercase;
}
</style>
</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/Soc-Images/risc.jpg)">
<div class="carousel-container">
<div class="container">
<h3> TECHNICAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/Soc-Images/neuromancers.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> TECHNICAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/Soc-Images/nakshatra.jpg)">
<div class="carousel-container">
<div class="container">
<h3> TECHNICAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/Soc-Images/webd1.jpg)">
<div class="carousel-container">
<div class="container">
<h3> TECHNICAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/Soc-Images/fintech.jpg)">
<div class="carousel-container">
<div class="container">
<h3> TECHNICAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</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 -->
<!-- Little Details -->
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Robotics and Intelligent Systems Club (RISC)</h3>
<p>
RISC provides an interactive forum for students to pursue their passion and zeal for robotics. Students not only learn but also apply their technical skills to build bots of different kinds. Several workshops and events are conducted by RISC regularly. Through collaboration with organizations like IEEE and participation in various competitions held all across the country, students get fair exposure to the world of technology. RISC is also responsible for conducting all the robotic events (Yanthrix) in Wissenaire, the techno-management fest of IIT Bhubaneswar.
</p>
</div>
<a href="clubs/risc.php" class="cta">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/technical1.jpg);">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Web and Design Society (WebnD)</h3>
<p>
The Web and Design Society of IIT Bhubaneswar has the credit of managing and designing all the websites of the institute. We aim to inspire people to select web development as their second hobby and transform them into creative professionals by equipping them with the skill and art of creating websites and club designs. Members of the society actively conduct competitions and workshops for beginners and advanced web developers.
</p>
</div>
<a href="clubs/webd.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/technical4.jpg);">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Neuromancers, The Programming Society</h3>
<p>
The Programming Society aims at educating students about computers, programming languages and software tools. Comprising of coding enthusiasts from all branches of engineering, this society in association with organizations like ‘CodeChef’, and companies like ‘Microsoft’ and ‘IBM’, organizes many competitions, workshops and guest lectures relating to android app development, cloud computing, hacking etc., to equip the students with programming skills and transform them into successful individuals complete with the skills needed to thrive in the modern world of technology.
</p>
</div>
<a href="clubs/neuromancers.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/technical3.jpeg);">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Nakshatra, The Astronomy Club</h3>
<p>
The recently established society aims at enhancing and sharing humanity's scientific understanding of the universe. Armed with its newly acquired state of the art telescopes, the members of this club study celestial objects and phenomena of the 14-billion-year-old vast universe independently. The club also publishes a newsletter regularly.
</p>
</div>
<a href="clubs/nakshatra.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/technical2.jpg);">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Society of Finance, Economics and Business (FEBS)</h3>
<p>
FEBS is IIT Bhubaneswar's society of finance, economics, and business. The community is an agglomerate of enthusiastic people brought together by their love for finance, economics, and business and their aspiration to spread the importance of financial literacy in IIT Bhubaneswar. The prime motto of our society is to encourage the development of financial literacy, economic thought, and business ideas.
</p>
</div>
<a href="clubs/febs.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/febs.jpg);">
</div>
</div>
<!-- ======= 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>