-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
36 lines (33 loc) · 1.33 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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>Zidi's Portfolio</title>
<!---- Discord Embed ---->
<meta content="Zidi's Portfolio" property="og:title" />
<meta content="Hello my name is Zidi/Dan, I am a Filipino Ui Designer and this is my portfolio!" property="og:description" />
<meta content="https://donnutdev.github.io/zidi/" property="og:url" />
<meta content="https://cdn.discordapp.com/attachments/922327348253184040/944140116862058496/pfpfpfpfpf.png" property="og:image" />
<meta content="#b80000" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<!---- Discord Embed ---->
<link rel="icon" href="images/zidi.png">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<section class="header">
<nav>
<a href="index.html"><img src="images/zidi.png" alt="zidi's nuts"></a>
<div class="nav-links">
<ul>
<li><a href="index.html">ABOUT</a></li>
<li><a href="work.html">WORK</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</nav>
</section>
</body>
</html>