1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-20 12:31:41 +04:00
Files
tabler/pages/_includes/cards/project-summary.html
T
2019-03-12 22:09:23 +01:00

17 lines
512 B
HTML

<div class="card">
<div class="card-body p-4 py-5 text-center">
{% include ui/avatar.html size="xl" placeholder="W" class="mb-4" %}
<h3>{{ include.title | default: "New website" }}</h3>
<p class="text-muted-light">Due to: 28 Aug 2018</p>
<p class="mb-3">
<span class="tag">Development</span>
</p>
<div>
{% include ui/avatar-list.html text="+5" stacked=true %}
</div>
</div>
<div class="progress card-progress">
<div class="progress-bar bg-green" style="width: 20%"></div>
</div>
</div>