Skip to content

Commit 2eb32cd

Browse files
committed
Add opendata.swiss portal card
1 parent a9ace7b commit 2eb32cd

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

website/src/pages/index.astro

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,21 @@ const baseUrl = '/ckan-mcp-server';
537537
</div>
538538
<p class="text-sm text-gray-600">United Kingdom Open Data</p>
539539
</a>
540+
541+
<a
542+
href="https://opendata.swiss/en/"
543+
target="_blank"
544+
rel="noopener noreferrer"
545+
class="portal-card bg-white p-6 border border-gray-200"
546+
>
547+
<div class="flex items-center gap-3 mb-3">
548+
<span class="text-3xl emoji-flag">🇨🇭</span>
549+
<h3 class="display-font text-xl font-semibold text-navy">opendata.swiss</h3>
550+
</div>
551+
<p class="text-sm text-gray-600">✅ Online</p>
552+
<p class="text-sm text-gray-600">2.11.4</p>
553+
<p class="text-sm text-gray-600">Portale dati Svizzera.</p>
554+
</a>
540555
</div>
541556

542557
<p class="text-center mono text-sm text-gray-500 mt-12 tracking-wider uppercase">

0 commit comments

Comments
 (0)