⛓⛓⛓⛓⛓⛓⛓⛓
⛓⛓⛓⛓⛓⛓⛓⛓
Gallery
Upload your art into the Gallery folder, then list the filenames in the JavaScript array at the bottom of this page.
Click any image to open it in a larger lightbox. Use the arrow gifs to move left and right.
How to Add More Art
At the bottom of this file, edit the galleryImages array.
const galleryImages = [
{
file: "my-art-1.jpg",
title: "My Artwork Title",
desc: "Short description or date"
},
{
file: "my-art-2.png",
title: "Another Artwork",
desc: "Another short description"
}
];