-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHead_Footer.html
370 lines (320 loc) · 12.5 KB
/
Head_Footer.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Header</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<style>
*{
font-family: 'Poppins', sans-serif;
}
nav {
background-color: #FFFFFF;
padding-left: 2rem !important;
border-bottom: 5px solid #1A5319; /* Added border */
}
.navbar-brand {
font-size: 1.2rem;
font-weight: bold;
}
.navbar-nav .nav-item .nav-link {
font-size: 1.4rem;
font-weight: bold;
color: #1A5319;
}
.nav-item {
padding: 0.5rem 1rem;
border: 1px solid transparent;
}
.nav-link{
padding: 1rem 1.5rem !important;
}
.nav-link:hover:not(.selected){
color: white !important;
background-color: black ;
}
.navbar-toggler {
border: none;
}
.right-logos {
display: flex;
gap: 0.5rem;
}
.right-logos
@media (max-width: 991.98px) {
.navbar-nav .nav-item .nav-link {
text-align: center;
padding: 5px;
}
.right-logos {
justify-content: space-between;
width: 100%;
}
}
#footer {
background: #1A5319;
padding: 0 0 25px 0;
color: #eee;
font-size: 14px;
}
#footer .footer-top {
background: #040919;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 26px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-family: "Raleway", sans-serif;
font-weight: 700;
color: #fff;
}
#footer .footer-top .footer-info img {
height: 40px;
margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #fff;
}
#footer .footer-top .social-links {
list-style: none;
padding: 0;
}
#footer .footer-top .social-links li {
display: flex;
align-items: center;
margin: 10px 0;
padding-bottom: 10px;
border-bottom: 1px solid #262c44;
}
#footer .footer-top .social-links a {
background: #222636;
color: #eee;
line-height: 1.8;
margin-right: 8px;
border-radius: 50%;
width: 36px;
height: 36px;
transition: 0.3s;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
text-align: center;
font-size: 16px;
}
#footer .footer-top .social-links a:hover {
background: #D2E3C8;
color: #fff;
}
#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
border-bottom: 2px solid #D2E3C8;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 5px;
color: #D2E3C8;
font-size: 18px;
}
#footer .footer-top .footer-links ul li {
border-bottom: 1px solid #262c44;
padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #eee;
text-decoration: none;
}
#footer .footer-top .footer-links ul a:hover {
color: #D2E3C8;
}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
line-height: 26px;
}
#footer .footer-top .footer-newsletter {
margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
border: 0;
padding: 6px 8px;
width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
background: #D2E3C8;
border: 0;
width: 35%;
padding: 6px 0;
text-align: center;
color: #fff;
transition: 0.3s;
cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
background: #D2E3C8;
}
#footer .copyright {
background: #1A5319;
text-align: center;
padding-top: 30px;
}
#footer .credits {
text-align: center;
font-size: 13px;
color: #ddd;
}
@media (max-width: 991.98px) {
#footer .footer-top .social-links a {
display: inline-block;
}
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#">
<img src="./assets/image/vitlogo.png" alt="Logo 1" height="80">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="./home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./registration.html">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contactUs.html">Contact</a>
</li>
</ul>
</div>
<div class="right-logos">
<a class="navbar-brand" href="#">
<img src="./assets/image/swdlogo.png" alt="Logo 2" height="80">
</a>
<a class="navbar-brand" href="#">
<img src="./assets/image/nss.png" alt="Logo 3" height="80">
</a>
</div>
</nav>
</header>
<!-- Content -->
<div class="container my-5">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Odio sit asperiores distinctio perferendis labore.
Soluta, error non laboriosam aspernatur sunt fuga vitae facere saepe eius doloremque a mollitia. Nulla, eos?
</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Odio sit asperiores distinctio perferendis labore.
Soluta, error non laboriosam aspernatur sunt fuga vitae facere saepe eius doloremque a mollitia. Nulla, eos?
</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Odio sit asperiores distinctio perferendis labore.
Soluta, error non laboriosam aspernatur sunt fuga vitae facere saepe eius doloremque a mollitia. Nulla, eos?
</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Odio sit asperiores distinctio perferendis labore.
Soluta, error non laboriosam aspernatur sunt fuga vitae facere saepe eius doloremque a mollitia. Nulla, eos?
</p>
</div>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<img src="./assets/image/swdlogo.png" alt="Logo">
<p>Social Welfare and Development Committee with the motto of "Empowering Society, Transforming
Lives" has been helping society for several years and continues to do so in any
circumstance.
</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="./index.php">Home</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="./team/team_2022/index.html">About</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="./Calender/cal.html">Events</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="./flagship/flagship.html">Registrations</a>
</li>
<li><i class="bi bi-chevron-right"></i> <a href="./GP2/index.php">Sponsors</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="./nss/nss.html">Contact</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Discover</h4>
<ul class="social-links">
<li>
<a href="https://twitter.com/vit_socials" target="_blank" class="twitter"><i
class="bi bi-twitter"></i></a> Twitter
</li>
<li>
<a href="https://www.facebook.com/vitsocials" target="_blank" class="facebook"><i
class="bi bi-facebook"></i></a> Facebook
</li>
<li>
<a href="https://www.instagram.com/vitsocials/" target="_blank" class="instagram"><i
class="bi bi-instagram"></i></a> Instagram
</li>
<li>
<a href="https://www.youtube.com/channel/UCJnaNm8Ns08rUIhsdFM2fhA" target="_blank"
class="google-plus"><i class="bi bi-youtube"></i></a> YouTube
</li>
<li>
<a href="https://www.linkedin.com/company/vit-social-welfare-development/"
target="_blank" class="linkedin"><i class="bi bi-linkedin"></i></a> LinkedIn
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© 2024-25 Social Welfare & Development Committee, VIT Pune.
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>