-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 2.64 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
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS FILES TO LOAD BUT NOT DISPLAY -->
<link rel="stylesheet" href="themes/light.css"/>
<link rel="stylesheet" href="themes/gradient.css"/>
<!-- that's all -->
<link rel="stylesheet" href="themes/dark.css" id="theme_css"/>
<link rel="stylesheet" href="style.css"/>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="script.js" defer></script>
<title>xxos site</title>
</head>
<body>
<div id="mobileNav" class="gBox" onclick="openMenu()">Ξ</div>
<header class="gBox">
<div id="topOfMenu">
<a href="/" style="margin-right: auto;">
<div id="logo"></div>
<h1 id="logoText">XXOs</h1>
</a>
<div id="closeNav" onclick="openMenu()">X</div>
</div>
<div class="ider mobileOnly"></div>
<a class="button active" href="/">Home</a>
<div class="ider"></div>
<a class="button" href="/links">Links</a>
<div class="ider"></div>
<a class="button" href="/interests">Interests</a>
<div class="ider"></div>
<a class="button" href="/furry">Fursonas</a>
<div class="ider"></div>
<select name="theme" id="theme" class="button">
<option value="dark">Dark mode</option>
<option value="light">Light mode</option>
<option value="gradient">𝑔𝓇𝒶𝒹𝒾𝑒𝓃𝓉</option>
</select>
</header>
<h1><small>The</small>XXOs’ webbed site</h1>
<div class="gBox">
<!--<h3>Incomplete projects (that have a website):</h3>
<ul>
<li><a href="https://thexxos.github.io/regiohash/?about">Regiohashing Minesweeper Image Generator</a></li>
</ul>-->
<h2>IMPORTANT NOTE</h2>
<p><b>I AM CURRENTLY IN THE PROCESS OF MOVING THIS SITE FROM <a href="https://thexxos.github.io/">GITHUB.IO</a> TO <a href="https://chromonym.neocities.org/">NEOCITIES.ORG</a></b>!</p>
</div>
<p>This is just a placeholder site with a bunch of links at the moment. I'll get to making it a proper website (and look nice) some time in the future.</p><br/>
<div class="gBox">
<!--<h3>Incomplete projects (that have a website):</h3>
<ul>
<li><a href="https://thexxos.github.io/regiohash/?about">Regiohashing Minesweeper Image Generator</a></li>
</ul>-->
<h3>Finished* projects (that have a website):</h3>
<ul>
<li><a href="https://chromonym.github.io/ithkapp">Ithkapp/hwırbuvıe-ekţgyıl</a> (Ithkuil IV Translator)</li>
</ul>
</div>
</body>
</html>