-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.45 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.45 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
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>shxdes</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<div class="noise"></div>
<main>
<header>
<img src="https://avatars.githubusercontent.com/shxdes69" alt="shxdes" onerror="this.src='https://placehold.co/150x150/1a1a1a/ffffff?text=S'">
<h1>shxdes</h1>
</header>
<nav>
<a href="https://github.com/shxdes69" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://discord.com/users/705545572299571220" target="_blank">
<i class="fab fa-discord"></i>
</a>
</nav>
<section class="projects">
<div class="project">
<div class="project-info">
<h2>Vencord Animated Status</h2>
<p>Custom animated status for Discord via Vencord</p>
<div class="tech">TypeScript</div>
</div>
<a href="https://github.com/shxdes69/vencord-animated-Status" class="view-project" target="_blank">
view <span class="arrow">→</span>
</a>
</div>
</section>
</main>
</body>
</html>