diff options
Diffstat (limited to 'resources/topnav.html')
| -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> |