diff options
| author | Max Charrier <max@puffer.fish> | 2025-04-21 11:54:32 +0200 |
|---|---|---|
| committer | Max Charrier <max@puffer.fish> | 2025-04-21 11:54:32 +0200 |
| commit | bb4e78d47013296f888ddfd162b27c840864d987 (patch) | |
| tree | 112747f3411b98c5ac09d7967d15b7419413230e | |
| parent | 76168469a9290d017aab57aa2124131e43c13dd6 (diff) | |
Remove English version
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>
| -rw-r--r-- | en.html | 44 | ||||
| -rw-r--r-- | index.html | 9 | ||||
| -rw-r--r-- | stylesheet.css | 15 |
3 files changed, 2 insertions, 66 deletions
diff --git a/en.html b/en.html deleted file mode 100644 index 09f7418..0000000 --- a/en.html +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE HTML> -<HTML LANG="en"> - <HEAD> - <TITLE>~max</TITLE> - <META CHARSET="utf-8"> - <META NAME="viewport" CONTENT="width=device-width, initial-scale=1"> - - <META NAME="theme-color" CONTENT="#f1e9df"> - <META NAME="color-scheme" CONTENT="only light"> - - <LINK REL="stylesheet" HREF="reset.css"> - <LINK REL="stylesheet" HREF="webfontkit/stylesheet.css"> - <LINK REL="stylesheet" HREF="stylesheet.css"> - - <LINK REL="author license" HREF="#about"> - <META NAME="author" CONTENT="Max Charrier"> - <META NAME="description" CONTENT="Personnal home page"> - - <LINK REL="alternate" HREF="index.html" HREFLANG=fr TYPE="text/html" TITLE="French page"> - </HEAD> - <BODY> - <HEADER> - <H1>Max</H1> - <NAV> - <ASIDE> - <A LANG="fr" HREF="index.html">Go back to La France!</A> - </ASIDE> - <MENU> - <LI><A HREF="https://forgejo.puffer.fish/max">Git</A> - <LI><A HREF="vendor/pubkey.html">PGP Key</A> - <LI><A HREF="https://www.catb.org/esr/writings/unix-koans/shell-tools.html">Master Foo</A> - </MENU> - </NAV> - </HEADER> - <P>Welcome to Deez Nuts!</P> - <FOOTER> - <ADDRESS> - For more details, contact - <A HREF="mailto:max@puffer.fish">me</A>. - </ADDRESS> - <P>Copyright (©) 2025 Max Charrier</P> - </FOOTER> - </BODY> -</HTML> @@ -15,16 +15,11 @@ <LINK REL="author license" HREF="#about"> <META NAME="author" CONTENT="Max Charrier"> <META NAME="description" CONTENT="Personnal home page"> - - <LINK REL="alternate" HREF="en.html" HREFLANG=en TYPE="text/html" TITLE="English page"> </HEAD> <BODY> <HEADER> <H1>Max</H1> <NAV> - <ASIDE> - <A LANG="en" CLASS="button" HREF="en.html">For the English document</A> - </ASIDE> <MENU> <LI><A HREF="https://forgejo.puffer.fish/max">Git</A> <LI><A HREF="vendor/pubkey.html">PGP Key</A> @@ -35,8 +30,8 @@ <P>Pain, beurre et confiture</P> <FOOTER> <ADDRESS> - For more details, contact - <A HREF="mailto:max@puffer.fish">me</A>. + Plus d'information ? Contactez + <A HREF="mailto:max@puffer.fish">moi</A>. </ADDRESS> <P>Copyright (©) 2025 Max Charrier</P> </FOOTER> diff --git a/stylesheet.css b/stylesheet.css index 855c0c2..57ab667 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -23,21 +23,6 @@ h1 { font-size: 3.2rem; letter-spacing: 0.5rem; } -nav aside { - zoom: 60%; -} -nav aside a { - text-align: center; - font-family: var(--system-ui); - font-size: 1.2rem; - display: inline-block; - padding: 10px 20px; - background-color: #a89a8e; - color: black; - text-decoration: none; - border: none; - border-radius: 5px; -} nav menu { margin-top: 10px; font-size: 1rem; |
