1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-26 04:54:40 +04:00
Files
tabler/pages/_includes/cards/profile.html
T
2020-01-29 22:51:49 +01:00

15 lines
372 B
HTML

<div class="card">
<div class="card-body text-center">
<h2 class="mb-3">{{ site.data.people[4].first_name }} {{ site.data.people[4].last_name }}</h2>
<p class="mb-4">
Big belly rude boy, million dollar hustler. Unemployed.
</p>
<button class="btn btn-outline-primary btn-sm">
{% include ui/icon.html icon="twitter" %}
Follow
</button>
</div>
</div>