-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
53 lines (51 loc) · 1.99 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Contact - Napero</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="bg.css">
</head>
<body>
<div class="circles">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<nav class="fade-in">
<ul>
<li><a href="index.html"><i class="material-icons">home</i>Home</a></li>
<li><a href="about.html"><i class="material-icons">search</i>About</a></li>
<li><a href="projects.html"><i class="material-icons">data_object</i>Projects</a></li>
<li><a href="fun.html"><i class="material-icons">celebration</i>Fun</a></li>
<li><a href="#"><i class="material-icons">mail</i>Contact</a></li>
</ul>
</nav>
<section id="contact" class="fade-in">
<p class="subtitle">Contact Me</p>
<p>Feel free to contact me!</p>
<div>
<div class="subsubtitle">
<span>Email:</span>
<a href="mailto:[email protected]" target="_blank">(placeholder)</a>
</div>
<div class="subsubtitle">
<span>Other:</span>
<div>
<a href="https://discord.com/users/200422161700093952" target="_blank"><img class="icon" src="https://asset.brandfetch.io/idM8Hlme1a/idXcKu1zLb.png" alt="Discord"></a>
<a href="https://www.github.com/napero" target="_blank"><img class="icon" src="https://asset.brandfetch.io/idZAyF9rlg/idd6TtF-kc.png" alt="GitHub"></a>
<a href="https://www.itch.io/profile/napero" target="_blank"><img class="icon" src="https://asset.brandfetch.io/idHwxBm5XT/idSX1lzUKw.png" alt="itch.io"></a>
</div>
</div>
</div>
</section>
</body>
</html>