Skip to content

Commit a271254

Browse files
Update index.html
1 parent 2ce90dd commit a271254

1 file changed

Lines changed: 42 additions & 15 deletions

File tree

index.html

Lines changed: 42 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -391,23 +391,50 @@ <h3>Learn the Smeeze With Violet at This Bay Area Community Dance Clinic</h3>
391391
</div>
392392
<!-- Summary + detailed events list -->
393393
<div>
394-
<h3 style="margin-bottom:0.75rem;">Community Movement Calendar</h3>
394+
<h3 style="margin-bottom:0.75rem;">Youth Event Calendar</h3>
395395

396396
<!-- Simple summary list -->
397-
<ul style="list-style:none; padding:0; margin:0 0 1rem 0; font-size:.9rem;">
398-
<li style="margin-bottom:.6rem;">
399-
<strong>Thu · 6–8 PM</strong><br>
400-
Kiki &amp; Chill · Rec Room, SoMa
401-
</li>
402-
<li style="margin-bottom:.6rem;">
403-
<strong>Fri · 7–9 PM</strong><br>
404-
Neon Dance Cardio · Bryant St Gym
405-
</li>
406-
<li>
407-
<strong>Sat · 3–5 PM</strong><br>
408-
Smeeze Clinic w/ Violet · Oakland
409-
</li>
410-
</ul>
397+
<div class="ev-item">
398+
<div class="ev-date">
399+
<span class="mo">Apr</span><span class="dy">6</span>
400+
</div>
401+
<div style="display:flex;gap:.5rem;flex:1;align-items:flex-start;">
402+
<div class="dot" style="background:#D72B2B;"></div>
403+
<div class="ev-info">
404+
<h4>Kiki &amp; Chill — Rec Room, SoMa</h4>
405+
<p>Weekly kiki with music, snacks, and space to decompress.
406+
6–8 PM · Rec Room, SoMa</p>
407+
</div>
408+
</div>
409+
</div>
410+
411+
<div class="ev-item">
412+
<div class="ev-date">
413+
<span class="mo">Apr</span><span class="dy">12</span>
414+
</div>
415+
<div style="display:flex;gap:.5rem;flex:1;align-items:flex-start;">
416+
<div class="dot" style="background:#2450B5;"></div>
417+
<div class="ev-info">
418+
<h4>Neon Dance Cardio — Bryant St Gym</h4>
419+
<p>Club beats, colored lights, and high‑energy cardio that feels like a party.
420+
7–9 PM · Bryant St Community Gym</p>
421+
</div>
422+
</div>
423+
</div>
424+
425+
<div class="ev-item">
426+
<div class="ev-date">
427+
<span class="mo">Apr</span><span class="dy">19</span>
428+
</div>
429+
<div style="display:flex;gap:.5rem;flex:1;align-items:flex-start;">
430+
<div class="dot" style="background:#1C1C1E;"></div>
431+
<div class="ev-info">
432+
<h4>Smeeze Clinic w/ Violet — Oakland</h4>
433+
<p>Learn the Smeeze with Violet and friends, all levels welcome.
434+
3–5 PM · Community Center, Oakland</p>
435+
</div>
436+
</div>
437+
</div>
411438

412439
<!-- Detailed May events list -->
413440
<div class="ev-list">

0 commit comments

Comments
 (0)