about summary refs log tree commit diff stats
path: root/src/pages/options
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-10 20:16:48 +0300
committerManeraKai <manerakai@protonmail.com>2022-02-10 20:16:48 +0300
commit7ee2539969d1083ebd4aba83b574fa9e29ff2b4a (patch)
tree0a9dd99c0ebcaea5e8981f089484b12acab97a8d /src/pages/options
parentAdded ProxiTok #22 (diff)
downloadlibredirect-7ee2539969d1083ebd4aba83b574fa9e29ff2b4a.zip
Fixed bugs. Added icons
Diffstat (limited to 'src/pages/options')
-rw-r--r--src/pages/options/general/general.html105
-rw-r--r--src/pages/options/imgur/imgur.html106
-rw-r--r--src/pages/options/init.js1
-rw-r--r--src/pages/options/instagram/instagram.html106
-rw-r--r--src/pages/options/maps/maps.html106
-rw-r--r--src/pages/options/medium/medium.html106
-rw-r--r--src/pages/options/reddit/reddit.html106
-rw-r--r--src/pages/options/search/search.html106
-rw-r--r--src/pages/options/tiktok/tiktok.html147
-rw-r--r--src/pages/options/tiktok/tiktok.js21
-rw-r--r--src/pages/options/translate/translate.html104
-rw-r--r--src/pages/options/twitter/twitter.html104
-rw-r--r--src/pages/options/wikipedia/wikipedia.html105
-rw-r--r--src/pages/options/youtube/youtube.html106
14 files changed, 1198 insertions, 131 deletions
diff --git a/src/pages/options/general/general.html b/src/pages/options/general/general.html
index 5dff25b7..89b80b11 100644
--- a/src/pages/options/general/general.html
+++ b/src/pages/options/general/general.html
@@ -10,19 +10,100 @@
 </head>
 
 <body class="option">
-
   <section class="links">
-    <a href="./general.html" class="selected">General</a>
-    <a href="../youtube/youtube.html">Youtube</a>
-    <a href="../twitter/twitter.html">Twitter</a>
-    <a href="../instagram/instagram.html">Instagram</a>
-    <a href="../reddit/reddit.html">Reddit</a>
-    <a href="../search/search.html">Search</a>
-    <a href="../translate/translate.html">Translate</a>
-    <a href="../maps/maps.html">Maps</a>
-    <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-    <a href="../imgur/imgur.html">Imgur</a>
-    <a href="../medium/medium.html">Medium</a>
+    <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" />
+        <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+      </svg>
+      <a href="../general/general.html" class="selected">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/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">Imgur</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" />
+        <path
+          d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+      </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" />
+        <path
+          d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+      </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 d="M0 0h24v24H0V0z" fill="none" />
+        <path
+          d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+      </svg>
+      <a href="../maps/maps.html">Maps</a>
+    </div>
+    <div class="title">
+      <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+        width="24px" fill="currentColor">
+        <g>
+          <rect fill="none" height="24" width="24" />
+        </g>
+        <g>
+          <g />
+          <g>
+            <path
+              d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+            <g>
+              <path
+                d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+              <path
+                d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+              <path
+                d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+            </g>
+          </g>
+        </g>
+      </svg>
+      <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+    </div>
+    <div class="title">
+      <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+        width="24px" fill="currentColor">
+        <g>
+          <rect fill="none" height="24" width="24" />
+          <g>
+            <path
+              d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+          </g>
+          <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+        </g>
+      </svg>
+      <a href="../medium/medium.html">Medium</a>
+    </div>
   </section>
 
 
diff --git a/src/pages/options/imgur/imgur.html b/src/pages/options/imgur/imgur.html
index 9fdedd2e..32a4e67b 100644
--- a/src/pages/options/imgur/imgur.html
+++ b/src/pages/options/imgur/imgur.html
@@ -12,18 +12,100 @@
 
 <body class="option">
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html" class="selected">Imgur</a>
-        <a href="medium.html">Medium</a>
-    </section>
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </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/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">
+          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
+            <path d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html">Medium</a>
+        </div>
+      </section>
 
     <section class="option-block">
         <div class="some-block option-block">
