mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
15 lines
378 B
HTML
15 lines
378 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="brand/twitter" %}
|
|
Follow
|
|
</button>
|
|
</div>
|
|
</div>
|