purityselect/resources/js/views/pages/home/OurStory/OurLeaderShip.vue
2024-10-25 01:05:27 +05:00

53 lines
1.6 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script setup>
</script>
<template>
<section id="landingFeatures" class="landing-features">
<div class="container">
<div class="text-center ">
<span class="text-center">LEADERSHIP</span>
</div>
<h1 class="text-center">
<span class="text-center"><b>Meet Our Founders</b></span>
</h1>
<div class="text-center mx-7 py-2 mb-5">
<span class="">Together, our founders created an online mens health clinic that uses the power of
proactive
medicine to keep men healthy and performing optimally at every age and every stage of life.</span>
</div>
<div class="row">
<div class="col-lg-6">
<img class="leadership-img img-fluid" :src="'assets/img/pages/about-craig.jpg'">
<h1 class="text-center">Craig Larsen</h1>
<p class="text-center">Co-Founder & CEO</p>
</div>
<div class="col-lg-6">
<img class="leadership-img text-center img-fluid" :src="'assets/img/pages/about-leif.jpg'">
<h1 class="text-center">Craig Larsen</h1>
<p class="text-center">Co-Founder & CEO</p>
</div>
</div>
</div>
</section>
</template>
<style>
.leadership-img {
position: relative;
display: block;
margin: 0 auto;
}
@media (max-width:567px) {
.features-icon-box {
text-align: center;
}
}
</style>