Compare commits
3 Commits
709bf78d01
...
c4f90bf93d
| Author | SHA1 | Date | |
|---|---|---|---|
| c4f90bf93d | |||
| 035ff49e0b | |||
| b387a394e3 |
@@ -68,7 +68,7 @@ export default function Testimonials({ items }: TestimonialsProps) {
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<blockquote className="p-3">{active.quote}</blockquote>
|
||||
<blockquote className="p-3">"{active.quote}"</blockquote>
|
||||
|
||||
<footer className="flex items-center justify-between">
|
||||
<div className="flex mt-3">
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
export const about: string[] = [
|
||||
"When I was about 10, I built a working gaming PC out of parts and a dead Dell tower. Taking things apart, figuring out how they worked, and putting them back together is what eventually pulled me into software development.",
|
||||
"I started my career as an Audio Engineer in Los Angeles, CA — moved there at 18 years old and spent three years recording and mixing music. I loved it, but I realized the technical problem-solving was what I'd really been chasing all along.",
|
||||
"I started my career as an Audio Engineer in Los Angeles, CA — where I spent three years recording and mixing music. I loved it, but I realized the technical problem-solving was what I'd really been chasing all along.",
|
||||
"I moved back to Arizona in 2016 to pursue a career in technology. Took an IT Help Desk job and taught myself Python and JavaScript. A few years later I was a Software Engineer building production web apps for a health tech company. Now I'm finishing my BA in Computer Science and heading straight into a Master's in AI.",
|
||||
"Outside of work I build web apps for myself, develop games in Unreal Engine 5, and dig into AI pipelines — Claude Code is wired into most of my daily workflows.",
|
||||
"I'm currently looking for US-based, remote AI-Native roles.",
|
||||
|
||||
@@ -30,7 +30,7 @@ export const projects: Project[] = [
|
||||
slug: "orbit",
|
||||
title: "Orbit",
|
||||
year: "2026",
|
||||
stack: ["Next.js", "TypeScript", "PostgreSQL"],
|
||||
stack: ["React", "TypeScript", "Bun", "Hono", "SQLite", "MCP"],
|
||||
description:
|
||||
"A self-hosted project and ticket management workspace with spaces, pages, and notes. MCP server",
|
||||
liveUrl: "https://demo.angelmankel.com/orbit",
|
||||
@@ -51,7 +51,7 @@ export const projects: Project[] = [
|
||||
slug: "imagelab",
|
||||
title: "ImageLab",
|
||||
year: "2026",
|
||||
stack: ["Next.js", "TypeScript", "WebAssembly"],
|
||||
stack: ["React", "TypeScript", "Pixi.js", "Tailwind CSS"],
|
||||
description:
|
||||
"A browser-based AI image processing playground. Built as a frontend for the popular open source project: ComfyUI",
|
||||
liveUrl: "https://demo.angelmankel.com/imagelab",
|
||||
@@ -77,7 +77,7 @@ export const projects: Project[] = [
|
||||
slug: "league",
|
||||
title: "League of Legends Companion",
|
||||
year: "2026",
|
||||
stack: ["React", "TypeScript", "Riot API"],
|
||||
stack: ["React", "TypeScript", "Hono", "MySQL", "Riot API"],
|
||||
description:
|
||||
"An app I built for a friend who was trying to climb the ranks in League of Legends. It pulls in match data and account stats from the Riot API, and allows users to keep notes on matchups, builds, and more.",
|
||||
liveUrl: "https://demo.angelmankel.com/league",
|
||||
@@ -101,7 +101,7 @@ export const projects: Project[] = [
|
||||
slug: "study",
|
||||
title: "Study Time",
|
||||
year: "2026",
|
||||
stack: ["Next.js", "TypeScript", "Tailwind CSS"],
|
||||
stack: ["React", "TypeScript", "Vite", "Mantine"],
|
||||
description:
|
||||
"A study app I built for those late night study sessions - essentially a free Quizlet.",
|
||||
liveUrl: "https://demo.angelmankel.com/study",
|
||||
@@ -126,7 +126,7 @@ export const projects: Project[] = [
|
||||
slug: "d2r",
|
||||
title: "Diablo II: Resurrected Tracker",
|
||||
year: "2026",
|
||||
stack: ["React", "TypeScript", "Node.js"],
|
||||
stack: ["Bun", "JavaScript", "HTML/CSS"],
|
||||
description:
|
||||
"An event tracker and companion app for the game Diablo II: Resurrected.",
|
||||
liveUrl: "https://demo.angelmankel.com/d2r",
|
||||
|
||||
Reference in New Issue
Block a user