aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/content/projects/filefortress
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/filefortress
parent5e24ef726bf10fac4ad24cee27b9b1fa796cd6eb (diff)
rewrite content and config
Diffstat (limited to 'content/projects/filefortress')
-rw-r--r--content/projects/filefortress/filefort.pngbin0 -> 25721 bytes
-rw-r--r--content/projects/filefortress/index.md18
2 files changed, 18 insertions, 0 deletions
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*.