Sandata templates and Luminate. PDFs for Spark
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user