diff --git a/commonConfig.mts b/commonConfig.mts index 0c82ae7..0dea64c 100644 --- a/commonConfig.mts +++ b/commonConfig.mts @@ -86,7 +86,8 @@ export const themeConfig: ThemeConfig = { }, i18nRouting: false, footer: { - copyright: "Copyright © 2021-present Fabian Kachlock", + copyright: "Copyright © 2021-present IGD 2.0 UG (haftungsbeschränkt)", + message: "Made with <3 by Fabian Kachlock and the zwoo team.", }, logo: { dark: "/zwoo_logo_simple_none_dark.svg", diff --git a/docs/index.md b/docs/index.md index 4022f57..053ce6d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,11 @@ layout: home hero: name: ZWOO - tagline: Second generation card games. + text: Second generation card games. + image: + light: /zwoo_logo_none_light.svg + dark: /zwoo_logo_none_dark.svg + alt: ZWOO logo actions: - theme: brand text: Play ZWOO! @@ -18,5 +22,104 @@ hero: - theme: alt text: FAQ link: /faq + +features: + - title: Online games + details: Play with your friends all around the world! + link: /games/ + linkText: Play games + icon: + # akar-icons:game-controller + - title: Unique Rules + details: ZWOO offers some unique mechanics, check them out! + link: /rules/ + linkText: Learn the rules + icon: + # akar-icons:settings-vertical + - title: Custom Cards + details: ZWOO has some custom cards with unique abilities, check them out! + link: /rules/ + linkText: Learn more + icon: + - title: Bots + details: Got no friends around? Play against our bots! + link: /games/bots + linkText: Learn more + icon: + # fluent:bot-24-regular + - title: Global leaderboard + details: Climb to the top of the leaderboard and show off your skills! + link: /games/leaderboard + linkText: See the leaderboard + icon: + # mdi:trophy-outline + - title: Offline games + details: Stranded without internet? No problem, play offline against bots! + link: /games/offline + linkText: Explore games + icon: + # ic:baseline-wifi-off + - title: Open source + details: ZWOO is open source, check out the code on GitHub! + link: https://github.com/fabiankachlock/zwoo + external: true + linkText: View on GitHub + icon: + # akar-icons:github-fill + - title: In active development + details: ZWOO is still in active development, check out the roadmap! + link: https://github.com/fabiankachlock/zwoo/discussions/categories/feature-requests + linkText: Suggest features + external: true + icon: + # iconoir:code + - title: Show your support + details: And star the project on GitHub! + link: https://github.com/fabiankachlock/zwoo + linkText: Give a star + external: true + icon: + # akar-icons:star --- +

+Welcome to ZWOO, the next generation of card games! Whether you're a fan of classic games or looking for a fresh, strategic twist, Zwoo is designed to keep you entertained for hours. With custom cards, innovative mechanics, and exciting multiplayer features, every game feels unique. Play with friends online or test your skills against clever AI bots in solo mode. Get ready to experience card games like never before – Zwoo is simple to learn but challenging to master! +

+ + \ No newline at end of file diff --git a/public/zwoo_logo_none_dark.svg b/public/zwoo_logo_none_dark.svg new file mode 100644 index 0000000..1add6f7 --- /dev/null +++ b/public/zwoo_logo_none_dark.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/zwoo_logo_none_light.svg b/public/zwoo_logo_none_light.svg new file mode 100644 index 0000000..ded0575 --- /dev/null +++ b/public/zwoo_logo_none_light.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/zwoo_logo_simple_light.png b/public/zwoo_logo_simple_light.png deleted file mode 100644 index 38bb7b9..0000000 Binary files a/public/zwoo_logo_simple_light.png and /dev/null differ diff --git a/public/zwoo_logo_simple_light.svg b/public/zwoo_logo_simple_light.svg deleted file mode 100644 index a463221..0000000 --- a/public/zwoo_logo_simple_light.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/public/zwoo_logo_simple_none_dark.png b/public/zwoo_logo_simple_none_dark.png deleted file mode 100644 index ac0c404..0000000 Binary files a/public/zwoo_logo_simple_none_dark.png and /dev/null differ diff --git a/public/zwoo_logo_simple_none_light.png b/public/zwoo_logo_simple_none_light.png deleted file mode 100644 index 05735c8..0000000 Binary files a/public/zwoo_logo_simple_none_light.png and /dev/null differ