From 4c44f0a14146acc754051c8d550521e332ccf6a8 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 31 Mar 2017 20:35:16 +0100 Subject: [PATCH] Repo refactor --- website/.gitignore => .gitignore | 0 {Icons => icons}/L.png | Bin {Icons => icons}/P.png | Bin {Icons => icons}/S.png | Bin {Icons => icons}/U.png | Bin {website/static => static}/bg.jpg | Bin {website/static => static}/progressbar.js | 0 {website/templates => templates}/buy.html | 0 {website/templates => templates}/index.html | 0 {website/templates => templates}/layout.html | 0 {website/templates => templates}/payment.html | 0 {website/templates => templates}/wait.html | 0 website/webinterface.py => webinterface.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename website/.gitignore => .gitignore (100%) rename {Icons => icons}/L.png (100%) rename {Icons => icons}/P.png (100%) rename {Icons => icons}/S.png (100%) rename {Icons => icons}/U.png (100%) rename {website/static => static}/bg.jpg (100%) rename {website/static => static}/progressbar.js (100%) rename {website/templates => templates}/buy.html (100%) rename {website/templates => templates}/index.html (100%) rename {website/templates => templates}/layout.html (100%) rename {website/templates => templates}/payment.html (100%) rename {website/templates => templates}/wait.html (100%) rename website/webinterface.py => webinterface.py (100%) diff --git a/website/.gitignore b/.gitignore similarity index 100% rename from website/.gitignore rename to .gitignore diff --git a/Icons/L.png b/icons/L.png similarity index 100% rename from Icons/L.png rename to icons/L.png diff --git a/Icons/P.png b/icons/P.png similarity index 100% rename from Icons/P.png rename to icons/P.png diff --git a/Icons/S.png b/icons/S.png similarity index 100% rename from Icons/S.png rename to icons/S.png diff --git a/Icons/U.png b/icons/U.png similarity index 100% rename from Icons/U.png rename to icons/U.png diff --git a/website/static/bg.jpg b/static/bg.jpg similarity index 100% rename from website/static/bg.jpg rename to static/bg.jpg diff --git a/website/static/progressbar.js b/static/progressbar.js similarity index 100% rename from website/static/progressbar.js rename to static/progressbar.js diff --git a/website/templates/buy.html b/templates/buy.html similarity index 100% rename from website/templates/buy.html rename to templates/buy.html diff --git a/website/templates/index.html b/templates/index.html similarity index 100% rename from website/templates/index.html rename to templates/index.html diff --git a/website/templates/layout.html b/templates/layout.html similarity index 100% rename from website/templates/layout.html rename to templates/layout.html diff --git a/website/templates/payment.html b/templates/payment.html similarity index 100% rename from website/templates/payment.html rename to templates/payment.html diff --git a/website/templates/wait.html b/templates/wait.html similarity index 100% rename from website/templates/wait.html rename to templates/wait.html diff --git a/website/webinterface.py b/webinterface.py similarity index 100% rename from website/webinterface.py rename to webinterface.py