-
Notifications
You must be signed in to change notification settings - Fork 6
/
empower.html
284 lines (264 loc) · 11.7 KB
/
empower.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>ProDex IIT Kharagpur</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
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/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/remixicon/remixicon.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" />
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-inner-pages">
<div class="container d-flex align-items-center">
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html#portfolio" class="logo mr-auto"
><img src="assets/img/brand.png" alt="" class="img-fluid"
/></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html#portfolio">Home</a></li>
<!-- <li><a href="blog.html">Blogs</a></li> -->
<!-- <li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li class="active"><a href="#portfolio">Portfolio</a></li>
<li><a href="#team">Team</a></li> -->
<li class="drop-down">
<a href="javascript:;">Portfolio</a>
<ul>
<li><a href="siemens.html">Siemens Hackathon 2019</a></li>
<!-- <li class="drop-down"><a href="javascript:;">Deep Drop Down</a>
<ul>
<li><a href="javascript:;">Deep Drop Down 1</a></li>
<li><a href="javascript:;">Deep Drop Down 2</a></li>
<li><a href="javascript:;">Deep Drop Down 3</a></li>
<li><a href="javascript:;">Deep Drop Down 4</a></li>
<li><a href="javascript:;">Deep Drop Down 5</a></li>
</ul>
</li> -->
<li><a href="openiit18.html">Open IIT 2018</a></li>
<li><a href="cgiu.html">CGI U 2018</a></li>
<li><a href="prakriti.html">Prakriti Prod-D 2018</a></li>
<li><a href="rth.html">Rural Tech. Hackathon 2018</a></li>
<li><a href="ges.html">GES Product Design 2018</a></li>
<li><a href="masterpiece.html">Masterpiece Dubai 2017</a></li>
<li><a href="r3.html">R3 IIT Bombay 2017</a></li>
<li>
<a href="if.html">Invention Factory IIT Bombay 2022</a>
</li>
<li><a href="empower.html">EMPOWER 2022, IIT Madras</a></li>
<li><a href="novus.html">NOVUS X.0 Producathon 2021</a></li>
</ul>
</li>
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</nav>
<!-- .nav-menu -->
<!-- <a href="registration.html" class="get-started-btn">Register</a> -->
</div>
</header>
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<ol>
<li><a href="index.html#portfolio">Home</a></li>
<li>Portfolio Details</li>
</ol>
<h2>Portfolio Details: Student Design Challenge, Empower 2022</h2>
</div>
</section>
<!-- End Breadcrumbs -->
<!-- ======= Portfolio Details Section ======= -->
<section id="portfolio-details" class="portfolio-details">
<div class="container">
<div class="portfolio-details-container">
<div class="owl-carousel portfolio-details-carousel">
<img
src="assets/img/portfolio/empower.jpg"
class="img-fluid"
alt=""
/>
<!-- <img src="assets/img/portfolio/siemens2.png" class="img-fluid" alt="">
<img src="assets/img/portfolio/siemens1.jpg" class="img-fluid" alt=""> -->
</div>
<div class="portfolio-info">
<h3>Project information</h3>
<ul>
<li>
<strong>Event Name</strong>: Student Design Challenge, Empower
2022
</li>
<li><strong>Event date</strong>: 13-15 October, 2022</li>
<li><strong>Event Venue</strong>: IIT Madras Research Park</li>
<li>
<strong>Event URL</strong>:
<a
href="https://empower2022.in/"
>Click to Visit</a
>
</li>
</ul>
</div>
</div>
<div class="portfolio-description">
<h2>EMPOWER 2022, IIT Madras</h2>
<p>
The EMPOWER conference is an annual technical event, organized
with the objective of bringing together all stakeholders in the
assistive technology sector, which includes researchers, user
organizations, industries as well as policy makers. Two teams from
ProDex were selected as finalists for Empower 2022 held at IIT
Madras Research Park. <br /><br />
It was a product innovation for visually impaired assistance. The
top 8 teams were selected out of 87 teams from various
institutions across the nation. <br /><br />
Team Streamline were announced as winners. They were awarded a
cash prize for their innovation which was an application to detect
the volume of a liquid filled in a test tube or beaker to make
labs more accessible for the visually impaired. <br /><br />
</p>
</div>
</div>
</section>
<!-- End Portfolio Details Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<!-- <div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div> -->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>
<span style="color: #31a9e1">P</span>ro<span
style="color: #31a9e1"
>D</span
>ex
</h3>
<p>
Indian Institute Of Technology Kharagpur <br />
West-Bengal, 721302<br />
India <br /><br />
<strong>LinkedIn: @</strong>ProDex IIT Kharagpur<br />
<strong>Email:</strong> [email protected]<br />
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a href="index.html">Home</a>
</li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">What We Do</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#portfolio">Portfolio</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#contact">Contact Us</a></li> -->
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Areas Of Work</h4>
<ul>
<li><i class="bx bx-medal"></i> Hardware Modelling</li>
<li><i class="bx bx-medal"></i> Product Management</li>
<li><i class="bx bx-medal"></i> Design and Media</li>
<li><i class="bx bx-medal"></i> Web/App Development</li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="javascript:;">Graphic Design</a></li> -->
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Get in touch with us!</p>
<div class="social-links mt-3">
<!-- <a href="javascript:;" class="twitter"><i class="bx bxl-twitter"></i></a> -->
<a
href="https://www.facebook.com/prodex.iitkgp"
class="facebook"
><i class="bx bxl-facebook"></i
></a>
<!-- <a href="javascript:;" class="instagram"><i class="bx bxl-instagram"></i></a> -->
<!-- <a href="javascript:;" class="google-plus"><i class="bx bxl-skype"></i></a> -->
<a
href="https://www.linkedin.com/company/prodex-iit-kharagpur/about/"
class="linkedin"
><i class="bx bxl-linkedin"></i
></a>
<!-- <a href="https://github.com/ProDex-IIT-Kharagpur" class="github"><i class="bx bxl-github"></i></a> -->
<a
href="https://www.youtube.com/channel/UCMaLD7pBmxgstEuirySdoDQ"
class="youtube"
><i class="bx bxl-youtube"></i
></a>
<a href="https://www.instagram.com/prodex.iitkgp/" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>ProDex</span></strong> All Rights
Reserved
</div>
<div class="credits">
Designed with ❤ by <a href="javascript:;">ProDex IIT-Kharagpur</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="javascript:;" class="back-to-top"
><i class="ri-arrow-up-line"></i
></a>
<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/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>