Files
Gainsight/Custom_Templates/customer_templates/Terminus-Customers/_popular_topics.html.liquid

25 lines
894 B
Plaintext

<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>