From b07ec7a2c5f650ef4ad686c9b42ff111dc129955 Mon Sep 17 00:00:00 2001 From: sqozz Date: Tue, 27 Jun 2017 22:36:02 +0200 Subject: [PATCH] Add screenshots to README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 405eed8..1e62f15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Ampel - Version 0.1 aka "better scm this shit" +## Ampel - Version 0.2 aka "now it's almost pretty" This lovely piece of code is designed to display traffic lights indicating the presence or absence of anything. It is designed to run on any OS running python3 and a reasonable modern browser. Yes, even Windows is supported @@ -6,6 +6,14 @@ but not yet tested (comming soon™). The main porpuse is intendet for 2-3 lights indicating the availability of employees. +![dashboard](https://files.geekify.de/ampel/dashboard.png) + + +![management](https://files.geekify.de/ampel/management.png) + + +![login](https://files.geekify.de/ampel/login.png) + ## Installation 1. `virtualenv -p python3 venv` 2. `source ./venv/bin/activate`