diff --git a/public/DEADWEIGHT.png b/public/DEADWEIGHT.png
deleted file mode 100644
index 5eccdd6..0000000
Binary files a/public/DEADWEIGHT.png and /dev/null differ
diff --git a/public/cropcare.png b/public/cropcare.png
deleted file mode 100644
index 391c3a8..0000000
Binary files a/public/cropcare.png and /dev/null differ
diff --git a/public/cropcare.webp b/public/cropcare.webp
new file mode 100644
index 0000000..d5617ed
Binary files /dev/null and b/public/cropcare.webp differ
diff --git a/public/hoverIdleSprite0.png b/public/hoverIdleSprite0.png
deleted file mode 100644
index fbfe60f..0000000
Binary files a/public/hoverIdleSprite0.png and /dev/null differ
diff --git a/public/hoverIdleSprite0.webp b/public/hoverIdleSprite0.webp
new file mode 100644
index 0000000..f7f81eb
Binary files /dev/null and b/public/hoverIdleSprite0.webp differ
diff --git a/public/hoverIdleSprite1.png b/public/hoverIdleSprite1.png
deleted file mode 100644
index 593427e..0000000
Binary files a/public/hoverIdleSprite1.png and /dev/null differ
diff --git a/public/hoverIdleSprite1.webp b/public/hoverIdleSprite1.webp
new file mode 100644
index 0000000..8a1bac4
Binary files /dev/null and b/public/hoverIdleSprite1.webp differ
diff --git a/public/hoverIdleSprite2.png b/public/hoverIdleSprite2.png
deleted file mode 100644
index 301f732..0000000
Binary files a/public/hoverIdleSprite2.png and /dev/null differ
diff --git a/public/hoverIdleSprite2.webp b/public/hoverIdleSprite2.webp
new file mode 100644
index 0000000..9d23f65
Binary files /dev/null and b/public/hoverIdleSprite2.webp differ
diff --git a/public/hoverIdleSprite3.png b/public/hoverIdleSprite3.png
deleted file mode 100644
index c1c825d..0000000
Binary files a/public/hoverIdleSprite3.png and /dev/null differ
diff --git a/public/hoverIdleSprite3.webp b/public/hoverIdleSprite3.webp
new file mode 100644
index 0000000..f7f81eb
Binary files /dev/null and b/public/hoverIdleSprite3.webp differ
diff --git a/public/idleSprite0.png b/public/idleSprite0.png
deleted file mode 100644
index 7300886..0000000
Binary files a/public/idleSprite0.png and /dev/null differ
diff --git a/public/idleSprite0.webp b/public/idleSprite0.webp
new file mode 100644
index 0000000..d8813fc
Binary files /dev/null and b/public/idleSprite0.webp differ
diff --git a/public/idleSprite1.png b/public/idleSprite1.png
deleted file mode 100644
index 27a98d8..0000000
Binary files a/public/idleSprite1.png and /dev/null differ
diff --git a/public/idleSprite1.webp b/public/idleSprite1.webp
new file mode 100644
index 0000000..4c8ed5c
Binary files /dev/null and b/public/idleSprite1.webp differ
diff --git a/public/idleSprite2.png b/public/idleSprite2.png
deleted file mode 100644
index a6c24cf..0000000
Binary files a/public/idleSprite2.png and /dev/null differ
diff --git a/public/idleSprite2.webp b/public/idleSprite2.webp
new file mode 100644
index 0000000..b303a5d
Binary files /dev/null and b/public/idleSprite2.webp differ
diff --git a/public/idleSprite3.png b/public/idleSprite3.png
deleted file mode 100644
index b32ad53..0000000
Binary files a/public/idleSprite3.png and /dev/null differ
diff --git a/public/idleSprite3.webp b/public/idleSprite3.webp
new file mode 100644
index 0000000..d8813fc
Binary files /dev/null and b/public/idleSprite3.webp differ
diff --git a/public/linky.png b/public/linky.png
deleted file mode 100644
index 9b936ba..0000000
Binary files a/public/linky.png and /dev/null differ
diff --git a/public/linky.webp b/public/linky.webp
new file mode 100644
index 0000000..4f3045f
Binary files /dev/null and b/public/linky.webp differ
diff --git a/public/pharmahacks2024.webp b/public/pharmahacks2024.webp
new file mode 100644
index 0000000..63e824b
Binary files /dev/null and b/public/pharmahacks2024.webp differ
diff --git a/public/trademind.png b/public/trademind.png
deleted file mode 100644
index 92ebfb9..0000000
Binary files a/public/trademind.png and /dev/null differ
diff --git a/public/trademind.webp b/public/trademind.webp
new file mode 100644
index 0000000..63de10f
Binary files /dev/null and b/public/trademind.webp differ
diff --git a/src/Components/Data/imageNames.ts b/src/Components/Data/imageNames.ts
index 0f2dcd7..8f30b51 100644
--- a/src/Components/Data/imageNames.ts
+++ b/src/Components/Data/imageNames.ts
@@ -1,12 +1,12 @@
export const imageNames = [
- 'idleSprite0.png',
- 'idleSprite1.png',
- 'idleSprite2.png',
- 'idleSprite3.png',
+ 'idleSprite0.webp',
+ 'idleSprite1.webp',
+ 'idleSprite2.webp',
+ 'idleSprite3.webp',
];
export const hoverImageNames = [
- 'hoverIdleSprite0.png',
- 'hoverIdleSprite1.png',
- 'hoverIdleSprite2.png',
- 'hoverIdleSprite3.png',
+ 'hoverIdleSprite0.webp',
+ 'hoverIdleSprite1.webp',
+ 'hoverIdleSprite2.webp',
+ 'hoverIdleSprite3.webp',
];
diff --git a/src/Components/Data/portfolioProjects.ts b/src/Components/Data/portfolioProjects.ts
index 78ddd93..87c2fae 100644
--- a/src/Components/Data/portfolioProjects.ts
+++ b/src/Components/Data/portfolioProjects.ts
@@ -2,16 +2,7 @@ import { Project } from '../Interfaces/projects';
export const projects: Project[] = [
{
- image: 'DEADWEIGHT.png',
- title: 'DEADWEIGHT',
- languages: 'C#, Unity',
- description:
- 'DEADWEIGHT is a game developed for the Kenney Jam 2024. It was my first experience working in Unity done in collaboration with NoahGJAC as the first project for our game studio, Cano Studios.',
- github: 'https://github.com/Cano-Studios/DEADWEIGHT',
- website: 'https://cano-studios.itch.io/deadweight',
- },
- {
- image: 'cropcare.png',
+ image: 'cropcare.webp',
title: 'CropCare',
languages: 'Python, .NET MAUI, Raspberry Pi, IoT',
description:
@@ -20,7 +11,7 @@ export const projects: Project[] = [
website: 'https://carsonsgit.github.io/cropcare-3d/',
},
{
- image: 'linky.png',
+ image: 'linky.webp',
title: 'Linky',
languages: 'Mantine, TypeScript, RAG AI, Vector DB',
description:
@@ -29,12 +20,21 @@ export const projects: Project[] = [
website: 'https://www.linky.im/',
},
{
- image: 'trademind.png',
+ image: 'trademind.webp',
title: 'TradeMind',
languages: 'React, Python, Machine Learning',
description:
'TradeMind is a project developed for AI Launch Lab\'s R&D Program. It is a web app that uses machine learning to predict stock prices and provide insights to users.',
github: 'https://github.com/carsonSgit/TradeMind',
website: 'https://trademind.pages.dev/',
+ },
+ {
+ image: 'pharmahacks2024.webp',
+ title: 'Mice Neural Decoding',
+ languages: 'Python, Jupyter Notebook, Machine Learning',
+ description:
+ 'Mice Neural Decoding was a challenge at the PharmaHacks 2024 event. My group and I decoded mouse navigation decisions by analyzing L2/3 neuron activity in the retrosplenial cortex, following the findings of Tseng et al. (2022) in their Neuron Paper. Please read the README.md on the GitHub repo!',
+ github: 'https://github.com/carsonSgit/Mice-Neural-Decoding-ML',
+ website: 'https://github.com/carsonSgit/Mice-Neural-Decoding-ML/blob/main/PharmaHacks%202024%20Neural%20Decoding%20Single%20File.ipynb',
},
];