-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
49 lines (40 loc) · 1.68 KB
/
about.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
<!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="about.css">
<title>Home</title>
</head>
<body>
<header>
<h1>Ax0rz0's Home</h1>
<nav>
<ul>
<li><a href="index.html">Back</a></li>
<li><a href="hl1browser.html">Hl1 Browser</a></li>
<li><a href="sm64browser.html">SM64 Browser</a></li>
</ul>
</nav>
</header>
<main>
<h2>About me</h2>
<br>
<h3>Hi! My name is Ax0rz0, I'm a really stupid programmer who is always learning new thing everyday.</h3>
<h3>I come all the way across those fiber underwater cables to you from Australia, coding some of the worst sites you will ever see. </h3>
<h3>This site is more an about me / games site where you can find some cool projects I've either made, or forked over here.</h3>
<h3>I, HATE CSS with a PASSION! But I somehow manage my way round it.</h3>
<h3>You are welcome to clone my public repos and do as you wish, you can find me SUUUPER active on my discord account (below.)</h3>
<br>
<h3>Discord username: ax0rz0</h3>
<br>
<h3>This site is a constant WIP and is never finished.</h3>
</main>
</body>
</html>
<!-- footer for info etc -->
<footer class="footer">
<div class="container">
<p>© 2024 Ax0rz0, This site is not affiliated with Nintendo or Valve Software in any way. | <a href="https://github.com/ax0rz0/home/blob/main/LICENSE">Licensed under Apache 2.0 (Click for info)</a></p>
</div>
</footer>