aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-154-39/+96
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-1511-0/+322
|
* chore: define main grid to center contentArmand Philippot2021-12-142-1/+21
|
* chore: add footer navArmand Philippot2021-12-135-1/+58
|
* 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-138-182/+100
|
* chore: load i18n translations using lingui providerArmand Philippot2021-12-135-2/+110
|
* 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
|
* 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-133-17/+9
|
* build: move global styles and pages inside src directoryArmand Philippot2021-12-125-0/+225