From 3774f5743cf854b91f4299d606add38658cb46af Mon Sep 17 00:00:00 2001 From: junikimm717 <68165832+junikimm717@users.noreply.github.com> Date: Wed, 5 May 2021 22:33:07 -0400 Subject: [PATCH] moved everything --- first/Procfile => Procfile | 0 first/main.py => main.py | 0 first/requirements.txt => requirements.txt | 0 {first/static => static}/.gitignore | 0 {first/static => static}/images/pixel.png | Bin {first/static => static}/install.sh | 0 {first/static => static}/remove.sh | 0 {first/templates => templates}/achievements.html | 0 {first/templates => templates}/base.html | 0 {first/templates => templates}/index.html | 0 {first/templates => templates}/school.html | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename first/Procfile => Procfile (100%) rename first/main.py => main.py (100%) rename first/requirements.txt => requirements.txt (100%) rename {first/static => static}/.gitignore (100%) rename {first/static => static}/images/pixel.png (100%) rename {first/static => static}/install.sh (100%) rename {first/static => static}/remove.sh (100%) rename {first/templates => templates}/achievements.html (100%) rename {first/templates => templates}/base.html (100%) rename {first/templates => templates}/index.html (100%) rename {first/templates => templates}/school.html (100%) 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