Downloaded Instacart's templates and deleted folders from churned customers.

This commit is contained in:
Norm Rasmussen
2026-01-22 14:59:11 -05:00
parent e1c0aa6409
commit 3f47527eca
1392 changed files with 3502 additions and 84500 deletions

View File

@ -0,0 +1,26 @@
{% include "header" %}
{% include "sub_navigation" %}
<main class="np-main np-learning-paths np-subpage-container np-max-width">
<div class="np-learning-paths-main">
<div class="page-title">
Explore all learning paths
</div>
<p style="text-align: center;">All learning paths contain short lessons.</p>
{% include "subheader_search" %}
{% include "learning_paths_index", items: learning_paths.available %}
</div>
</main>
{% include "footer" %}
<style>
.page-title {
color: #1b3e4f !important;
font-size: 1.25rem !important;
font-weight: 900 !important;
line-height: 1.5rem !important;
margin-bottom: 12px !important;
text-align: center !important;
}
</style>