diff --git a/first/Procfile b/Procfile similarity index 100% rename from first/Procfile rename to Procfile diff --git a/first/main.py b/main.py similarity index 100% rename from first/main.py rename to main.py diff --git a/first/requirements.txt b/requirements.txt similarity index 100% rename from first/requirements.txt rename to requirements.txt diff --git a/first/static/.gitignore b/static/.gitignore similarity index 100% rename from first/static/.gitignore rename to static/.gitignore diff --git a/first/static/images/pixel.png b/static/images/pixel.png similarity index 100% rename from first/static/images/pixel.png rename to static/images/pixel.png diff --git a/first/static/install.sh b/static/install.sh similarity index 100% rename from first/static/install.sh rename to static/install.sh diff --git a/first/static/remove.sh b/static/remove.sh similarity index 100% rename from first/static/remove.sh rename to static/remove.sh diff --git a/first/templates/achievements.html b/templates/achievements.html similarity index 100% rename from first/templates/achievements.html rename to templates/achievements.html diff --git a/first/templates/base.html b/templates/base.html similarity index 100% rename from first/templates/base.html rename to templates/base.html diff --git a/first/templates/index.html b/templates/index.html similarity index 100% rename from first/templates/index.html rename to templates/index.html diff --git a/first/templates/school.html b/templates/school.html similarity index 100% rename from first/templates/school.html rename to templates/school.html