1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 09:54:24 +04:00
Files
tabler/shared/includes/cards/profile.html
2025-04-15 23:18:49 +02:00

15 lines
354 B
HTML

<div class="card">
<div class="card-body text-center">
<h2 class="mb-3">{{ people[4].first_name }} {{ 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="brand-x" %}
Follow
</button>
</div>
</div>