-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
469 lines (431 loc) Β· 19.5 KB
/
index.html
File metadata and controls
469 lines (431 loc) Β· 19.5 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
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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IIT Roorkee</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="top-bar">
<div class="dropdown">
<div class="selected">Saharanpur Campus</div>
<div class="dropdown-list">
<div class="dropdown-item">Saharanpur Campus</div>
<div class="dropdown-item">Noida Campus</div>
<div class="dropdown-item">Webmail</div>
<div class="dropdown-item">iConnect</div>
<div class="dropdown-item">Directory</div>
<div class="dropdown-item">Contact Us</div>
</div>
</div>
<div class="right-options">
<span class="font-size">A- A A+</span>
<div class="theme-toggle">
<span class="light">A</span>
<span class="dark">A</span>
</div>
<span class="language">ΰ€Ήΰ€Ώΰ€ΰ€¦ΰ₯ | ENG</span>
<span class="search-icon">π</span>
</div>
</div>
<nav class="navbar">
<div class="logo">
<img src="./assets/iit r logo.png" alt="IIT Roorkee Logo">
<div class="text">
<span>ΰ€ΰ€Ύΰ€°ΰ€€ΰ₯ΰ€― ΰ€ͺΰ₯ΰ€°ΰ₯ΰ€¦ΰ₯ΰ€―ΰ₯ΰ€ΰ€Ώΰ€ΰ₯ ΰ€Έΰ€ΰ€Έΰ₯ΰ€₯ΰ€Ύΰ€¨ ΰ€°ΰ₯ΰ€‘ΰ€Όΰ€ΰ₯</span>
<span>Indian Institute of Technology Roorkee</span>
</div>
</div>
<nav>
<div class="menu-toggle">Menu β°</div>
<ul class="nav-links">
<li><a href="#">Institute</a></li>
<li><a href="#">Admissions</a></li>
<li><a href="#">Academics</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Campus Life</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Placements</a></li>
<li><a href="#">Resources</a></li>
</ul>
</nav>
</nav>
<section class="banner">
<video autoplay muted loop>
<source src="./assets/IIT R video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="banner-text">
<h1>RESEARCH<br>EDUCATE<br>INNOVATE<br>TOMORROW</h1>
</div>
</section>
<section class="stats">
<div class="stat-box">
<span class="icon"><img src="assets/graduation-cap.png" alt="grad cap"/></span>
<h2>10300+</h2>
<p>STUDENTS</p>
</div>
<div class="stat-box">
<span class="icon"><img src="assets/teacher.png" alt="teacher image"/></span>
<h2>500+</h2>
<p>FACULTY</p>
</div>
<div class="stat-box">
<span class="icon"><img src="assets/prof.png" alt="prof image"/></span>
<h2>600+</h2>
<p>STAFF</p>
</div>
<div class="stat-box">
<span class="icon"><img src="assets/cert.png" alt="certificate image"/></span>
<h2>450+</h2>
<p>PATENTS</p>
</div>
</section>
<section class="recent-research">
<div class="header">
<h2>RECENT RESEARCH</h2>
<a href="#">VIEW ALL</a>
</div>
<div class="research-grid">
<div class="research-item"><img src="./assets/research1.jpg" alt="Research 1"></div>
<div class="research-item"><img src="./assets/research2.jpg" alt="Research 2"></div>
<div class="research-item"><img src="./assets/research3.jpg" alt="Research 3"></div>
<div class="research-item"><img src="./assets/research4.jpg" alt="Research 4"></div>
<div class="research-item"><img src="./assets/research5.jpg" alt="Research 5"></div>
<div class="research-item"><img src="./assets/research6.jpg" alt="Research 6"></div>
<div class="research-item"><img src="./assets/research7.jpg" alt="Research 7"></div>
<div class="research-item"><img src="./assets/research8.jpg" alt="Research 8"></div>
</div>
</section>
<section class="patents-section">
<div class="header">
<h2>RECENTLY GRANTED PATENTS</h2>
<a href="#">VIEW ALL</a>
</div>
<div class="patent-content">
<button class="nav-btn left"><</button>
<div class="patent-card">
<img src="./assets/patent-image.png" alt="Patent Document">
<div class="patent-details">
<h3>REAL-TIME FOG REMOVAL SYSTEM AND ITS METHOD THEREOF</h3>
<p>
The present invention provides a visible and near-infrared band's deep learning
and pixel sharing-based system and method for image and video dehazing.
It successfully restores hazy/foggy images with a wide range of haze/fog conditions.
Unlike the prior art, the proposed invention utilized a wide electromagnetic spectrum
for imaging from 400nm to 1400nm wavelength and performed dehazing/defogging in the
entire range (visible and NIR bands)...
</p>
<div class="buttons">
<button class="read-more">READ MORE</button>
<button class="license">AVAILABLE FOR LICENSING</button>
</div>
</div>
</div>
<button class="nav-btn right">></button>
</div>
</section>
<section class="ranking-section">
<div class="ranking-container">
<div class="ranking-item">
<img src="./assets/archi.png" alt="Architecture Icon">
<p>NIRF RANK 1 IN ARCHITECTURE</p>
<h2>#1</h2>
</div>
<div class="ranking-item">
<img src="./assets/engineer.png" alt="Engineering Icon">
<p>NIRF RANK 5 IN ENGINEERING</p>
<h2>#5</h2>
</div>
<div class="ranking-item">
<img src="./assets/india gate.png" alt="Asia Rank Icon">
<p>RANK 14 IN ASIA</p>
<h2>#14</h2>
</div>
<div class="ranking-item">
<img src="./assets/globe.png" alt="World Rank Icon">
<p>RANK #335 IN QS WORLD RANKINGS</p>
<h2>#335</h2>
</div>
</div>
<h3 class="ranking-title">IIT ROORKEE RANKS AMONG THE TOP UNIVERSITIES</h3>
</section>
<section class="achievements-section">
<div class="achievements-header">
<h2>RECENT ACHIEVEMENTS</h2>
<a href="#" class="view-all">VIEW ALL</a>
</div>
<div class="carousel">
<button class="carousel-btn prev"><</button>
<div class="carousel-track">
<div class="carousel-item">
<img src="./assets/achievement1.jpg" alt="Achievement 1">
<div class="carousel-content">
<h3>IIT Roorkeeβs Perovskite Start-Up Wins in IOCL Challenge for Solar Innovation</h3>
<p>IIT Roorkeeβs Perovskite Innovation Pvt Ltd wins Indian Oilβs Start-Up Challenge award, aiming to drive green energy initiatives for a sustainable future.</p>
</div>
</div>
<div class="carousel-item">
<img src="./assets/achievement2.jpg" alt="Achievement 2">
<div class="carousel-content">
<h3>IIT Roorkee-based startup develops gun-shot detection technology</h3>
<p>A startup, Linearized Amplifier Technologies and Services (Linear-AmpTech), incubated at iHub DivyaSampark, has secured the top spot in the Dare to Dream 4.0 contest.</p>
</div>
</div>
<div class="carousel-item">
<img src="./assets/achievement3.jpg" alt="Achievement 3">
<div class="carousel-content">
<h3>IIT Roorkee leads study on Advanced Grid-Scale Energy Storage Technologies</h3>
<p>This study positions IIT Roorkee at the forefront of research, showcasing its dedication to sustainable energy solutions.</p>
</div>
</div>
</div>
<button class="carousel-btn next">></button>
</div>
<div class="carousel-dots">
<span class="dot active"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</section>
<section class="events-gallery">
<div class="gallery-container">
<!-- Sidebar for event names -->
<div class="event-list">
<h2>EVENTS GALLERY</h2>
<ul>
<li>THOMSO</li>
<li>IITRMS</li>
<li>CONVOCATION</li>
<li class="active">COGNIZANCE</li>
<li>TEDxIITRoorkee</li>
<li>EUNOIA</li>
<li>INTER-IIT</li>
</ul>
</div>
<!-- Image slider -->
<div class="image-slider">
<button class="prev-btn" style="color: black;">‹</button>
<div class="slider-content">
<img src="./assets/event.jpg" alt="Event Image">
<div class="dots">
<span class="dot active"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<button class="next-btn">›</button>
</div>
</div>
</section>
<section class="milestones">
<div class="milestone-header">
<h2>MILESTONES</h2>
<a href="#" class="view-all">VIEW ALL</a>
</div>
<div class="timeline">
<span>2018</span>
<span>2019</span>
<span>2020</span>
<span>2021</span>
<span>2022</span>
<span class="active">2023</span>
<span>2024</span>
</div>
<div class="milestone-content">
<button class="prev-btn">‹</button>
<div class="milestone-card">
<img src="./assets/milestone.jpg" alt="Milestone Image">
<div class="milestone-text">
<h3>IITRβs Architecture Department ranked <b>1<sup>st</sup></b> among all colleges in India</h3>
<p>
Department of Architecture, IIT Roorkee remains unparalleled and has maintained its position
as rank #1 in the National Institutional Ranking Framework (NIRF) Rankings for 2023.
This is the third consecutive time IIT Roorkee has been ranked #1 in NIRF India ranking.
</p>
<a href="#" class="read-more">READ MORE</a>
</div>
</div>
<button class="next-btn">›</button>
</div>
</section>
<section class="container">
<!-- Notice Board -->
<div class="notice-board">
<div class="section-header">
<h2>NOTICE BOARD</h2>
<a href="#" class="view-all">VIEW ALL</a>
</div>
<div class="notices">
<div class="notice">
<span class="notice-category">Administration</span>
<span class="notice-date">Apr 23, 24</span>
<p class="notice-title">Assistant Registrar General Administration</p>
<p class="notice-text">Revised rates of minimum wages for outsourced services -reg.</p>
</div>
<div class="notice">
<span class="notice-category">Administration</span>
<span class="notice-date">Apr 05, 24</span>
<p class="notice-title">Assistant Registrar General Administration</p>
<p class="notice-text">OM: Extension of the Contract of empanelled advertising agencies</p>
</div>
<div class="notice">
<span class="notice-category">Administration</span>
<span class="notice-date">Apr 04, 24</span>
<p class="notice-title">Assistant Registrar General Administration</p>
<p class="notice-text">OM: Extension of Contract Agreement for work hire services</p>
</div>
<div class="notice">
<span class="notice-category">Administration</span>
<span class="notice-date">Oct 19, 22</span>
<p class="notice-title">Assistant Registrar General Administration</p>
<p class="notice-text">House Allotment Committee - I</p>
</div>
</div>
</div>
<!-- Upcoming Events -->
<div class="upcoming-events">
<div class="section-header">
<h2>UPCOMING EVENTS</h2>
<a href="#" class="view-all">VIEW ALL</a>
</div>
<div class="event">
<div class="event-date">
<span class="day">19</span>
<span class="month">Oct</span>
</div>
<div class="event-details">
<h3>IDEAS-2024</h3>
<p>International Symposium Innovative Design for Excellence, Affordability and Sustainability</p>
</div>
</div>
<div class="event">
<div class="event-date">
<span class="day">23</span>
<span class="month">Sept</span>
</div>
<div class="event-details">
<h3>Inaugural Lecture</h3>
<p>Prof. Shankar Lal Memorial Lecture Series</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-container">
<!-- Left Section: Contact Info -->
<div class="footer-left">
<img src="./assets/iit r logo.png" style="width:100%; max-width:250px;" alt="IIT Roorkee Logo" class="footer-logo">
<p class="footer-title">How to reach IIT Roorkee π</p>
<p class="contact-info">+91-1332-285311 π</p>
<p class="contact-info">registrar@iitr.ac.in βοΈ</p>
<div class="social-icons">
<a href="#"><img src="./assets/facebook-fill.png" alt="Facebook" style="color: black;"></a>
<a href="#"><img src="./assets/x_fill.png" alt="X (Twitter)"></a>
<a href="#" style="background-color: black;"><img src="./assets/linkedin.jpg" alt="LinkedIn"></a>
<a href="#"><img src="./assets/insta_fill.jpg" alt="Instagram"></a>
<a href="#"><img src="./assets/youtube_fill.png" alt="YouTube"></a>
</div>
</div>
<!-- Center Section: Explore, Rankings, Quick Access -->
<div class="footer-middle">
<div class="footer-column">
<h3>EXPLORE</h3>
<ul>
<li><a href="#">Administration β</a></li>
<li><a href="#">Tenders and Quotations</a></li>
<li><a href="#">Awards and Honours</a></li>
<li><a href="#">RTI β</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Industry Consultation</a></li>
<li><a href="#">International Students β</a></li>
</ul>
</div>
<div class="footer-column">
<h3>RANKINGS</h3>
<ul>
<li><a href="#">NIRF β</a></li>
<li><a href="#">ARIIA</a></li>
<li><a href="#">QS</a></li>
</ul>
</div>
<div class="footer-column">
<h3>QUICK ACCESS</h3>
<ul>
<li><a href="#">Donate β</a></li>
<li><a href="#">Support @ IITR</a></li>
<li><a href="#">Intranet Portal</a></li>
<li><a href="#">Give Feedback β</a></li>
<li><a href="#">Webmail</a></li>
<li><a href="#">Internal Complaints Committee</a></li>
<li><a href="#">Book Guest House</a></li>
<li><a href="#">IIT Council β</a></li>
<li><a href="#">MoE</a></li>
</ul>
</div>
<div class="footer-column">
<h3>QUICK LINKS</h3>
<ul>
<li><a href="#">Safety β</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Hindi Cell</a></li>
</ul>
</div>
</div>
</div>
<!-- Bottom Section -->
<div class="footer-bottom">
<div class="footer-links">
<a href="#">Sitemap</a>
<a href="#">Privacy policy</a>
<a href="#">Accessibility</a>
</div>
<p>Copyright 2024, Institute Computer Centre, IIT Roorkee</p>
<p class="love-message">Made with β€οΈ by Information Management Group, IITR</p>
</div>
</footer>
<script>
document.addEventListener("DOMContentLoaded", function () {
const dropdown = document.querySelector(".dropdown");
const selected = dropdown.querySelector(".selected");
const items = dropdown.querySelectorAll(".dropdown-item");
// Toggle dropdown visibility
selected.addEventListener("click", function () {
dropdown.classList.toggle("active");
});
// Update selected item and hide dropdown
items.forEach(item => {
item.addEventListener("click", function () {
selected.textContent = this.textContent;
dropdown.classList.remove("active");
});
});
// Close dropdown when clicking outside
document.addEventListener("click", function (event) {
if (!dropdown.contains(event.target)) {
dropdown.classList.remove("active");
}
});
});
document.addEventListener("DOMContentLoaded", function () {
const menuToggle = document.querySelector(".menu-toggle");
const navLinks = document.querySelector(".nav-links");
menuToggle.addEventListener("click", function () {
navLinks.classList.toggle("active");
});
// Close menu when clicking outside
document.addEventListener("click", function (event) {
if (!menuToggle.contains(event.target) && !navLinks.contains(event.target)) {
navLinks.classList.remove("active");
}
});
});
</script>
</body>
</html>