39292-vm/current_about.html
2026-03-26 22:39:58 +00:00

356 lines
10 KiB
HTML

<!-- wp:html -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Inter:wght@400;500;600;700&display=swap');
/* Reset and Core for About Page */
body.page-id-48 .wp-block-post-title,
body.page-id-48 h1.entry-title { display: none !important; }
body.page-id-48 .wp-site-blocks { padding-top: 0 !important; margin-top: 0 !important; }
body.page-id-48 .entry-content.wp-block-post-content { padding: 0 !important; margin: 0 !important; max-width: none !important; }
body.page-id-48 main.wp-block-group > .wp-block-group { padding: 0 !important; margin: 0 !important; }
body.page-id-48 main.wp-block-group { padding: 0 !important; margin: 0 !important; }
body.page-id-48 main > .wp-block-group.has-global-padding:first-child { display:none !important; }
/* Override global teal shell for content sections */
body.page-id-48 .wp-site-blocks > main,
body.page-id-48 .wp-block-post-content,
body.page-id-48 .entry-content {
background: transparent !important;
}
body.page-id-48 {
background: #1C3434 !important; /* Keeps header/footer teal */
}
/* Base Styles */
.about-page {
font-family: 'Inter', sans-serif;
color: #1C3434;
width: 100%;
}
.about-page * {
box-sizing: border-box;
}
/* Reusable Container */
.about-container {
width: min(1200px, calc(100% - 48px));
margin: 0 auto;
}
/* Typography */
.about-h2 {
font-family: 'Cardo', serif;
font-size: clamp(40px, 4vw, 56px);
font-weight: 700;
line-height: 1.1;
margin: 0 0 24px;
color: #1C3434;
}
/* --- Hero Section --- */
.about-hero {
background-color: #1C3434;
color: #FFFFFF;
text-align: center;
padding: 80px 0 100px;
}
.about-hero-title {
font-family: 'Cardo', serif;
font-size: clamp(48px, 5vw, 64px);
font-weight: 700;
margin: 0 0 32px;
}
.about-hero-title span {
color: #90F1AE;
}
.about-hero-desc {
font-size: clamp(18px, 2vw, 24px);
line-height: 1.5;
max-width: 800px;
margin: 0 auto;
font-family: 'Cardo', serif;
font-weight: 400;
}
/* --- Middle Section --- */
.about-middle {
background-color: #F0EEE9;
padding: 100px 0;
}
.about-middle-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: stretch;
}
@media (max-width: 900px) {
.about-middle-grid { grid-template-columns: 1fr; }
}
.about-cards-col {
display: flex;
flex-direction: column;
gap: 24px;
justify-content: center;
}
.about-card {
background: #FFFFFF;
border-radius: 24px;
padding: 40px;
box-shadow: 0 4px 24px rgba(0,0,0,0.03);
}
.about-card-title {
font-family: 'Cardo', serif;
font-size: 32px;
font-weight: 700;
margin: 0 0 32px;
color: #1C3434;
}
.about-list {
display: flex;
flex-direction: column;
gap: 24px;
}
.about-list-item {
display: flex;
align-items: center;
gap: 16px;
font-size: 18px;
font-weight: 600;
color: #1C3434;
}
.about-icon-circle {
width: 48px;
height: 48px;
border-radius: 50%;
background-color: #90F1AE;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.about-icon-circle svg {
width: 24px;
height: 24px;
fill: none;
stroke: #1C3434;
stroke-width: 1.5;
}
.about-connect-card {
display: flex;
align-items: center;
justify-content: space-between;
}
.about-connect-card .about-card-title {
margin: 0;
}
.about-social-icon {
width: 56px;
height: 56px;
border-radius: 50%;
background-color: #1C3434;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
flex-shrink: 0;
}
.about-social-icon svg {
width: 24px;
height: 24px;
fill: #FFFFFF;
}
.about-middle-image {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 24px;
min-height: 400px;
}
/* --- Lower Section --- */
.about-lower {
background-color: #FFFFFF;
padding: 100px 0;
}
.about-lower-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
@media (max-width: 900px) {
.about-lower-grid { grid-template-columns: 1fr; gap: 60px; }
}
.about-lower-text {
font-size: 18px;
line-height: 1.6;
color: #4A5555;
margin-bottom: 40px;
}
.about-buttons {
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
}
.kmc-main-cta {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 8px 8px 8px 24px;
border-radius: 999px;
background: #1C3434;
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: 600;
}
.kmc-main-cta .kmc-assessment-arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: #90F1AE;
color: #1C3434;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.kmc-secondary-cta {
display: inline-flex;
align-items: center;
gap: 8px;
color: #1C3434;
text-decoration: none;
font-size: 16px;
font-weight: 600;
}
.about-overlapping-images {
position: relative;
width: 100%;
aspect-ratio: 16 / 10;
}
.about-img-back {
position: absolute;
top: 0;
right: 0;
width: 80%;
height: 90%;
object-fit: cover;
border-radius: 24px;
}
.about-img-front {
position: absolute;
bottom: 0;
left: 0;
width: 45%;
height: auto;
aspect-ratio: 1 / 1.1;
object-fit: cover;
border-radius: 24px;
border: 12px solid #FFFFFF;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
@media (max-width: 900px) {
.about-overlapping-images { aspect-ratio: 1; }
.about-img-back { top: 0; width: 90%; height: 90%; }
.about-img-front { bottom: 0; width: 55%; }
}
</style>
<div class="about-page">
<!-- Hero Section -->
<section class="about-hero">
<div class="about-container">
<h1 class="about-hero-title">About Your <span>Coach</span></h1>
<p class="about-hero-desc">I am an ICF PCC Certified Executive and Life Coach. My purpose is to enable others to achieve their potential by creating space for clarity, courage, and consistent action.</p>
</div>
</section>
<!-- Middle Section -->
<section class="about-middle">
<div class="about-container">
<div class="about-middle-grid">
<div class="about-cards-col">
<div class="about-card">
<h2 class="about-card-title">My Training Include</h2>
<div class="about-list">
<div class="about-list-item">
<div class="about-icon-circle">
<svg viewBox="0 0 24 24"><path d="M12 2L3 9h18L12 2zm0 0v7M5 9v13h14V9" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
Adaptive Leadership Styles
</div>
<div class="about-list-item">
<div class="about-icon-circle">
<svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-7 8-7s8 3 8 7" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
Personal and Professional Transformations
</div>
</div>
</div>
<div class="about-card about-connect-card">
<h2 class="about-card-title">Connect With Me On</h2>
<a href="https://www.linkedin.com/in/kevinmckeand/" class="about-social-icon" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</a>
</div>
</div>
<!-- Replace with correct image from assets -->
<div>
<img src="/wp-content/uploads/2026/03/pasted-20260324-203847-f313931c.jpg" alt="Collaborative team high-fiving" class="about-middle-image" loading="lazy">
</div>
</div>
</div>
</section>
<!-- Lower Section -->
<section class="about-lower">
<div class="about-container">
<div class="about-lower-grid">
<div>
<h2 class="about-h2">Coaching Philosophy</h2>
<p class="about-lower-text">We explore the story you're living into, identify the leadership challenge underneath the surface, and design experiments that build capability. You'll leave with clarity, accountability, and measurable progress.</p>
<div class="about-buttons">
<a href="/schedule" class="kmc-main-cta">
Schedule an assessment
<span class="kmc-assessment-arrow"></span>
</a>
<a href="/pricing" class="kmc-secondary-cta">
View coaching options <span></span>
</a>
</div>
</div>
<div class="about-overlapping-images">
<!-- Replace with correct image from assets -->
<img src="/wp-content/uploads/2026/03/pasted-20260324-203420-829e4248.jpg" alt="Sticky notes on board" class="about-img-back" loading="lazy">
<img src="/wp-content/uploads/2026/03/coach-portrait-20260325.png" alt="Portrait of Kevin McKeand" class="about-img-front" loading="lazy" onerror="this.src='/wp-content/uploads/2026/03/pasted-20260324-204916-868024dd.jpg'">
</div>
</div>
</div>
</section>
</div>
<!-- /wp:html -->