started g2 changes. notes and todos from other companies.
This commit is contained in:
@ -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>
|
||||
|
||||
@ -180,4 +180,3 @@
|
||||
</div>
|
||||
|
||||
{% include "messages" %}
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user