Gusto Changes
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
<div class="row row-with-thumbnails">
|
<div class="row row-with-thumbnails">
|
||||||
{% for course in courses.enrolled %}
|
{% for course in courses.enrolled %}
|
||||||
{% if course.properties.content == "Advising" %}
|
{% 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 %}
|
{% include "cards_course" with course %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -14,4 +14,13 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "footer" %}
|
{% include "footer" %}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
.col-xs-12.col-sm-6.col-lg-4 {
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{% include "header" %}
|
{% include "header" %}
|
||||||
|
|
||||||
<div class="np-learning-paths-resources">
|
<div style="margin:auto;" class="col-xs-12 col-sm-6">
|
||||||
{% if learning_paths.available.any? %}
|
{% if learning_paths.available.any? %}
|
||||||
{% for learning_path in learning_paths.available %}
|
{% for learning_path in learning_paths.available %}
|
||||||
{% if learning_path.name == "Gusto Payroll Certification" %}
|
{% if learning_path.name == "Gusto Payroll Certification" %}
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<div class="row row-with-thumbnails">
|
<div class="row row-with-thumbnails">
|
||||||
{% for course in courses.enrolled %}
|
{% for course in courses.enrolled %}
|
||||||
{% if course.properties.content == "Bookkeeping_Accounting" %}
|
{% 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 %}
|
{% include "cards_course" with course %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -27,3 +27,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "footer" %}
|
{% include "footer" %}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
.col-xs-12.col-sm6.col-lg-4 {
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<div class="row row-with-thumbnails">
|
<div class="row row-with-thumbnails">
|
||||||
{% for course in courses.enrolled %}
|
{% for course in courses.enrolled %}
|
||||||
{% if course.properties.content == "Running your accounting firm" %}
|
{% 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 %}
|
{% include "cards_course" with course %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -14,4 +14,13 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "footer" %}
|
{% include "footer" %}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
.col-xs-12.col-sm-6.col-lg-4 {
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@500&family=Fredoka:wght@400;500&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@500&family=Fredoka:wght@400;500&display=swap');
|
||||||
</style>
|
</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">
|
||||||
|
|||||||
Reference in New Issue
Block a user