mirror of
https://github.com/google/pebble.git
synced 2025-11-28 10:12:23 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
7
devsite/source/_js/templates/events-info.tpl
Normal file
7
devsite/source/_js/templates/events-info.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user