diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-16 19:58:55 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-16 19:58:55 +0300 |
commit | 3aad419dc264107368f7ee94625babedf3f67494 (patch) | |
tree | 0420ee956083d9a76430b615d4cba9a1be0a9f93 /src/pages/options/imgur | |
parent | Added librarian #78 (diff) | |
download | libredirect-3aad419dc264107368f7ee94625babedf3f67494.zip |
Added Soju #109
Diffstat (limited to 'src/pages/options/imgur')
-rw-r--r-- | src/pages/options/imgur/imgur.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/pages/options/imgur/imgur.html b/src/pages/options/imgur/imgur.html index 2519622a..0eb50b9f 100644 --- a/src/pages/options/imgur/imgur.html +++ b/src/pages/options/imgur/imgur.html @@ -12,6 +12,7 @@ <body class="option"> <section class="links"> + <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="26px" viewBox="0 0 24 24" width="26px" fill="currentColor"> @@ -20,42 +21,57 @@ </svg> <a href="../general/general.html">General</a> </div> + <div class="title"> <img src="../../../assets/images/youtube-icon.png" /> <a href="../youtube/youtube.html">YouTube</a> </div> + <div class="title"> <img src="../../../assets/images/youtube-music-icon.png" /> <a href="../youtubeMusic/youtubeMusic.html">YT Music</a> </div> + <div class="title"> <img src="../../../assets/images/twitter-icon.png" /> <a href="../twitter/twitter.html">Twitter</a> </div> + <div class="title"> <img src="../../../assets/images/instagram-icon.png" /> <a href="../instagram/instagram.html">Instagram</a> </div> + <div class="title"> <img src="../../../assets/images/tiktok-icon.png" /> <a href="../tiktok/tiktok.html">TikTok</a> </div> + <div class="title"> <img src="../../../assets/images/reddit-icon.png" /> <a href="../reddit/reddit.html">Reddit</a> </div> + <div class="title"> <img src="../../../assets/images/imgur-icon.png" /> <a href="../imgur/imgur.html" class="selected">Imgur</a> </div> + <div class="title"> <img src="../../../assets/images/pixiv-icon.svg" /> <a href="../pixiv/pixiv.html">Pixiv</a> </div> + + <div class="title"> + <img src="../../../assets/images/spotify-icon.png" /> + <a href="../spotify/spotify.html">Spotify</a> + </div> + <div class="title"> <img src="../../../assets/images/wikipedia-icon.svg" /> <a href="../wikipedia/wikipedia.html">Wikipedia</a> </div> + <div class="title"> <!-- https://markentier.tech/posts/2020/10/medium-icon-svg/ --> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1770 1000" fill="currentColor"> @@ -65,14 +81,17 @@ </svg> <a href="../medium/medium.html">Medium</a> </div> + <div class="title"> <img src="../../../assets/images/peertube-icon.svg" /> <a href="../peertube/peertube.html">Peertube</a> </div> + <div class="title"> <img src="../../../assets/images/lbry-icon.png" /> <a href="../lbry/lbry.html">LBRY/Odysee</a> </div> + <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <path d="M0 0h24v24H0V0z" fill="none" /> @@ -81,6 +100,7 @@ </svg> <a href="../search/search.html">Search</a> </div> + <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path d="M0 0h24v24H0V0z" fill="none" /> @@ -89,6 +109,7 @@ </svg> <a href="../translate/translate.html">Translate</a> </div> + <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path @@ -96,6 +117,7 @@ </svg> <a href="../maps/maps.html">Maps</a> </div> + <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> <path @@ -103,6 +125,7 @@ </svg> <a href="../sendTargets/sendTargets.html">Send Files</a> </div> + </section> <section class="option-block"> |