summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Charrier <max@puffer.fish>2025-04-21 02:22:11 +0200
committerMax Charrier <max@puffer.fish>2025-04-21 02:22:11 +0200
commit21d85a4c64179d9c135df601f46ae08e98e97821 (patch)
treefa290fc5c2a27a91a2da24b994bcbf5e7ab1698c
parentc0a1a1c36e70be2e32f9895bfe54b4ac87e39a02 (diff)
Add hyperlinks
Signed-off-by: Max Charrier <max@puffer.fish>
-rw-r--r--en.html18
-rw-r--r--index.html18
-rw-r--r--stylesheet.css5
3 files changed, 20 insertions, 21 deletions
diff --git a/en.html b/en.html
index 415e51b..7ec6400 100644
--- a/en.html
+++ b/en.html
@@ -16,16 +16,16 @@
<BODY>
<HEADER>
<H1>Max</H1>
- <nav>
- <aside>
+ <NAV>
+ <ASIDE>
<A LANG="fr" HREF="index.html">Go back to La France!</A>
- </aside>
- <ul>
- <li>Foo
- <li>Bar
- <li>Baz
- </ul>
- </nav>
+ </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>
diff --git a/index.html b/index.html
index 8aaea77..561216e 100644
--- a/index.html
+++ b/index.html
@@ -16,16 +16,16 @@
<BODY>
<HEADER>
<H1>Max</H1>
- <nav>
- <aside>
+ <NAV>
+ <ASIDE>
<A LANG="en" CLASS="button" HREF="en.html">For the English document</A>
- </aside>
- <ul>
- <li>Foo
- <li>Bar
- <li>Baz
- </ul>
- </nav>
+ </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>Pain, beurre et confiture</P>
<FOOTER>
diff --git a/stylesheet.css b/stylesheet.css
index ee6301e..855c0c2 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -38,11 +38,10 @@ nav aside a {
border: none;
border-radius: 5px;
}
-nav ul {
+nav menu {
margin-top: 10px;
- display: flex;
- justify-content: space-evenly;
font-size: 1rem;
+ list-style-type: none;
}
footer {
align-self: center;