started g2 changes. notes and todos from other companies.

This commit is contained in:
Norm Rasmussen
2023-05-03 17:10:33 -04:00
parent 26c55d54f6
commit ee797f3b7e
12 changed files with 115 additions and 116 deletions

View File

@ -11,8 +11,9 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" type="text/javascript"></script>
<script>
if ( window.location !== window.parent.location ) {
console.log("The page is in an iframe - don't show header")
// console.log("The page is in an iframe - don't show header")
} else {
{% include "header" %}
console.log("The page is not in an iframe - show header")
}
</script>

View File

@ -180,4 +180,3 @@
</div>
{% include "messages" %}

View File

@ -1,4 +1,4 @@
{% include 'header' %}
{% comment %} {% include 'header' %} {% endcomment %}
<main class="np-main np-homepage">
<div class="np-homepage-hero">
<h1 class="community-headline">Explore</h1>
@ -29,4 +29,4 @@
font-family: "Raleway", "Helvetic", "Arial" sans-serif;
color: #ffffff;
}
</style>
</style>

View File

@ -1,4 +1,4 @@
{% include "header" %}
{% comment %} {% include "header" %} {% endcomment %}
<div class="np-homepage-hero">
<div class="np-homepage-hero-image">
</div>
@ -18,7 +18,7 @@
<iframe
style= "border: 3px solid #B2D7C7;"
width="100%" height="1000"
src="https://climbingacademy.northpass.com/"
src="https://climbingacademy.northpass.com/app/training_events"
title="Climbing Academy"
>
</iframe>