diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-07-07 17:00:57 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-07-07 17:00:57 +0200 |
| commit | 156302fded32688a0dd38083673e20e5977ef9c3 (patch) | |
| tree | 6d93f3ae5dcf1a2e16af00acf591f2045b877802 /index.html | |
| parent | 5fe9db9eb57e76bbf081685f9e851d70596d3417 (diff) | |
feat: started implementing side scrolling
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,22 +9,22 @@ <h1>Marcellus</h1> <a href="en/index.html" class="language">🤮🇬🇧</a> <div class="links"> - <a href="moa.html" class="link"> + <a href="moa.html#aboutme" class="link"> <img src=img/aboutme.png width=60% /> <span>Qui suis-je ?</span> </a> </div> <div class="links"> - <a href="info.html" class="link"> + <a href="moa.html#it" class="link"> <img src="https://www.your3dsource.com/images/laptopB.gif"> <span>Informatique</span> </a> - <a href="musique.html" class="link"> + <a href="moa.html#music" class="link"> <img src=img/music.png width=60% /> <span>Musique</span> </a> </div> - <a href="log.html">trop long pas lire</a> + <small><small><small><a href="log.html" style="position: absolute; bottom:0; right:0;">trop long pas lire</a></small></small></small> </body> </html> |
