-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (25 loc) · 893 Bytes
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="fonts/gotham.otf" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="w3-top">
<!-- Header -->
<header class="w3-container w3-xlarge w3-padding-24 w3-black">
<a href="/index_old.html" class="w3-left">
<img src="img/logo.svg" class="w3-image" alt="logo" style="width:100%;max-width:400px">
</a>
<a href="/contact.html" class="w3-right w3-button">Contact</a>
<a href="/graphics.html" class="w3-right w3-button">Graphics</a>
<a href="/research.html" class="w3-right w3-button">Research</a>
<a href="/about.html" class="w3-right w3-button">About</a>
</header>
</div>
</body>
</html>