Skip to content

Instantly share code, notes, and snippets.

@juanfra
Created May 10, 2019 20:01
Show Gist options
  • Save juanfra/17e397efaac97f2ee03736fe64cf09fd to your computer and use it in GitHub Desktop.
Save juanfra/17e397efaac97f2ee03736fe64cf09fd to your computer and use it in GitHub Desktop.
The HTML of the list view
<div class="tribe-events-calendar-list">
<div class="tribe-events-calendar-list__separator--month">
<span>May</span>
</div>
<div class="tribe-events-calendar-list__event">
<div class="tribe-events-calendar-list__event--featured-image">
<img /> <!-- the featured image -->
</div>
<div class="tribe-events-calendar-list__event--details">
<header>
<div class="tribe-events-calendar-list__event--datetime">
<time datetime="1970-01-01T00:00:00+00:00"> <!-- we're using a template tag here, we might update what's inside it -->
<span class="tribe-event-date-start">June 5 @ 7:00 PM</span> - <span class="tribe-event-time">10:00 PM</span> <span class='timezone'> PDT </span>
</time>
</div>
<h3 class="tribe-events-calendar-list__event--title">
<a
href="#link"
title="The Event Title"
rel="bookmark"
>The Event Title</a>
</h3>
<div class="tribe-events-calendar-list__event--venue">
<span class="tribe-events-calendar-list__event--venue--title">Venue Name</span>
Venue address <!-- we're getting the details from a template tag, we might update this -->
</div>
</header>
<div class="tribe-events-calendar-list__event--description">
<p>Come hang out with other WordPress users, designers and developers and contribute to the WordPress project. Note: this is not an educational meetup &#8211; it&#8217;s about contributing. If you&#8217;re looking to learn WordPress or get help with a project, check out another meeting on the Seattle WordPress Meetup calendar (http://www.meetup.com/SeattleWordPressMeetup/events/), but if you&#8217;d like to &hellip; </p>
<p class="link-more"><a href="http://beta.local/event/wordpress-contributor-meetup/" class="more-link">Continue reading<span class="screen-reader-text"> "WordPress Contributor Meetup"</span></a>
</p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment