diff --git a/public/assets/bg-earwurm.webp b/public/assets/bg-earwurm.webp index b48b96a..437aa9e 100644 Binary files a/public/assets/bg-earwurm.webp and b/public/assets/bg-earwurm.webp differ diff --git a/public/assets/bg-na2012.webp b/public/assets/bg-na2012.webp deleted file mode 100644 index 7ba71f4..0000000 Binary files a/public/assets/bg-na2012.webp and /dev/null differ diff --git a/src/components/ProjectLogo.astro b/src/components/ProjectLogo.astro index 8838ab1..57dafea 100644 --- a/src/components/ProjectLogo.astro +++ b/src/components/ProjectLogo.astro @@ -112,7 +112,6 @@ const iconProps = { } :global(#Draggable), - :global(#NA2012), :global(#NorthernArmy) { --project-logo-size: 16rem; diff --git a/src/data/sections.ts b/src/data/sections.ts index 4ae086a..3d43f73 100644 --- a/src/data/sections.ts +++ b/src/data/sections.ts @@ -73,7 +73,7 @@ const earwurm: ProjectEntry = { name: 'Earwurm', description: 'Easier web audio for UI sound effects', thumbnail: '/assets/bg-earwurm.webp', - channels: [231, 131, 93], + channels: [237, 0, 55], logo: 'LogoEarwurm', url: 'https://beefchimi.github.io/earwurm/', attribution: 'Curtis Dulmage', @@ -93,18 +93,6 @@ const fringe: ProjectEntry = { inactive: true, }; -const na2012: ProjectEntry = { - id: 'NA2012', - name: 'NA 2012', - description: 'Legacy Northern Army 2012', - thumbnail: '/assets/bg-na2012.webp', - channels: [234, 72, 72], - logo: 'LogoNorthernArmy', - attribution: 'Rene Antunes', - inhouse: ['Northern Army', 'https://northernarmy.com'], - inactive: true, -}; - const northernArmy: ProjectEntry = { id: 'NorthernArmy', name: 'Northern Army', @@ -209,6 +197,5 @@ export const sections: [intro: SectionEntry, ...projects: ProjectEntry[]] = [ tetchi, chicken, draggable, - na2012, commerceAwards, ];