-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNITW.html
More file actions
227 lines (196 loc) · 5.97 KB
/
NITW.html
File metadata and controls
227 lines (196 loc) · 5.97 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
<html >
<head>
<title>NIT Warangal</title>
<link rel="icon" href="https://www.nitw.ac.in/images/nitw_logo.png" type="image/png">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.social-bar {
background-color: navy;
padding: 10px 20px;
display: flex;
justify-content:space-between;
}
.social-link {
color: white;
font-size: 20px;
margin-left: 15px;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
background-color: navy;
color: white;
}
#logo {
display: flex;
align-items: center;
background: white;
}
#logo img {
height: 50px;
margin-right: 10px;
}
nav {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
nav ul {
list-style: none;
display: flex;
gap: 20px;
}
nav a {
color: white;
text-decoration: none;
font-weight: bold;
}
#announcements {
background-color: lightgray;
padding: 10px;
position: relative;
}
#welcome-text {
position: absolute;
top: 0;
left: 10px;
font-size: 1.2em;
color: black;
}
.slider-container {
width: 100%;
overflow: hidden;
margin: 20px 0;
}
.slider {
display: flex;
width: 100%;
animation: slide 15s infinite;
}
.slide {
flex: 1 0 100%;
}
.slide img {
width: 100%;
height: 400px;
object-fit: cover;
}
@keyframes slide {
0%, 25% { transform: translateX(0); }
33.33%, 58.33% { transform: translateX(-100%); }
66.66%, 91.66% { transform: translateX(-200%); }
100% { transform: translateX(0); }
}
#news-events {
padding: 20px;
background-color: lightgray;
}
.news-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.news-card {
background: white;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 5px gray;
}
#campus-life {
padding: 20px;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 7fr));
gap: 15px;
}
.gallery img {
width: 100%;
height: 350px;
object-fit: cover;
border-radius: 5px;
}
footer {
background-color: navy;
color: white;
text-align: center;
padding: 15px;
margin-top: 20px;
}
</style>
</head>
<body>
<div class=social-bar>
<marquee direction="right" width="70%"> <font size="6" color="white">WELCOME TO NITW</font> </marquee>
<a href="https://www.facebook.com/NITWarangalOfficial/" target="_blank" ><img src="fa.jpg" width="28"></a>
<a href="https://www.instagram.com/nitwarangalofficial/" target="_blank" ><img src="in.jpg" width="28"></a>
<a href="https://x.com/warangal_nit" target="_blank" ><img src="tw.png" width="28"></a>
</div>
<header>
<div id="logo">
<img src=p.png width=600px>
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Academics</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Campus Life</a></li>
</ul>
</nav>
</header>
<section id="announcements">
<marquee>Admissions Open for 2023-24 | Last date to apply: 30th June 2023 | NIT Warangal ranked 25th in NIRF 2023</marquee>
</section>
<div class="slider-container">
<div class="slider">
<div class="slide">
<img src=3.jpg>
</div>
<div class="slide">
<img src=2.jpg>
</div>
<div class="slide">
<img src=1.jpg>
</div>
</div>
</div>
<section id="news-events">
<h2 style="text-align: center; margin-bottom: 20px;">News & Events</h2>
<div class="news-container">
<div class="news-card">
<h3>Academic Calendar 2023</h3>
<p>Revised academic calendar for odd semester released</p>
</div>
<div class="news-card">
<h3>Placement Updates</h3>
<p>Microsoft offers 25 placement offers with highest package of 42 LPA</p>
</div>
<div class="news-card">
<h3>Research Grant</h3>
<p>DST approves ₹2.5 crore grant for AI research project</p>
</div>
</div>
</section>
<section id="campus-life">
<h2 style="text-align: center; margin-bottom: 20px;">Campus Life</h2>
<div class="gallery">
<img src=me.jpg>
<img src=uf.jpg>
<img src=nr.jpg>
<img src=ku.jpg>
</div>
</section>
<footer>
<p>© 2023 National Institute of Technology, Warangal. All rights reserved.</p>
</footer>
</body>
</html>