aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/content/projects
diff options
context:
space:
mode:
authorJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-12-25 17:17:09 -0500
committerJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-12-25 17:17:09 -0500
commita181759e4a108c35fcf6898abbf17f2a424d85dc (patch)
tree6b8d7454db70a1a8dec81fb138e7085e6541d9d6 /content/projects
parent5e24ef726bf10fac4ad24cee27b9b1fa796cd6eb (diff)
rewrite content and config
Diffstat (limited to 'content/projects')
-rw-r--r--content/projects/_index.md5
-rw-r--r--content/projects/dadbot/index.md16
-rw-r--r--content/projects/filefortress/filefort.pngbin0 -> 25721 bytes
-rw-r--r--content/projects/filefortress/index.md18
-rw-r--r--content/projects/verizonmessages.md12
5 files changed, 51 insertions, 0 deletions
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
--- /dev/null
+++ b/content/projects/filefortress/filefort.png
Binary files 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`.