-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (87 loc) · 4.05 KB
/
index.html
File metadata and controls
87 lines (87 loc) · 4.05 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<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=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Neonderthaw&family=Tilt+Neon&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/index/general.css">
<link rel="stylesheet" href="styles/index/text.css">
<link rel="stylesheet" href="styles/index/ambience.css">
<link rel="stylesheet" href="styles/index/toggle.css">
<title>You've set foot on a no-man's land</title>
<script type="text/javascript" src="scripts/index/index.js"></script>
</head>
<body>
<div id="move"> <span>🔦</span> </div>
<div id="title">
<span class="glow-text" id="quotes">"</span>
<span class="glow-text">In</span>
<span class="glow-text">search</span>
<span class="glow-text">of</span>
<span class="glow-text" id="light">light</span>
<span class="glow-text">we</span>
<span class="glow-text">stumble</span>
<span class="glow-text">upon</span>
<span class="glow-text">derelict</span>
<span class="glow-text">halls</span>
<a class="glow-text" id="elipses">...</a>
<span class="glow-text" id="quotes">"</span>
</div>
<div id="middle">
<span id="desc">
the unfathomable lore of:
</span>
<div id="name-box">
<span class="name" id="blinkpre">
o
</span>
<span class="name" id="blink">
o
</span>
<span class="name" id="blinkafter">
kamitai
</span>
</div>
<span id="hint">
sorry dude i dont have enough money to replace the neon lights
</span>
</div>
<div id="down">
<span class="entry-title"> Entry points: <br> <span id="hidden">Please don't judge my code. I crash-coursed this in a day.</span></span>
<div id="entries">
<div class="entry-col">
<a class="entry" id="about"> -> [About me] </a>
<a class="entry" target="_blank" href="https://ookamitai.github.io/blogspaces/" id="bs"> -> [ookamitai::Blogspaces] </a>
<a class="entry" target="_blank" href="https://github.com/ookamitai" id="git"> -> [GitHub] </a>
<a class="entry" target="_blank" href="https://x.com/ookamitai" id="git"> -> [X (Twitter)] </a>
</div>
<div class="entry-col">
<a class="entry" target="_blank" href="https://space.bilibili.com/284102617"> -> [Bilibili] </a>
<a class="entry" target="_blank" href="https://www.youtube.com/@ookamitai2007"> -> [YouTube] </a>
<a class="entry" target="_blank" href="/files/ookamitai.asc" download> -> [PGP Public Key] </a>
</div>
</div>
<div id="toggle">
<span id="toggle-text">
[Flashlight OFF]
</span>
</div>
<div id="switch-lang">
<a id="to-cn" href="index_cn.html">这是什么鸟语?</a>
</div>
</div>
<div id="footer">
ookamitai, et al., created under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" id="link">CC BY-NC-SA 4.0 Deed</a>
</div>
<div class="overlay" id="warn">
<span id="warn-text">
The light never existed, <br> and so are you.
</span>
<span id="warn-hint">
Please refresh the page to return.
</span>
</div>
<div class="overlay" id="dim"></div>
</body>
</html>