<!-- Event Item -->
<div class="event_item">
<figure class="event_figure">
<a class="event_figure_link" href="page-event-detail.html" aria-label="Read more about In Enim Justo Rhoncus Ut" tabindex="-1">
<span class="lazy_image_wrapper event_image_wrapper">
<img class="js-lazy js-lazyload event_image" data-sizes="auto" src="/images/placeholder.png" data-src="https://images.fastspot.com/mdot-zero-deaths-md/300x200/1" data-srcset="https://images.fastspot.com/mdot-zero-deaths-md/300x200/1 300w, https://images.fastspot.com/mdot-zero-deaths-md/500x334/1 500w, https://images.fastspot.com/mdot-zero-deaths-md/740x494/1 740w, https://images.fastspot.com/mdot-zero-deaths-md/980x654/1 980w" alt="">
</span>
<noscript>
<img class="event_image" src="https://images.fastspot.com/mdot-zero-deaths-md/980x654/1" srcset="https://images.fastspot.com/mdot-zero-deaths-md/980x654/1 980w, https://images.fastspot.com/mdot-zero-deaths-md/740x494/1 740w, https://images.fastspot.com/mdot-zero-deaths-md/500x334/1 500w, https://images.fastspot.com/mdot-zero-deaths-md/300x200/1 300w" sizes="100vw" alt="">
</noscript>
</a>
</figure>
<div class="event_wrapper">
<div class="event_header">
<h2 class="event_title">
<a href="page-event-detail.html" class="event_title_link">
<span class="event_title_link_inner">
<span class="event_title_link_label">In Enim Justo Rhoncus Ut</span>
</span>
</a>
</h2>
<div class="event_detail event_detail_category">
<span class="event_detail_hint">Categories:</span>
<ul class="event_detail_list" aria-label="Categories">
<li class="event_detail_item">
<a class="event_detail_link" href="page-event-category.html">
Category One
</a>
</li>
</ul>
</div>
</div>
<div class="event_body">
<!-- Event Details -->
<div class="event_day_location_details">
<div class="event_detail">
<span class="event_detail_label_title">Day & Time</span><br />
<span class="event_detail_hint">Day and time</span>
<span class="event_detail_label">
<span class="event_detail_label_date">
Monday May 31, 2021
</span>
5:00 PM
</span>
</div>
<div class="event_detail">
<span class="event_detail_label_title">Location</span><br />
<span class="event_detail_hint">Location</span>
<span class="event_detail_label">Fastspot, 2980 Long Name of Road Rd. Baltimore, MD 21218</span>
</div>
<div class="event_detail event_details_categories">
<div class="event_detail event_detail_category">
<span class="event_detail_hint">Categories:</span>
<span class="event_detail_label_title">Category</span><br />
<ul class="event_detail_list" aria-label="Categories">
<li class="event_detail_item">
<a class="event_detail_link" href="page-event-category.html">
Category One
</a>
</li>
</ul>
</div>
</div>
<div class="event_detail">
<div class="event_actions">
<div class="event_actions_header">
<h2 class="event_actions_title" id="event_actions_title">
<span class="event_actions_title_label">Event Actions</span>
</h2>
</div>
<div class="event_actions_body">
<ul class="event_actions_list" aria-labelledby="event_actions_title">
<li class="event_action">
<a href="#" class="event_action_link">
<span class="event_action_link_inner">
<span class="event_action_link_label">Register</span>
<span class="event_action_link_icon" aria-hidden="true">
<span class="event_action_link_icon_inner">
<span class="event_action_link_icon_space"></span>
<svg class="icon icon_arrow_right">
<use xlink:href="/images/icons.svg#arrow_right"></use>
</svg>
</span>
</span>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- END: Event Details -->
<div class="event_description">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus.</p>
</div>
</div>
</div>
</div>
<!-- END: Event Item -->
<!-- Event Item -->
<div class="event_item">
{% if item.image %}
<figure class="event_figure">
{% if item.url %}
<a class="event_figure_link" href="{{ item.url }}" aria-label="Read more about {{ item.title }}" tabindex="-1">
{% endif %}
{% include "@partial-image" with {
class: "event",
alt: "",
image: item.image,
sources: [
img.classic.med,
img.classic.sml,
img.classic.xsml,
img.classic.xxsml
]
} %}
{% if item.url %}
</a>
{% endif %}
</figure>
{% endif %}
<div class="event_wrapper">
<div class="event_header">
<h2 class="event_title">
{% if item.url %}
{% include "@partial-link" with {
class: "event_title",
title: item.title,
url: item.url
} %}
{% else %}
{{ item.title }}
{% endif %}
</h2>
{% if item.categories %}
<div class="event_detail event_detail_category">
<span class="event_detail_hint">Categories:</span>
<ul class="event_detail_list" aria-label="Categories">
{% for category in item.categories %}
<li class="event_detail_item">
<a class="event_detail_link"
href="{{ item.category_url }}">
{{ category }}
</a>
</li>
{% endfor %}
</ul>
</div>
{% endif %}
</div>
<div class="event_body">
{% render "@partial-event-details" with {
item: item
} %}
{% if item.description %}
<div class="event_description">
<p>{{ item.description }}</p>
</div>
{% endif %}
</div>
</div>
</div>
<!-- END: Event Item -->
No notes defined.