-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="keywords" content="bug, TheBugCoder, buggy, programming" />
<link rel="stylesheet" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="script.js"></script>
<title>TheBugCoder</title>
</head>
<body>
<div id="loader-background"></div>
<div id="lds-ring"><div></div><div></div><div></div><div></div></div>
<nav>
<a href="index.html" class="active"><i class="fas fa-home"></i> Home</a>
<a href="about.html"><i class="fas fa-address-card"></i> About</a>
<a href="projects.html"><i class="fas fa-project-diagram"></i> Projects</a>
<div id="profiles">
<a href="https://github.com/TheBugCoder" target="_blank">
<img src="img/GitHub-Mark-32px.png" alt="Github mark" title="My Github profile">
</a>
<a href="https://scratch.mit.edu/users/TheBugCoder/" target="_blank">
<img src="img/scratchLogo.png" alt="Scratch logo" title="My Scratch profile">
</a>
<a href="https://replit.com/@TheBugCoder" target="_blank">
<img src="img/replitLogo.png" alt="Replit logo" title="My Replit profile">
</a>
</div>
</nav>
<div class="container">
<div class="wrapper">
<h1 class="title typing-effect">TheBugCoder</h1>
</div>
</div>
<script src="particles.js"></script>
</body>
</html>