-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
35 lines (34 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ch4rlesexe | Contact</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<h1><a href="index.html">ch4rlesexe</a></h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<section class="section fade-in">
<div class="section-box">
<h2>--------------------------- Contact ---------------------</h2>
<p>If you’d like to reach out or discuss collaboration, find me on Discord:</p>
<p><strong>Discord:</strong> ch4rles.exe</p>
<p>You can also view more of my work on <a href="https://github.com/ch4rlesexe">GitHub</a>.</p>
<h2>-------------------------------------------------------------</h2>
</div>
</section>
<a href="./game/fireball.html" class="game-icon fade-in" title="Play Game">🎮</a>
<footer>
<p>© 2024 ch4rlesexe. Find me on <a href="https://github.com/ch4rlesexe">GitHub</a>.</p>
</footer>
</body>
</html>