From cb42b0a2ce41865c0196ca0357c383236050ad1e Mon Sep 17 00:00:00 2001 From: Ayaka Date: Fri, 14 Oct 2022 13:54:08 +0000 Subject: [PATCH] added vercel branding --- README.md | 4 ++++ public/powered-by-vercel.svg | 6 ++++++ public/vercel-logotype-light.svg | 3 +++ src/App.css | 5 +++++ src/App.jsx | 4 ++++ 5 files changed, 22 insertions(+) create mode 100644 public/powered-by-vercel.svg create mode 100644 public/vercel-logotype-light.svg diff --git a/README.md b/README.md index f303901..a53f617 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ help is welcome, got some skill issues so dont judge me ![img](https://cdn.disco -cropped images by Modder4869#4818 on discord -website by Ayaka#4715 on discord + +### hosting + +[![powered by Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com?utm_source=theoriginalayaka&utm_campaign=oss) diff --git a/public/powered-by-vercel.svg b/public/powered-by-vercel.svg new file mode 100644 index 0000000..8778286 --- /dev/null +++ b/public/powered-by-vercel.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/vercel-logotype-light.svg b/public/vercel-logotype-light.svg new file mode 100644 index 0000000..0fbca5b --- /dev/null +++ b/public/vercel-logotype-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/App.css b/src/App.css index 7acb4fb..b0e35fd 100644 --- a/src/App.css +++ b/src/App.css @@ -81,11 +81,16 @@ .footer { margin-top: 2rem; font-family: "YurukaStd"; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; } .footer > a { color: rgb(199, 199, 199); text-decoration: none; + margin-bottom: 0.5rem; } .footer > a:hover { diff --git a/src/App.jsx b/src/App.jsx index 031b583..7ac4c32 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -252,6 +252,10 @@ function App() { GitHub + {/*powered by vercel */} + + powered by vercel +