So, I want to make a gallery on a website that does not allow Javascript, so I wasn't sure how to approach this. Say I have four categories: Sketches, Lineart, Cell Shaded and Painted. I want these four to be toggle buttons.
Then, I would code the gallery so that all my works initially showed, and once one of the toggles was clicked, everything other than the applicable works would show.
Sketch | Sketch | Cell | Lineart
Lineart | Sketch | Cell | Sketch
Click sketch, and then it would just have the four sketches showing side by side. It would also be neat to be able to apply two different categories to work, in case I change the categories, so some assistance on how I could apply two things ( like, putting male and female as categories, and then tagging a picture with two+ people as both ) would be appreciated as well.
This was a good example of what I was going for, but it uses JS.