From 2248d605d8bc9a446f76a4057b70677243f99326 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Tue, 11 Aug 2026 20:04:54 -0300 Subject: [PATCH] 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) --- projects/website/_src/_data/navigation.yml | 4 - .../website/_src/_includes/footer.html.liquid | 56 +- .../website/_src/_includes/header.html.liquid | 2 +- .../website/_src/_layouts/default.html.liquid | 4 +- projects/website/_src/_sass/main.scss | 804 ++++++++++++------ projects/website/_src/_sass/typography.scss | 113 +-- .../assets/FiraSansCondensed/SemiBold.woff2 | Bin 0 -> 70044 bytes projects/website/_src/assets/main.js | 99 ++- projects/website/_src/blog.html | 17 +- projects/website/_src/publications.html | 19 +- 10 files changed, 687 insertions(+), 431 deletions(-) create mode 100644 projects/website/_src/assets/FiraSansCondensed/SemiBold.woff2 diff --git a/projects/website/_src/_data/navigation.yml b/projects/website/_src/_data/navigation.yml index f864b871..a1fda042 100644 --- a/projects/website/_src/_data/navigation.yml +++ b/projects/website/_src/_data/navigation.yml @@ -1,7 +1,3 @@ -- label: Change colorscheme - class: colorscheme - link: /colorscheme/ - - text: about link: / - text: blog diff --git a/projects/website/_src/_includes/footer.html.liquid b/projects/website/_src/_includes/footer.html.liquid index deb3aef5..f95810ab 100644 --- a/projects/website/_src/_includes/footer.html.liquid +++ b/projects/website/_src/_includes/footer.html.liquid @@ -1,28 +1,36 @@
-

- Emails: - hi@m7.rs; - gabriel@gsfontes.com; - eu@misterio.me -
- PGP: - - 7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9 - - -

- -

- Social: - github; - mastodon; - linkedin; - telegram; - matrix; - orcid; -

- -

Copyleft Gabriel Fontes (source code)

+ Emails: + hi@m7.rs; + gabriel@gsfontes.com; + eu@misterio.me +
+ PGP: + + 7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9 + +
+ + +

Copyleft Gabriel Fontes (source code)

+ + + diff --git a/projects/website/_src/_includes/header.html.liquid b/projects/website/_src/_includes/header.html.liquid index 9405f9aa..cf626754 100644 --- a/projects/website/_src/_includes/header.html.liquid +++ b/projects/website/_src/_includes/header.html.liquid @@ -1,4 +1,4 @@ -
{ Gabriel Fontes }
+{ Gabriel Fontes }