58 Commits
Author SHA1 Message Date
Gabriel Fontes befc707188 fix(website): preserve footer order across breakpoints
Match DOM order to the wide layout, rely on grid auto-placement when collapsing, and retain the address separator on narrow screens.

Assisted-by: pi (openai-codex/gpt-5.6-sol)
2026-08-28 11:58:07 -03:00
Gabriel Fontes 656d3d3377 refactor(website): use semantic lists for footer links
Represent email and social links as compact inline lists without redundant visible labels.

Assisted-by: pi (openai-codex/gpt-5.6-sol)
2026-08-28 11:44:36 -03:00
Gabriel Fontes cb31a96a61 refactor(website): use semantic lists for publication metadata
Preserve the compact semicolon-separated presentation while using list markup, and scope vertical list spacing to prose lists so flex items remain aligned.

Assisted-by: pi (openai-codex/gpt-5.6-sol)
2026-08-28 11:44:36 -03:00
Gabriel Fontes c8247e3fdc fix(projects/website): restore listing title hover underline
Assisted-by: pi (gpt-5.6-sol)
2026-08-12 15:19:07 -03:00
Gabriel Fontes b2e31f3cca refactor(projects/website): simplify stylesheet cascade
Assisted-by: pi (gpt-5.6-sol)
2026-08-12 12:26:03 -03:00
Gabriel Fontes ae6361afa1 refactor(projects/website): centralize style tokens
Assisted-by: pi (gpt-5.6-sol)
2026-08-12 12:22:27 -03:00
Gabriel Fontes ac15815de9 refactor(projects/website): modularize stylesheet structure
Assisted-by: pi (gpt-5.6-sol)
2026-08-12 12:17:51 -03:00
Gabriel Fontes aedb99a2b1 chore(projects/website): remove unused sass code
Assisted-by: pi (gpt-5.6-sol)
2026-08-12 12:15:49 -03:00
Gabriel Fontes b07eb924a7 fix(projects/website): improve paper figures in dark mode
Render publication figures on a stable light surface so their original colors and labels remain legible regardless of the site theme.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 11:39:52 -03:00
Gabriel Fontes e6a7ea04b1 feat(projects/website): add paper web editions
Publish complete Markdown editions of both papers with linked citations, references, tables, original figures, appendices, acknowledgments, and scholarly citation metadata. Include the sustainability fragment table and the updated SESoS ecosystem figure while preserving the PDFs as versions of record.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 11:39:52 -03:00
Gabriel Fontes 527fc899ca refactor(projects/website): replace link glow with starlight accents
Assisted-by: pi (gpt-5.6-sol)
2026-08-12 11:15:00 -03:00
Gabriel Fontes 0a7121b071 fix(projects/website): refine section heading rhythm
Assisted-by: pi (gpt-5.6-sol)
2026-08-12 11:04:42 -03:00
Gabriel Fontes 80a00cb29d fix(projects/website): move feed link to footer
Move the RSS link from its brittle absolute position above the blog listing into the global social footer, and remove the obsolete positional selector.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:49:23 -03:00
Gabriel Fontes f37f6314f2 fix(projects/website): brighten ambient sparks
Increase spark core size, palette contrast, halo, and shimmer range so the ambient layer remains subtle but actually visible.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:41:33 -03:00
Gabriel Fontes 6cbfc9e959 feat(projects/website): add ambient star sparks
Layer sparse palette-tinted sparks behind the site with slow staggered shimmer, no pointer interaction, and explicit reduced-motion and print fallbacks.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:40:04 -03:00
Gabriel Fontes b3744d9d8e fix(projects/website): smooth theme selection ring
Replace the aliased circular outline with an inset antialiased shadow ring and a faint outer glow for both selection and keyboard focus.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:33:10 -03:00
Gabriel Fontes 5a32f05d7f fix(projects/website): outline selected theme star
Apply the constellation control's circular focus outline to the active palette as a persistent selection indicator.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:28:05 -03:00
Gabriel Fontes 7ff867ed2f feat(projects/website): adopt star glyph motif
Use conventional hash markers for heading permalinks, frame the site identity with decorative stars, and render constellation points as luminous star glyphs while preserving their 48px controls and interaction behavior.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:26:08 -03:00
Gabriel Fontes 832fb45016 feat(projects/website): add heading permalinks
Add accessible self-links to rendered h2-h6 headings without embedding HTML in Markdown. Reveal the star marker on hover or keyboard focus, keep it visible on touch devices, and omit it from print.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:22:30 -03:00
Gabriel Fontes d693b272c8 feat(projects/website): extend constellation interactions
Carry the constellation's glow and motion into links, navigation, and form controls, add palette-lit structural rules, and glint anchored headings on arrival. Respect reduced-motion preferences throughout.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:16:28 -03:00
Gabriel Fontes a17674d086 fix(projects/website): restore light background tint
Mix native light surfaces with each scheme's primary role instead of its near-white primary container, preserving a distinct atmospheric tint across all eight themes.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:06:31 -03:00
Gabriel Fontes 2464495974 refactor(projects/website): consume mode-aware colorschemes
Adopt the new top-level colorscheme structure and emit each scheme's native dark and light Material roles directly. Remove the manual light-role remapping and obsolete print scheme, update the legacy colorscheme page, and promote Electra to an interactive constellation theme.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 03:00:01 -03:00
Gabriel Fontes 69c71bee0a fix(projects/website): refine pleiades geometry
Align the seven theme stars more closely with the Pleiades reference and add muted, non-interactive Electra and Sterope stars to complete the cluster.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 02:38:34 -03:00
Gabriel Fontes 4169d2760f fix(projects/website): adapt star previews to color mode
Give each constellation star dark and light preview roles from its own palette, switching automatically with prefers-color-scheme.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 02:34:34 -03:00
Gabriel Fontes e7822d39d0 fix(projects/website): restore tinted backgrounds
Mix each selected palette into the light and dark surface hierarchy so theme changes affect the page atmosphere again without altering semantic role mapping.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 02:31:39 -03:00
Gabriel Fontes 427d49a420 feat(projects/website): follow system color mode
Expose each selected scheme as a stable palette, then map that same palette to dark or light semantic roles according to prefers-color-scheme. Preserve constellation selection, persistence, live system changes, and the dedicated print palette without adding a mode switch.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 02:28:46 -03:00
Gabriel Fontes 4a005875c8 fix(projects/website): tweak header padding 2026-08-12 02:17:26 -03:00
Gabriel Fontes 9d85420a7a refactor(projects/website): decrease h1, remove _ suffix 2026-08-12 02:13:17 -03:00
Gabriel Fontes de85f5bb62 refactor(projects/website): simplify constellation caption
Remove the explanatory heading and current-theme readout, leaving only a quiet centered invitation beneath the constellation.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 02:07:28 -03:00
Gabriel Fontes 4ed4983e55 feat(projects/website): add pleiades theme selector
Replace the colorscheme select with a full-width Pleiades constellation whose seven accessible, touch-friendly star buttons preview and apply their matching themes. Keep active state, persistence, keyboard labels, reduced motion, and JavaScript-disabled behavior in sync.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 02:04:14 -03:00
Gabriel Fontes beadd19c5a fix(projects/website): center document prose
Center narrow non-listing prose within the shared content shell while keeping page titles aligned across routes.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 01:53:05 -03:00
Gabriel Fontes 7059ac0c09 fix(projects/website): stabilize page title alignment
Keep every page article at the shared content width while constraining only non-listing prose sections to the narrower reading measure.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 01:52:03 -03:00
Gabriel Fontes ba0206d450 refactor(projects/website): soften document rhythm
Narrow document pages to a comfortable reading measure, tighten the masthead and heading rhythm, reduce display scale, and use regular Fira Sans for friendlier section headings while preserving full-width archive layouts.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 01:50:47 -03:00
Gabriel Fontes 2248d605d8 feat(projects/website): redesign site
Replace Water.css with a classless technical-editorial design for the about, blog, publications, CV, and post pages. Add responsive document and listing layouts, Fira Sans Condensed display typography, semantic page regions, and a persistent JavaScript-gated colorscheme picker.

