-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (159 loc) · 7.13 KB
/
index.html
File metadata and controls
175 lines (159 loc) · 7.13 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Key's World</title>
<link rel="icon" href="assets/k.png">
<link rel="stylesheet" href="styles.css">
<script type="importmap">
{
"imports": {
"firebase/app": "https://www.gstatic.com/firebasejs/10.7.1/firebase-app.js",
"firebase/database": "https://www.gstatic.com/firebasejs/10.7.1/firebase-database.js",
"firebase/storage": "https://www.gstatic.com/firebasejs/10.7.1/firebase-storage.js"
}
}
</script>
</head>
<body>
<div class="main-grid">
<!-- Column 1: Main Content -->
<div class="col-1">
<!-- 1. Premium CRT Monitor (Welcome) -->
<div class="crt-monitor">
<div class="crt-screen">
<div class="crt-content">
<img src="assets/keymaster.jpeg" alt="Keymaster" class="crt-img">
<div>
<h2 style="color: var(--crt-green); margin-bottom: 5px;">KEY'S WORLD</h2>
<p>> USER: KEY</p>
<p>> ROLE: DEV</p>
<p>> Hello Visitor!</p>
<p style="margin-top: 10px;">> <a href="about.html"
style="color: var(--crt-green); text-decoration: underline;">EXECUTE
BIO.EXE</a><span class="cursor"></span></p>
</div>
</div>
</div>
</div>
<!-- 2. Blog (Floppy Stack) -->
<div class="floppy-stack">
<div class="floppy-disk">
<div class="floppy-label">
<a href="blog.html"
style="text-decoration: none; color: inherit; font-weight: bold; width: 100%;">DATA: BLOG
(CLICK TO VIEW)</a>
<span>[+]</span>
</div>
<!-- Gray shutter box removed as requested -->
<div class="floppy-content">
<p>Loading latest posts...</p>
</div>
</div>
</div>
<!-- 3. Projects (Cartridges) -->
<div class="box">
<div class="box-title"><a href="projects.html">★ PROJECTS (VIEW ALL)</a></div>
<div class="cartridge-box">
<div class="cartridge-label">
<img src="assets/icon-128.png" class="cartridge-art">
<div>
<h4><a href="https://github.com/AmazingKeymaster/Memento-Mori" target="_blank"
style="color: #000;">MEMENTO - MORI</a></h4>
<p style="font-size: 10px; color: #333;">Productivity Extension</p>
</div>
</div>
<div class="cartridge-grooves"></div>
</div>
<div class="cartridge-box">
<div class="cartridge-label">
<img src="assets/aether.png" class="cartridge-art">
<div>
<h4><a href="https://github.com/AmazingKeymaster/Aether-IPC" target="_blank"
style="color: #000;">AETHER-IPC</a></h4>
<p style="font-size: 10px; color: #333;">Zero-Copy IPC Lib</p>
</div>
</div>
<div class="cartridge-grooves"></div>
</div>
</div>
</div>
<!-- Column 2: Secondary Content -->
<div class="col-2">
<!-- 4. Spotify Widget -->
<div class="spotify-widget">
<div class="spotify-header">SPOTIFY TERMINAL</div>
<div class="spotify-main">
<div class="cover-art">
<img src="" alt="Cover Art" />
</div>
<div class="track-block">
<div class="track-info">
<span class="track-title"></span><br>
<span class="track-artist"></span>
</div>
<div class="spotify-status-row">
<span class="spotify-status-pill spotify-status">NO DATA</span>
<div class="playing-indicator">
<span class="equalizer"></span>
</div>
</div>
</div>
</div>
<div class="spotify-meta">
<span class="spotify-meta-left">
LEN:<span class="spotify-len"> --:--</span> · SRC: SPOTIFY
</span>
<span class="spotify-meta-right">
MODE:<span class="spotify-mode"> OFF</span> · SYNC:<span class="spotify-updated"> --:--:--</span>
</span>
</div>
</div>
<!-- 5. Catpad Notes -->
<div class="catpad">
<div class="css-cat">
<div class="css-cat-eye left"></div>
<div class="css-cat-eye right"></div>
</div>
<div style="text-align: center; margin-top: 5px; font-size: 10px;">
<strong>CATPAD NOTES</strong><br>
<span style="color: #555;">- Buy more tuna</span><br>
<span style="color: #555;">- Fix bugs</span>
</div>
</div>
<!-- 6. Mini Guestbook -->
<div class="mini-board">
<div style="text-align: center; margin-bottom: 10px; font-weight: bold; color: #3e2723;">
<a href="guestbook.html"
style="color: #3e2723; text-decoration: none; border-bottom: 1px dashed #3e2723;">LATEST
SIGNATURES</a>
</div>
<ul id="mini-guestbook-list" style="list-style: none; padding: 0;">
<li style="text-align: center; font-size: 10px;">Loading...</li>
</ul>
<a href="guestbook.html"
style="display: block; text-align: center; background: #fff; color: #000; padding: 5px; border: 1px solid #000; margin-top: 10px;">SIGN
GUESTBOOK</a>
</div>
</div>
<!-- Column 3: Sticky Sidebar -->
<div class="col-3">
<!-- Links Box -->
<div class="box">
<div class="box-title">★ LINKS</div>
<ul class="links-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About me</a></li>
<li><a href="diary.html">Diary</a></li>
<li><a href="photo-album.html">Photo Album <span class="notify-icon">(!)</span></a></li>
<li><a href="guestbook.html">Guestbook</a></li>
<li><a href="https://github.com/AmazingKeymaster" target="_blank">GitHub</a></li>
<li><a href="https://ko-fi.com/amazingkeymaster" target="_blank">Donate ♡</a></li>
</ul>
</div>
</div>
</div>
<script type="module" src="script.js"></script>
</body>
</html>