aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* chore: display featuredImage and meta on posts listArmand Philippot2021-12-167-34/+231
|
* chore: create post meta view for posts listsArmand Philippot2021-12-161-0/+79
|
* chore: define secondary button stylesArmand Philippot2021-12-166-5/+92
| | | | I also rename submit style to primary.
* chore: fix typoArmand Philippot2021-12-163-6/+6
|
* chore: create contact pageArmand Philippot2021-12-1611-0/+305
|
* chore: create legal notice viewArmand Philippot2021-12-154-9/+73
|
* chore: create CV viewArmand Philippot2021-12-154-0/+129
|
* chore: create single post viewArmand Philippot2021-12-157-9/+311
|
* fix: change branding title tag on homepageArmand Philippot2021-12-154-20/+20
| | | | I forgot to pass isHome arg...
* 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