-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
28 lines (27 loc) · 1.08 KB
/
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
28
<!DOCTYPE html>
<html lang="en">
<head>
<title>Smarty Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property="og:site_name" content="Smarty's Portfolio">
<meta property="og:title" content="Smarty's Portfolio">
<meta property="og:type" content="website">
<meta property="og:description" content="Epic Portfolio">
<link rel="stylesheet" href="src/css/styles.css">
<link rel="stylesheet" href="src/css/bg.css">
<script src="src/js/bg.js"></script>
</head>
<body>
<header>
<a>Smarty Portfolio</a>
<nav>
<a href="index.html" style="--clr: rgb(0, 170, 255)"><span>Home</span><i></i></a>
<a href="pastwork.html" style="--clr: rgb(0, 200, 90)"><span>Pastwork</span><i></i></a>
<a style="--clr: rgb(200, 40, 40)"><span>Contact</span><i></i></a>
</nav>
</header>
<main>
</main>
</body>
</html>