aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/coldark.jpg
Commit message (Collapse)AuthorAgeFilesLines
* chore(projects): improve project overview styles and unify coversHEADmainArmand Philippot2023-12-201-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
* fix(project): make sure the project cover is displayedArmand Philippot2022-01-271-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.