Motivation: It's very difficult to maintain multiple page for a simple home page.
And, in 2025, the vast majority of web browser include translation tool, so,
if you don't understand my home page, just:
1) learn French
2) use the translation tool
Signed-off-by: Max Charrier <max@puffer.fish>
- Information about author, the current page and licensing
- Fix theme-color on French page
- Add alternative document for other language as other media
Signed-off-by: Max Charrier <max@puffer.fish>
More information: https://systemfontstack.com/
CSS variables are very usefull to avoid long list of fonts each time.
Also, it's easier to read and maintain.
Signed-off-by: Max Charrier <max@puffer.fish>
Flexbox are very usefull to center things and make it smarter.
I removed style linking with class and use element directly.
BREAKING-CHANGES: Use new color based on Pantone Color of the Year 2025
Signed-off-by: Max Charrier <max@puffer.fish>
Fix element a/button must not appear as a descendant of button/a
element.
Use only a element with distinct class style
Signed-off-by: Max Charrier <max@puffer.fish>
Main page is written in French, but I provide an alt English version
for English lad.
I use UPPERCASE HTML tags, being compliant to old HTML 3.2 spec,
whereas I'm conforming to HTML "Living Standard".
Fonts was generated using FontSquirrels webfont utilities.
Signed-off-by: Max Charrier <max@puffer.fish>