Skip to content

Commit

Permalink
🍱 [Earwurm] Change asset
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 28, 2024
1 parent 059dd26 commit f853e49
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
Binary file modified public/assets/bg-earwurm.webp
Binary file not shown.
Binary file removed public/assets/bg-na2012.webp
Binary file not shown.
1 change: 0 additions & 1 deletion src/components/ProjectLogo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const iconProps = {
}

:global(#Draggable),
:global(#NA2012),
:global(#NorthernArmy) {
--project-logo-size: 16rem;

Expand Down
15 changes: 1 addition & 14 deletions src/data/sections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down Expand Up @@ -209,6 +197,5 @@ export const sections: [intro: SectionEntry, ...projects: ProjectEntry[]] = [
tetchi,
chicken,
draggable,
na2012,
commerceAwards,
];

0 comments on commit f853e49

Please sign in to comment.