324 lines
11 KiB
HTML
324 lines
11 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');
|
|
|
|
/* Super Aggressive Layout Reset for Full Width */
|
|
body.page-id-48 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
|
|
max-width: none !important;
|
|
}
|
|
body.page-id-48 .wp-site-blocks,
|
|
body.page-id-48 main,
|
|
body.page-id-48 .entry-content,
|
|
body.page-id-48 .wp-block-post-content {
|
|
max-width: none !important;
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
body.page-id-48 .about-page {
|
|
max-width: none !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
/* Reset and Core for About Page */
|
|
body.page-id-48 .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained { padding-left: 0 !important; padding-right: 0 !important; }
|
|
body.page-id-48 .entry-content.wp-block-post-content.is-layout-constrained > .about-page { max-width: none !important; }
|
|
|
|
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(1440px, calc(100% - 72px)); 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;
|
|
padding: 80px 0 100px;
|
|
}
|
|
.about-hero-grid {
|
|
display: grid;
|
|
grid-template-columns: 1.1fr 0.9fr;
|
|
gap: 60px;
|
|
align-items: center;
|
|
}
|
|
@media (max-width: 900px) {
|
|
.about-hero-grid { grid-template-columns: 1fr; text-align: center; }
|
|
}
|
|
.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;
|
|
font-family: 'Cardo', serif;
|
|
font-weight: 400;
|
|
}
|
|
.about-hero-image {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 40px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* --- Middle Section --- */
|
|
.about-middle { background-color: #F5F2EC; 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: 40px; padding: 64px; box-shadow: 0 4px 24px rgba(0,0,0,0.03); }
|
|
|
|
.about-card-title { font-family: 'Cardo', serif; font-size: 56px; font-weight: 700; margin: 0 0 48px; color: #1C3434; line-height: 1.1; }
|
|
|
|
.about-list { display: flex; flex-direction: column; gap: 40px; }
|
|
.about-list-item { display: flex; align-items: center; gap: 32px; font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 700; color: #1C3434; line-height: 1.3; }
|
|
|
|
.about-icon-circle { width: 64px; height: 64px; border-radius: 50%; background-color: #90F1AE; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
|
|
.about-icon-circle svg { width: 32px; height: 32px; fill: none; stroke: #1C3434; stroke-width: 1.5; }
|
|
|
|
.about-connect-card { display: flex; align-items: center; justify-content: flex-start; gap: 32px; padding: 48px 64px; }
|
|
.about-connect-card .about-card-title { margin: 0; font-size: 44px; line-height: 1; }
|
|
.about-social-icon { width: 64px; height: 64px; 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: 28px; height: 28px; fill: #FFFFFF; }
|
|
|
|
.about-middle-image { width: 100%; height: 100%; object-fit: cover; border-radius: 40px; 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" fill="none" stroke="#1C3434" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M10 14h4v7h-4z" /><path d="M14 17h5v4h-5z" /><path d="M5 19h5v2H5z" /><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" 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" fill="none" stroke="#1C3434" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-7 8-7s8 3 8 7"/></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-20260326-225143-4201c850.png" 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 -->
|
|
|
|
|
|
|