Assisted-by: pi (gpt-5.6-sol)
2026-08-12 01:43:52 -03:00
Gabriel Fontes cf125af801 switch base16 to material-like colorscheme 2026-06-12 02:09:24 -03:00
Gabriel Fontes 10bc7496cb add publications :D 2026-01-27 09:06:40 -03:00
Gabriel Fontes 120ac5b87c fix(style): improve code readability 2024-09-15 17:58:52 -03:00
Gabriel Fontes 3acc968b94 update to nixpkgs 24.05 2024-08-19 14:08:25 -03:00
Gabriel Fontes f868476339 style: improve header size contrasts 2023-09-20 22:57:11 -03:00
Gabriel Fontes 6c1a599b2e dont show link icons when printing 2022-11-27 19:32:34 -03:00
Gabriel Fontes 74fca4fea5 more print adjustments 2022-11-27 19:24:34 -03:00
Gabriel Fontes 7f1a6e9d9b adjust style when printing
water.css was overriding my stuff
2022-11-27 19:08:54 -03:00
Gabriel Fontes 91ed9f3eba add printing styles 2022-11-27 18:19:56 -03:00
Gabriel Fontes 12a916ec90 footer adjustments 2022-11-14 13:25:04 -03:00
Gabriel Fontes ee65928a3b adjust padding based on width 2022-11-03 20:26:53 -03:00
Gabriel Fontes 437d879b8d nav: fix issue with aria-current 2022-11-03 02:00:20 -03:00
Gabriel Fontes 8144c0bb69 increase max width 2022-11-02 16:48:35 -03:00
Gabriel Fontes ef9d55cff9 css: add figure as a horizontal scroller 2022-08-21 14:25:21 -03:00
Gabriel Fontes 209f188eff make spacings a bit more generic 2022-08-21 02:06:04 -03:00
Gabriel Fontes 45a259490b only add border if nav is last child 2022-08-21 01:57:45 -03:00