-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (52 loc) · 2.29 KB
/
index.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
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SprintingSnail69</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
</head>
<body>
<div class="main-container">
<header>
<h1 class="site-name">SprintingSnail69</h1>
<p class="tagline">Front-End Dev 👨💻 | Crafting clean, slick websites 💻✨ <br>
Let's make the web more awesome, one line of code at a time! 🚀</p>
</header>
<div class="social-links">
<a href="https://github.com/SprintingSnail69" target="_blank" class="social-button">My GitHub</a>
<a href="https://www.youtube.com/@SprintingSnail123" target="_blank" class="social-button">My YouTube</a>
</div>
<div class="project-links">
<div class="project-container">
<a href="https://sprintingsnail69.github.io/coolsounds/" target="_blank" class="project-button">CoolSounds</a>
<div class="tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">JavaScript</span>
<span class="tag">Audio</span>
</div>
</div>
<div class="project-container">
<a href="https://sprintingsnail69.github.io/chat-room/" target="_blank" class="project-button">Chat Room</a>
<div class="tags">
<span class="tag">HTML</span>
<span class="tag">JavaScript</span>
<span class="tag">CSS</span>
<span class="tag">Firebase</span>
</div>
</div>
<div class="project-container">
<a href="https://sprintingsnail69.github.io/mewing-tutorial/" target="_blank" class="project-button">Mewing Tutorial</a>
<div class="tags">
<span class="tag">HTML</span>
<span class="tag">CSS</span>
<span class="tag">Tutorial</span>
</div>
</div>
</div>
</div>
<script src="main.js"></script>
</body>
</html>