summaryrefslogtreecommitdiffstats
path: root/src/components/Branding
Commit message (Collapse)AuthorAgeFilesLines
* fix: typo in branding animationArmand Philippot2022-02-101-1/+1
|
* chore: animate brandingArmand Philippot2022-02-012-4/+75
|
* chore(baseline): handle baseline translation manuallyArmand Philippot2022-01-301-2/+10
| | | | | | I cannot use formatjs to translate the website baseline since I need an async function to load the message. If I use the getIntlInstance helper outside NextJS, webpack is complaining about fs and path.
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-9/+9
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-9/+15
|
* chore: update logoArmand Philippot2022-01-273-1/+56
| | | | | Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme.
* chore: add structured data using schema.org and JSON-LDArmand Philippot2022-01-191-21/+42
| | | | I also added the featured image on single article.
* feat: implement dark modeArmand Philippot2022-01-171-3/+5
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-4/+4
|
* fix: keep logo consistent on zoomArmand Philippot2022-01-151-1/+1
|
* chore: improve Branding componentArmand Philippot2022-01-142-22/+96
|
* fix: change branding title tag on homepageArmand Philippot2021-12-151-14/+8
| | | | I forgot to pass isHome arg...
* chore: load i18n translations using lingui providerArmand Philippot2021-12-131-1/+8
|
* chore: add Branding componentArmand Philippot2021-12-132-0/+87