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:
authorFront <27463495+Frontesque@users.noreply.github.com>2021-11-26 05:18:04 +0300
committerFront <27463495+Frontesque@users.noreply.github.com>2021-11-26 05:18:04 +0300
commit77b1336b230ad247f866467a61e1ca8b6985d46f (patch)
treee63b05d996ea31a7ffaf3465e517bba01a30e2ff /Website/pages/index.vue
parent1bb019273f2d1486f607179041f376d6c78d0294 (diff)
:white_circle: Website 1.1.0
+ Improved readability + Improved view on mobile devices and vertical monitors + Updated FAQ
Diffstat (limited to 'Website/pages/index.vue')
-rw-r--r--Website/pages/index.vue54
1 files changed, 21 insertions, 33 deletions
diff --git a/Website/pages/index.vue b/Website/pages/index.vue
index c53a885..37e66c0 100644
--- a/Website/pages/index.vue
+++ b/Website/pages/index.vue
@@ -1,39 +1,27 @@
<template>
<div>
- <section style="position: relative;">
-
-
- <div class="center">
- <center>
-
- <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>
- Install
- </v-btn>
-
- <br>
-
- <v-btn class="mainAltButton" :href="githubLink" target="_blank">
- <v-icon style="margin-right: 0.5em;">mdi-github</v-icon>
- Github
- </v-btn>
-
- <v-btn class="mainAltButton" :href="discordLink" target="_blank">
- <v-icon style="margin-right: 0.5em;">mdi-discord</v-icon>
- Our Discord
- </v-btn>
-
- </center>
- </div>
-
-
- </section>
+ <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>
+ Install
+ </v-btn>
+
+ <br>
+
+ <v-btn class="mainAltButton" :href="githubLink" target="_blank">
+ <v-icon style="margin-right: 0.5em;">mdi-github</v-icon>
+ Github
+ </v-btn>
+
+ <v-btn class="mainAltButton" :href="discordLink" target="_blank">
+ <v-icon style="margin-right: 0.5em;">mdi-discord</v-icon>
+ Our Discord
+ </v-btn>
</div>
</template>