forked from vibhoregit/vibhoregit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsigmech.html
359 lines (303 loc) · 16 KB
/
sigmech.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
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Technites | Mechanical Projects</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- Styles -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body style="background-color: black">
<div class="modal fade" id="exampleModal1" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Bot Football</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h6 style="padding-left: 25px; padding-right: 25px;">
If you like robots and football then you'll love this one!
Get your friends and score goals against each other to win the game!
</h6>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Contraption</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h6 style="padding-left: 25px; padding-right: 25px;">
A collection of convoluted but precise mechanical movements and
mechanisms to achieve a simple task like moving a ball through
space over and over again, Contaption in a single phrase is pure
satisfaction.
</h6>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal3" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Fork Lift</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h6 style="padding-left: 25px; padding-right: 25px;">
Complete the tasks of loading and unloading
goods using a scaled down version of the industrial
fork lift.
</h6>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal4" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Humanoid Bot</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h6 style="padding-left: 25px; padding-right: 25px;">
Meet this friendly robot and watch it pull off
some cool tricks to amaze you.
</h6>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal5" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Kinematic Sculpture</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h6 style="padding-left: 25px; padding-right: 25px;">
Watch out for this absurdly satisfying piece of art
that moves in intricate patterns with LED visualisations
as an added bonus!
</h6>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal7" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Rubens' Tube</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h6 style="padding-left: 25px; padding-right: 25px;">
What could be more entertaining than fire and good
music? How about fire that will dance to that music?
Check out Rubens' tube @LHC-B!
</h6>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal6" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Pinball</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
The classical arcade game has been recreated by us
for the visitors to have fun time trying to pinball
for the longest!
</div>
</div>
</div>
</div>
<header id="particles-js" class="site-header mobile-sig-mech"">
<div class="header-bar">
<div class="container-fluid fix-nav">
<div class="row align-items-center">
<div class="col-10 col-lg-4">
<h1 class="site-branding flex">
<div>
<a href="http://www.engineernitk.org/">
<img src="img/Engi_logo_3.png" height="60px" style="vertical-align:middle">
</a>
</div>
</h1>
</div>
<div class="col-2 col-lg-8">
<nav class="site-navigation">
<div class="hamburger-menu d-lg-none">
<span></span>
<span></span>
<span></span>
<span></span>
</div><!-- .hamburger-menu -->
<ul>
<li><a href="index.html">TECHNITES 2018</a></li>
<li><a href="sig.html">SIG's</a></li>
<li><a href="about-us.html">ABOUT US</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="alumini.html">ALUMNI</a></li>
<li>
<a href="https://www.facebook.com/magiciansoftheafterdark" style="font-size: 30px;"><i class="fab fa-facebook-f"></i></a></li>
<li> <a href="https://www.instagram.com/technites_nitk/" style="font-size: 30px"><i class="fab fa-instagram"></i></a>
</li>
<li><a></a></li>
</ul><!-- flex -->
</nav><!-- .site-navigation -->
</div><!-- .col-12 -->
</div><!-- .row -->
</div><!-- container-fluid -->
<div class="container margin-nav">
<div class="row" id="s2">
<div class="col-12">
<div class="the-complete-lineup">
<div class="entry-title">
<p style="color: white">TECHNITES 2018</p>
<h2 style="color: white">Mechanical Projects</h2>
</div><!-- entry-title -->
<div class="row the-complete-lineup-artists">
<div class="col-6 col-md-4 col-lg-3 artist-single">
<figure class="featured-image">
<a href="#" data-toggle="modal" data-target="#exampleModal1"> <img src="Vignette\Mechanical\bot_football.png" alt=""> </a>
<a id="" href="#" class=" box-link " data-toggle="modal" data-target="#exampleModal1"> <img src="images/box.jpg" alt=""> </a>
</figure><!-- featured-image -->
<h2>Bot Football</h2>
</div><!-- artist-single -->
<!-- Modal -->
<div class="col-6 col-md-4 col-lg-3 artist-single">
<figure class="featured-image">
<a href="#" data-toggle="modal" data-target="#exampleModal2"> <img src="Vignette\Mechanical\Contraption.png" alt=""> </a>
<a id="" href="#" class=" box-link " data-toggle="modal" data-target="#exampleModal2"> <img src="images/box.jpg" alt=""> </a>
</figure><!-- featured-image -->
<h2>Contraption</h2>
</div><!-- artist-single -->
<!-- Modal -->
<div class="col-6 col-md-4 col-lg-3 artist-single">
<figure class="featured-image">
<a href="#" data-toggle="modal" data-target="#exampleModal3"> <img src="Vignette\Mechanical\forklift.png" alt=""> </a>
<a id="" href="#" class=" box-link " data-toggle="modal" data-target="#exampleModal3"> <img src="images/box.jpg" alt=""> </a>
</figure><!-- featured-image -->
<h2>Fork Lift</h2>
</div><!-- artist-single -->
<!-- Modal -->
<div class="col-6 col-md-4 col-lg-3 artist-single">
<figure class="featured-image">
<a href="#" data-toggle="modal" data-target="#exampleModal4"> <img src="Vignette\Mechanical\Humanoid_bot.png" alt=""> </a>
<a id="" href="#" class=" box-link " data-toggle="modal" data-target="#exampleModal4"> <img src="images/box.jpg" alt=""> </a>
</figure><!-- featured-image -->
<h2>Humanoid Bot</h2>
</div><!-- artist-single -->
<!-- Modal -->
<div class="col-6 col-md-4 col-lg-3 artist-single">
<figure class="featured-image">
<a href="#" data-toggle="modal" data-target="#exampleModal5"> <img src="Vignette\Mechanical\Kinematic_sculpture.png" alt=""> </a>
<a id="" href="#" class=" box-link " data-toggle="modal" data-target="#exampleModal5"> <img src="images/box.jpg" alt=""> </a>
</figure><!-- featured-image -->
<h2>Kinematic Sculpture</h2>
</div><!-- artist-single -->
<!-- Modal -->
<div class="col-6 col-md-4 col-lg-3 artist-single">
<figure class="featured-image">
<a href="#" data-toggle="modal" data-target="#exampleModal6"> <img src="Vignette\Mechanical\pinball-arcade.png" alt=""> </a>
<a id="" href="#" class=" box-link " data-toggle="modal" data-target="#exampleModal6"> <img src="images/box.jpg" alt=""> </a>
</figure><!-- featured-image -->
<h2>Pinball</h2>
</div><!-- artist-single -->
<!-- Modal -->
<div class="col-6 col-md-4 col-lg-3 artist-single">
<figure class="featured-image">
<a href="#" data-toggle="modal" data-target="#exampleModal7"> <img src="Vignette\Mechanical\Rubens_tube.png" alt=""> </a>
<a id="" href="#" class=" box-link " data-toggle="modal" data-target="#exampleModal7"> <img src="images/box.jpg" alt=""> </a>
</figure><!-- featured-image -->
<h2>Rubens' Tube</h2>
</div><!-- artist-single -->
<!-- Modal -->
</div><!-- the-complete-lineup-artists -->
</div><!-- the-complete-lineup -->
</div><!-- col-12 -->
</div><!-- row -->
</div>
<div class="homepage-next-events" id="s3">
</div>
</div><!-- header-bar -->
</header><!-- .site-header -->
<!-- hero content -->
<!-- .hero-content -->
<footer class="site-footer">
<div class="footer-cover-title flex justify-content-center align-items-center">
<h2>ENGI 2018</h2>
</div><!-- .site-footer -->
<div class="footer-content-wrapper">
<div class="container">
<div class="row">
<div class="col-12">
<div class="entry-title">
<a href="#">TECHNITES</a>
</div><!-- entry-title -->
<div class="entry-mail">
<a href="#"></a>
</div><!-- .entry-mail -->
<div class="copyright-info">
Made with love, care and HTML5 <br>
Module designed by Priyam & Shushant <br> Contributors: Rakshita, Sankalp, Shweta and Thejaswini
</div>
</div><!-- col -->
</div><!-- row -->
</div><!-- container -->
</div><!-- footer-content-wrapper -->
</footer><!-- site-footer -->
<script type='text/javascript' src='js/jquery.js'></script>
<script type='text/javascript' src='js/masonry.pkgd.min.js'></script>
<script type='text/javascript' src='js/jquery.collapsible.min.js'></script>
<script type='text/javascript' src='js/swiper.min.js'></script>
<script type='text/javascript' src='js/jquery.countdown.min.js'></script>
<script type='text/javascript' src='js/circle-progress.min.js'></script>
<script type='text/javascript' src='js/jquery.countTo.min.js'></script>
<script type='text/javascript' src='js/custom.js'></script>
<!-- scripts -->
<script src="particles.js"></script>
<script src="js/app.js"></script>
<!-- stats.js -->
<script src="js/lib/stats.js"></script>
</body>
</html>