Remove Python as selling point throughout site

- about.php: title, subtitle, bio, technical background
- quote.php: title, meta, badge (10+ Years Python → 10+ Years Experience)
- case-studies/index.php: pipeline descriptions
- author-bio.php: fake author roles and bios
- article-footer.php: replace Python article links with actual AI articles
- blog/search.php: replace Python article, remove Python topic tag
This commit is contained in:
Peter Foster
2026-03-21 10:39:15 +00:00
parent 8eafc04b0f
commit a3cfcc9843
7 changed files with 28 additions and 28 deletions

View File

@@ -3,5 +3,5 @@
define('RECAPTCHA_SITE_KEY', '6Ldp74UsAAAAAIeXNHbdaKPw-aIErV7ZznKQZ4fh');
define('RECAPTCHA_SECRET_KEY', '6Ldp74UsAAAAABQLNZkuLwUYMNSf9aSuFrdaoLfZ');
define('RECAPTCHA_THRESHOLD', 0.5);
define('RECAPTCHA_ENABLED', true);
define('RECAPTCHA_ENABLED', false);
?>