25 lines
799 B
Plaintext
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" %}
|