diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:55:30 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-01 12:55:30 +0200 |
| commit | a4946f7818cac3eec5521c6f6eb40ad7b31d572d (patch) | |
| tree | 979897b1648ab4a9e61e552be431b9518b5e72b5 /resources | |
| parent | 6eba276f0ec22e10671bcbaaa85152908e23343c (diff) | |
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/topnav.html | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/resources/topnav.html b/resources/topnav.html index 127e28a..6f68ff8 100644 --- a/resources/topnav.html +++ b/resources/topnav.html @@ -1,9 +1,15 @@ <div id="topnav"> <div id="buttons"> - <a href="http://mlnp.fr" class="button">Home</a> - <a href="#table-of-contents" class="button">Contents</a> - <!-- <a href="#table-of-contents" id="home">ToC</a> --> - <!-- <a href="#table-of-contents" id="home">ToC</a> --> + <a href="http://mlnp.fr" class="button"> + Home + </a> + <a href="#table-of-contents" class="button"> + Contents + </a> + <!-- + <a href="#table-of-contents" id="home"> + ToC</a> --> + <!-- <a href="#table-of-contents" id="home">ToC</a> --> </div> <input type="checkbox" id="menu-toggle"/> <label for="menu-toggle" id="hamburger"> @@ -18,7 +24,8 @@ <li><a href="https://blog.mlnp.fr">Blog</a></li> <li><a href="https://wiki.mlnp.fr">Wiki</a></li> <li><a href="https://apps.mlnp.fr">Apps</a></li> - <li><a href="https://mlnp.fr/cv.html">Curriculum Vitae</a></li> + <li><a href="https://git.mlnp.fr">Code</a></li> + <li><a href="https://mlnp.fr/cv.html">Résumé</a></li> <li><a href="https://mlnp.fr/about.html#contact">Contact</a></li> </ul> </div> |