forked from kangalio/kangalio.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.7 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<meta charset="UTF-8">
<title>Kangalioo - Home</title>
</head>
<body>
<ul id="navbar">
<li class="navbar-item current-navbar-item"><a class="navbar-item-link" href="index.html">Home</a></li>
<li class="navbar-item"><a class="navbar-item-link" href="projects.html">Projects</a></li>
<li class="navbar-item"><a class="navbar-item-link" href="music.html">Music</a></li>
<li class="navbar-item"><a class="navbar-item-link" href="miscellaneous.html">Miscellaneous</a></li>
<li class="navbar-item"><a class="navbar-item-link" href="about-me.html">About Me</a></li>
</ul>
<div id="content">
<span class="heading">Hello, I am Kangalioo!</span>
<p>
I am a young, Java speaking programmer and musician. Everything
you might want to look at should be reachable by the navigation
bar in the top right corner. Explore! :)
</p>
<p>
<h1>Disclaimer 2020</h1>
This site is out-of-date (from 2017). Recently I've been using it only for hosting
miscellaneous unrelated pages that I've made over time. So, here's links to them:
<ul>
<li><a href="stepmania-snaps/index.html">Versatile stepmania snap tool</a></li>
<li><a href="synctool/index.html">Unfinished documentation of my synctool</a></li>
<li><a href="optifine/index.html">Stupid meme page</a></li>
<li><a href="cb-rushes/index.html">CB rush explanation for the Etterna bot</a> (<a href="https://github.com/kangalioo/Etternabot">link</a>)</li>
</ul>
</p>
</div>
</body>
</html>