From a181759e4a108c35fcf6898abbf17f2a424d85dc Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Mon, 25 Dec 2023 17:17:09 -0500 Subject: rewrite content and config --- content/projects/_index.md | 5 +++++ content/projects/dadbot/index.md | 16 ++++++++++++++++ content/projects/filefortress/filefort.png | Bin 0 -> 25721 bytes content/projects/filefortress/index.md | 18 ++++++++++++++++++ content/projects/verizonmessages.md | 12 ++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 content/projects/_index.md create mode 100644 content/projects/dadbot/index.md create mode 100644 content/projects/filefortress/filefort.png create mode 100644 content/projects/filefortress/index.md create mode 100644 content/projects/verizonmessages.md (limited to 'content/projects') diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..c81dc4a --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,5 @@ +--- +title: "Projects" +--- + +Here are some of my recent projects diff --git a/content/projects/dadbot/index.md b/content/projects/dadbot/index.md new file mode 100644 index 0000000..547488f --- /dev/null +++ b/content/projects/dadbot/index.md @@ -0,0 +1,16 @@ +--- +title: Dadbot +start_date: 2023-04-16 +end_date: 2023-04-26 +date: 2023-04-26 +summary: "A fun discord bot" +description: "A fun discord bot" +github: "https://github.com/cs220s23/dadbot" +categories: +- "Class Project" +tags: +- "python" +- "discord" +--- + +Dadbot is a discord bot completed as a final project for CSCI220: *Introduction to DevOps*. diff --git a/content/projects/filefortress/filefort.png b/content/projects/filefortress/filefort.png new file mode 100644 index 0000000..b80c1c5 Binary files /dev/null and b/content/projects/filefortress/filefort.png differ diff --git a/content/projects/filefortress/index.md b/content/projects/filefortress/index.md new file mode 100644 index 0000000..aae7914 --- /dev/null +++ b/content/projects/filefortress/index.md @@ -0,0 +1,18 @@ +--- +title: File Fortress +start_date: 2023-11-05 +end_date: 2023-12-12 +date: 2023-12-12 +description: "A self hosted file hosting service" +summary: "A self hosted file hosting service" +github: "https://github.com/cs298-398f23/file-fortress" +thumbnail: "filefort.png" +link: "https://filefortress.xyz" +categories: +- "Class Project" +tags: +- "python" +- "web" +--- + +File Fortress is a file hosting service completed as a final project for CSCI398: *Web Programming*. diff --git a/content/projects/verizonmessages.md b/content/projects/verizonmessages.md new file mode 100644 index 0000000..c03b5e9 --- /dev/null +++ b/content/projects/verizonmessages.md @@ -0,0 +1,12 @@ +--- +title: "Verizon Message Extractor" +start_date: "2023-03-01" +date: 2023-12-18T01:32:54-05:00 +summary: "A Python Script for `.vzw` parsing" +description: "Python Script for Extracting Verizon Vessages" +categories: +tags: +- "python" +--- + +A python script with a cli to extract Verizon `.vzw` messages and parse them into a `.csv`. -- cgit v1.2.3