-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (81 loc) · 3.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="IITH IC Design Home Page" />
<meta name="keywords" content="IITH Chip, Semiconductor, Homepage, IC Design, IITH" />
<meta name="author" content="Sayan Biswas" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css" rel="stylesheet" />
<link rel="stylesheet" href="hello.css" />
<title>Home</title>
<link rel="icon" type="image/png" href="https://ee.iith.ac.in/images/favicon.png" />
</head>
<body>
<div class="header-bg">
<header>
<nav class="navbar">
<ul>
<li><img src="https://ee.iith.ac.in/images/iith.png" height="100px" width="101px"></li>
<div class="textt">
<span class="nameofdept">Department of IC Design & Technology</span><br>
<span class="instiname">Indian Institute of Technology Hyderabad</span>
</div>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About Us</a></li>
<li><a href="faculty.html">Faculty</a></li>
<li><a href="/timetable.html">Timetable & Curriculum</a></li>
<li><a href="/students.html">Batches</a></li>
<li><a href="/club.html">Club</a></li>
</ul>
</nav>
<hr>
</header>
<div class="Welcome">
<h3 class="welcome-title">Welcome</h3>
<p class="welcome-sub">The Department of IC Design and Technology at IIT Hyderabad</p>
<p class="welcome-text">We offer a vibrant environment for undergraduate, postgraduate education and research in
many areas of Microelectronics and VLSI. We are a team of 37 faculty (33 fulltime + 4 visiting), 485 students
(235 BTech, 90 MTech, and 160 PhD) and 12 staff members engaged in cutting-edge research and teaching in several
frontier areas of semiconductor exploration.</p>
</div>
</div>
<div class="side-column2">
<div class="side-column">
<h3>News</h3>
<ul>
<li class="items">Discovery 2: Description of the discovery</li>
<li class="items">Discovery 3: Description of the discovery</li>
<li class="items">Discovery 1: Description of the discovery</li>
<li class="items">Discovery 4: Description of the discovery</li>
<li class="items">Discovery 5: Description of the discovery</li>
<li class="items">Discovery 6: Description of the discovery</li>
<li class="items">Discovery 7: Description of the discovery</li>
<li class="items">Discovery 8: Description of the discovery</li>
<li class="items">Discovery 9: Description of the discovery</li>
<li class="items">Discovery 10: Description of the discovery</li>
</ul>
</div>
<div class="side-column">
<h3>Events</h3>
<ul>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
<li class="items">Events : Latest Events in Department </li>
</ul>
</div>
</div>
<script src="welcome-animation.js"></script>
<script src="navbar-visibility.js"></script>
<script src="scroll-visibility.js"></script>
</body>
</html>