Cleaned up TODOs and other customer notes. Added some Terminus templates, I believe.

This commit is contained in:
Norm Rasmussen
2023-05-30 10:11:00 -04:00
parent 0db819088b
commit a1f2a3ae5f
35 changed files with 1060 additions and 29 deletions

View File

@ -0,0 +1,24 @@
<div class="row popular-topics">
{% include 'popular_topics_item', topic_title: 'ABM Certification', topic_url: '/app/learning_paths/9b8a7414-c0c4-42ab-a8bb-9bc9948f9e05' %}
{% include 'popular_topics_item', topic_title: 'Account Based Marketing Strategy', topic_url: '/app/catalog' %}
{% include 'popular_topics_item', topic_title: 'Platform Training', topic_url: '/app/training_events' %}
{% include 'popular_topics_item', topic_title: 'New Terminus User', topic_url: '/app/learning_paths/8e802e4f-33f8-4b61-8f0e-7f385e86adf5' %}
</div>
<style>
.popular-topics a {
padding: 0 10px;
text-decoration: none;
color: #5087c7;
font-weight: 500;
border: 2px solid #bac4ca;
border-radius: 10px;
height: 60px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 10px;
}
</style>