Gallery — Programs & Moments
Click any image to view larger. This content is editable from the admin dashboard.
Admin login (demo)
Use any username and the demo password ben.
Admin Dashboard
Add / Edit Item
Items
Import JSON
Paste the entire gallery JSON array below (replace current data). Data URLs are allowed but can be large.
How to post — quick guide
Use the form to add gallery items. Required fields: Image URL or upload and Title. When you upload a file, it will be converted to a data URL and stored in this browser's localStorage. The gallery updates immediately.
Upload from device
- Click Upload file, choose an image from your device. A preview appears and the form's Image URL will be filled with the data URL.
- Click Save item to add it to the gallery.
- Use Export JSON to create a backup (this will include data URLs if you uploaded images).
Sample JSON
[
{
"src":"data:image/png;base64,iVBORw0K...", // or https://your-cdn/...
"title":"Training session",
"caption":"Interactive workshop — building customer-first habits.",
"meta":"Jun 2025",
"alt":"Facilitator leading a training session"
}
]
Warnings
- Data URLs can be large — storing many in localStorage may exceed browser quotas.
- This demo is client-side only. For production, upload files to a server/CDN and save public URLs.