diff --git a/fix_home.py b/fix_home.py
new file mode 100644
index 0000000..7d85036
--- /dev/null
+++ b/fix_home.py
@@ -0,0 +1,93 @@
+import re
+import sys
+
+with open('tmp_home_current.html', 'r', encoding='utf-8') as f:
+ html = f.read()
+
+# 1. Update Image
+old_img = """
+

Credentials
+ + + +Confidential. Insightful. Practical.
+""" + +new_cred = """ +Credentials
+ + + +Confidential. Insightful. Practical.
+""" + +if old_cred in html: + html = html.replace(old_cred, new_cred) +else: + print("Warning: could not find old_cred") + +# 3. Align Pricing and change 550 to 500 + +old_p1 = """ +$550 / hour
""" +new_p2 = """ +$500 / hour
""" + +old_p3 = """ +Credentials
+ + +Confidential. Insightful. Practical.
+""" + +new_cred = """ +Credentials
+ + +Confidential. Insightful. Practical.
+""" + +if old_cred in html: + html = html.replace(old_cred, new_cred) +else: + print("Warning: could not find old_cred without newlines") + +old_p2 = """ +$550 / hour
""" + +new_p2 = """ +$500 / hour
""" + +if old_p2 in html: + html = html.replace(old_p2, new_p2) +else: + print("Warning: could not find old_p2 without newlines") + +with open('tmp_home_current3.html', 'w', encoding='utf-8') as f: + f.write(html) diff --git a/test_match.py b/test_match.py new file mode 100644 index 0000000..4e0a004 --- /dev/null +++ b/test_match.py @@ -0,0 +1,24 @@ +import sys +import re + +with open('tmp_home_current.html', 'r', encoding='utf-8') as f: + html = f.read() + +img_block_str = """ +
+ Designed with WordPress
+ Using Appwizzy
+

Coaching for C-Level Executives who want to breakthrough and achieve the impossible in their business, navigating their organizations with clarity, reduced complexity and with more purpose.
- -Purpose: enable others to achieve their potential.
Credentials
+Credentials
- - -Confidential. Insightful. Practical.
+ +Confidential. Insightful. Practical.

Identify the real challenge beneath the symptom, and name the narrative shaping your decisions.
Design small experiments to expand capability, build confidence, and improve leadership presence.
Apply new behaviors in your real-world environment and reflect on the results.
Coaching is a partnership designed for growth — outcomes depend on commitment and context.
“Clear, grounding, and strategic. I left each session with a concrete action and a deeper sense of purpose.”
-— CEO and B2B SaaS Founder
“Helped me reframe my leadership narrative and show up with more authority.”
-— Founder and CEO
Free
-30 minutes
-$550 / hour
+$500 / hour
-Minimum of one hour
-$1,500 / month
- -Includes 4 hours of coaching
Start with a 30‑minute fit call to assess alignment, goals, and the best coaching path.
-
Coaching for C-Level Executives who want to breakthrough and achieve the impossible in their business, navigating their organizations with clarity, reduced complexity and with more purpose.
- -Purpose: enable others to achieve their potential.
Credentials
-Confidential. Insightful. Practical.
Identify the real challenge beneath the symptom, and name the narrative shaping your decisions.
Design small experiments to expand capability, build confidence, and improve leadership presence.
Apply new behaviors in your real-world environment and reflect on the results.
Coaching is a partnership designed for growth — outcomes depend on commitment and context.
“Clear, grounding, and strategic. I left each session with a concrete action and a deeper sense of purpose.”
-— CEO and B2B SaaS Founder
“Helped me reframe my leadership narrative and show up with more authority.”
-— Founder and CEO
Free
-30 minutes
-$550 / hour
-Minimum of one hour
-$1,500 / month
- -Includes 4 hours of coaching
Start with a 30‑minute fit call to assess alignment, goals, and the best coaching path.
-
Coaching for C-Level Executives who want to breakthrough and achieve the impossible in their business, navigating their organizations with clarity, reduced complexity and with more purpose.
+ + + + + +Purpose: enable others to achieve their potential.
+Credentials
+ + +Confidential. Insightful. Practical.
+Identify the real challenge beneath the symptom, and name the narrative shaping your decisions.
+Design small experiments to expand capability, build confidence, and improve leadership presence.
+Apply new behaviors in your real-world environment and reflect on the results.
+Coaching is a partnership designed for growth — outcomes depend on commitment and context.
+“Clear, grounding, and strategic. I left each session with a concrete action and a deeper sense of purpose.”
+ + +— CEO and B2B SaaS Founder
+“Helped me reframe my leadership narrative and show up with more authority.”
+ + +— Founder and CEO
+Free
+ + +30 minutes
+ + + +$550 / hour
+ + +Minimum of one hour
+ + + +$1,500 / month
+ + + + + +Includes 4 hours of coaching
+Start with a 30‑minute fit call to assess alignment, goals, and the best coaching path.
+ + + +
Coaching for C-Level Executives who want to breakthrough and achieve the impossible in their business, navigating their organizations with clarity, reduced complexity and with more purpose.
+ + + + + +Purpose: enable others to achieve their potential.
+Credentials
+ + +Confidential. Insightful. Practical.
+Identify the real challenge beneath the symptom, and name the narrative shaping your decisions.
+Design small experiments to expand capability, build confidence, and improve leadership presence.
+Apply new behaviors in your real-world environment and reflect on the results.
+Coaching is a partnership designed for growth — outcomes depend on commitment and context.
+“Clear, grounding, and strategic. I left each session with a concrete action and a deeper sense of purpose.”
+ + +— CEO and B2B SaaS Founder
+“Helped me reframe my leadership narrative and show up with more authority.”
+ + +— Founder and CEO
+Free
+ + +30 minutes
+ + + +$500 / hour
+ + +Minimum of one hour
+ + + +$1,500 / month
+ + + + + +Includes 4 hours of coaching
+Start with a 30‑minute fit call to assess alignment, goals, and the best coaching path.
+ + + +
Coaching for C-Level Executives who want to breakthrough and achieve the impossible in their business, navigating their organizations with clarity, reduced complexity and with more purpose.
+ + + + + +Purpose: enable others to achieve their potential.
+Credentials
+ + +Confidential. Insightful. Practical.
+Identify the real challenge beneath the symptom, and name the narrative shaping your decisions.
+Design small experiments to expand capability, build confidence, and improve leadership presence.
+Apply new behaviors in your real-world environment and reflect on the results.
+Coaching is a partnership designed for growth — outcomes depend on commitment and context.
+“Clear, grounding, and strategic. I left each session with a concrete action and a deeper sense of purpose.”
+ + +— CEO and B2B SaaS Founder
+“Helped me reframe my leadership narrative and show up with more authority.”
+ + +— Founder and CEO
+Free
+ + +30 minutes
+ + + +$500 / hour
+ + +Minimum of one hour
+ + + +$1,500 / month
+ + + + + +Includes 4 hours of coaching
+Start with a 30‑minute fit call to assess alignment, goals, and the best coaching path.
+ + + +
\s*\s*