summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: add main-nav componentArmand Philippot2021-12-1315-3/+696
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: create homepage with graphql dataArmand Philippot2021-12-1310-182/+113
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-137-2/+136
|
* chore: change app to use a layoutArmand Philippot2021-12-137-5/+68
| | | | I can now insert header/footer on each pages.
* chore: add Copyright componentArmand Philippot2021-12-134-0/+115
|
* chore: add Branding componentArmand Philippot2021-12-134-0/+93
|
* build: remove powered by headerArmand Philippot2021-12-131-0/+1
|
* chore: define base and typography rulesArmand Philippot2021-12-133-0/+195
|
* chore: define CSS variables for colors, fonts and spacingsArmand Philippot2021-12-134-0/+80
|
* chore: define Sass functions, mixins, placeholders and variablesArmand Philippot2021-12-1310-0/+345
|
* chore: load css fontsArmand Philippot2021-12-1330-0/+530
|
* chore: add modern normalize and change global css to scss fileArmand Philippot2021-12-135-17/+15
|
* build: move global styles and pages inside src directoryArmand Philippot2021-12-126-20/+20
|
* build: configure JestArmand Philippot2021-12-126-45/+1692
|
* build: add graphql and swr for data fetchingArmand Philippot2021-12-122-1/+73
|
* build: add sass configArmand Philippot2021-12-123-4/+48
|
* build: configure svgr to use svg as componentsArmand Philippot2021-12-123-18/+1135
|
* build: configure lingui js for i18nArmand Philippot2021-12-125-22/+741
|
* build: configure typescript module aliasesArmand Philippot2021-12-121-1/+13
|
* build: add tools to enforce some code/commit rulesArmand Philippot2021-12-1211-36/+1969
|
* chore: initial commitArmand Philippot2021-12-1216-0/+3307