-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlight.html
More file actions
123 lines (109 loc) · 4.87 KB
/
Copy pathlight.html
File metadata and controls
123 lines (109 loc) · 4.87 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CachyToki's Homepage (Lightweight)</title>
<style>
body {
font-family: "MS PGothic", sans-serif;
line-height: 1.5;
}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080">
<center>
<h1>Welcome, to CachyToki's Homepage</h1>
<p>This is the lightweight version of my homepage that makes it easier to view on older browsers.</p>
<hr size="2" width="90%">
</center>
<table border="0" width="100%" cellpadding="10">
<tr>
<!-- サイドメニュー風のテーブル -->
<td valign="top" width="20%" bgcolor="#E0E0E0">
<b>MENU</b><br>
<hr>
・<a href="#profile">Profile</a><br>
・<a href="#pc">Setups</a><br>
・<a href="#server">Server</a><br>
・<a href="#hobby">Hobbies</a><br>
・<a href="#links">Links</a>
</td>
<!-- メインコンテンツ -->
<td valign="top">
<a name="profile"></a>
<h2>■ Profile</h2>
<ul>
<li><b>Name:</b> CachyToki or (in English-speaking contexts) TokiCachy</li>
<li><b>Location:</b> Fukuoka, Japan</li>
<li><b>Occupation:</b> Specialized College Student of Technology (1st Year)</li>
<li><b>Age:</b> 0b10010</li>
</ul>
<hr size="1">
<a name="pc"></a>
<h2>■ Setups</h2>
<ul>
<li>Main Laptop: ThinkPad T14 Gen 5 (AMD)
<ul>
<li>CPU: AMD Ryzen 7 PRO 8840U</li>
<li>RAM: 32GB DDR5 5600MHz</li>
<li>Storage: 512GB PCIe 4.0 NVMe SSD</li>
<li>OS: Omarchy (Arch-based)</li>
<li>IDE: Zed/Neovim</li>
<li>Web Browser: Zen Browser</li>
</ul>
</li>
<br>
<li>Nothing Phone (3)</li>
<ul>
<li>CPU: Snapdragon 8s Gen 4</li>
<li>RAM: 16GB LPDDR5X</li>
<li>Storage: 512GB UFS 4.0</li>
<li>OS: Android 16(Nothing OS 4.1)</li>
<li>IDE: Xed-Editor</li>
<li>Web Browser: Firefox</li>
</ul>
</ul>
<hr size="1">
<a name="server"></a>
<h2>■ Projects</h2>
<p>
I'm currently operating a Friends only Minecraft (Java Edition) Mod server. (Currently not operational due to rental server costs.)
<br>
Planning but not yet implemented:
<ul>
<li>Arch-based Linux distribution (name pending, might be called Frap0-Linux)</li>
<li>Blue Archive Mod(game pending, hint: your favorite VR game)</li>
</ul>
</p>
<hr size="1">
<a name="hobby"></a>
<h2>■ Hobbies</h2>
<p>
<ul>
<li>Blue Archive (Toki, Neru, Miyu, Hoshino, Alice, Kei fans)</li>
<li>Collecting PCs, smartphones, and other peripherals</li>
</ul>
</p>
<hr size="1">
<a name="links"></a>
<h2>■ Links</h2>
<p>The following links may not display properly in older Browser. If so, please use Supermium, Mypal or another Modern browser.</p>
<ul>
<li><a href="./index.html">Modern Version</a></li>
<li><a href="https://github.com/CachyToki">GitHub</a></li>
<li><a href="https://twitter.com/CachyToki">Twitter</a></li>
<li><a href="https://www.youtube.com/@CachyToki">YouTube</a></li>
<li><a href="https://www.steamcommunity.com/id/CachyToki">Steam</a></li>
<li><a href="https://disboard.org/server/1382534514861015090">Discord(Disboard)</a></li>
</ul>
</td>
</tr>
</table>
<hr size="2" width="90%">
<center>
<p><i>Copyright (C) 2026 CachyToki All Rights Reserved.</i></p>
<br>
<p>Since: 2026/05/04</p>
</center>
</body>
</html>