Add 680px breakpoint to toolsntoys, foss-tools, guides, jl-early-tools: header stacks, stats bar collapses to 2-col, sidebar/content grid stacks. Fix table overflow in 3 guide pages: move overflow-x:hidden from body to .guide-wrap so .guide-table-wrap scroll containers work on mobile Safari. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
494 lines
18 KiB
HTML
494 lines
18 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>JL'S TOOLS // FIELD UNIT SP-07</title>
|
|
<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=Sixtyfour&family=Share+Tech+Mono&family=Rambla:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Emoji&display=swap" rel="stylesheet">
|
|
<style>
|
|
:root {
|
|
--bg-deep: #030812;
|
|
--bg-mid: #060f1a;
|
|
--bg-surface: #081524;
|
|
--bg-panel: #0d1e32;
|
|
--text-main: #c8d8e8;
|
|
--text-muted: #3a5570;
|
|
--phosphor: #00ff41;
|
|
--neon-green: #32dc8c;
|
|
--neon-green-dim: #229966;
|
|
--fire-amber: #e8943a;
|
|
--fire-amber-dim: #b06020;
|
|
--toucan: #ffcf40;
|
|
--fire-coral: #d4654a;
|
|
--neon-teal: #2ac4b3;
|
|
--orchid: #c558d9;
|
|
--border-neon: rgba(50,220,140,0.3);
|
|
--border-amber: rgba(232,148,58,0.4);
|
|
}
|
|
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
|
|
body {
|
|
background: var(--bg-deep);
|
|
color: var(--text-main);
|
|
font-family: 'Rambla', sans-serif;
|
|
min-height: 100vh;
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
body::before {
|
|
content: '';
|
|
position: fixed;
|
|
inset: 0;
|
|
background:
|
|
radial-gradient(ellipse 60% 50% at 50% 80%, rgba(232,148,58,0.05) 0%, transparent 70%),
|
|
repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.12) 2px, rgba(0,0,0,0.12) 4px);
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
}
|
|
|
|
body::after {
|
|
content: '';
|
|
position: fixed;
|
|
inset: 0;
|
|
background: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, rgba(0,0,0,0.15) 3px, rgba(0,0,0,0.15) 4px);
|
|
pointer-events: none;
|
|
z-index: 1000;
|
|
animation: scanline 15s linear infinite;
|
|
}
|
|
|
|
@keyframes scanline { 0% { background-position: 0 0; } 100% { background-position: 0 400px; } }
|
|
|
|
.noise {
|
|
position: fixed;
|
|
inset: 0;
|
|
opacity: 0.04;
|
|
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
|
|
pointer-events: none;
|
|
z-index: 999;
|
|
}
|
|
|
|
.app {
|
|
position: relative;
|
|
z-index: 1;
|
|
max-width: 1100px;
|
|
margin: 0 auto;
|
|
padding: 2rem 1.5rem;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
margin-bottom: 2rem;
|
|
padding-bottom: 1rem;
|
|
border-bottom: 1px solid var(--border-neon);
|
|
position: relative;
|
|
}
|
|
|
|
.header::after {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: -1px;
|
|
left: 0;
|
|
width: 40%;
|
|
height: 1px;
|
|
background: var(--neon-green);
|
|
box-shadow: 0 0 10px var(--neon-green);
|
|
}
|
|
|
|
.unit-tag {
|
|
font-family: 'Share Tech Mono', monospace;
|
|
font-size: 0.9rem;
|
|
color: var(--fire-amber);
|
|
letter-spacing: 0.25em;
|
|
text-transform: uppercase;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
|
|
.title {
|
|
font-family: 'Sixtyfour', cursive;
|
|
font-size: 1.8rem;
|
|
font-weight: 400;
|
|
color: var(--neon-green);
|
|
text-shadow: 0 0 8px var(--neon-green);
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.status-badge {
|
|
font-family: 'Share Tech Mono', monospace;
|
|
font-size: 1rem;
|
|
padding: 0.25rem 0.8rem;
|
|
border: 1px solid var(--neon-green);
|
|
color: var(--neon-green);
|
|
letter-spacing: 0.15em;
|
|
box-shadow: inset 0 0 10px rgba(50,220,140,0.1);
|
|
}
|
|
|
|
.main-grid {
|
|
display: grid;
|
|
grid-template-columns: 240px 1fr;
|
|
gap: 1.5rem;
|
|
}
|
|
|
|
.panel {
|
|
background: var(--bg-panel);
|
|
border: 1px solid var(--border-neon);
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.panel-header {
|
|
font-family: 'Share Tech Mono', monospace;
|
|
font-size: 1rem;
|
|
letter-spacing: 0.2em;
|
|
color: var(--fire-amber);
|
|
padding: 0.6rem 0.8rem;
|
|
border-bottom: 1px solid rgba(232,148,58,0.2);
|
|
}
|
|
|
|
.panel-body { padding: 0.8rem; font-size: 0.9rem; line-height: 1.4; }
|
|
|
|
.item-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
|
gap: 1rem;
|
|
}
|
|
|
|
.item-card {
|
|
background: var(--bg-panel);
|
|
border: 1px solid rgba(50,220,140,0.15);
|
|
position: relative;
|
|
transition: all 200ms ease;
|
|
overflow: hidden;
|
|
clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.item-card:hover {
|
|
border-color: rgba(50,220,140,0.5);
|
|
background: var(--bg-surface);
|
|
}
|
|
|
|
.item-card.legendary { border-color: var(--toucan); }
|
|
.item-card.rare { border-color: var(--neon-teal); }
|
|
.item-card.uncommon { border-color: var(--neon-green); }
|
|
.item-card.unique { border-color: var(--orchid); animation: uniquePulse 3s infinite alternate; }
|
|
|
|
@keyframes uniquePulse { from { border-color: rgba(197,88,217,0.3); } to { border-color: rgba(197,88,217,0.8); } }
|
|
|
|
.item-img-zone {
|
|
height: 80px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: rgba(0,0,0,0.4);
|
|
font-size: 2.5rem;
|
|
font-family: 'Noto Emoji', sans-serif;
|
|
border-bottom: 1px solid rgba(255,255,255,0.05);
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.item-card.legendary .item-img-zone { color: var(--toucan); text-shadow: 0 0 12px rgba(255,207,64,0.5); }
|
|
.item-card.rare .item-img-zone { color: var(--neon-teal); text-shadow: 0 0 12px rgba(42,196,179,0.5); }
|
|
.item-card.uncommon .item-img-zone { color: var(--neon-green);text-shadow: 0 0 12px rgba(50,220,140,0.5); }
|
|
.item-card.unique .item-img-zone { color: var(--orchid); text-shadow: 0 0 12px rgba(197,88,217,0.5); }
|
|
|
|
.item-body { padding: 1rem; flex: 1; display: flex; flex-direction: column; }
|
|
|
|
.item-name {
|
|
font-family: 'Rambla', sans-serif;
|
|
font-weight: 700;
|
|
font-size: 0.95rem;
|
|
color: var(--text-main);
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
|
|
.item-meta {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-family: 'Share Tech Mono', monospace;
|
|
font-size: 0.85rem;
|
|
color: var(--text-muted);
|
|
margin-bottom: 0.8rem;
|
|
}
|
|
|
|
.item-desc {
|
|
font-family: 'Rambla', sans-serif;
|
|
font-size: 0.9rem;
|
|
line-height: 1.4;
|
|
color: var(--text-main);
|
|
font-style: italic;
|
|
margin-bottom: 1rem;
|
|
flex: 1;
|
|
}
|
|
|
|
.rarity-pip {
|
|
position: absolute;
|
|
top: 0.6rem;
|
|
left: 0.6rem;
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.pip-legendary { background: var(--toucan); box-shadow: 0 0 8px var(--toucan); }
|
|
.pip-rare { background: var(--neon-teal); }
|
|
.pip-uncommon { background: var(--neon-green); }
|
|
.pip-common { background: var(--text-muted); }
|
|
.pip-unique { background: var(--orchid); box-shadow: 0 0 8px var(--orchid); }
|
|
|
|
.condition-track { height: 3px; background: rgba(255,255,255,0.05); margin-bottom: 1rem; }
|
|
.condition-fill { height: 100%; }
|
|
|
|
.visit-btn {
|
|
font-family: 'Share Tech Mono', monospace;
|
|
font-size: 0.9rem;
|
|
padding: 0.5rem;
|
|
text-align: center;
|
|
background: transparent;
|
|
border: 1px solid var(--fire-amber);
|
|
color: var(--fire-amber);
|
|
text-decoration: none;
|
|
transition: all 150ms;
|
|
letter-spacing: 0.1em;
|
|
}
|
|
|
|
.visit-btn:hover { background: rgba(232,148,58,0.1); box-shadow: 0 0 10px rgba(232,148,58,0.2); }
|
|
|
|
.back-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
font-family: 'Share Tech Mono', monospace;
|
|
color: var(--text-muted);
|
|
text-decoration: none;
|
|
margin-bottom: 1.5rem;
|
|
transition: color 150ms;
|
|
}
|
|
.back-link:hover { color: var(--neon-green); }
|
|
|
|
/* Detail Strip */
|
|
.detail-strip {
|
|
margin-top: 2rem;
|
|
background: var(--bg-panel);
|
|
border: 1px solid var(--border-amber);
|
|
padding: 1rem;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1.5rem;
|
|
box-shadow: 0 0 20px rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.detail-icon { font-size: 2rem; }
|
|
.detail-info { flex: 1; }
|
|
.detail-name { font-family: 'Share Tech Mono', monospace; color: var(--toucan); margin-bottom: 0.3rem; font-size: 0.9rem; }
|
|
.detail-desc { font-family: 'Rambla', sans-serif; font-size: 0.9rem; color: var(--text-main); }
|
|
.detail-stats { display: flex; gap: 1.5rem; font-family: 'Share Tech Mono', monospace; text-align: center; }
|
|
.ds-val { color: var(--fire-amber); font-size: 1rem; }
|
|
.ds-label { color: var(--text-muted); font-size: 0.8rem; }
|
|
|
|
#embers { position: fixed; inset: 0; pointer-events: none; z-index: 3; }
|
|
|
|
.campfire-glow {
|
|
position: fixed; bottom: -100px; left: 50%; transform: translateX(-50%);
|
|
width: 600px; height: 400px; background: radial-gradient(ellipse at center bottom, rgba(232,148,58,0.1) 0%, transparent 70%);
|
|
pointer-events: none; z-index: 0;
|
|
}
|
|
|
|
@media (max-width: 680px) {
|
|
.header { flex-direction: column; gap: 0.75rem; }
|
|
.header-right { align-items: flex-start; text-align: left; }
|
|
.main-grid { grid-template-columns: 1fr; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="noise"></div>
|
|
<div class="campfire-glow"></div>
|
|
<canvas id="embers"></canvas>
|
|
|
|
<div class="app">
|
|
|
|
<a href="toolsntoys.html" class="back-link" target="_top">← TOOLS N TOYS</a>
|
|
|
|
<header class="header">
|
|
<div class="header-left">
|
|
<div class="unit-tag">▶ FIELD UNIT SP-07 // JL'S TOOLS</div>
|
|
<h1 class="title">TRAINING WHEELS</h1>
|
|
</div>
|
|
<div class="header-right">
|
|
<div class="status-badge">● MODULE_LOADED</div>
|
|
<div class="coord">ORIGIN: JL-KRUGER</div>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="main-grid">
|
|
<aside class="sidebar">
|
|
<div class="panel">
|
|
<div class="panel-header">ABOUT</div>
|
|
<div class="panel-body">
|
|
early solutions to very niche problems
|
|
</div>
|
|
</div>
|
|
<div class="panel">
|
|
<div class="panel-header">QUICK LINKS</div>
|
|
<div class="panel-body">
|
|
<a href="https://github.com/JL-Kruger" style="color:var(--neon-teal); text-decoration:none;" target="_blank">GITHUB PROFILE ↗</a><br>
|
|
<a href="../index.html" style="color:var(--text-muted); text-decoration:none;" target="_top">HOME PAGE ↗</a>
|
|
</div>
|
|
</div>
|
|
</aside>
|
|
|
|
<main class="item-grid">
|
|
<!-- MESHAGORA -->
|
|
<div class="item-card legendary">
|
|
<div class="rarity-pip pip-legendary"></div>
|
|
<div class="item-img-zone">🌐</div>
|
|
<div class="item-body">
|
|
<div class="item-name">MESHAGORA</div>
|
|
<div class="item-meta"><span>LINKED</span><span style="color:var(--toucan)">LEGENDARY</span></div>
|
|
<p class="item-desc">"A whole social network that fits in a classroom. Runs on local WiFi. Demonstrates feed curation, bot flooding, and invisible admin powers. No internet required. All session data disappears when you press Ctrl+C. Very on the nose."</p>
|
|
<div class="condition-track"><div class="condition-fill" style="width:100%; background:var(--toucan)"></div></div>
|
|
<a href="https://github.com/JL-Kruger/meshagora" class="visit-btn" target="_blank">VISIT GITHUB</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PLAYLIST PIRATE -->
|
|
<div class="item-card rare">
|
|
<div class="rarity-pip pip-rare"></div>
|
|
<div class="item-img-zone">🏴☠️</div>
|
|
<div class="item-body">
|
|
<div class="item-name">PLAYLIST PIRATE</div>
|
|
<div class="item-meta"><span>LINKED</span><span style="color:var(--neon-teal)">RARE</span></div>
|
|
<p class="item-desc">"Spotify CSV goes in. Static HTML playlist pages come out. Artists get linked so you can pay them directly. Can also download the MP3s if yt-dlp cooperates. Piracy is a complicated word here."</p>
|
|
<div class="condition-track"><div class="condition-fill" style="width:85%; background:var(--neon-teal)"></div></div>
|
|
<a href="https://github.com/JL-Kruger/playlist-pirate" class="visit-btn" target="_blank">VISIT GITHUB</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- REMEMBER TO FORGET -->
|
|
<div class="item-card uncommon">
|
|
<div class="rarity-pip pip-uncommon"></div>
|
|
<div class="item-img-zone">⏳</div>
|
|
<div class="item-body">
|
|
<div class="item-name">REMEMBER TO FORGET</div>
|
|
<div class="item-meta"><span>LINKED</span><span style="color:var(--neon-green)">UNCOMMON</span></div>
|
|
<p class="item-desc">"You start a task, it timestamps it. You stop, it timestamps that. It's interstitial journaling for people who need to invoice. Dead simple. Still mine, though."</p>
|
|
<div class="condition-track"><div class="condition-fill" style="width:92%; background:var(--neon-green)"></div></div>
|
|
<a href="https://github.com/JL-Kruger/RTF-workday-logger" class="visit-btn" target="_blank">VISIT GITHUB</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- TAB CATCHER -->
|
|
<div class="item-card">
|
|
<div class="rarity-pip pip-common"></div>
|
|
<div class="item-img-zone">🎣</div>
|
|
<div class="item-body">
|
|
<div class="item-name">TAB CATCHER</div>
|
|
<div class="item-meta"><span>LINKED</span><span style="color:var(--text-muted)">COMMON</span></div>
|
|
<p class="item-desc">"For people who open 47 tabs and call it research. Click a button. Get a markdown file of everything you had open. Browser bookmarks are a lie we tell ourselves."</p>
|
|
<div class="condition-track"><div class="condition-fill" style="width:75%; background:var(--text-muted)"></div></div>
|
|
<a href="https://github.com/JL-Kruger/catcher-of-tabs" class="visit-btn" target="_blank">VISIT GITHUB</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- WAMEX -->
|
|
<div class="item-card">
|
|
<div class="rarity-pip pip-common"></div>
|
|
<div class="item-img-zone">💬</div>
|
|
<div class="item-body">
|
|
<div class="item-name">WAMEX</div>
|
|
<div class="item-meta"><span>LINKED</span><span style="color:var(--text-muted)">COMMON</span></div>
|
|
<p class="item-desc">"Paste in the HTML from WhatsApp Web's pending requests panel. Get a neat list of wa.me links out. Built in under 30 minutes."</p>
|
|
<div class="condition-track"><div class="condition-fill" style="width:60%; background:var(--text-muted)"></div></div>
|
|
<a href="https://github.com/JL-Kruger/wamex" class="visit-btn" target="_blank">VISIT GITHUB</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- DENDRITIC CURIO -->
|
|
<div class="item-card unique">
|
|
<div class="rarity-pip pip-unique"></div>
|
|
<div class="item-img-zone">🕸</div>
|
|
<div class="item-body">
|
|
<div class="item-name">DENDRITIC LINKS NETWORK</div>
|
|
<div class="item-meta"><span>CURIO</span><span style="color:var(--orchid)">UNIQUE</span></div>
|
|
<p class="item-desc">"Give it a .md file of links from Tab Catcher. It grows a tree. Built during early sessions. A fossil that still runs."</p>
|
|
<div class="condition-track"><div class="condition-fill" style="width:100%; background:var(--orchid)"></div></div>
|
|
<a href="dendritic_links_network_v23.html" class="visit-btn">OPEN CURIO</a>
|
|
<p style="font-family:'Share Tech Mono',monospace; font-size:0.7rem; color:var(--fire-coral); margin-top:0.4rem; text-align:center;">⚠ LEGACY ITEM — PRESERVATION ONLY</p>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
|
|
<div class="detail-strip">
|
|
<div class="detail-icon">⚙️</div>
|
|
<div class="detail-info">
|
|
<div class="detail-name">SYSTEM OVERVIEW // FIELD UNIT SP-07</div>
|
|
<div class="detail-desc">All tools verified. Connectivity established. Ready for deployment.</div>
|
|
</div>
|
|
<div class="detail-stats">
|
|
<div class="ds">
|
|
<div class="ds-val">6</div>
|
|
<div class="ds-label">LOADED</div>
|
|
</div>
|
|
<div class="ds">
|
|
<div class="ds-val">100%</div>
|
|
<div class="ds-label">INTEGRITY</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
/* === EMBER PARTICLE SYSTEM (Night Sky Adaptation) === */
|
|
const canvas = document.getElementById('embers');
|
|
const ctx = canvas.getContext('2d');
|
|
function resize() { canvas.width = window.innerWidth; canvas.height = window.innerHeight; }
|
|
resize(); window.addEventListener('resize', resize);
|
|
const EMBER_COUNT = 50; const embers = [];
|
|
function randomEmber() {
|
|
const COLORS = [{r:232,g:148,b:58},{r:212,g:101,b:74},{r:255,g:207,b:64},{r:197,g:88,b:217}];
|
|
const col = COLORS[Math.floor(Math.random()*COLORS.length)];
|
|
return {
|
|
x: Math.random()*canvas.width, y: canvas.height+10,
|
|
vx: (Math.random()-0.5)*0.8, vy: -(0.4+Math.random()*1.2),
|
|
life: 0, maxLife: 200+Math.random()*300, size: 1+Math.random()*2,
|
|
r: col.r, g: col.g, b: col.b, wobble: Math.random()*Math.PI*2,
|
|
wobbleSpeed: 0.02+Math.random()*0.02, trail: []
|
|
};
|
|
}
|
|
for(let i=0;i<EMBER_COUNT;i++){ const e=randomEmber(); e.y=Math.random()*canvas.height; e.life=Math.random()*e.maxLife; embers.push(e); }
|
|
function drawEmber(e) {
|
|
const progress = e.life/e.maxLife;
|
|
const alpha = progress < 0.1 ? progress/0.1 : progress > 0.8 ? (1-progress)/0.2 : 1;
|
|
if(alpha <= 0) return;
|
|
const gAlpha = alpha*0.38;
|
|
const glow = ctx.createRadialGradient(e.x, e.y, 0, e.x, e.y, e.size*5);
|
|
glow.addColorStop(0, `rgba(${e.r},${e.g},${e.b},${gAlpha})`);
|
|
glow.addColorStop(1, `rgba(${e.r},${e.g},${e.b},0)`);
|
|
ctx.beginPath(); ctx.arc(e.x,e.y,e.size*5,0,Math.PI*2); ctx.fillStyle=glow; ctx.fill();
|
|
ctx.fillStyle = `rgba(${e.r},${e.g},${e.b},${Math.min(0.65, gAlpha*1.4)})`;
|
|
const ps = Math.max(1, Math.round(e.size));
|
|
ctx.fillRect(Math.round(e.x)-ps, Math.round(e.y)-ps, ps*2, ps*2);
|
|
}
|
|
function tick() {
|
|
ctx.clearRect(0,0,canvas.width,canvas.height);
|
|
for(const e of embers) {
|
|
e.wobble += e.wobbleSpeed; e.x += e.vx + Math.sin(e.wobble)*0.3; e.y += e.vy; e.life++;
|
|
if(e.life >= e.maxLife || e.y < -20) Object.assign(e, randomEmber());
|
|
drawEmber(e);
|
|
}
|
|
requestAnimationFrame(tick);
|
|
}
|
|
tick();
|
|
</script>
|
|
</body>
|
|
</html>
|