flexhub/templates/home.tmpl
s8n 236d4632c9
Some checks are pending
secret-scan / gitleaks (HEAD + history) (push) Waiting to run
secret-scan / detect-secrets (entropy + cross-tool) (push) Waiting to run
secret-scan / summary (push) Blocked by required conditions
feat(flexhub-main): ship flexhub-main theme + assets + custom chrome
flexhub-main is now DEFAULT_THEME. Magenta -> blue cyberpunk paint job
on a #5b6cff periwinkle primary, JetBrains Mono site-wide, pixel-glitch
"FLEXHUB" wordmark with 0.35s chromatic shake on hover, bracket-frame
hover on nav items, panel-fill on the bordered Sign-in pill, gradient
1px under-line. Homepage now ships a 4-column agent grid with constant
gradient stroke, outlined-letter markers, and -3px lift + dual outer
glow on hover.

What's in this commit
- 3 themes (CSS): theme-flexhub-main, theme-flexhub-og, theme-monochrome
- Homepage + navbar + footer templates (image-swap logo, stripped lang switch)
- Full favicon set + apple-touch + .ico + PNG-wrapped SVG (works everywhere)
- Pixel-glitch home wordmark + transparent-bg navbar wordmark
- README rewrite covering current state

English-only locked ([i18n] LANGS = en-US). All credit s8n.
The flex is the work.
2026-05-11 07:24:58 +01:00

30 lines
1.2 KiB
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content home flexhub-home">
<div class="flexhub-text-wordmark" aria-hidden="true"><span class="fh-flex">Flex</span></div>
<p class="tagline">Where I flex my projects, code, and stuff.</p>
<p class="subtagline">A place to flex.</p>
<div class="agent-grid">
<div class="agent-card">
<span class="marker"><span>A</span></span>
<h3>Hosted, hard, unfiltered</h3>
<p>Code on my own metal. No upstream daddy, no rate limits, no policy drift.</p>
</div>
<div class="agent-card">
<span class="marker"><span>B</span></span>
<h3>Off-platform</h3>
<p>No GitHub, no GitLab, no shared landlord. Just metal in my house and a domain I own.</p>
</div>
<div class="agent-card">
<span class="marker"><span>C</span></span>
<h3>Your repo, your rules</h3>
<p>Push private. Push experimental. Push that thing you'd never put on a public profile.</p>
</div>
<div class="agent-card">
<span class="marker"><span>D</span></span>
<h3>Drop the repo</h3>
<p>If you built it, it lives here. No filter, no algorithm, no cold-storage policy.</p>
</div>
</div>
</div>
{{template "base/footer" .}}