1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-16 16:22:22 +04:00

topnav refactoring

This commit is contained in:
codecalm
2019-10-27 13:09:59 +01:00
parent 4fb196579f
commit 704f3653dd
68 changed files with 607 additions and 747 deletions
+3 -3
View File
@@ -7,13 +7,13 @@
{% for person in site.data.people limit: 12 offset: 40 %}
<div class="col-sm-6" data-id="8">
<div class="media">
<a href="javascript:void(0)">
<a href="#">
{% include ui/avatar.html src=person.photo size="md" %}
</a>
</div>
<div class="d-flex flex-column">
<a href="javascript:void(0)" class="text-body">{{ person.full_name }}</a>
<a href="javascript:void(0)" class="text-muted leading-none">
<a href="#" class="text-body">{{ person.full_name }}</a>
<a href="#" class="text-muted leading-none">
{{ person.company }}
</a>
</div>