Sandata templates and Luminate. PDFs for Spark

This commit is contained in:
Norm Rasmussen
2024-10-18 16:38:15 -04:00
parent 6f06b14ece
commit 86f60c8a95
172 changed files with 7453 additions and 15 deletions

View File

@ -0,0 +1,32 @@
{% include "header" %}
<main class="np-main np-homepage">
{% include "homepage_hero" %}
{% include "sub_navigation" %}
<div class="np-homepage-featured np-max-width">
{% include "homepage_ilt_certs_links" %}
{% include "homepage_product_links" %}
{% include "homepage_featured_courses" %}
</div>
</main>
{% include "footer" %}
<style>
.np-homepage-featured-courses {
margin: 0 16px;
}
.np-homepage-featured .np-homepage-headline {
color: #153D5E;
font-weight: 800;
}
@media (min-width: 768px) {
.np-homepage-featured .np-homepage-headline {
font-size: 28px;
}
.np-homepage-featured {
margin-top: 40px;
}
}
</style>