Datasnipper nav and page updates. Supplier sub nav color updates. nTransit added SVGs icons for their categories.
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
{% include "header" %}
|
||||
{% include "course_version_outdated_alert", courses: courses.featured %}
|
||||
|
||||
<main class="main-page-container">
|
||||
<section class="background-light section-padding">
|
||||
<div class="heading">
|
||||
Drivers help & support
|
||||
</div>
|
||||
</section>
|
||||
<section class="background-dark section-padding">
|
||||
<div class="heading-light">Featured</div>
|
||||
{% include 'featured_section' %}
|
||||
</section>
|
||||
<section class="background-light section-padding" style="padding-bottom: 40px;">
|
||||
{% include 'section_categories' %}
|
||||
</section>
|
||||
</main>
|
||||
Reference in New Issue
Block a user