-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BSE Website</title>
<link rel="stylesheet" href ="style.css"/>
</head>
<body>
<header>
<div class = "navbar">
<div class="logo img">
<img src="images/logo2.png" alt="BSE logo">
</div>
<ul class = "links">
<li><a href = "index.html"> HOME </a></li>
<li><a href = "pvdx.html"> PVDX </a></li>
<li><a href = "equisat.html"> EQUISAT </a></li>
<li><a href = "about.html"> ABOUT BSE </a></li>
<li><a href = "subgroup.html"> SUBGROUPS </a></li>
<li><a href = "project.html"> PROJECTS </a></li>
<li><a href = "contact.html"> CONTACTS </a></li>
</ul>
</div>
</header>
<main>
<div class="image-container">
<img src="images/index1.png" alt="team photo">
<img src="images/team-photo.jpg" alt="team photo">
<img src="images/index2.png" alt="team photo">
</div>
<p>Making Space Accessible</p>
</main>
</body>
</html>