mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-15 08:14:43 -05:00
content: refine project long descriptions for clarity and conciseness.
This commit is contained in:
@@ -434,7 +434,7 @@ export const projects: Project[] = [
|
|||||||
description:
|
description:
|
||||||
"A website showing off the best coffee shops in Lewisburg, PA.",
|
"A website showing off the best coffee shops in Lewisburg, PA.",
|
||||||
longDescription:
|
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"],
|
tags: ["Coffee", "Lewisburg, PA", "Bucknell"],
|
||||||
link: "https://lewisburgcoffee.soconnor.dev",
|
link: "https://lewisburgcoffee.soconnor.dev",
|
||||||
gitLink: "https://github.com/soconnor0919/lewisburg-coffee",
|
gitLink: "https://github.com/soconnor0919/lewisburg-coffee",
|
||||||
@@ -447,7 +447,7 @@ export const projects: Project[] = [
|
|||||||
description:
|
description:
|
||||||
"A web application that converts PDFs to Markdown files.",
|
"A web application that converts PDFs to Markdown files.",
|
||||||
longDescription:
|
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"],
|
tags: ["PDF", "Markdown", "OCR"],
|
||||||
link: "https://pdf2md.coolify.soconnor.dev",
|
link: "https://pdf2md.coolify.soconnor.dev",
|
||||||
gitLink: "https://github.com/soconnor0919/pdf2md",
|
gitLink: "https://github.com/soconnor0919/pdf2md",
|
||||||
|
|||||||
Reference in New Issue
Block a user