Commit Graph
13 Commits
Author SHA1 Message Date
Mustafa Yildiz 80220488f9 feat(footer): support visible and hidden partner links 2026-08-24 15:59:50 +03:00
Mustafa Yildiz b553b32d01 feat(seo): switch partner links to W3C compliant sr-only clip-path method and add partner 2026-08-24 15:47:46 +03:00
Mustafa Yildiz 8824af0def chore(partners): remove inactive partner 2026-08-22 01:21:42 +03:00
Mustafa Yildiz 8dd35ebc35 chore(footer): hide partner links completely 2026-08-21 09:23:22 +03:00
Mustafa Yildiz 15dcb8e73f chore: update partners configuration 2026-08-21 09:17:06 +03:00
mstfyldz 0a43385961 revision 2026-08-12 10:36:21 +03:00
mstfyldz 4fe175f037 revision 2026-08-11 13:22:02 +03:00
mstfyldz be0d6d627c revision 2026-08-10 01:50:04 +03:00
AyrisAI bf530a2a0e bb 2026-08-06 02:21:07 +03:00
AyrisAI 8de29f09fd bb 2026-08-06 02:18:34 +03:00
ayrisdevandClaude Sonnet 5 13355d9f67 Fix invalid JSON in partners.json breaking footer partner links
Stray extra quote after the milliol.com URL made the file invalid JSON,
so json_decode failed and the footer silently rendered no partner links.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-22 13:47:13 +03:00
AyrisAI dd181af928 Update partners and app layout 2026-07-22 10:14:15 +03:00
ayrisdevandClaude Opus 4.8 e8317dec18 Add JSON-driven partner links section to footer
Reads resources/data/partners.json (url/anchor/title/rel), cached by the file's
mtime so edits go live on the next deploy. Skips invalid/non-http entries and
renders nothing when the list is empty.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 10:06:05 +03:00