style: course home

This commit is contained in:
Jannat Patel
2022-02-16 19:12:25 +05:30
parent 5218e134a9
commit a23a356bf6
28 changed files with 789 additions and 515 deletions

View File

@@ -7,10 +7,8 @@
{{ widgets.CourseCard(course=course, read_only=False) }}
{% endfor %}
</div>
<a class="button-links d-flex justify-content-center mt-12 intercative-link" style="color: var(--gray-800);" href="/courses">
<div>
Explore More
</div>
<img src="/assets/school/icons/arrow.svg" class="ml-2"/>
<a class="d-flex justify-content-center align-items-center mt-12" href="/courses">
<span>{{ _("Explore More") }}</span>
<img src="/assets/school/icons/blue-arrow.svg" class="ml-2"/>
</a>
</div>