mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
fix personal links
This commit is contained in:
26
index.html
26
index.html
@@ -110,77 +110,77 @@
|
||||
-->
|
||||
|
||||
<!-- Generic Blog -->
|
||||
<a class="button button-default" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-default" href="https://dannecron.github.io/" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/generic-blog.svg" alt="">
|
||||
Read my blog
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- MyAnimeList -->
|
||||
<a class="button button-myanimelist" href="#" target="_blank" rel="noopener">
|
||||
<a class="button button-myanimelist" href="https://myanimelist.net/profile/DanNC" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons-extended/myanimelist.svg" alt="MyAnimeList Logo">
|
||||
MyAnimeList
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- Steam -->
|
||||
<a class="button button-steam" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-steam" href="https://steamcommunity.com/id/dannc" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/steam.svg" alt="">
|
||||
Steam
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- GitHub -->
|
||||
<a class="button button-github" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-github" href="https://github.com/dannecron" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/github.svg" alt="">
|
||||
GitHub
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- Last.fm -->
|
||||
<a class="button button-last-fm" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-last-fm" href="https://www.last.fm/ru/user/DanNecron" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/last-fm.svg" alt="">
|
||||
Last.fm
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- Spotify -->
|
||||
<a class="button button-spotify" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-spotify" href="https://open.spotify.com/user/dannecron" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/spotify.svg" alt="">
|
||||
Spotify
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- LiveLib -->
|
||||
<a class="button button-default" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-default" href="https://www.livelib.ru/reader/DanNC" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons-extended/livelib.svg" alt="">
|
||||
LiveLib
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- LiveLib -->
|
||||
<a class="button button-default" href="#" target="_blank" rel="noopener" role="button">
|
||||
<!-- PlayStation Network -->
|
||||
<a class="button button-default" href="https://psnprofiles.com/DanNecron" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons-extended/playstation.svg" alt="">
|
||||
PlayStation Network
|
||||
PSN-profile
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- Instagram -->
|
||||
<a class="button button-instagram" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-instagram" href="https://instagram.com/dannecron?igshid=NGVhN2U2NjQ0Yg==" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/instagram.svg" alt="">
|
||||
Instagram
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- X -->
|
||||
<a class="button button-x" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-x" href="https://twitter.com/dannecron" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/x.svg" alt="">
|
||||
Follow on X
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- LinkedIn -->
|
||||
<a class="button button-linked" href="#" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-linked" href="https://www.linkedin.com/in/denis-savosin-6412311a5/" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/linkedin.svg" alt="">
|
||||
LinkedIn
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user