aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-25/+77
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-152-0/+41
|
* chore: define main grid to center contentArmand Philippot2021-12-142-1/+21
|
* chore: add footer navArmand Philippot2021-12-134-1/+54
|
* chore: add main-nav componentArmand Philippot2021-12-137-2/+314
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-1/+8
|
* chore: change app to use a layoutArmand Philippot2021-12-134-0/+45
| | | | I can now insert header/footer on each pages.
* chore: add Copyright componentArmand Philippot2021-12-132-0/+32
|
* chore: add Branding componentArmand Philippot2021-12-132-0/+87