Skip to content

Commit fbf1b6f

Browse files
moved break files to r2 bucket
1 parent 5012b64 commit fbf1b6f

8 files changed

Lines changed: 18 additions & 164 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
!.dev.vars.example
55
.env*
66
!.env.example
7+
8+
# Large game assets hosted on R2 (bucket: sn4k)
9+
break-times/1.12-wasm.html
10+
break-times/amog.html
11+
break-times/balatro (gba)/balatro-gba.gba

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Every page is a self-contained HTML file with inline `<style>` and `<script>` ta
3636
|---|---|
3737
| `index.html` | Landing page — links to Cloudflare, GitHub, and the yoshiro portfolio |
3838
| `tools.html` | Tool directory — grid of `.tool-card` links |
39-
| `break.html` | Hidden game launcher (linked via invisible `.secret-link` on index) |
39+
| `break.html` | Game launcher, linked from the index sub-links row |
4040
| `portfolio.html` | Portfolio page |
4141
| `tools/bell-schedule.html` | GWHS school bell countdown (live clock, SFUSD schedule) |
4242
| `tools/email-signature.html` | Gmail HTML signature generator |

break-times/.DS_Store

-4 KB
Binary file not shown.
-4.5 MB
Binary file not shown.

break-times/balatro (gba)/index.html

Lines changed: 0 additions & 144 deletions
This file was deleted.

break.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@
187187
<h1>play</h1>
188188

189189
<div class="games">
190-
<a class="game-link" href="/break-times/1.12-wasm.html" target="_blank" rel="noopener">
190+
<a class="game-link" href="https://r2.sn4k.org/1.12-wasm.html" target="_blank" rel="noopener">
191191
<span class="game-name">minecraft</span>
192192
<span class="game-arrow"></span>
193193
</a>
194-
<a class="game-link" href="/break-times/amog.html" target="_blank" rel="noopener">
194+
<a class="game-link" href="https://r2.sn4k.org/amog.html" target="_blank" rel="noopener">
195195
<span class="game-name">among us</span>
196196
<span class="game-arrow"></span>
197197
</a>
@@ -203,6 +203,14 @@ <h1>play</h1>
203203
<span class="game-name">gambit rogue</span>
204204
<span class="game-arrow"></span>
205205
</a>
206+
<a class="game-link" href="https://r2.sn4k.org/drift/index.html" target="_blank" rel="noopener">
207+
<span class="game-name">drift</span>
208+
<span class="game-arrow"></span>
209+
</a>
210+
<a class="game-link" href="https://r2.sn4k.org/karlson/index.html" target="_blank" rel="noopener">
211+
<span class="game-name">karlson</span>
212+
<span class="game-arrow"></span>
213+
</a>
206214
</div>
207215

208216
<p class="disclaimer">

index.html

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,6 @@
6464
.theme-btn:hover { color: var(--muted); }
6565
.theme-btn.active { color: var(--text); }
6666

67-
.secret-link {
68-
position: fixed;
69-
bottom: 1.25rem;
70-
right: 1.5rem;
71-
font-size: 0.6rem;
72-
color: var(--bg);
73-
text-decoration: none;
74-
transition: color 0.3s ease;
75-
z-index: 100;
76-
user-select: none;
77-
}
78-
79-
.secret-link:hover { color: var(--line); }
80-
8167
body {
8268
font-family: 'DM Sans', sans-serif;
8369
background: var(--bg);
@@ -232,8 +218,6 @@
232218
<button class="theme-btn" id="btn-dark" onclick="setTheme('dark')" title="Dark"></button>
233219
</div>
234220

235-
<a class="secret-link" href="/break.html">.</a>
236-
237221
<div class="container">
238222
<div class="greeting">
239223
<span class="hello">hello</span>
@@ -247,14 +231,15 @@
247231
</div>
248232
<p class="now-label">and now...</p>
249233
<div class="greeting linked">
250-
<a href="https://sn4k.org/portfolio" target="_blank" rel="noopener">
234+
<a href="https://sn4k.org/portfolio">
251235
<span class="hello">hello</span>
252236
<span class="name yoshiro">yoshiro</span>
253237
<span class="arrow"></span>
254238
</a>
255239
</div>
256240
<div class="sub-links">
257241
<a class="sub-link" href="/tools.html">tools →</a>
242+
<a class="sub-link" href="/break.html">break →</a>
258243
</div>
259244
</div>
260245

0 commit comments

Comments
 (0)