aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Branding
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-294-331/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+1
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore: change header photoArmand Philippot2022-03-091-1/+1
|
* fix(animations): avoid zomm in/out effect on mobileArmand Philippot2022-03-062-5/+7
| | | | | | Due to translateX transform and overflow, on small screens a zoom in / zoom out effect happened. So I adjust the animations for branding and job.
* refactor: replace script tags with next/script (#10)Armand Philippot2022-02-211-7/+6
| | | | | | | | * refactor: replace script tags with next/script Since next.js v12.1.0 some warnings was displayed because I was using some script tags. * build(deps): bump next-themes to v0.1.1
* refactor(animations): replace width animations with transformArmand Philippot2022-02-182-5/+9
| | | | | | Animations based on width or height can be expensive and can cause lower performances. So, instead I use transform to obtain the same effect.
* 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