top of page

Promotional Assets

Usage Guidelines:
These assets are provided to help promote Tege Holt accurately and consistently. You’re welcome to use any image or material as-is and unedited for event promotion.
If you’d like to modify an image in any way — including color changes, filters, cropping, adding text, or incorporating it into a graphic — please reach out first for approval. We’re happy to collaborate and usually approve requests quickly.
All content remains the property of Tege Holt and may only be used for authorized promotional purposes.

IMAGES

LOGOS

© 2026 Tege Holt | All Placements Of Sound ℗ 2026 Tege Holt

bottom of page
import wixWindow from 'wix-window'; $w.onReady(() => { const source = (wixWindow.location.query.source || "").toLowerCase(); const map = { iosco: "Iosco Fair Video", elkhart: "Elkhart Fair Video", }; const lightboxName = map[source]; if (!lightboxName) return; // Optional: remove the query string so it doesn't pop up again on refresh const url = new URL(wixWindow.location.url); url.searchParams.delete("source"); window.history.replaceState({}, "", url.pathname + url.search + url.hash); wixWindow.openLightbox(lightboxName); });