Skip to content
Merged
Show file tree
Hide file tree
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
Binary file removed public/DEADWEIGHT.png
Binary file not shown.
Binary file removed public/cropcare.png
Binary file not shown.
Binary file added public/cropcare.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/hoverIdleSprite0.png
Binary file not shown.
Binary file added public/hoverIdleSprite0.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/hoverIdleSprite1.png
Binary file not shown.
Binary file added public/hoverIdleSprite1.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/hoverIdleSprite2.png
Binary file not shown.
Binary file added public/hoverIdleSprite2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/hoverIdleSprite3.png
Binary file not shown.
Binary file added public/hoverIdleSprite3.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/idleSprite0.png
Binary file not shown.
Binary file added public/idleSprite0.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/idleSprite1.png
Binary file not shown.
Binary file added public/idleSprite1.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/idleSprite2.png
Binary file not shown.
Binary file added public/idleSprite2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/idleSprite3.png
Binary file not shown.
Binary file added public/idleSprite3.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/linky.png
Binary file not shown.
Binary file added public/linky.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pharmahacks2024.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/trademind.png
Binary file not shown.
Binary file added public/trademind.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/Components/Data/imageNames.ts
Original file line number Diff line number Diff line change
@@ -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',
];
24 changes: 12 additions & 12 deletions src/Components/Data/portfolioProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/NoahGJAC" target="_blank" rel="noopener noreferrer">NoahGJAC</a> as the first project for our game studio, <a href="https://github.com/Cano-Studios" target="_blank" rel="noopener noreferrer">Cano Studios</a>.',
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:
Expand All @@ -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:
Expand All @@ -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 <a href="https://launchlab.ai/" target="_blank" rel="noopener noreferrer">AI Launch Lab</a>\'s <a href="https://launchlab.ai/rd-program/" target="_blank" rel="noopener noreferrer">R&D Program</a>. 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 <a href="https://pharmahacks.com/#welcome" target="_blank" rel="noopener noreferrer">PharmaHacks 2024</a> 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',
},
];