aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-165-31/+225
|
* chore: create post meta view for posts listsArmand Philippot2021-12-161-0/+79
|
* chore: define secondary button stylesArmand Philippot2021-12-164-5/+85
| | | | I also rename submit style to primary.
* chore: create contact pageArmand Philippot2021-12-169-0/+197
|
* fix: change branding title tag on homepageArmand Philippot2021-12-153-19/+19
| | | | I forgot to pass isHome arg...
* 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