diff --git a/src/pages/options/init.js b/src/pages/options/init.js
index deabd92f..fdcca8e4 100644
--- a/src/pages/options/init.js
+++ b/src/pages/options/init.js
@@ -1,6 +1,5 @@
 function changeTheme() {
     browser.storage.sync.get("theme", (result) => {
-        console.log("Chaning Theme")
         switch (result.theme) {
             case "dark-theme":
                 document.body.classList.add("dark-theme");
diff --git a/src/pages/options/instagram/instagram.html b/src/pages/options/instagram/instagram.html
index 1c67ecbc..ed9d7be9 100644
--- a/src/pages/options/instagram/instagram.html
+++ b/src/pages/options/instagram/instagram.html
@@ -12,18 +12,100 @@
 <body class="option">
 
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="instagram.html" class="selected">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
-    </section>
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </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/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" class="selected">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">Imgur</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" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html">Medium</a>
+        </div>
+      </section>
 
     <section class="option-block">
         <div class="some-block option-block">
diff --git a/src/pages/options/maps/maps.html b/src/pages/options/maps/maps.html
index e338b9fa..01233a07 100644
--- a/src/pages/options/maps/maps.html
+++ b/src/pages/options/maps/maps.html
@@ -13,18 +13,100 @@
 <body class="option">
 
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="maps.html" class="selected">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
-    </section>
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </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/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">Imgur</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" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html" class="selected">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html">Medium</a>
+        </div>
+      </section>
 
     <section class="option-block">
         <div class="some-block option-block">
diff --git a/src/pages/options/medium/medium.html b/src/pages/options/medium/medium.html
index 60f58d23..43e9e87d 100644
--- a/src/pages/options/medium/medium.html
+++ b/src/pages/options/medium/medium.html
@@ -12,18 +12,100 @@
 
 <body class="option">
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="medium.html" class="selected">Medium</a>
-    </section>
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </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/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">Imgur</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" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html" class="selected">Medium</a>
+        </div>
+      </section>
 
     <section class="option-block">
         <div class="some-block option-block">
diff --git a/src/pages/options/reddit/reddit.html b/src/pages/options/reddit/reddit.html
index 472f367f..89d5e4f1 100644
--- a/src/pages/options/reddit/reddit.html
+++ b/src/pages/options/reddit/reddit.html
@@ -12,18 +12,100 @@
 
 <body class="option">
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="reddit.html" class="selected">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
-    </section>
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </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/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" class="selected">Reddit</a>
+        </div>
+        <div class="title">
+          <img src="../../../assets/images/imgur-icon.png" />
+          <a href="../imgur/imgur.html">Imgur</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" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html">Medium</a>
+        </div>
+      </section>
 
 
     <section class="option-block">
diff --git a/src/pages/options/search/search.html b/src/pages/options/search/search.html
index 80d08f8c..f21b3aa3 100644
--- a/src/pages/options/search/search.html
+++ b/src/pages/options/search/search.html
@@ -12,18 +12,100 @@
 
 <body class="option">
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="search.html" class="selected">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
-    </section>
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </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/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">Imgur</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" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </svg>
+          <a href="../search/search.html" class="selected">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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html">Medium</a>
+        </div>
+      </section>
 
     <section class="option-block">
         <div class="some-block option-block">
diff --git a/src/pages/options/tiktok/tiktok.html b/src/pages/options/tiktok/tiktok.html
new file mode 100644
index 00000000..7c5aeac1
--- /dev/null
+++ b/src/pages/options/tiktok/tiktok.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <link rel="icon" type="image/x-icon" href="../../../assets/images/libredirect.svg" />
+    <link href="../../stylesheets/styles.css" rel="stylesheet" />
+    <title>LibRedirect options: Twitter</title>
+</head>
+
+<body class="option">
+    <section class="links">
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </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/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" class="selected">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">Imgur</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" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html">Medium</a>
+        </div>
+      </section>
+
+    <section class="option-block">
+        <div class="some-block option-block">
+            <h4>Enable</h4>
+            <input id="disable-tiktok" type="checkbox" checked />
+        </div>
+
+        <hr>
+
+        <div class="some-block option-block">
+            <h4>Default Instances</h4>
+        </div>
+        <div class="checklist" id="proxiTok-checklist"></div>
+        <hr>
+        <div class="some-block option-block">
+            <h4>Custom Instances</h4>
+        </div>
+        <form id="custom-proxiTok-instance-form">
+            <div class="some-block option-block">
+                <input id="proxiTok-custom-instance" placeholder="https://proxiTok.com" type="url" />
+                <button type="submit" class="add" id="proxiTok-add-instance">
+                    <svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px"
+                        fill="currentColor">
+                        <path d="M0 0h24v24H0V0z" fill="none" />
+                        <path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
+                    </svg>
+                </button>
+            </div>
+        </form>
+        <div class="checklist" id="proxiTok-custom-checklist"></div>
+    </section>
+
+
+    <script type="module" src="../init.js"></script>
+    <script type="module" src="./tiktok.js"></script>
+    <!-- <script src="../../assets/javascripts/localise.js"></script> -->
+</body>
+
+</html>
\ No newline at end of file
diff --git a/src/pages/options/tiktok/tiktok.js b/src/pages/options/tiktok/tiktok.js
new file mode 100644
index 00000000..f8ddb67e
--- /dev/null
+++ b/src/pages/options/tiktok/tiktok.js
@@ -0,0 +1,21 @@
+import tiktokHelper from "../../../assets/javascripts/helpers/tiktok.js";
+import commonHelper from "../../../assets/javascripts/helpers/common.js";
+
+let disableTiktokElement = document.getElementById("disable-tiktok");
+disableTiktokElement.addEventListener("change",
+    (event) => tiktokHelper.setDisableTiktok(!event.target.checked)
+);
+
+tiktokHelper.init().then(() => {
+    disableTiktokElement.checked = !tiktokHelper.getDisableTiktok();
+
+    commonHelper.processDefaultCustomInstances(
+        'proxiTok',
+        tiktokHelper,
+        document,
+        tiktokHelper.getProxiTokRedirectsChecks,
+        tiktokHelper.setProxiTokRedirectsChecks,
+        tiktokHelper.getProxiTokCustomRedirects,
+        tiktokHelper.setProxiTokCustomRedirects
+    )
+})
\ No newline at end of file
diff --git a/src/pages/options/translate/translate.html b/src/pages/options/translate/translate.html
index 04dfc2bb..36380865 100644
--- a/src/pages/options/translate/translate.html
+++ b/src/pages/options/translate/translate.html
@@ -12,17 +12,99 @@
 
 <body class="option">
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="translate.html" class="selected">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
+        <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" />
+                <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+            </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/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">Imgur</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" />
+                <path
+                    d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+            </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" />
+                <path
+                    d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+            </svg>
+            <a href="../translate/translate.html" class="selected">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 d="M0 0h24v24H0V0z" fill="none" />
+                <path
+                    d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+            </svg>
+            <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+            <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+                width="24px" fill="currentColor">
+                <g>
+                    <rect fill="none" height="24" width="24" />
+                </g>
+                <g>
+                    <g />
+                    <g>
+                        <path
+                            d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                        <g>
+                            <path
+                                d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                            <path
+                                d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                            <path
+                                d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                        </g>
+                    </g>
+                </g>
+            </svg>
+            <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+            <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+                width="24px" fill="currentColor">
+                <g>
+                    <rect fill="none" height="24" width="24" />
+                    <g>
+                        <path
+                            d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+                    </g>
+                    <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+                </g>
+            </svg>
+            <a href="../medium/medium.html">Medium</a>
+        </div>
     </section>
     <section class="option-block">
         <div class="some-block option-block">
diff --git a/src/pages/options/twitter/twitter.html b/src/pages/options/twitter/twitter.html
index b47a094e..948f0be1 100644
--- a/src/pages/options/twitter/twitter.html
+++ b/src/pages/options/twitter/twitter.html
@@ -13,17 +13,99 @@
 <body class="option">
 
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="twitter.html" class="selected">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
+        <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" />
+                <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+            </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/twitter-icon.png" />
+            <a href="../twitter/twitter.html" class="selected">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">Imgur</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" />
+                <path
+                    d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+            </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" />
+                <path
+                    d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+            </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 d="M0 0h24v24H0V0z" fill="none" />
+                <path
+                    d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+            </svg>
+            <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+            <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+                width="24px" fill="currentColor">
+                <g>
+                    <rect fill="none" height="24" width="24" />
+                </g>
+                <g>
+                    <g />
+                    <g>
+                        <path
+                            d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                        <g>
+                            <path
+                                d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                            <path
+                                d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                            <path
+                                d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                        </g>
+                    </g>
+                </g>
+            </svg>
+            <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+            <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+                width="24px" fill="currentColor">
+                <g>
+                    <rect fill="none" height="24" width="24" />
+                    <g>
+                        <path
+                            d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+                    </g>
+                    <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+                </g>
+            </svg>
+            <a href="../medium/medium.html">Medium</a>
+        </div>
     </section>
 
     <section class="option-block">
diff --git a/src/pages/options/wikipedia/wikipedia.html b/src/pages/options/wikipedia/wikipedia.html
index 4bd0b5e8..7626f3b9 100644
--- a/src/pages/options/wikipedia/wikipedia.html
+++ b/src/pages/options/wikipedia/wikipedia.html
@@ -12,19 +12,100 @@
 
 <body class="option">
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="../youtube/youtube.html">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html" class="selected">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
+        <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" />
+                <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+            </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/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">Imgur</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" />
+                <path
+                    d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+            </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" />
+                <path
+                    d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+            </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 d="M0 0h24v24H0V0z" fill="none" />
+                <path
+                    d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+            </svg>
+            <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+            <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+                width="24px" fill="currentColor">
+                <g>
+                    <rect fill="none" height="24" width="24" />
+                </g>
+                <g>
+                    <g />
+                    <g>
+                        <path
+                            d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                        <g>
+                            <path
+                                d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                            <path
+                                d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                            <path
+                                d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                        </g>
+                    </g>
+                </g>
+            </svg>
+            <a href="../wikipedia/wikipedia.html" class="selected">Wikipedia</a>
+        </div>
+        <div class="title">
+            <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+                width="24px" fill="currentColor">
+                <g>
+                    <rect fill="none" height="24" width="24" />
+                    <g>
+                        <path
+                            d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+                    </g>
+                    <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+                </g>
+            </svg>
+            <a href="../medium/medium.html">Medium</a>
+        </div>
     </section>
-
     <section class="option-block">
         <div class="some-block option-block">
             <h4>Enable</h4>
diff --git a/src/pages/options/youtube/youtube.html b/src/pages/options/youtube/youtube.html
index 8c7ea787..767780f4 100644
--- a/src/pages/options/youtube/youtube.html
+++ b/src/pages/options/youtube/youtube.html
@@ -13,18 +13,100 @@
 <body class="option">
 
     <section class="links">
-        <a href="../general/general.html">General</a>
-        <a href="youtube.html" class="selected">Youtube</a>
-        <a href="../twitter/twitter.html">Twitter</a>
-        <a href="../instagram/instagram.html">Instagram</a>
-        <a href="../reddit/reddit.html">Reddit</a>
-        <a href="../search/search.html">Search</a>
-        <a href="../translate/translate.html">Translate</a>
-        <a href="../maps/maps.html">Maps</a>
-        <a href="../wikipedia/wikipedia.html">Wikipedia</a>
-        <a href="../imgur/imgur.html">Imgur</a>
-        <a href="../medium/medium.html">Medium</a>
-    </section>
+        <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" />
+            <path d="M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z" />
+          </svg>
+          <a href="../general/general.html">General</a>
+        </div>
+        <div class="title">
+          <img src="../../../assets/images/youtube-icon.png" />
+          <a href="../youtube/youtube.html" class="selected">Youtube</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">Imgur</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" />
+            <path
+              d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" />
+          </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" />
+            <path
+              d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" />
+          </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 d="M0 0h24v24H0V0z" fill="none" />
+            <path
+              d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z" />
+          </svg>
+          <a href="../maps/maps.html">Maps</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+            </g>
+            <g>
+              <g />
+              <g>
+                <path
+                  d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z" />
+                <g>
+                  <path
+                    d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z" />
+                  <path
+                    d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z" />
+                  <path
+                    d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z" />
+                </g>
+              </g>
+            </g>
+          </svg>
+          <a href="../wikipedia/wikipedia.html">Wikipedia</a>
+        </div>
+        <div class="title">
+          <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24"
+            width="24px" fill="currentColor">
+            <g>
+              <rect fill="none" height="24" width="24" />
+              <g>
+                <path
+                  d="M19,5v14H5V5H19 M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z" />
+              </g>
+              <path d="M14,17H7v-2h7V17z M17,13H7v-2h10V13z M17,9H7V7h10V9z" />
+            </g>
+          </svg>
+          <a href="../medium/medium.html">Medium</a>
+        </div>
+      </section>
 
     <section class="option-block">
         <div class="some-block option-block">