feat: add AI Governance Series featured card to landing page
Full-width featured card in the What's New section linking to the AI Governance series hub at mysovereignty.digital/ai-governance.html. Positioned above the existing 3-column grid (Mythos, Tenant Isolation, Encryption) for maximum visibility. Links to external domain (opens in new tab). The series covers philosophy, philanthropy, sovereignty, Māori data governance frameworks, and practical action — written for community leaders, published under CC BY 4.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b7f2245ec4
commit
8d5dde1c27
1 changed files with 13 additions and 0 deletions
|
|
@ -98,6 +98,19 @@
|
|||
<h2 class="text-2xl font-bold text-gray-900" data-i18n="whats_new.heading">What’s New</h2>
|
||||
</div>
|
||||
|
||||
<!-- AI Governance Series — featured -->
|
||||
<a href="https://mysovereignty.digital/ai-governance.html" class="block bg-white rounded-xl shadow-lg border border-gray-200 hover:shadow-xl hover:-translate-y-1 transition-all duration-300 overflow-hidden group mb-8" target="_blank" rel="noopener">
|
||||
<div class="bg-gradient-to-r from-slate-700 to-teal-700 p-4 flex items-center gap-3">
|
||||
<span class="text-teal-100 text-xs font-semibold uppercase tracking-wide">Article Series</span>
|
||||
<span class="bg-amber-400 text-amber-900 text-xs font-bold uppercase px-2 py-0.5 rounded">New</span>
|
||||
</div>
|
||||
<div class="p-5 md:p-6">
|
||||
<h3 class="font-bold text-gray-900 mb-2 text-lg group-hover:text-teal-700 transition">AI Governance for Communities — A Smaller Room Than You Think</h3>
|
||||
<p class="text-sm text-gray-600 mb-3">Who decides what AI becomes, and by what authority? Philosophy, philanthropy, sovereignty, and practical governance — including Māori frameworks for data sovereignty and what action ordinary readers can take.</p>
|
||||
<span class="text-xs text-teal-700 font-semibold">Five articles · CC BY 4.0 · mysovereignty.digital →</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||||
<a href="/blog-post.html?slug=mythos-capability-proliferation-sovereign-infrastructure" class="block bg-white rounded-xl shadow-md border border-gray-200 hover:shadow-xl hover:-translate-y-1 transition-all duration-300 overflow-hidden group">
|
||||
<div class="bg-gradient-to-r from-red-700 to-rose-600 p-4">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue