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
1 change: 1 addition & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
12 changes: 11 additions & 1 deletion src/data/projects.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { ImageMetadata } from "astro";
import aiTinkerersCtfAgentImage from "../images/projects/ai-tinkerers-ctf-agent.jpg";
import pipsPlusImage from "../images/projects/pips-plus.png";
import aiTinkerersVtonImage from "../images/projects/ai-tinkerers-vton.jpg";
import algoVisImage from "../images/projects/algo-vis.png";
import birdvisImage from "../images/projects/birdvis.png";
Expand Down Expand Up @@ -45,6 +46,16 @@ export type Project = {
};

export const projects: Project[] = [
{
image: pipsPlusImage,
alt: "A V-shaped domino puzzle board with colorful regions and constraint labels, with domino pieces below ready to be placed.",
type: ProjectType.Game,
title: "Pips+",
body: "A domino puzzle game inspired by the NYT's Pips. Place dominoes on the board so that every colored region's constraint is satisfied.",
date: "2026-03-14",
url: "https://pips-plus.vercel.app/",
featured: true,
},
{
image: strandsSolverImage,
alt: "A grid of letters with words marked in blue and yellow.",
Expand Down Expand Up @@ -136,7 +147,6 @@ CTF{df9cef93a5c03f25482eb4192de9bd17}
body: "At this conference, I talked about using E2E tests to improve your workflow as a developer. I had a great time!",
date: "2023-10-12",
url: "https://www.youtube.com/watch?v=-mNp_wV-Ok8",
featured: true,
},
{
emoji: "📝",
Expand Down
Binary file added src/images/projects/pips-plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading