HubRise / website

0 stars 4 forks source link

Add "Partners" and "Testimonials" pages #952

Closed antmonnier closed 7 months ago

antmonnier commented 7 months ago

We need to add a "Partners" and a "Testimonials" page

Mockups are in the Design folder, under the names: Development Services xxx.png and Testimonials xxx.png.

You'll first need to declare the 2 pages under utils/router:

The content will be set in content/[lang]/partners.yaml and content/[lang]/testimonials.yaml. Images will be stored under content/images/partners and content/images/testimonials. Similar to apps.yaml.

Then under src/app/[[...path]]/_content:

As you know, you should aim to reuse as much code (CSS in particular) as possible.

Don't hesitate to ask for help or guidance.