mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
update littlelink, fix typos, add letterboxd
This commit is contained in:
109
index.html
109
index.html
@@ -14,7 +14,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
|
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
|
||||||
<title>LittleLink</title>
|
<title>DanNecron LittleLink</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/images/avatar.png"> <!-- Update this with your own favicon -->
|
<link rel="icon" type="image/x-icon" href="/images/avatar.png"> <!-- Update this with your own favicon -->
|
||||||
|
|
||||||
<!-- Meta Description - Write a description (150-160 characters recommended) -->
|
<!-- Meta Description - Write a description (150-160 characters recommended) -->
|
||||||
@@ -67,84 +67,116 @@
|
|||||||
<div class="button-stack" role="navigation">
|
<div class="button-stack" role="navigation">
|
||||||
|
|
||||||
<!-- Generic Blog -->
|
<!-- Generic Blog -->
|
||||||
<a class="button button-default" href="https://dannecron.github.io/" 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="blog" aria-hidden="true">
|
<img class="icon" src="images/icons/generic-blog.svg" alt="blog" aria-hidden="true">
|
||||||
Read my blog
|
Read my blog
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
<!-- GitHub -->
|
||||||
|
<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" aria-hidden="true">
|
||||||
|
GitHub
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
|
||||||
<!-- MyAnimeList -->
|
<!-- MyAnimeList -->
|
||||||
<a class="button button-myanimelist" href="https://myanimelist.net/profile/DanNC" target="_blank" rel="noopener">
|
<a class="button button-myanimelist" href="https://myanimelist.net/profile/DanNC"
|
||||||
|
target="_blank" rel="noopener" role="button"
|
||||||
|
>
|
||||||
<img class="icon" src="images/icons-extended/myanimelist.svg" alt="myanimelist" aria-hidden="true">
|
<img class="icon" src="images/icons-extended/myanimelist.svg" alt="myanimelist" aria-hidden="true">
|
||||||
MyAnimeList
|
MyAnimeList
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Steam -->
|
<!-- Steam -->
|
||||||
<a class="button button-steam" href="https://steamcommunity.com/id/dannc" 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" aria-hidden="true">
|
<img class="icon" src="images/icons/steam.svg" alt="steam" aria-hidden="true">
|
||||||
Steam
|
Steam
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- GitHub -->
|
|
||||||
<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" aria-hidden="true">
|
|
||||||
GitHub
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Last.fm -->
|
|
||||||
<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="lastfm" aria-hidden="true">
|
|
||||||
Last.fm
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Spotify -->
|
|
||||||
<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" aria-hidden="true">
|
|
||||||
Spotify
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- LiveLib -->
|
|
||||||
<a class="button button-bluesky" href="https://www.livelib.ru/reader/DanNC" target="_blank" rel="noopener" role="button">
|
|
||||||
<img class="icon" src="images/icons-extended/livelib.svg" alt="livelib" aria-hidden="true">
|
|
||||||
LiveLib
|
|
||||||
</a>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- PSN profiles Network -->
|
<!-- PSN profiles Network -->
|
||||||
<a class="button button-default" href="https://psnprofiles.com/DanNecron" 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="psnprofiles" aria-hidden="true" />
|
<img class="icon" src="images/icons-extended/playstation.svg" alt="psnprofiles" aria-hidden="true" />
|
||||||
PSN-profile
|
PSN-profile
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- RetroAchievements -->
|
<!-- RetroAchievements -->
|
||||||
<a class="button button-coffee" href="https://retroachievements.org/user/dannc" target="_blank" rel="noopener" role="button">
|
<a class="button button-coffee" href="https://retroachievements.org/user/dannc"
|
||||||
|
target="_blank" rel="noopener" role="button"
|
||||||
|
>
|
||||||
<img class="icon" src="images/icons-custom/ra-logo-square.svg" alt="retroachievements" aria-hidden="true" />
|
<img class="icon" src="images/icons-custom/ra-logo-square.svg" alt="retroachievements" aria-hidden="true" />
|
||||||
RetroAchievements.org
|
RetroAchievements.org
|
||||||
</a>
|
</a>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
<!-- Last.fm -->
|
||||||
|
<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="lastfm" aria-hidden="true">
|
||||||
|
Last.fm
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<!-- Spotify -->
|
||||||
|
<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" aria-hidden="true">
|
||||||
|
Spotify
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<!-- letterboxd -->
|
||||||
|
<a class="button button-letterboxd" href="https://letterboxd.com/dannecron/"
|
||||||
|
target="_blank" rel="noopener" role="button"
|
||||||
|
>
|
||||||
|
<img class="icon" src="images/icons/letterboxd.svg" alt="letterboxd" aria-hidden="true" />
|
||||||
|
Letterboxd
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- LiveLib -->
|
||||||
|
<a class="button button-bluesky" href="https://www.livelib.ru/reader/DanNC"
|
||||||
|
target="_blank" rel="noopener" role="button"
|
||||||
|
>
|
||||||
|
<img class="icon" src="images/icons-extended/livelib.svg" alt="livelib" aria-hidden="true" />
|
||||||
|
LiveLib
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
|
||||||
<!-- Instagram -->
|
<!-- Instagram -->
|
||||||
<a class="button button-instagram" href="https://instagram.com/dannecron?igshid=NGVhN2U2NjQ0Yg==" 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" aria-hidden="true" />
|
<img class="icon" src="images/icons/instagram.svg" alt="instagram" aria-hidden="true" />
|
||||||
Instagram
|
Instagram
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- X -->
|
<!-- X -->
|
||||||
<a class="button button-x" href="https://twitter.com/dannecron" 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="x-twitter" aria-hidden="true" />
|
<img class="icon" src="images/icons/x.svg" alt="x-twitter" aria-hidden="true" />
|
||||||
Follow on X
|
Follow on X
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- LinkedIn -->
|
<!-- LinkedIn -->
|
||||||
<a class="button button-linked" href="https://www.linkedin.com/in/denis-savosin-6412311a5/" 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" aria-hidden="true" />
|
<img class="icon" src="images/icons/linkedin.svg" alt="linkedin" aria-hidden="true" />
|
||||||
LinkedIn
|
LinkedIn
|
||||||
</a>
|
</a>
|
||||||
@@ -155,7 +187,8 @@
|
|||||||
<!-- Feel free to add your own footer information, including updating `privacy.html` to reflect how your LittleLink fork is set up -->
|
<!-- Feel free to add your own footer information, including updating `privacy.html` to reflect how your LittleLink fork is set up -->
|
||||||
<footer>
|
<footer>
|
||||||
Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.
|
Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.
|
||||||
Some icons are provided by <a href="https://icons8.com" target="_blank" rel="noopener" role="button">icons8.com</a>.
|
|
||||||
|
<small>Some icons are provided by <a href="https://icons8.com" target="_blank" rel="noopener" role="button">icons8.com</a>.</small>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user