From 124e74efbecafd6211c175e93338c0515e381ce6 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 10 Dec 2025 01:10:00 -0500 Subject: [PATCH] content: refine project long descriptions for clarity and conciseness. --- src/lib/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/data.ts b/src/lib/data.ts index e36c1f9..519fb3d 100644 --- a/src/lib/data.ts +++ b/src/lib/data.ts @@ -434,7 +434,7 @@ export const projects: Project[] = [ description: "A website showing off the best coffee shops in Lewisburg, PA.", longDescription: - "A website showing off the best coffee shops in Lewisburg, PA.", + "Aggregates coffee shop data from various sources and displays it in a user-friendly interface. Use it to find your next brew!", tags: ["Coffee", "Lewisburg, PA", "Bucknell"], link: "https://lewisburgcoffee.soconnor.dev", gitLink: "https://github.com/soconnor0919/lewisburg-coffee", @@ -447,7 +447,7 @@ export const projects: Project[] = [ description: "A web application that converts PDFs to Markdown files.", longDescription: - "A web application that converts PDFs to Markdown files. Uses OCR and PDF parsing to extract text and convert it to Markdown, for easy editing and formatting.", + "Uses OCR and PDF parsing to extract text and convert it to Markdown, for easy editing and formatting.", tags: ["PDF", "Markdown", "OCR"], link: "https://pdf2md.coolify.soconnor.dev", gitLink: "https://github.com/soconnor0919/pdf2md",