-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
27 lines (21 loc) · 980 Bytes
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio Page</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="./styles.css">
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
</head>
<body>
<header>
<p id="contact"><a href="./contact.html">Contact me</a></p>
<p id="name"><a href="./index.html">Alexander Williams</a></p>
</header>
<hr class="solid">
<h1> Contact </h1>
<p><a href="https://www.linkedin.com/in/alexander-w-47a65a91/">LinkedIn</a></p>
<p><a href="https://github.com/awills96">github</a></p>
</body>
</html>