From 3592a7686601b1b1f82ac3e4828e64ab8f005a4e Mon Sep 17 00:00:00 2001 From: ayan4m1 Date: Wed, 15 Jan 2025 18:27:06 -0500 Subject: [PATCH] update personal projects list --- src/pages/projects.js | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/src/pages/projects.js b/src/pages/projects.js index 4cce563..59b6363 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -69,19 +69,18 @@ const data = [ { name: 'filacalc', category: 'web-app', - url: 'https://filacalc.com', + url: 'https://filacalc.andrewdelisa.com', description: 'Calculators and filament database for 3D printing hobbyists' }, { name: 'coilz', category: 'web-app', - url: 'https://coilz.cc', + url: 'https://coilz.andrewdelisa.com', description: 'Calculators for vape hobbyists' }, { name: 'bom-sheet-maker', category: 'web-app', - url: 'https://bommer.cc', description: 'Tool for PCB designers to lay their components out on paper' }, { @@ -93,17 +92,50 @@ const data = [ name: 'docker-maven-node', category: 'docker', description: 'Maven + Node in one small Docker image' + }, + { + name: 'campigs', + category: 'web-app', + description: 'Live streaming guinea pigs!', + url: 'https://campigs.xyz' + }, + { + name: 'leela-the-beagle', + category: 'web-app', + description: 'A memorial site for my pet beagle.', + url: 'https://leelathebeagle.com' + }, + { + name: 'battery-safety', + category: 'web-app', + description: 'LiPo battery safety/reliability research data.', + url: 'https://batterysafety.andrewdelisa.com' + }, + { + name: 'modemania', + category: 'web-app', + description: 'WIP phone/modem sound simulator using WebAudio', + url: 'https://modemania.andrewdelisa.com' + }, + { + name: 'tonality', + category: 'web-app', + description: 'WIP modular synthesizer using WebAudio and WebMIDI', + url: 'https://tonality.andrewdelisa.com' } ]; export default function ProjectsPage() { return ( - +

My Projects

-

This is a curated list of my active projects.

+

This is a list of my past and present projects.