posters.html (1613B)
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="color-scheme" content="light dark" /> 7 <meta 8 name="description" 9 content="Zane Schaffer's Lovely Indescribable Information and Tasty Site" 10 /> 11 <link 12 rel="icon" 13 type="image/x-icon" 14 href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>" 15 /> 16 <link rel="stylesheet" type="text/css" href="style.css" /> 17 <title>Z-POSTERS</title> 18 <meta 19 name="description" 20 content="A site for Zanes all around the world, but specifically me." 21 /> 22 </head> 23 24 <body> 25 <main> 26 <h1 style="text-align: center">POSTERS</h1> 27 <div class="photos posters-outline"> 28 <figure> 29 <img src="posters/2026_05_tour.webp" /> 30 <figcaption>May 2026 Tour</figcaption> 31 </figure> 32 <figure> 33 <img src="posters/2026_06_tour.webp" /> 34 <figcaption>June 2026 Tour</figcaption> 35 </figure> 36 <figure> 37 <img src="posters/2026_06_25.webp" /> 38 <figcaption>June 2026 @ Conor Byrne</figcaption> 39 </figure> 40 <figure> 41 <img src="posters/2026_06_26.webp" /> 42 <figcaption>June 2026 @ Rollin' Records</figcaption> 43 </figure> 44 <figure> 45 <img src="posters/2026_06_28.webp" /> 46 <figcaption>June 2026 @ Zap House</figcaption> 47 </figure> 48 </div> 49 </main> 50 </body> 51 </html>