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 -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/generic-blog.svg" alt="">
|
||||||
Read my blog
|
Read my blog
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- MyAnimeList -->
|
<!-- 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">
|
<img class="icon" src="images/icons-extended/myanimelist.svg" alt="MyAnimeList Logo">
|
||||||
MyAnimeList
|
MyAnimeList
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Steam -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/steam.svg" alt="">
|
||||||
Steam
|
Steam
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- GitHub -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/github.svg" alt="">
|
||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Last.fm -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/last-fm.svg" alt="">
|
||||||
Last.fm
|
Last.fm
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Spotify -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/spotify.svg" alt="">
|
||||||
Spotify
|
Spotify
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- LiveLib -->
|
<!-- 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="">
|
<img class="icon" src="images/icons-extended/livelib.svg" alt="">
|
||||||
LiveLib
|
LiveLib
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- LiveLib -->
|
<!-- PlayStation Network -->
|
||||||
<a class="button button-default" href="#" target="_blank" rel="noopener" role="button">
|
<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="">
|
<img class="icon" src="images/icons-extended/playstation.svg" alt="">
|
||||||
PlayStation Network
|
PSN-profile
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Instagram -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/instagram.svg" alt="">
|
||||||
Instagram
|
Instagram
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- X -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/x.svg" alt="">
|
||||||
Follow on X
|
Follow on X
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- LinkedIn -->
|
<!-- 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="">
|
<img class="icon" src="images/icons/linkedin.svg" alt="">
|
||||||
LinkedIn
|
LinkedIn
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user