Created
May 10, 2019 20:01
-
-
Save juanfra/17e397efaac97f2ee03736fe64cf09fd to your computer and use it in GitHub Desktop.
The HTML of the list view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 – it’s about contributing. If you’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’d like to … </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