aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Header
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-292-38/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-1/+1
|
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-1/+1
| | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that.
* chore: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-081-0/+4
|
* chore: add a back to top linkArmand Philippot2022-01-041-1/+1
|
* chore: add a toolbar componentArmand Philippot2021-12-201-2/+2
|
* fix: change branding title tag on homepageArmand Philippot2021-12-151-2/+2
| | | | I forgot to pass isHome arg...
* chore: add main-nav componentArmand Philippot2021-12-132-2/+25
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: change app to use a layoutArmand Philippot2021-12-131-0/+11
I can now insert header/footer on each pages.