profile.html 378 B

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