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:
authorDmitrii Selivanov <selivano.d@gmail.com>2021-11-24 16:48:06 +0300
committerDmitrii Selivanov <selivano.d@gmail.com>2021-11-24 16:48:06 +0300
commitaea4c1f8e5cbb0c57f69bfd2426fe88a0a9f6698 (patch)
treea0adbff19e46ceaf13dbcae6155189c57a51a2d2 /Website/pages
parent1854cd827dac4f699f19068c9fa4a5ac865c5aa2 (diff)
Folders restructured, gitignore updated
Diffstat (limited to 'Website/pages')
-rw-r--r--Website/pages/index.vue11
-rw-r--r--Website/pages/install.vue13
2 files changed, 15 insertions, 9 deletions
diff --git a/Website/pages/index.vue b/Website/pages/index.vue
index eec84cb..c53a885 100644
--- a/Website/pages/index.vue
+++ b/Website/pages/index.vue
@@ -1,13 +1,16 @@
<template>
<div>
-
+
<section style="position: relative;">
-
+
<div class="center">
<center>
- <h1 style="font-size: 3em; margin-bottom: 0.5em;">Return Youtube Dislike</h1>
+ <h1 style="font-size: 3em; margin-bottom:0;">Return Youtube Dislike</h1>
+ <div style="color: #999">
+ <p style="margin-top: 0">Browser extension and an API that show you dislikes on youtube</p>
+ </div>
<v-btn :to="installLink" color="primary lighten-1" style="font-size: 1.5em; padding: 1em; margin-bottom: 0.5em;">
<v-icon large style="margin-right: 0.5em;">mdi-tray-arrow-down</v-icon>
@@ -45,4 +48,4 @@ export default {
}
}
}
-</script> \ No newline at end of file
+</script>
diff --git a/Website/pages/install.vue b/Website/pages/install.vue
index 5842640..9d1779c 100644
--- a/Website/pages/install.vue
+++ b/Website/pages/install.vue
@@ -1,17 +1,17 @@
<template>
<div>
-
+
<section style="position: relative;">
-
+
<div class="center">
<center>
<h1 style="font-size: 3em; margin-bottom: 0;">Select Your Platform</h1>
-
+
<div style="color: #999">
<p style="margin-bottom: 0;"> This is an <b>ALPHA version!</b> It may be slow. It may be buggy.</p>
- <p style="margin-bottom: 3em;">Only available for chrome and Firefox now and as a Userscript now, but coming to other platforms soon.</p>
+ <p style="margin-bottom: 3em;">Only available for Chrome, Firefox and as a Userscript now, but coming to other platforms soon.</p>
</div>
<v-btn class="mainAltButton" :href="chromeLink" target="_blank">
@@ -30,6 +30,9 @@
</v-btn>
<h3 style="margin-top: 3em;">Third Party Implementations</h3>
+ <div style="color: #999">
+ <p style="margin-bottom: 0;">No liability on our side, use at your own risk</p>
+ </div>
<v-btn class="mainAltButton" :href="iosJailbreakLink" target="_blank">
<v-icon style="margin-right: 0.5em;">mdi-apple</v-icon>
iOS (Jailbroken)
@@ -56,4 +59,4 @@ export default {
}
}
}
-</script> \ No newline at end of file
+</script>