diff --git a/README.md b/README.md index ca99da0..a23fe20 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Planned are text files, source code files, PDFs, and pictures. Everything else w The project will be built in Django (as well as HTML/CSS/JS), my first ever project in the framework, so expect poorer standards, mishaps, some complex bugs (resolved with needlessly complex solutions) and such. +## Screenshots + +![Screenshot: Viewing the directory index](./screenshot_index.png) + +![Screenshot: Browsing a directory](./screenshot_browse.png) + +![Screenshot: Adding a directory](./screenshot_add.png) + ## Setup ``` diff --git a/screenshot_add.png b/screenshot_add.png new file mode 100644 index 0000000..24cbcd8 Binary files /dev/null and b/screenshot_add.png differ diff --git a/screenshot_browse.png b/screenshot_browse.png new file mode 100644 index 0000000..a303527 Binary files /dev/null and b/screenshot_browse.png differ diff --git a/screenshot_index.png b/screenshot_index.png new file mode 100644 index 0000000..1b35d40 Binary files /dev/null and b/screenshot_index.png differ