From 634d75560bcb3e15687ddf97ed0e5e0ba24091e0 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:30:36 +0100 Subject: Contact page --- apps/website/src/pages/contact.astro | 42 +++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'apps/website/src/pages') diff --git a/apps/website/src/pages/contact.astro b/apps/website/src/pages/contact.astro index 0dc70bd..fcaba1b 100644 --- a/apps/website/src/pages/contact.astro +++ b/apps/website/src/pages/contact.astro @@ -1,13 +1,53 @@ --- +import Button from '@components/base/Button.astro'; +import Header from '@components/base/Header.astro'; +import Paragraph from '@components/base/Paragraph.astro'; import Section from '@components/base/Section.astro'; +import Icon from '@components/icons/Icon.astro'; import Layout from '@layouts/Layout.astro'; --- -
+
+
Feeling social? Come chat with us
+ + We primarily connect with our community with Discord, however we regularly check Github as well blah blah blah + +
+ {/* GitHub */} +
+ +
GitHub
+
+ + 69 commits a week +
+ + We love open source, so all of our projects are OSS. Anyone is welcome to contribute new features (and bugs) to our mods + + + +
+ + {/* Discord */} +
+ +
Discord
+
+ + 69 commits a week +
+ + + Join us today! It's the easiest way to chat with other members, suggest new features, and get support with your mods + + + +
+
-- cgit