-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
297 lines (254 loc) · 18.7 KB
/
about.html
File metadata and controls
297 lines (254 loc) · 18.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About AICTE IDEA Lab | IIIT-NR</title>
<link rel="icon" type="image/png" href="iiitlogo.png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" media="print" onload="this.media='all'">
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"></noscript>
</head>
<body class="font-sans bg-gray-50">
<!-- Top Bar -->
<div class="top-bar">
<div class="container">
<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="display: none;">
<i class="fas fa-envelope" style="margin-right: 0.5rem;"></i> idealab@iiitnr.edu.in | <i class="fas fa-phone" style="margin-left: 1rem; margin-right: 0.5rem;"></i> +91-771-2474101
</div>
<div style="display: flex; gap: 1rem;">
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;"></a>
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;"></a>
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;"></a>
</div>
</div>
</div>
</div>
<!-- Header -->
<header>
<div class="header-container">
<div class="logo-section">
<img src="iiitlogo.png" alt="IIIT-NR Logo">
<div class="logo-divider"></div>
<div class="logo-text">
<h1>AICTE IDEA LAB</h1>
<p>IIIT NAYA RAIPUR</p>
</div>
</div>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="index.html#facilities">Facilities</a>
<a href="index.html#events">Events</a>
<a href="index.html#team">Team</a>
<a href="index.html#contact">Contact</a>
</nav>
<button class="hamburger"><i class="fas fa-bars"></i></button>
</div>
</header>
<!-- Page Header -->
<section class="hero-section" style="background-image: url('https://www.iiitnr.ac.in/sites/default/files/styles/slider_image/public/slider_images/slider4.jpg'); height: 300px;">
<div class="hero-overlay" style="background: linear-gradient(rgba(0, 51, 102, 0.85), rgba(0, 51, 102, 0.85));">
<h1>About AICTE IDEA Lab</h1>
<p>Innovation, Development, Evaluation & Application</p>
</div>
</section>
<!-- Main Content -->
<section class="about-section">
<div class="container">
<div style="max-width: 100%;">
<h2 class="section-title">What is AICTE IDEA Lab?</h2>
<div class="underline"></div>
<p style="margin-bottom: 1.5rem; color: var(--text-light); font-size: 1rem; line-height: 1.8;">
AICTE-IDEA (Idea Development, Evaluation & Application) Labs represent a nationwide initiative launched by the All India Council for Technical Education to foster innovation and entrepreneurship among engineering students. These labs serve as collaborative spaces where theoretical knowledge meets practical application, enabling students to transform their ideas into tangible prototypes and products.
</p>
</div>
</div>
</section>
<!-- Team Section - Leadership & Core Team -->
<section style="padding: 4rem 1rem; background-color: white;">
<div class="container">
<h2 class="section-title" style="text-align: center;">Our Leadership & Team</h2>
<div class="underline" style="margin-left: auto; margin-right: auto;"></div>
<!-- Chief Mentor -->
<div style="margin-top: 3rem; margin-bottom: 3rem; padding: 2rem; background-color: #f3f4f6; border-radius: 0.5rem; border-left: 4px solid var(--iiit-accent);">
<h3 style="font-size: 1.5rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 1rem;">
<i class="fas fa-star" style="color: var(--iiit-accent); margin-right: 0.5rem;"></i> Chief Mentor
</h3>
<div style="display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: start;">
<div style="width: 120px; height: 120px; background-color: #e5e7eb; border-radius: 0.5rem; overflow: hidden; flex-shrink: 0;">
<img src="kgsir.jpg" alt="Dr. Srinivasa K G" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<div>
<h4 style="font-size: 1.25rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem;">Dr. Srinivasa K G</h4>
<p style="color: var(--iiit-accent); font-weight: 600; margin-bottom: 0.75rem;">Professor (DSAI) and Dean (Academics)</p>
<p style="color: var(--text-light); line-height: 1.6;">Visionary leader driving the IDEA Lab mission with expertise in data science and academic innovation.</p>
</div>
</div>
</div>
<!-- Faculty Coordinators -->
<h3 style="font-size: 1.25rem; font-weight: 700; color: var(--iiit-blue); margin-top: 3rem; margin-bottom: 1.5rem;">
<i class="fas fa-users" style="color: var(--iiit-accent); margin-right: 0.5rem;"></i> Faculty Coordinators
</h3>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;">
<div style="padding: 1.5rem; background-color: white; border: 1px solid var(--border-light); border-radius: 0.5rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);">
<div style="width: 100px; height: 100px; background-color: #e5e7eb; border-radius: 0.5rem; margin-bottom: 1rem; overflow: hidden;">
<img src="Khapresir.jpg" alt="Dr. Shailesh Khapre" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem;">Dr. Shailesh Khapre</h4>
<p style="color: var(--iiit-accent); font-weight: 600; font-size: 0.875rem; margin-bottom: 0.75rem;">Faculty Coordinator</p>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">Assistant Professor, Department of Data Science and Artificial Intelligence</p>
</div>
<div style="padding: 1.5rem; background-color: white; border: 1px solid var(--border-light); border-radius: 0.5rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);">
<div style="width: 100px; height: 100px; background-color: #e5e7eb; border-radius: 0.5rem; margin-bottom: 1rem; overflow: hidden;">
<img src="Murmu sir.jpg" alt="Dr. Lakhindar Murmu" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem;">Dr. Lakhindar Murmu</h4>
<p style="color: var(--iiit-accent); font-weight: 600; font-size: 0.875rem; margin-bottom: 0.75rem;">Faculty Co-Coordinator</p>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">Assistant Professor, Department of Electronics and Communication Engineering</p>
</div>
</div>
<!-- Student Ambassadors -->
<h3 style="font-size: 1.25rem; font-weight: 700; color: var(--iiit-blue); margin-top: 3rem; margin-bottom: 1.5rem;">
<i class="fas fa-user-tie" style="color: var(--iiit-accent); margin-right: 0.5rem;"></i> Student Ambassadors
</h3>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem;">
<div style="padding: 1.5rem; background-color: #f9fafb; border-radius: 0.5rem; border-left: 3px solid var(--iiit-accent);">
<h4 style="font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem;">Chandan Singh Chauhan</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Student Ambassador</p>
</div>
<div style="padding: 1.5rem; background-color: #f9fafb; border-radius: 0.5rem; border-left: 3px solid var(--iiit-accent);">
<h4 style="font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem;">Shivanshu Vishwakarma</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Student Ambassador</p>
</div>
<div style="padding: 1.5rem; background-color: #f9fafb; border-radius: 0.5rem; border-left: 3px solid var(--iiit-accent);">
<h4 style="font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem;">Ishaan Singh</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Student Ambassador</p>
</div>
</div>
<!-- Tech Gurus -->
<h3 style="font-size: 1.25rem; font-weight: 700; color: var(--iiit-blue); margin-top: 3rem; margin-bottom: 1.5rem;">
<i class="fas fa-tools" style="color: var(--iiit-accent); margin-right: 0.5rem;"></i> Tech Gurus
</h3>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem;">
<div style="padding: 1.5rem; background-color: #f9fafb; border-radius: 0.5rem; border-left: 3px solid var(--iiit-blue);">
<h4 style="font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem;">Purnendra Kumar Druw</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Lab Assistant (IoT)</p>
</div>
<div style="padding: 1.5rem; background-color: #f9fafb; border-radius: 0.5rem; border-left: 3px solid var(--iiit-blue);">
<h4 style="font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem;">Technical Assistant (SS)</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">CSE Department</p>
</div>
<div style="padding: 1.5rem; background-color: #f9fafb; border-radius: 0.5rem; border-left: 3px solid var(--iiit-blue);">
<h4 style="font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem;">Upendra Agrawal (SS)</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">ECE Department</p>
</div>
<div style="padding: 1.5rem; background-color: #f9fafb; border-radius: 0.5rem; border-left: 3px solid var(--iiit-blue);">
<h4 style="font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem;">Upasana Toppo (SS)</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">ECE Department</p>
</div>
</div>
</div>
</section>
<!-- Key Objectives -->
<section style="padding: 4rem 1rem; background-color: white;">
<div class="container">
<h2 class="section-title">Key Objectives</h2>
<div class="underline"></div>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3rem;">
<div style="padding: 2rem; background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(230, 126, 34, 0.05)); border-radius: 0.5rem; border: 1px solid var(--border-light);">
<div style="font-size: 2.5rem; color: var(--iiit-accent); margin-bottom: 1rem;">
<i class="fas fa-cogs"></i>
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Promote Multidisciplinary Collaboration</h4>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">
Encourage teams from diverse engineering disciplines to work together, breaking silos and fostering integrated problem-solving approaches.
</p>
</div>
<div style="padding: 2rem; background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(230, 126, 34, 0.05)); border-radius: 0.5rem; border: 1px solid var(--border-light);">
<div style="font-size: 2.5rem; color: var(--iiit-accent); margin-bottom: 1rem;">
<i class="fas fa-lightbulb"></i>
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Foster Innovation & Entrepreneurship</h4>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">
Nurture an entrepreneurial mindset and provide resources for students to develop and validate their innovative ideas into startups.
</p>
</div>
<div style="padding: 2rem; background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(230, 126, 34, 0.05)); border-radius: 0.5rem; border: 1px solid var(--border-light);">
<div style="font-size: 2.5rem; color: var(--iiit-accent); margin-bottom: 1rem;">
<i class="fas fa-flask"></i>
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Hands-On STEM Learning</h4>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">
Bridge the gap between theoretical knowledge and practical application by providing direct experience with real-world engineering challenges.
</p>
</div>
<div style="padding: 2rem; background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(230, 126, 34, 0.05)); border-radius: 0.5rem; border: 1px solid var(--border-light);">
<div style="font-size: 2.5rem; color: var(--iiit-accent); margin-bottom: 1rem;">
<i class="fas fa-industry"></i>
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Support National Initiatives</h4>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">
Contribute to Make in India, Startup India, and Atmanirbhar Bharat missions through innovation and indigenous technology development.
</p>
</div>
<div style="padding: 2rem; background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(230, 126, 34, 0.05)); border-radius: 0.5rem; border: 1px solid var(--border-light);">
<div style="font-size: 2.5rem; color: var(--iiit-accent); margin-bottom: 1rem;">
<i class="fas fa-users"></i>
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Skill Development</h4>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">
Offer bootcamps, workshops, and training programs for students, faculty, and industry professionals to enhance technical and soft skills.
</p>
</div>
<div style="padding: 2rem; background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(230, 126, 34, 0.05)); border-radius: 0.5rem; border: 1px solid var(--border-light);">
<div style="font-size: 2.5rem; color: var(--iiit-accent); margin-bottom: 1rem;">
<i class="fas fa-handshake"></i>
</div>
<h4 style="font-size: 1.125rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Industry-Academia Partnership</h4>
<p style="color: var(--text-light); font-size: 0.875rem; line-height: 1.6;">
Build strong collaborations with industry partners to ensure relevance of projects and create internship/employment opportunities.
</p>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<!-- Footer -->
<footer id="contact" style="background-color: var(--iiit-blue); color: white; padding: 3rem 1rem 1rem;">
<div class="footer-content">
<div class="footer-section">
<h3>IIIT-NR AICTE IDEA LAB</h3>
<p>
Plot No. 7, Sector 24,<br>
Near Purkhoti Muktangan,<br>
Atal Nagar - 493661 (Chhattisgarh)
</p>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li><a href="#">AICTE Main Site</a></li>
<li><a href="#">IIIT-NR Official Website</a></li>
<li><a href="#">Register for Workshop</a></li>
<li><a href="#">Equipment Usage Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<p><i class="fas fa-envelope" style="margin-right: 0.5rem;"></i> idealab@iiitnr.edu.in</p>
<p style="margin-top: 0.5rem;"><i class="fas fa-phone" style="margin-right: 0.5rem;"></i> +91-771-2474101</p>
<div class="social-links">
<a href="#" title="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" title="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" title="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
© 2026 IIIT Naya Raipur AICTE IDEA Lab. All Rights Reserved.
</div>
</footer>
</body>
</html>