aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Branding/Branding.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: change header photoArmand Philippot2022-03-091-1/+1
|
* fix(animations): avoid zomm in/out effect on mobileArmand Philippot2022-03-061-2/+4
| | | | | | 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(animations): replace width animations with transformArmand Philippot2022-02-181-2/+6
| | | | | | Animations based on width or height can be expensive and can cause lower performances. So, instead I use transform to obtain the same effect.
* chore: animate brandingArmand Philippot2022-02-011-0/+41
|
* feat: implement dark modeArmand Philippot2022-01-171-3/+5
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-4/+4
|
* chore: improve Branding componentArmand Philippot2022-01-141-13/+81
|
* chore: add Branding componentArmand Philippot2021-12-131-0/+52