summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-06Add first copyright dateHEADmasterMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-05-03Fix home page descriptionMax Charrier
It was in English for index, and I rewrite the content. Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-22Implement Transitional Modern Font StacksMax Charrier
More information: https://github.com/system-fonts/modern-font-stacks#transitional Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Fix mispellingMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Fix page languageMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Fix page paddingMax Charrier
Footer was stuck to the edge. Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Remove old fontkitMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Add simple english version25w17aMax Charrier
Necessary to explain my motivation, only for this purpose. Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Introduce new designMax Charrier
CSS Grid are very usefull to create a layout with a left sidebar and content in the rest of the space. Footer at bottom use every width space. This design keep a simple sidebar with import hyperlinks and act as a single infinite vertical scroll page, with the power of HTML and CSS! Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Remove English versionMax Charrier
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>
2025-04-21Fix document metadataMax Charrier
- 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>
2025-04-21Add hyperlinksMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Test run successfullyMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-21Testing Github MirrorMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-20Implement System Font StackMax Charrier
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>
2025-04-20Add PGP Public KeyMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-20Add footerMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-19Finally working, remove fileMax Charrier
This reverts commit 9f14a611a41701732beced3aa553bd9ccb775f88.
2025-04-19Third stage for testing webhookMax Charrier
This reverts commit 797458c8a0bb4fb7e5959fd2fc793fc4a76bf7c9.
2025-04-19Second stage for testing webhookMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-19This commit is only for testing Forgejo webhookMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-19Implement in-place header with modern CSSMax Charrier
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>
2025-04-19Remove metadata authorMax Charrier
Already set with link author Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-19Conforming to Nu Html CheckerMax Charrier
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>
2025-04-19Add custom own file stylesheetMax Charrier
Lately, I will implement modern CSS flexbox/grid instead of using absolute position. Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-19Remove useless current directory path inclusionMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-19Implement meyerweb resetMax Charrier
More information: https://meyerweb.com/eric/tools/css/reset/ Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-18Gitignore blacklist this bullshit DS_Store fileMax Charrier
Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-18First webpages of a new awesome portfolioMax Charrier
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>