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>
This commit is contained in:
max 2025-04-21 11:54:32 +02:00
parent 76168469a9
commit bb4e78d470
Signed by: max
GPG key ID: 71493A1FDE0E9C6F
3 changed files with 2 additions and 66 deletions

44
en.html
View file

@ -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 (&copy;) 2025 Max Charrier</P>
</FOOTER>
</BODY>
</HTML>

View file

@ -15,16 +15,11 @@
<LINK REL="author license" HREF="#about"> <LINK REL="author license" HREF="#about">
<META NAME="author" CONTENT="Max Charrier"> <META NAME="author" CONTENT="Max Charrier">
<META NAME="description" CONTENT="Personnal home page"> <META NAME="description" CONTENT="Personnal home page">
<LINK REL="alternate" HREF="en.html" HREFLANG=en TYPE="text/html" TITLE="English page">
</HEAD> </HEAD>
<BODY> <BODY>
<HEADER> <HEADER>
<H1>Max</H1> <H1>Max</H1>
<NAV> <NAV>
<ASIDE>
<A LANG="en" CLASS="button" HREF="en.html">For the English document</A>
</ASIDE>
<MENU> <MENU>
<LI><A HREF="https://forgejo.puffer.fish/max">Git</A> <LI><A HREF="https://forgejo.puffer.fish/max">Git</A>
<LI><A HREF="vendor/pubkey.html">PGP Key</A> <LI><A HREF="vendor/pubkey.html">PGP Key</A>
@ -35,8 +30,8 @@
<P>Pain, beurre et confiture</P> <P>Pain, beurre et confiture</P>
<FOOTER> <FOOTER>
<ADDRESS> <ADDRESS>
For more details, contact Plus d'information ? Contactez
<A HREF="mailto:max@puffer.fish">me</A>. <A HREF="mailto:max@puffer.fish">moi</A>.
</ADDRESS> </ADDRESS>
<P>Copyright (&copy;) 2025 Max Charrier</P> <P>Copyright (&copy;) 2025 Max Charrier</P>
</FOOTER> </FOOTER>

View file

@ -23,21 +23,6 @@ h1 {
font-size: 3.2rem; font-size: 3.2rem;
letter-spacing: 0.5rem; 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 { nav menu {
margin-top: 10px; margin-top: 10px;
font-size: 1rem; font-size: 1rem;