<aside> 💡 Submission details

To simplify the logistics of submission, feel free to just use the p5.js editor. Note on the left-hand side of the editor, you can expand to see other files. Meaning: you can create and write HTML, CSS, and JS files, just as you would in VS code.

Please submit this on your student page

Untitled

</aside>

Create an image collage

Create an interactive image collage

Use this template, which has links and descriptions to a bunch of images. Note that I’ve included one sample image that is manually placed on the page directly in the HTML for reference.

Untitled

Review from before

CSS does include a small degree of interactivity (with say, the :hover pseudo-class that allows you to change styling on hover. But Javascript is much more powerful — it can detect click, scroll, or key movements on a page, and generate content in response.

Untitled

Recall what we’ve done in past classes with Javascript interactivity

Javascript - adding new elements