40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
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">
|
|
<div class="iframe_div">
|
|
<iframe
|
|
style= "border: 3px solid #B2D7C7;"
|
|
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>
|
|
</div>
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
.iframe_div {
|
|
display: block;
|
|
overflow: hidden;
|
|
width: 99%;
|
|
height: 999px;
|
|
border-radius: 12px;
|
|
transform: translateZ(0px);
|
|
border: 3px solid #B2D7C7;
|
|
}
|
|
</style>
|