From f22c422ddd32a421f160a48e082d5a7c1a1bf460 Mon Sep 17 00:00:00 2001 From: Maximous Black Date: Mon, 20 Apr 2020 16:22:22 +0530 Subject: [PATCH] minor changes - new (working) 404 page - new logo - new acsent color - edits in about and DMCA pages --- .vuepress/public/logo.old.svg | 59 ++++++++++++++++++++++ .vuepress/public/logo.svg | 92 +++++++++++++---------------------- .vuepress/styles/palette.styl | 2 +- 404.md => 404/README.md | 1 + about/README.md | 3 +- dmca/README.md | 2 +- now.json | 7 +++ 7 files changed, 104 insertions(+), 62 deletions(-) create mode 100644 .vuepress/public/logo.old.svg rename 404.md => 404/README.md (80%) create mode 100644 now.json diff --git a/.vuepress/public/logo.old.svg b/.vuepress/public/logo.old.svg new file mode 100644 index 0000000..8fb9d98 --- /dev/null +++ b/.vuepress/public/logo.old.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.vuepress/public/logo.svg b/.vuepress/public/logo.svg index 8fb9d98..5e2b5eb 100644 --- a/.vuepress/public/logo.svg +++ b/.vuepress/public/logo.svg @@ -1,59 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + Created with Lunacy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.vuepress/styles/palette.styl b/.vuepress/styles/palette.styl index a135f3a..46bb043 100644 --- a/.vuepress/styles/palette.styl +++ b/.vuepress/styles/palette.styl @@ -1 +1 @@ -$accentColor = #8A59F1 \ No newline at end of file +$accentColor = #FC60A8 // old -> #8A59F1 \ No newline at end of file diff --git a/404.md b/404/README.md similarity index 80% rename from 404.md rename to 404/README.md index a346aa5..46a4c03 100644 --- a/404.md +++ b/404/README.md @@ -1,5 +1,6 @@ --- home: true +heroImage: /logo.svg heroText: 404 tagline: Page not found actionText: Take me Home → diff --git a/about/README.md b/about/README.md index 292b094..956948b 100644 --- a/about/README.md +++ b/about/README.md @@ -1,8 +1,9 @@ --- sidebar: false -home: true --- +# About + This list is an attempt to add structure to the resources you need to get started on your pirate voyage. For discussion, feedback or if you come across dead links please head to [issues](https://github.com/maximousblk/piracy/issues/new) of the section of the [Github repository](https://github.com/maximousblk/piracy). diff --git a/dmca/README.md b/dmca/README.md index 0d2a175..66b8768 100644 --- a/dmca/README.md +++ b/dmca/README.md @@ -4,6 +4,6 @@ sidebar: false # DMCA -Contributers and Hosting services of this list are not responsible for any external links or their content! If you dislike the information this list provides then please contact the website owner/webmaster/hoster directly and fill a DMCA request. +Owner ([Maximous Black](https://maximousblk.github.io/)) of this list is not responsible for and in no way associated or endorces any external links or their content! If you dislike the information this list provides then please contact the website owner/webmaster/hoster directly and fill a DMCA request. If you believe that your work is accessible on this list in a way that constitutes copyright infringement, you may [create a Github issue](https://github.com/maximousblk/piracy/issues/new) to notify us. \ No newline at end of file diff --git a/now.json b/now.json new file mode 100644 index 0000000..32ccfa8 --- /dev/null +++ b/now.json @@ -0,0 +1,7 @@ +{ + "version": 2, + "routes": [ + { "handle": "filesystem" }, + { "src": "/(.*)", "status": 404, "dest": "/404" } + ] + } \ No newline at end of file