Downloaded DE's templates (old templates). Worked on pandas and customer data with a good amount of success.

This commit is contained in:
Norm Rasmussen
2023-04-13 17:05:51 -04:00
parent 1a2c86d665
commit c88ffb4004
30 changed files with 10121 additions and 158 deletions

View File

@ -0,0 +1,16 @@
<div class="course-details__item grid__item grid__item--tablet-up-half grid__item--desktop-up-third">
<a href="{{ learning_path.cover_path }}" class="main-link">
<img src="{{ learning_path.list_image_url }}" class="course-details__image">
</a>
<div class="gutter-bottom">
<h4 class="myriad-pro-bold heading--3 course-details__name">{{ learning_path.name }}</h4>
<!-- <p class="myriad-pro-light course-details__desc"> -->
{{ learning_path.description }}
<!-- </p> -->
</div>
</div>