1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-20 12:31:41 +04:00
Files
tabler/pages/_includes/cards/profile.html
T
2019-05-13 19:29:14 +02:00

18 lines
629 B
HTML

<div class="card card-profile">
<div class="card-header" style="background-image: url({{ site.base }}/img/photos/{{ site.data.photos[22].file }});"></div>
<div class="card-body text-center">
<img class="card-profile-img" src="{{ site.data.people[4].photo }}">
<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>