Files
Gainsight/Custom_Templates/customer_templates/JJSV/product-education.html.liquid
2022-11-11 21:54:43 -05:00

81 lines
2.0 KiB
Plaintext

{% include "header" %}
<div class="row subpage-intro">
<div class="color-layer"></div>
<div class="col-xs-12 col-sm-9 col-md-6" style="margin:auto;">
<div class="subpage-intro-content-wrapper">
<div class="subpage-intro-title">{{custom_page.headline}}</div>
<div class="subpage-intro-divider"></div>
<div class="subpage-intro-subtitle">{{custom_page.subheadline}}</div>
</div>
</div>
</div>
<div class="content-disclaimer np-subpage-container">The content you access on this website is intended for Healthcare Professionals practicing in the U.S. and is consistent with U.S. labeling.</div>
<main class="np-main np-catalog np-subpage-container np-max-width">
<div class="row np-flex-center">
<div class="col-xs-12 col-sm-3">
{% include 'category_filter_sidebar' %}
</div>
<div class="col-xs-12 col-sm-9">
{% include "courses_catalog" %}
</div>
</div>
</main>
{% include "footer" %}
<style>
.subpage-intro {
position:relative;
background: url(https://s3.amazonaws.com/static.northpass.com/J%26J/homepage_banner_product_education.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 64px 16px;
}
.color-layer {
background-color: rgba(51, 51, 51, 0.7);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.subpage-intro-content-wrapper {
text-align:center;
color: #fff;
position: relative;
font-size: 18px;
}
.subpage-intro-title {
font-size: 32px;
line-height: normal;
text-transform: uppercase;
font-weight: 900;
}
.subpage-intro-divider {
height: 5px;
margin: 16px auto;
width:100px;
background-color:#cc0033;
}
@media (min-width:768px) {
.subpage-intro {
min-height:400px;
}
.subpage-intro-content-wrapper {
font-size: 20px;
}
.subpage-intro-title {
font-size: 50px;
}
}
</style>