-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
23 lines (17 loc) · 753 Bytes
/
header.html
File metadata and controls
23 lines (17 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
</head>
<body>
<header class="p-3 bg-selu text-white">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="./index.html" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none ms-5">
<img width="280" height="auto" src="./images/svg/selu-header.svg" alt="SELU header" />
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0 ms-5">
<!-- <li><a href="#" class="nav-link px-3 text-white">Home</a></li> -->
<li><a href="majors.html" class="nav-link px-3 text-white">Majors</a></li>
</ul>
</div>
</div>
</header>
</body>