diff --git a/assets/pasted-20260326-224107-4bd652c0.png b/assets/pasted-20260326-224107-4bd652c0.png new file mode 100644 index 0000000..2b59263 Binary files /dev/null and b/assets/pasted-20260326-224107-4bd652c0.png differ diff --git a/assets/pasted-20260326-225143-4201c850.png b/assets/pasted-20260326-225143-4201c850.png new file mode 100644 index 0000000..3b9cdcc Binary files /dev/null and b/assets/pasted-20260326-225143-4201c850.png differ diff --git a/assets/pasted-20260326-231415-aecafce6.png b/assets/pasted-20260326-231415-aecafce6.png new file mode 100644 index 0000000..fc9f8ce Binary files /dev/null and b/assets/pasted-20260326-231415-aecafce6.png differ diff --git a/current_about.html b/check_db.html similarity index 78% rename from current_about.html rename to check_db.html index b436cd7..a310874 100644 --- a/current_about.html +++ b/check_db.html @@ -2,7 +2,27 @@ + +
+ + +
+
+
+
+

About Your Coach

+

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.

+
+
+ About Your Coach +
+
+
+
+ + +
+
+
+ +
+
+

My Training Include

+
+
+
+ +
+ Adaptive Leadership Styles +
+
+
+ +
+ Personal and Professional Transformations +
+
+
+ +
+

Connect With Me On

+ + + +
+
+ + +
+ Collaborative team high-fiving +
+ +
+
+
+ + +
+
+
+ +
+

Coaching Philosophy

+

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.

+ + +
+ +
+ + Sticky notes on board + Portrait of Kevin McKeand +
+ +
+
+
+ +
+ + + + diff --git a/update_about_block1_block2.py b/update_about_block1_block2.py new file mode 100644 index 0000000..b375caf --- /dev/null +++ b/update_about_block1_block2.py @@ -0,0 +1,50 @@ +import re + +with open('current_about_post.html', 'r', encoding='utf-8') as f: + content = f.read() + +new_hero_css = """/* --- 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; +}""" + +content = re.sub(r'/* --- Hero Section --- */.*?(?=/* --- Middle Section --- */)', new_hero_css + '\n\n', content, flags=re.DOTALL) + + +new_hero_html = """ +
+
+

About Your Coach

+

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.

+
+
""" + +content = re.sub(r'.*?
.*?
', new_hero_html, content, flags=re.DOTALL) + +content = content.replace( + '