Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/pages/working-groups/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const data = [
icon: iconConfidential,
description:
'Focused on the software enablement and deployment of Arm Confidential Compute Architecture (CCA) based platforms',
googlegroupname: 'confidential-compute-private',
googlegroupname: 'confidential-compute',
},
{
title: 'Windows on Arm',
Expand Down Expand Up @@ -53,13 +53,15 @@ const data = [
'Enable collaboration on evolving Arm-architecture simulation, emulation, & virtualization technologies for secure firmware, hypervisor, kernel and AI workloads',
googlegroupname: 'virtualization',
},
/*
{
title: 'Data Center',
icon: iconLink,
description:
'Focusing on technologies for cloud, on-prem and hybrid datacenter workloads as well as HPC.',
googlegroupname: 'datacenter',
},
*/
{
title: 'Technical Advisory Committee',
icon: iconLink,
Expand Down Expand Up @@ -117,6 +119,9 @@ const data = [
<p class="text-left text-sm break-words text-gray-300 md:text-base">
{item.description}
</p>
<p class="text-left text-cc-cyan md:text-base">
<a href={`https://groups.google.com/u/0/a/corecollective.dev/g/${item.googlegroupname}`}>List Archive</a>
</p>

{index !== data.length - 1 && (
<div class="absolute top-0 right-0 hidden h-full w-0.5 bg-linear-to-b from-transparent via-white/30 to-transparent group-last:hidden md:block md:group-even:hidden lg:group-not-nth-[4n]:block lg:group-nth-[4n]:hidden" />
Expand Down
Loading