-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.11 KB
/
index.html
File metadata and controls
37 lines (32 loc) · 1.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kada Xuanwu</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header-bg">
<a href="https://www.youtube.com/@KadaXuanwu" class="youtube-icon" target="_blank">
<i class="fab fa-youtube"></i>
</a>
<div class="about-me">
<h1>Kada Xuanwu</h1>
<p>Presenting interesting game ideas and clever tools.</p>
</div>
</header>
<main>
<div id="project-container"></div>
</main>
<section class="contact">
<h2>Contact Me</h2>
<p>Don't hesitate to give me feedback or request features, and be part of the community!</p>
<ul>
<li><a href="https://discord.gg/d5zmfkT5nr">Discord</a></li>
<li><a href="mailto:kadaxuanwu@gmail.com">kadaxuanwu@gmail.com</a></li>
</ul>
</section>
<script src="projects.js"></script>
</body>
</html>