| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(animations): avoid zomm in/out effect on mobile | Armand Philippot | 2022-03-06 | 1 | -3/+3 |
| | | | | | | | 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 Philippot | 2022-02-21 | 1 | -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 transform | Armand Philippot | 2022-02-18 | 1 | -3/+3 |
| | | | | | | | 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 animation | Armand Philippot | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | chore: animate branding | Armand Philippot | 2022-02-01 | 1 | -4/+34 |
| | | |||||
| * | chore(baseline): handle baseline translation manually | Armand Philippot | 2022-01-30 | 1 | -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 utils | Armand Philippot | 2022-01-29 | 1 | -9/+9 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -9/+15 |
| | | |||||
| * | chore: update logo | Armand Philippot | 2022-01-27 | 1 | -1/+1 |
| | | | | | | 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-LD | Armand Philippot | 2022-01-19 | 1 | -21/+42 |
| | | | | | I also added the featured image on single article. | ||||
| * | fix: keep logo consistent on zoom | Armand Philippot | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | chore: improve Branding component | Armand Philippot | 2022-01-14 | 1 | -9/+15 |
| | | |||||
| * | fix: change branding title tag on homepage | Armand Philippot | 2021-12-15 | 1 | -14/+8 |
| | | | | | I forgot to pass isHome arg... | ||||
| * | chore: load i18n translations using lingui provider | Armand Philippot | 2021-12-13 | 1 | -1/+8 |
| | | |||||
| * | chore: add Branding component | Armand Philippot | 2021-12-13 | 1 | -0/+35 |
