jnj addition

This commit is contained in:
Norm Rasmussen
2022-04-11 13:33:04 -04:00
parent 7bc34f1c91
commit 13d629fdb2
11 changed files with 107 additions and 139 deletions

View File

@ -2,13 +2,13 @@
{% include "course_version_outdated_alert", courses: courses.featured %}
<main class="np-main np-homepage">
{% include "homepage_hero_carousel" %}
{% include "sub_navigation" %}
{% comment %} {% include "sub_navigation" %} {% endcomment %}
<div class="np-subpage-container">
<div class="row">
<div class="col-3 courses-left-small">
<div class="col-12 col-lg-4 courses-left-small">
{% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
</div>
<div class="col-8">
<div class="col-12 col-lg-8">
<div class="np-homepage-featured np-max-width">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
@ -41,6 +41,9 @@
</div>
</div>
</div>
{% include "section_faqs" %}
@ -52,12 +55,21 @@
<style>
.np-homepage .np-subpage-container {
padding: 0 22px 50px;
max-width: 1920px;
}
.np-homepage .np-subpage-container > .row {
margin:0;
}
.np-homepage-headline {
color: black!important;
}
.np-card-content {
background: GhostWhite!important;
background: #f4f4f4!important;
border-color: black;
}
@ -67,8 +79,6 @@
.courses-left-small {
padding-top: 190px;
margin-left: 25px;
margin-right: 25px;
}
</style>