From 0a81f35c780c221262c72f61d58546735f99a854 Mon Sep 17 00:00:00 2001 From: Andrew Daniel Janong <111191141+AndrewJanong@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:46:01 +0800 Subject: [PATCH] Created contact us page and component template (#7) The contact us page and component has no functionality and minimal styling, but responsive. Things to note: * The message textarea was made non-resizable, but can scroll * Scroll bar for textarea covers border on the right --- app/components/contact-form.tsx | 47 +++++++++++++++++++++++++++++++++ app/contact-us/page.tsx | 9 +++++++ 2 files changed, 56 insertions(+) create mode 100644 app/components/contact-form.tsx create mode 100644 app/contact-us/page.tsx diff --git a/app/components/contact-form.tsx b/app/components/contact-form.tsx new file mode 100644 index 0000000..794b862 --- /dev/null +++ b/app/components/contact-form.tsx @@ -0,0 +1,47 @@ +export default function ContactForm() { + return ( +
Feel free to reach out through the form below!
+