34 lines
932 B
Plaintext
34 lines
932 B
Plaintext
{% include "header" %}
|
|
{% 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="500"
|
|
src=
|
|
"https://calendar.google.com/calendar/u/0/embed?height=800&wkst=1&bgcolor=%23ecf0f9&ctz=America/Los_Angeles&showTabs=1&mode=AGENDA&title=WELL+Customer+Training+Workshops&showCalendars=1&showNav=1&showTitle=0&showDate=1&showPrint=1&src=Y184ZXM5aGp2Y2g4YnJnZTU2b3VsZXY0NGgzc0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23B39DDB"
|
|
title="Artera Public Calendar"
|
|
>
|
|
</iframe>
|
|
</div>
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
.row {
|
|
justify-content: center;
|
|
padding-top: 55px;
|
|
}
|
|
.iframe_div {
|
|
display: block;
|
|
overflow: hidden;
|
|
width: 75%;
|
|
height: 500px;
|
|
border-radius: 12px;
|
|
transform: translateZ(0px);
|
|
border: 3px solid #9E7DFF;
|
|
}
|
|
</style>
|
|
|