-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
24 lines (23 loc) · 795 Bytes
/
contact.html
File metadata and controls
24 lines (23 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./assets/css/all-pages.css">
<link rel="stylesheet" href="./assets/css/secondary-page.css">
</head>
<title>Contacts</title>
<body>
<div class="navbar">
<a href="./index.html">
<img class="navbar-icon" alt="Home" src="./assets/images/home-icon.svg">
</a>
<a href="./projects.html">
<img class="navbar-icon" alt="Projects" src="./assets/images/projects-icon2.svg">
</a>
<a class="active">
<img class="navbar-icon" alt="Contacts" src="./assets/images/contact-icon2.svg">
</a>
</div>
<p>Page has not been implemented yet :(</p>
<p></p>
</body>
</html>