mirror of
https://github.com/joanmarcriera/riera.co.uk.git
synced 2026-08-31 02:11:46 +00:00
My public site
https://riera.co.uk/
- CSS 48.9%
- HTML 40.8%
- JavaScript 10.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| assets | ||
| .gitignore | ||
| app.js | ||
| CNAME | ||
| index.html | ||
| README.md | ||
| styles.css | ||
riera.co.uk
Single-page professional portfolio for riera.co.uk, the hub
of a small family of sites. Served by GitHub Pages from the main branch root.
Structure
index.html: the portfolio (hero, portfolio index, approach, experience, credentials, platform, products, contact).styles.css: the visual system (Inter, Space Grotesk, JetBrains Mono; light sections with darkscope-darkbands; the ⌘K switcher).app.js: builds the portfolio directory, the family footer, and the ⌘K site switcher from the sharedSITESarray. Ships on every site in the family.CNAME: custom domain binding.assets/documents/: public publications and articles only.
Site family
The ⌘K switcher (press ⌘K on any page) and the footer are driven by the SITES
array in app.js:
riera.co.uk: portfolio and entry pointcv.riera.co.uk: curriculum vitaecxo.riera.co.uk: CTO playbooksme.riera.co.uk: SME automation practice (fixed-scope audit and reference stack)cnc.riera.co.uk: CNCrafti2e.riera.co.uk: Image to Excalidrawllm.riera.co.uk: personal LLM notesmac.riera.co.uk: Mac rebuild notes
Deployment
GitHub Pages serves from the main branch root. Edit, commit, and push; the change
is live within a few minutes.