32 lines
690 B
Plaintext
32 lines
690 B
Plaintext
{% 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> |