Import the pebble dev site into devsite/

This commit is contained in:
Katharine Berry
2025-02-17 17:02:33 -08:00
parent 3b92768480
commit 527858cf4c
1359 changed files with 265431 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="col-m-12">
<article class="event" data-event-number="{{ number }}">
<h3><a href="{{ website }}">{{ dateString }} - {{ location }}</a></h3>
<p class="event__meta">{{ title }} | <a href="javascript:void(0);" class="event__toggle">More</a></p>
<div class="event__description hidden" hidden>{{{ description }}}</div>
</article>
</div>