up-csi / up-csi.github.io

The source code for the official UP CSI website.
https://up-csi.org/
Other
6 stars 16 forks source link

Finalize FAQs page and components #21

Open BastiDood opened 8 months ago

BastiDood commented 8 months ago
ehrelevant commented 1 month ago

I'm not particularly sure what the plans for this originally were, but as of the moment:

VeeIsForVanana commented 1 month ago

It seems @BastiDood 's original intent with this was a one-stop-shop for clients to know the services we offer and how to contact us. This, I think isn't just an FAQ page but a kind-of Contact Us page. I'll need to coordinate with Exte on the details that are appropriate for this.

TODO:

This is a Semester 2425A todo that should be broken down into smaller tasks.

BastiDood commented 1 month ago

It seems @BastiDood 's original intent with this was a one-stop-shop for clients to know the services we offer and how to contact us. This, I think isn't just an FAQ page but a kind-of Contact Us page.

To add more context here, since we're dealing with adapter-static, we don't actually have a back-end web server running the website; everything is compiled down to HTML.

When we say "Contact Us", this should be a list of social media cards instead of an email form (as is typical in many marketing sites). Why? An email form requires third-party integrations: the simplest being the Gmail API via OAuth 2.0— something @VeeIsForVanana and I have worked with in the DRAP project.

Now, if you're up for the challenge to use email contact forms, don't let me stop you. Here are a few things to consider, though:

VeeIsForVanana commented 1 month ago

Yeah I'm more favorable to the social media cards idea. It should probably be a page featuring the organization's contacts, along with answering some FAQs on our projects pipeline. In any case, thanks for the input!