Add description to photos

This commit is contained in:
schmelczerandras 2020-11-26 22:57:16 +01:00
parent 3c27d8fc81
commit 476db8cf65
3 changed files with 26 additions and 23 deletions

View file

@ -8,6 +8,17 @@ export const photosTimelineElement = {
date: `2016 summer`,
title: `Photos`,
figure: new Image(photosWebP, photosJpeg, `a picture of the website`),
description: `A simple web page where you can view my photos.`,
description: `A simple webpage where you can view my photos.`,
more: [
`
Taking time to appreciate the world around us fills me with joy. That's why I like
to go on walks with a camera. I might not end up with great photos, nonetheless, I usually
end up with some inspiration regarding my current or next project.
`,
`
As for the webpage, a webpack script generates the site from the photos in a directory,
automatic resizing to multiple quality settings is also part of the pipeline.
`,
],
links: [new Open('https://photo.schmelczer.dev')],
};