From 29938fcd7f62aca08a8b6b0f3c86a764a17f1f76 Mon Sep 17 00:00:00 2001 From: Carlos Arias Date: Fri, 24 Jul 2026 10:33:16 +0000 Subject: [PATCH] content: remove outdated GitHub link (footer, resume, JSON-LD) --- api/cli/seed-changelog.php | 1 + app/src/config/resume.json | 6 ------ app/src/config/site.json | 3 +-- site.config.json | 3 +-- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/api/cli/seed-changelog.php b/api/cli/seed-changelog.php index b33bbce..efa99e4 100644 --- a/api/cli/seed-changelog.php +++ b/api/cli/seed-changelog.php @@ -57,6 +57,7 @@ $entries = [ ['added', 'QA agent', 'Automated checks run against the live site on a heartbeat — links, images, the contact form, the API, and SEO — each surfaced with a one-click fix.', '2026-07-24 06:20'], ['fixed', 'Sitemap now covers the whole site', 'Projects, services, resume, changelog, and FAQ are listed in sitemap.xml, so search engines can find every page.', '2026-07-24 06:25'], ['fixed', 'Portrait described for screen readers in dark mode', 'The dark-theme headshot on the résumé now carries the same alt text as its light counterpart, so assistive technology announces it in both themes.', '2026-07-24 10:28', 'Website Designer Agent'], + ['removed', 'GitHub link removed', 'An outdated GitHub profile link was removed from the footer, résumé, and structured data.', '2026-07-24 10:35'], ]; Db::execute('TRUNCATE TABLE cja_changelog'); diff --git a/app/src/config/resume.json b/app/src/config/resume.json index 158a302..18f6e8f 100644 --- a/app/src/config/resume.json +++ b/app/src/config/resume.json @@ -30,12 +30,6 @@ "handle": "@hiCarlosArias", "href": "https://www.youtube.com/@hiCarlosArias", "icon": "youtube" - }, - { - "label": "GitHub", - "handle": "@CarlosJa", - "href": "https://github.com/CarlosJa", - "icon": "github" } ], "highlights": [ diff --git a/app/src/config/site.json b/app/src/config/site.json index c27c62e..ff0b947 100644 --- a/app/src/config/site.json +++ b/app/src/config/site.json @@ -27,8 +27,7 @@ "https://www.linkedin.com/in/hicarlosarias/", "https://x.com/hicarlosarias", "https://instagram.com/carlosarias.co", - "https://www.youtube.com/@hiCarlosArias", - "https://github.com/CarlosJa" + "https://www.youtube.com/@hiCarlosArias" ] }, "social": { diff --git a/site.config.json b/site.config.json index f408813..e9f43f4 100644 --- a/site.config.json +++ b/site.config.json @@ -30,8 +30,7 @@ "https://www.linkedin.com/in/hicarlosarias/", "https://x.com/hicarlosarias", "https://instagram.com/carlosarias.co", - "https://www.youtube.com/@hiCarlosArias", - "https://github.com/CarlosJa" + "https://www.youtube.com/@hiCarlosArias" ] }, "social": {