Art Submission Gallery
${description}
`; div.appendChild(img); gallery.appendChild(div); }; reader.readAsDataURL(file); } function downloadGalleryPDF() { const { jsPDF } = window.jspdf; let doc = new jsPDF(); let y = 10; doc.text("Art Submission Gallery", 10, y); y += 10; document.querySelectorAll(".gallery-item").forEach((item, index) => { if (y > 260) { doc.addPage(); y = 10; } doc.text(`${index + 1}. ${item.querySelector("h4").innerText}`, 10, y); y += 6; doc.text(item.querySelector("p").innerText, 10, y); y += 10; }); doc.save("Art_Gallery.pdf"); }The Art Submission Gallery is a dynamic and user-friendly tool designed for artists and enthusiasts to upload, display, and download their artwork submissions in an interactive gallery. Whether you are a professional artist, a student, or a hobbyist, this tool provides a seamless way to showcase your work.
Key Features
✅ Easy Image Upload – Submit images in JPG, PNG, or GIF formats.
✅ Title & Description Fields – Provide essential details for each artwork.
✅ Gallery Display – View uploaded images in an organized and stylish layout.
✅ PDF Download Option – Export the entire gallery as a print-ready PDF.
✅ Modern & Eye-Catching Design – A responsive and elegant interface.
How to Use
- Upload an Image – Click the file input button to select an image from your device.
- Enter Artwork Details – Provide a title and description for better context.
- Submit Your Artwork – Click “Submit Art” to add it to the gallery.
- View in the Gallery – See all submitted artwork displayed beautifully.
- Download as PDF – Click “Download Gallery as PDF” to save all submissions.
This tool is ideal for art portfolios, community galleries, and creative showcases, offering a fully functional and visually appealing experience. 🚀
