Files
Gainsight/Custom_Templates/customer_templates/Academy Climbing/training_events.html.liquid
Norm Rasmussen 8ce2cad6d6 Testing a push
2023-01-24 15:30:29 -05:00

25 lines
799 B
Plaintext

{% include "header" %}
<div class="np-homepage-hero">
<div class="np-homepage-hero-image">
</div>
<div class="np-homepage-hero-content">
<div class="np-homepage-headline np-header-font-color">
Menlo Learning Program
</div>
<div class="np-homepage-subheadline np-header-font-color">
Resources to help you make the most of your Security Training
</div>
</div>
</div>
{% include "sub_navigation" %}
<main class="np-main np-training-events np-subpage-container np-max-width">
<div class="row">
<iframe
style="border:none;"
width="100%" height="1000"
src="https://calendar.google.com/calendar/u/0/embed?src=pmtpcalendar@gmail.com&ctz=America/New_York"
title="Wild Health Public Calendar">
</iframe>
</main>
{% include "footer" %}