Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNightcat <mail@nightc.at>2021-12-09 21:25:05 +0300
committerNightcat <mail@nightc.at>2021-12-09 21:25:05 +0300
commit6994dc0e42533c31cc69efef6119d1a206cff27c (patch)
tree7d5950a1db90cec9c75b94c2870547a0d7d4cc7c /Website
parent85dd78f41524cb0819235939802c3bf569da255c (diff)
Replace old logo
Website is untested but should be fine. Thanks to afn, PickleNik, and everyone who gave feedback :]
Diffstat (limited to 'Website')
-rw-r--r--Website/nuxt.config.js1
-rw-r--r--Website/pages/index.vue2
-rw-r--r--Website/static/favicon.icobin78446 -> 15406 bytes
-rw-r--r--Website/static/logo.pngbin133856 -> 23409 bytes
-rw-r--r--Website/static/logo.svg1
5 files changed, 3 insertions, 1 deletions
diff --git a/Website/nuxt.config.js b/Website/nuxt.config.js
index 724f3ba..67efcaa 100644
--- a/Website/nuxt.config.js
+++ b/Website/nuxt.config.js
@@ -17,6 +17,7 @@ export default {
{ hid: 'theme-color', name: 'theme-color', content: '#ff0000' }
],
link: [
+ { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' },
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
},
diff --git a/Website/pages/index.vue b/Website/pages/index.vue
index 7f4f138..7e36bdc 100644
--- a/Website/pages/index.vue
+++ b/Website/pages/index.vue
@@ -1,7 +1,7 @@
<template>
<div>
- <svg id="thumbslogo" class="mb-4" width="150" height="150" viewBox="0 0 24 24"><path d="m15 3h-9c-0.83 0-1.54 0.5-1.84 1.22l-3.02 7.05c-0.09 0.23-0.14 0.47-0.14 0.73v2a2 2 0 0 0 2 2h6.31l-0.95 4.57a1.49 1.49 0 0 0 0.41 1.37l1.06 1.06 6.58-6.59c0.37-0.36 0.59-0.86 0.59-1.41v-10a2 2 0 0 0-2-2zm4 12h4v-12h-4z" /><path d="m7.47 12.2 4.76-2.7-4.76-2.71z" fill="#fff" stroke="none"/></svg>
+ <svg id="thumbslogo" class="mb-4" width="150" viewBox="0 0 24 24"><path d="M14.9 3H6c-.9 0-1.6.5-1.9 1.2l-3 7c-.1.3-.1.5-.1.7v2c0 1.1.9 2 2 2h6.3l-.9 4.5c-.1.5 0 1 .4 1.4l1.1 1.1 6.5-6.6c.4-.4.6-.9.6-1.4V5c-.1-1.1-1-2-2.1-2zm7.4 12.8h-2.9c-.4 0-.7-.3-.7-.7V3.9c0-.4.3-.7.7-.7h2.9c.4 0 .7.3.7.7V15c0 .4-.3.8-.7.8z"/><path d="m8 12.5 5.1-2.9L8 6.7v5.8z" fill="#fff" stroke="none"/></svg>
<h1 class="title-text" >Return YouTube Dislike</h1>
<div class="mb-4" style="color: #999">
diff --git a/Website/static/favicon.ico b/Website/static/favicon.ico
index 242036d..3084e8f 100644
--- a/Website/static/favicon.ico
+++ b/Website/static/favicon.ico
Binary files differ
diff --git a/Website/static/logo.png b/Website/static/logo.png
index 2468765..4a37c7d 100644
--- a/Website/static/logo.png
+++ b/Website/static/logo.png
Binary files differ
diff --git a/Website/static/logo.svg b/Website/static/logo.svg
new file mode 100644
index 0000000..7fb0d1a
--- /dev/null
+++ b/Website/static/logo.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.9 3H6c-.9 0-1.6.5-1.9 1.2l-3 7c-.1.3-.1.5-.1.7v2c0 1.1.9 2 2 2h6.3l-.9 4.5c-.1.5 0 1 .4 1.4l1.1 1.1 6.5-6.6c.4-.4.6-.9.6-1.4V5c-.1-1.1-1-2-2.1-2zm7.4 12.8h-2.9c-.4 0-.7-.3-.7-.7V3.9c0-.4.3-.7.7-.7h2.9c.4 0 .7.3.7.7V15c0 .4-.3.8-.7.8z" fill="red"/><path d="m8 12.5 5.1-2.9L8 6.7v5.8z" fill="#fff"/></svg> \ No newline at end of file