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-28 20:46:54 +0300
committerGitHub <noreply@github.com>2021-11-28 20:46:54 +0300
commitda5927a26414e01f948b697dd23d2ecbdd7d45dd (patch)
tree3b3f76eacae7d496e78b8ab3280392a6cd4e94a2
parent8c5a376157c51f93dc50a7ccea9d47a3d6062e0b (diff)
Delete links copy.vue
-rw-r--r--Website/pages/links copy.vue66
1 files changed, 0 insertions, 66 deletions
diff --git a/Website/pages/links copy.vue b/Website/pages/links copy.vue
deleted file mode 100644
index 5ab5982..0000000
--- a/Website/pages/links copy.vue
+++ /dev/null
@@ -1,66 +0,0 @@
-<template>
- <div>
-
- <section style="position: relative;">
-
-
- <div class="center">
- <center>
-
- <h1 style="font-size: 3em; margin-bottom: 0;">Project Links</h1>
-
- <div style="color: #999">
- <p style="margin-bottom: 1em;">Links to the project and it's developers</p>
- </div>
-
- <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>
- Discord
- </v-btn>
-
- <h1 style="margin-top: 1em;">Contact Me</h1>
-
- <v-btn class="mainAltButton" :href="emailLink" target="_blank">
- <v-icon style="margin-right: 0.5em;">mdi-email</v-icon>
- Email
- </v-btn>
-
- </center>
- </div>
-
-
- </section>
-
- <p id="credits">Site by <v-icon color="#555">mdi-discord</v-icon> Front#2990.</p>
-
- </div>
-</template>
-
-<style scoped>
-#credits {
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translate(-50%,0);
- color: #555;
-}
-</style>
-
-<script>
-export default {
- layout: 'default_legacy',
- data() {
- return {
- githubLink: "https://github.com/Anarios/return-youtube-dislike",
- discordLink: "https://discord.gg/mYnESY4Md5",
-
- emailLink: "mailto:selivano.d@gmail.com "
- }
- }
-}
-</script> \ No newline at end of file