diff --git a/README.md b/README.md index ef2b9f5..cb8ae80 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ This Project fetches the latest substitution plan files from the specified sourc The substitutions in the database and their history can then be viewed in the web browser, where they are also being filtered by class and linked with the students timetable. +## Screenshots + +| Untis Export | Timetable V2 | +| -------------------------- | ---------------------------- | +| ![](images/untis-html.jpg) | ![](images/timetable-v2.jpg) | + ## Setup with Docker To setup Timetable V2 in a docker container, you firstly have to build the docker image: diff --git a/images/timetable-v2.jpg b/images/timetable-v2.jpg new file mode 100644 index 0000000..1bd19e8 Binary files /dev/null and b/images/timetable-v2.jpg differ diff --git a/images/untis-html.jpg b/images/untis-html.jpg new file mode 100644 index 0000000..23d3558 Binary files /dev/null and b/images/untis-html.jpg differ