-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
369 lines (341 loc) · 17.8 KB
/
index.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
360
361
362
363
364
365
366
367
368
369
<!doctype html>
<html lang="en">
<head>
<!-- Theme Made By www.w3schools.com - No Copyright -->
<title>Metis</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="icon" type="image/png" href="images/code_energy_favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif">
<link rel="stylesheet" type="text/css" href="slick-1.8.1/slick/slick.css" />
<link rel="stylesheet" type="text/css" href="slick-1.8.1/slick/slick-theme.css" />
<!-- <link rel="stylesheet" href="aos-master/dist/aos.css"> -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.7.4/css/mdb.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/project_list.css">
<link rel="stylesheet" href="css/stylish.css">
<link rel="stylesheet" href="css/footer_design.css">
</head>
<body>
<!-- First Container -->
<div class="wrapper" id="front" style="height:700px;">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark px-5 py-2 my-3 round fixed-top ml-auto mr-auto" style="border-radius:35px;background: rgba(22, 20, 20, 0.81);width:85%;">
<!-- Image and text -->
<a class="navbar-brand" href="#front" id="white_l2">
<img src="images/metis.jpg" width="30" height="30" class="d-inline-block align-top" alt="">
METIS
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" style="text-align:right;">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#front" id="white_l"><i class="fas fa-home"></i>Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#fog" id="white_l"><i class="fas fa-project-diagram"></i>Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About" id="white_l"><i class="fas fa-user-edit"></i>About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team" id="white_l"><i class="fas fa-users"></i>Team</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="container my-auto">
<div class="row">
<svg viewBox="0 0 960 300">
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="80%">Metis</text>
</symbol>
<g class="g-ants">
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
</g>
</svg>
</div>
</div>
<p class="lead display-5 text-center">The Code-Blooded</p>
</div>
</div>
</div>
</div>
</div>
<!-- Projects -->
<div class="wrap" id="fog">
<h1 class="project_heading display-3" style="font-family:'PT Serif', serif;">Our Projects</h1>
<div class="projects">
<div>
<div class="card text-dark plink">
<a href="https://github.com/coding-iitgn/GNius" target="_blank"></a>
<img class="card-img" src="images/GNius.png" height="190px">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;font-family: 'PT Serif', serif;">GNius</h4>
<p class="card-text" style="margin-bottom: 15%">The portal was made to accumulate every feature that the institute student needs, all in one place. The problems that a hostel student frequently encountered was brought together.</p>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/coding-iitgn/GNius" data-size="large" data-show-count="true" aria-label="Star coding-iitgn/GNius on GitHub">Star</a>
</div>
</div>
</div>
<div>
<div class="card text-dark plink">
<a href="https://github.com/coding-iitgn/ChromeDino" target="_blank"></a>
<img class="card-img" src="images/chrome-dino.png" height="190px"> <!-- Image credits: https://www.androidpolice.com/wp-content/uploads/2018/11/chrome-dino-hero.png -->
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;font-family: 'PT Serif', serif;">ChromeDino</h4>
<p class="card-text" style="margin-bottom: 70px">Using the Webcam of your System we can control Google Chrome Dinosaur Game that shows up in offline Mode.</p>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/coding-iitgn/ChromeDino" data-size="large" data-show-count="true" aria-label="Star coding-iitgn/ChromeDino on GitHub">Star</a>
</div>
</div>
</div>
<div>
<div class="card text-dark plink">
<a href="https://github.com/coding-iitgn/Real-Time-Facial-Emotion-Recogniser" target="_blank"></a>
<img class="card-img" src="images/emotion_AI.jpg" height="190px">
<!-- Image credits: https://cdn.technologynetworks.com/tn/images/thumbs/jpeg/640_360/emotion-recognition-ai-m-unveiled-at-conference-rivaling-industry-leaders-in-accuracy-312824.jpg?v=9953972 -->
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;font-family: 'PT Serif', serif;">Real Time Facial Emotion Recogniser</h4>
<p class="card-text" style="margin-bottom: 40px">RTFER predicts the emotion of the face and displays the respective emoji in the place of the face on the live video.</p>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/coding-iitgn/Real-Time-Facial-Emotion-Recogniser" data-size="large" data-show-count="true" aria-label="Star coding-iitgn/Real-Time-Facial-Emotion-Recogniser on GitHub">Star</a>
</div>
</div>
</div>
<div>
<div class="card text-dark plink">
<a href="https://github.com/coding-iitgn/Ask-Questions" target="_blank"></a>
<img class="card-img" src="images/Ask_questions.png" height="190px">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;font-family: 'PT Serif', serif;">Ask Questions</h4>
<p class="card-text" style="margin-bottom: 95px">This is a fully functional Question and Answer website built using django</p>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/coding-iitgn/Ask-Questions" data-size="large" data-show-count="true" aria-label="Star coding-iitgn/Ask-Questions on GitHub">Star</a>
</div>
</div>
</div>
<div>
<div class="card text-dark">
<img class="card-img" src="images/sudoku.jpg" height="190px">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;font-family: 'PT Serif', serif;">Sudoku Solver</h4>
<p class="card-text" style="margin-bottom: 95px">A solver integrated with image processing. Given a Sudoku, the program will be able to complete the Sudoku matrix</p>
</div>
</div>
</div>
<div>
<div class="card text-dark">
<img class="card-img" src="images/food_delivery.jpg" height="190px">
<div class="card-body">
<h4 class="card-title" style="font-weight: bold;font-family: 'PT Serif', serif;">Food IN</h4>
<p class="card-text" style="margin-bottom: 95px">A user friendly food ordering app. An app which lets you order food, from your room, to the dorm canteens and saves your time by reducing the waiting time for your order.</p>
</div>
</div>
</div>
</div>
</div>
<div id="About"></div>
<div class="About_Us_Image" style="padding-top: 2.5%;padding-bottom: 5%;margin-top: 5%;margin-bottom: 3%">
<div class="About_Us">
<div class="container">
<h1 style="padding-bottom: 3%;color:#dd4b39;"><b>About Us</b></h1>
<div class="row">
<div class="col-lg-6">
<h2 style="color:#dd4b39;"><strong>Our Goal</strong></h2>
<p>We, the Coding Club "METIS" at IITGN aim at spreading knowledge related to computer programming to the students. Along the way, we see ourselves developing many websites and applications that will be useful to our community, and beyond.</p>
</div>
<div class="col-lg-6">
<h2 style="color:#dd4b39;"><strong>Our Process</Strong></h2>
<p>We arrange weekly workshops focusing on basic programming languages like JAVA and designing languages like HTML. We actively participate in challenges like the overnight Hackathon competition. Through these we strive to inculcate a coding culture in our community and the "Code-Blooded" spirit among those who are part of it.</p>
</div>
</div>
</div>
</div>
<div id="team"></div>
</div>
<br>
<!--
<div class="container">
<div class="row">
<div class="col-lg-6">
This is column 1
</div>
<div class="col-lg-6">
This is column 2
</div>
</div>
</div>
-->
<!-- Footer -->
<!-- Section: Team v.1 -->
<section class="team-section text-center my-5">
<!-- Section heading -->
<h2 class="h1-responsive font-weight-bold my-5 black-text">Website Developers</h2>
<!-- Section description -->
<!-- Grid row -->
<div class="row" style="width: 100%">
<!-- Grid column -->
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="avatar mx-auto">
<img src="images/Dishank_MWebsite.jpg" class="rounded-circle z-depth-1" height=230px width=240px
alt="Sample avatar">
</div>
<h5 class="font-weight-bold mt-4 mb-3 black-text">Dishank Goel</h5>
<p class="text-uppercase blue-text">
<strong>CSE Undergraduate</strong>
</p>
<p class="grey-text">Studies at IITGn</p>
<ul class="list-unstyled mb-0">
<a class="p-2 fa-lg fb-ic">
<i class="fab fa-linkedin blue-text" href="https://www.linkedin.com/in/dishank-goel-2a0a0816b"> </i>
</a>
<a class="p-2 fa-lg tw-ic">
<i class="fab fa-github blue-text"> </i>
</a>
<a class="p-2 fa-lg ins-ic">
<i class="far fa-envelope blue-text" href="mailto:[email protected]"> </i>
</a>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="avatar mx-auto">
<img src="images/Sachin_MWebsite.jpg" class="rounded-circle z-depth-1" height=230px width=240px
alt="Sample avatar">
</div>
<h5 class="font-weight-bold mt-4 mb-3 black-text">Sachin Yadav</h5>
<p class="text-uppercase blue-text">
<strong>CSE Undergraduate</strong>
</p>
<p class="grey-text">Studies at IITGn</p>
<ul class="list-unstyled mb-0">
<a class="p-2 fa-lg fb-ic" href="https://www.linkedin.com/in/yadav-sachin">
<i class="fab fa-linkedin blue-text"> </i>
</a>
<a class="p-2 fa-lg ins-ic" href="https://github.com/yadav-sachin">
<i class="fab fa-github blue-text"> </i>
</a>
<a class="p-2 fa-lg ins-ic" href="mailto:[email protected]">
<i class="far fa-envelope blue-text"> </i>
</a>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="avatar mx-auto">
<img src="images/Website_My_Photo_2.jpg" class="rounded-circle z-depth-1" height=230px width=240px
alt="Sample avatar">
</div>
<h5 class="font-weight-bold mt-4 mb-3 black-text">Amey Kulkarni</h5>
<p class="text-uppercase blue-text">
<strong>CSE Undergraduate</strong>
</p>
<p class="grey-text">Studies at IITGn</p>
<ul class="list-unstyled mb-0">
<!-- Instagram -->
<a class="p-2 fa-lg ins-ic" href="https://github.com/Ameya27">
<i class="fab fa-github blue-text"> </i>
</a>
<!-- Dribbble -->
<a class="p-2 fa-lg ins-ic" href="mailto:[email protected]">
<i class="far fa-envelope blue-text"> </i>
</a>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
</div>
<!-- Grid row -->
</section>
<!-- Section: Team v.1 -->
<footer class ="fdes pb-0 mb-0" style="background-color:(0,0,0);">
<div class="Container_Ref" style="background-color:(0,0,0)">
<h1 class="FHead" style="color:#dd4b39;">Metis - IIT Gandhinagar</h1><br>
<div class="Row_Ref1">
<div class="container">
<div class="row">
<div class=" col-lg-3">
<span style="color:#dd4b39;font-size:130%;">About us</span>
<li class="about">Metis is the official coding club of IIT Gandhinagar</li>
</div>
<div class=" col-lg-3">
<span style="color:#dd4b39;font-size:130%;">Feedback</span>
<li class="about">Do send your feedback to the coding club mail id<br>
</li>
<p></p>
</div>
<div class=" col-lg-3">
<span style="color:#dd4b39;font-size:130%;">Contact Information</span><br>
<li>Email: [email protected]</li>
</div>
<div class="col-lg-3">
<span style="color:#dd4b39;font-size:130%;">Contact Us</span>
<br />
<a href="https://www.facebook.com/metisiitgn/"><i id="social-fb" class="fab fa-facebook-square fa-3x social"></i></a>
<a href="mailto:[email protected]"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
<a href="https://github.com/coding-iitgn"><i id="social-tw" class="fab fa-github-square fa-3x social"></i></a>
</div>
</div>
</div>
</div>
</div>
<div>
<div style="text-align:center; padding: 30px">
<span style="color:#dd4b39"> <i class="far fa-copyright"></i> 2019 - Metis -IIT Gandhinagar</span>
</div>
</div>
</footer>
<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> -->
<!-- <script type="text/javascript" src="code.jquery.com/jquery-1.11.0.min.js"></script> -->
<!-- <script type="text/javascript" src="code.jquery.com/jquery-migrate-1.2.1.min.js"></script> -->
<script type="text/javascript" src="slick-1.8.1/slick/slick.min.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="vanta-master/vendor/three.r92.min.js"></script>
<!-- <script src="vanta-master/dist/vanta.waves.min.js"></script>
<script>
VANTA.WAVES({
el: "#fog",
color: 0x0
})
</script> -->
<script src="vanta-master/dist/vanta.net.min.js"></script>
<script>
VANTA.NET({
el: "#fog",
color: 0x204119,
backgroundColor: 0x0
});
</script>
<!-- <script src="aos-master/dist/aos.js"></script> -->
<!-- <script src="vanta-master/vendor/three.r92.min.js"></script> -->
<script src="vanta-master/dist/vanta.dots.min.js"></script>
<script>
VANTA.DOTS({
el: "#front",
color: 0xbd951b,
color2: 0x5194cc,
size: 6.10,
spacing: 26.00
});
</script>
<script src="scripts/project_file.js"></script>
<script src="scripts/jscript.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>