diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index b0c8a43..472e913 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ template_education/images/* +travel_web/images/* +msc_web/images/* +fitness_app/images/* diff --git a/template_fitness/style3.css b/fitness_app/style3.css old mode 100644 new mode 100755 similarity index 94% rename from template_fitness/style3.css rename to fitness_app/style3.css index faf918d..e78c919 --- a/template_fitness/style3.css +++ b/fitness_app/style3.css @@ -1,7 +1,7 @@ *{padding: 0; margin: 0;} #header{ - background-image: url(images_3/wall1.jpg); + background-image: url(images/wall1.jpg); height: 80vh; background-size: cover; background-position: center; diff --git a/template_fitness/template3.html b/fitness_app/template3.html old mode 100644 new mode 100755 similarity index 98% rename from template_fitness/template3.html rename to fitness_app/template3.html index 4b20fba..6d2e971 --- a/template_fitness/template3.html +++ b/fitness_app/template3.html @@ -14,7 +14,7 @@