summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--en.html44
-rw-r--r--index.html9
-rw-r--r--stylesheet.css15
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 (&copy;) 2025 Max Charrier</P>
- </FOOTER>
- </BODY>
-</HTML>
diff --git a/index.html b/index.html
index d29f2e8..73b38e4 100644
--- a/index.html
+++ b/index.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 (&copy;) 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;