-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.69 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<title>Mugboy's Website</title>
</head>
<body>
<header>
<h1 class="title">Hi, I'm Mugboy</h1>
</header>
<main>
<p>I'm Mugboy, and I like coding in <abbr title="HyperText Markup Language">HTML</abbr>, <abbr title="Cascading Stylesheets">CSS</abbr>, Javascript, Python and C.
<br>When I make something, I will add it to this website.</p>
<p>So here are my projects:</p>
<h4>Games</h4>
<ul>
<li><a class="btn btn-primary" href="https://studio.code.org/projects/minecraft_designer/zOeMM7cFlV77ucHHwgtpM-g-SRyx-L79sGEVJx9iEe0">A Minecraft game that I made a long time ago <sup>Not in Minecraft though</sup></a></li>
<li><a class="btn btn-primary" href="https://mugboy.dev/creatuff">Creatuff</a></li>
<li><a href="https://mugboy.dev/theonioninthestreet" class="btn btn-primary">The Onion in the Street</a></li>
</ul>
<h4>Other</h4>
<ul>
<li><a class="btn btn-primary" href="https://github.com/mugboy/mugboy.github.io">My Github</a></li>
<li><a class="btn btn-primary" href="https://mugboy.dev/eyes">Some random eyes</a></li>
</ul>
</main>
<footer>
Made from Github Pages™.
</footer>
<script src="bootstrap-modes.js"></script>
</body>
</html>