Design HTML templates
Closed this issue · 1 comments
duijf commented
We need HTML templates and the corresponding CSS for:
- The index. This is a list of all the albums.
- An album. This is a list of all images.
- Individual images. This is a detail view.
Requirements/constraints we already thought of:
- Within the index, order of albums is important.
- Albums should have a title, visible in the template.
- Within an album, order of photos isn't too important.
- Individual images should have a download button
Plus all the other standard stuff like reasonable HTML.