aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects
Commit message (Collapse)AuthorAgeFilesLines
* chore(projects): improve project overview styles and unify coversHEADmainArmand Philippot2023-12-206-0/+0
| | | | | | | * The overview was too big on the page, now the cover is inlined with the project meta * Both overview and projects listing benefits from unified covers dimensions
* build: improve bundle sizeArmand Philippot2023-12-201-0/+0
| | | | | | | | | * add `sideEffects` in package.json to activate tree shaking for barrel files * use dynamic imports on social links and icons * resize social media images * resize large project image (demo apcom) * resize website logo
* chore: add DigDir projectArmand Philippot2022-08-211-0/+0
|
* chore: add wp-graphql-get-extended projectArmand Philippot2022-03-021-0/+0
|
* chore: add demo projectArmand Philippot2022-02-231-0/+0
|
* fix(project): make sure the project cover is displayedArmand Philippot2022-01-273-0/+0
Next.js does not support the dynamic import of images. Sometimes the images was displayed and other times the loading did not finish. So even if I would like to keep the content in a same place, I choose to put the projects covers inside the public directory. Then I use a hasCover boolean to determine if the project cover need to be printed.