CarletonComputerScienceSociety / website

2021-Present website
https://ccss.carleton.ca
12 stars 25 forks source link

[FAQ] Create main FAQ page #495

Open ryangchung opened 3 weeks ago

ryangchung commented 3 weeks ago

While the course registration page has been built by @MathyouMB (can be seen at https://ccss.carleton.ca/faq/course-registration/), we have decided to have a "main" FAQ page which encompasses all FAQ pages and allows for curated FAQs to be displayed on the main screen and have buttons leading to the FAQ page for each topic.

Most of the code can be repurposed from the reference commit below, and turn the layout for the two curated FAQ posts into a partial component to be reused.

Reference: https://github.com/CarletonComputerScienceSociety/website/commit/2147ee93a5967b809f84ec2df1175fcf986a1afd

Look: image

Note: The borders should not be there, this is a rough sketch of the layout, with a header which has content which is TBD. The positioning of the buttons should not be exact, but instead be in the area that it is shown (eg.: top left or bottom right of the partial).