]> git.puffer.fish Git - max/www.git/commitdiff
Add hyperlinks
authorMax Charrier <max@puffer.fish>
Mon, 21 Apr 2025 00:22:11 +0000 (02:22 +0200)
committerMax Charrier <max@puffer.fish>
Mon, 21 Apr 2025 00:22:11 +0000 (02:22 +0200)
Signed-off-by: Max Charrier <max@puffer.fish>
en.html
index.html
stylesheet.css

diff --git a/en.html b/en.html
index 415e51ba14c24af3345e7374920108aac474336e..7ec640083258c769ba6f12eeae6699a9a7c2e108 100644 (file)
--- a/en.html
+++ b/en.html
  <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>
index 8aaea77e27938fb782c1eea83aa371e90e0ab7f0..561216ef3b7b28c0086781bd4fcd1cac9801bc62 100644 (file)
  <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>
index ee6301ee29cbba530618bdf0c3df30bb94c166c7..855c0c2d0c93a212900822db512c5cad5dee982f 100644 (file)
@@ -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;