-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacilities.html
More file actions
231 lines (205 loc) · 15.8 KB
/
facilities.html
File metadata and controls
231 lines (205 loc) · 15.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facilities | AICTE IDEA Lab | IIIT-NR</title>
<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>
<!-- 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="facilities.html">Facilities</a>
<a href="index.html#events">Events</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/slider3.jpg'); height: 300px;">
<div class="hero-overlay" style="background: linear-gradient(rgba(0, 51, 102, 0.85), rgba(0, 51, 102, 0.85));">
<h1>Our Facilities</h1>
<p>World-class equipment and resources for innovation</p>
</div>
</section>
<!-- Facilities Content -->
<section style="padding: 4rem 1rem; background-color: white;">
<div class="container">
<h2 class="section-title" style="text-align: center;">Core Facilities & Infrastructure</h2>
<div class="underline" style="margin-left: auto; margin-right: auto;"></div>
<p style="text-align: center; color: var(--text-light); font-size: 1.125rem; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto;">
World-class equipment and resources for innovation
</p>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem;">
<!-- Electronics Lab -->
<div style="padding: 2rem; background-color: white; border-radius: 0.5rem; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); border-top: 4px solid var(--iiit-accent); transition: all 0.3s ease;">
<div style="font-size: 3rem; color: var(--iiit-accent); margin-bottom: 1rem; text-align: center;">
<i class="fas fa-microchip"></i>
</div>
<h3 style="font-size: 1.375rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 1rem; text-align: center;">Electronics Lab</h3>
<p style="color: var(--text-light); line-height: 1.8; text-align: justify;">
Advanced PCB design and fabrication facility with multi-layer board support, component soldering stations, and circuit testing equipment.
</p>
</div>
<!-- Fabrication Lab -->
<div style="padding: 2rem; background-color: white; border-radius: 0.5rem; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); border-top: 4px solid var(--iiit-accent); transition: all 0.3s ease;">
<div style="font-size: 3rem; color: var(--iiit-accent); margin-bottom: 1rem; text-align: center;">
<i class="fas fa-cube"></i>
</div>
<h3 style="font-size: 1.375rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 1rem; text-align: center;">Fabrication Lab</h3>
<p style="color: var(--text-light); line-height: 1.8; text-align: justify;">
High-precision 3D printers (FDM & SLA), laser cutters, CNC machines, and hand tools for rapid prototyping and mechanical component manufacturing.
</p>
</div>
<!-- Robotics & Automation -->
<div style="padding: 2rem; background-color: white; border-radius: 0.5rem; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); border-top: 4px solid var(--iiit-accent); transition: all 0.3s ease;">
<div style="font-size: 3rem; color: var(--iiit-accent); margin-bottom: 1rem; text-align: center;">
<i class="fas fa-robot"></i>
</div>
<h3 style="font-size: 1.375rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 1rem; text-align: center;">Robotics & Automation</h3>
<p style="color: var(--text-light); line-height: 1.8; text-align: justify;">
Hexacopter assembly kits, drone flight simulators, autonomous vehicle platforms, and motor testing rigs for hands-on robotics projects.
</p>
</div>
<!-- Computing Resources -->
<div style="padding: 2rem; background-color: white; border-radius: 0.5rem; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); border-top: 4px solid var(--iiit-accent); transition: all 0.3s ease;">
<div style="font-size: 3rem; color: var(--iiit-accent); margin-bottom: 1rem; text-align: center;">
<i class="fas fa-desktop"></i>
</div>
<h3 style="font-size: 1.375rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 1rem; text-align: center;">Computing Resources</h3>
<p style="color: var(--text-light); line-height: 1.8; text-align: justify;">
High-performance computers, embedded systems, microcontrollers, IoT platforms, and software tools for development and simulation.
</p>
</div>
<!-- Testing & Measurement -->
<div style="padding: 2rem; background-color: white; border-radius: 0.5rem; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); border-top: 4px solid var(--iiit-accent); transition: all 0.3s ease;">
<div style="font-size: 3rem; color: var(--iiit-accent); margin-bottom: 1rem; text-align: center;">
<i class="fas fa-tools"></i>
</div>
<h3 style="font-size: 1.375rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 1rem; text-align: center;">Testing & Measurement</h3>
<p style="color: var(--text-light); line-height: 1.8; text-align: justify;">
Oscilloscopes, multimeters, power supplies, spectrum analyzers, and other precision instruments for rigorous testing and validation.
</p>
</div>
<!-- Collaboration Space -->
<div style="padding: 2rem; background-color: white; border-radius: 0.5rem; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); border-top: 4px solid var(--iiit-accent); transition: all 0.3s ease;">
<div style="font-size: 3rem; color: var(--iiit-accent); margin-bottom: 1rem; text-align: center;">
<i class="fas fa-users-alt"></i>
</div>
<h3 style="font-size: 1.375rem; font-weight: 700; color: var(--iiit-blue); margin-bottom: 1rem; text-align: center;">Collaboration Space</h3>
<p style="color: var(--text-light); line-height: 1.8; text-align: justify;">
Open workspace with high-speed internet, presentation facilities, and dedicated areas for team meetings and brainstorming sessions.
</p>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<section style="padding: 4rem 1rem; background-color: #f3f4f6;">
<div class="container">
<h2 class="section-title" style="text-align: center;">Why Choose Our Facilities?</h2>
<div class="underline" style="margin-left: auto; margin-right: auto;"></div>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; max-width: 900px; margin-left: auto; margin-right: auto;">
<div style="display: flex; gap: 1rem;">
<div style="flex-shrink: 0;">
<div style="width: 3rem; height: 3rem; background-color: var(--iiit-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.25rem;">
<i class="fas fa-check"></i>
</div>
</div>
<div>
<h4 style="font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">24x7 Access</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Round-the-clock access to facilities for continuous innovation and research.</p>
</div>
</div>
<div style="display: flex; gap: 1rem;">
<div style="flex-shrink: 0;">
<div style="width: 3rem; height: 3rem; background-color: var(--iiit-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.25rem;">
<i class="fas fa-check"></i>
</div>
</div>
<div>
<h4 style="font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Expert Support</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Dedicated technical staff and mentors to guide your projects.</p>
</div>
</div>
<div style="display: flex; gap: 1rem;">
<div style="flex-shrink: 0;">
<div style="width: 3rem; height: 3rem; background-color: var(--iiit-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.25rem;">
<i class="fas fa-check"></i>
</div>
</div>
<div>
<h4 style="font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">State-of-the-Art Equipment</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Latest tools and instruments for cutting-edge prototyping.</p>
</div>
</div>
<div style="display: flex; gap: 1rem;">
<div style="flex-shrink: 0;">
<div style="width: 3rem; height: 3rem; background-color: var(--iiit-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.25rem;">
<i class="fas fa-check"></i>
</div>
</div>
<div>
<h4 style="font-weight: 700; color: var(--iiit-blue); margin-bottom: 0.5rem;">Collaborative Environment</h4>
<p style="color: var(--text-light); font-size: 0.875rem;">Network with peers, mentors, and industry professionals.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section style="padding: 4rem 1rem; background: linear-gradient(135deg, var(--iiit-blue), #004080); color: white;">
<div class="container" style="text-align: center;">
<h2 style="font-size: 2.25rem; font-weight: 700; margin-bottom: 1rem;">Ready to Innovate?</h2>
<p style="font-size: 1.125rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; opacity: 0.95;">
<section style="padding: 4rem 1rem; background-color: white;">
<div class="container">
<h2 class="section-title" style="text-align: center;">Facilities</h2>
<div class="underline" style="margin-left: auto; margin-right: auto;"></div>
<ul style="list-style: none; padding: 0; max-width: 400px; margin: 2rem auto 0 auto;">
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">3D Printing & Fabrication Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Antenna and Microwave Circuit Design Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Artificial Intelligence and Deep Leaning Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Big Data Computing Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Communication Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Computer Programming Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Data Science Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Electronic Circuit Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">IoT & Sensor Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Language Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">Networks Lab</a></li>
<li style="color: #e67300; font-size: 1.1rem; margin-bottom: 1rem;"><a style="color: #e67300; text-decoration: none;" href="#">VLSI & Embedded Lab</a></li>
</ul>
</div>
</section>
<p style="margin-top: 1rem;">