User Profile
Component #1
Louise Donadieu
Founder & Lead Designer, FlowspokeEvery week I share a rundown of the best tools, tips, and resources to help you flourish as a digital creator. But don't just take my word for it…
<!-- User Profile -->
<div class="container content-space-1">
<div class="row justify-content-md-center">
<div class="col-md-8">
<div class="text-center">
<img class="avatar avatar-xxl avatar-circle mb-3" src="../assets/img/160x160/img10.jpg" alt="Image Description">
<div class="mb-4">
<h3>Louise Donadieu</h3>
<span class="d-block mb-1">Founder & Lead Designer, Flowspoke</span>
<p>Every week I share a rundown of the best tools, tips, and resources to help you flourish as a digital creator. But don't just take my word for it…</p>
</div>
<button type="button" class="btn btn-outline-primary btn-sm">
<i class="bi-person-plus-fill me-1"></i> Follow
</button>
</div>
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End User Profile -->
Component #2
About the author
Christina started his recruitment career on the agency side. Since then, she’s built a career helping customers get the most out of HR technology. She’s currently a Customer Success Specialist at Unify and spends her time speaking to in-house recruiters all over the world - helping them solve their recruitment challenges, and get the most out of our talent acquisition software.
<!-- About Author -->
<div class="bg-light">
<div class="container content-space-1">
<div class="row justify-content-lg-center">
<div class="col-md-8">
<div class="mb-5">
<h5>About the author</h5>
</div>
<!-- Media -->
<div class="d-sm-flex">
<div class="flex-shrink-0 mb-3 mb-sm-0">
<img class="avatar avatar-xl avatar-circle" src="../assets/img/160x160/img10.jpg" alt="Image Description">
</div>
<div class="flex-grow-1 ms-sm-4">
<!-- Media -->
<div class="d-flex justify-content-between align-items-center mb-2">
<h4 class="mb-0">
<a class="text-dark" href="../blog-author-profile.html">Louise Donadieu</a>
</h4>
<button type="button" class="btn btn-outline-primary btn-sm">
<i class="bi-person-plus-fill me-1"></i> Follow
</button>
</div>
<!-- End Media -->
<p>Christina started his recruitment career on the agency side. Since then, she’s built a career helping customers get the most out of HR technology. She’s currently a Customer Success Specialist at Unify and spends her time speaking to in-house recruiters all over the world - helping them solve their recruitment challenges, and get the most out of our talent acquisition software.</p>
</div>
</div>
<!-- End Media -->
</div>
</div>
</div>
</div>
<!-- End About Author -->