Gusto Changes

This commit is contained in:
Norm Rasmussen
2022-03-24 17:56:57 -04:00
parent a084e62d50
commit b7ddc861c5
4 changed files with 34 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<div class="row row-with-thumbnails">
{% for course in courses.enrolled %}
{% if course.properties.content == "Advising" %}
<div class="col-xs-12 col-sm-6 col-lg-4 np-stretch-content">
<div class="col-xs-12 col-sm-6 col-lg-4">
{% include "cards_course" with course %}
</div>
{% endif %}
@ -14,4 +14,13 @@
{% endif %}
</div>
{% include "footer" %}
{% include "footer" %}
<style>
.col-xs-12.col-sm-6.col-lg-4 {
padding-left: 50px;
padding-right: 50px;
}
</style>

View File

@ -1,6 +1,6 @@
{% include "header" %}
<div class="np-learning-paths-resources">
<div style="margin:auto;" class="col-xs-12 col-sm-6">
{% if learning_paths.available.any? %}
{% for learning_path in learning_paths.available %}
{% if learning_path.name == "Gusto Payroll Certification" %}
@ -17,7 +17,7 @@
<div class="row row-with-thumbnails">
{% for course in courses.enrolled %}
{% if course.properties.content == "Bookkeeping_Accounting" %}
<div class="col-xs-12 col-sm-6 col-lg-4 np-stretch-content">
<div class="col-xs-12 col-sm-6 col-lg-4">
{% include "cards_course" with course %}
</div>
{% endif %}
@ -27,3 +27,12 @@
</div>
{% include "footer" %}
<style>
.col-xs-12.col-sm6.col-lg-4 {
padding-left: 50px;
padding-right: 50px;
}
</style>

View File

@ -5,7 +5,7 @@
<div class="row row-with-thumbnails">
{% for course in courses.enrolled %}
{% if course.properties.content == "Running your accounting firm" %}
<div class="col-xs-12 col-sm-6 col-lg-4 np-stretch-content">
<div class="col-xs-12 col-sm-6 col-lg-4">
{% include "cards_course" with course %}
</div>
{% endif %}
@ -14,4 +14,13 @@
{% endif %}
</div>
{% include "footer" %}
{% include "footer" %}
<style>
.col-xs-12.col-sm-6.col-lg-4 {
padding-left: 50px;
padding-right: 50px;
}
</style>

View File

@ -2,4 +2,4 @@
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@500&family=Fredoka:wght@400;500&display=swap');
</style>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">