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:
parent
76168469a9
commit
bb4e78d470
44
en.html
44
en.html
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue