From fb3a164b4020cfabdf425b8e5108fbdcff4754e1 Mon Sep 17 00:00:00 2001 From: JSriwongsa Date: Thu, 18 May 2023 16:10:53 -0500 Subject: [PATCH] renamed directories. added subdirectories images/* to .gitignore --- .gitignore | 3 +++ {template_fitness => fitness_app}/style3.css | 2 +- {template_fitness => fitness_app}/template3.html | 4 ++-- {template_education => msc_web}/style.css | 0 {template_education => msc_web}/template1.html | 0 {template_travel => travel_web}/style2.css | 0 {template_travel => travel_web}/template2.html | 0 7 files changed, 6 insertions(+), 3 deletions(-) mode change 100644 => 100755 .gitignore rename {template_fitness => fitness_app}/style3.css (94%) mode change 100644 => 100755 rename {template_fitness => fitness_app}/template3.html (98%) mode change 100644 => 100755 rename {template_education => msc_web}/style.css (100%) mode change 100644 => 100755 rename {template_education => msc_web}/template1.html (100%) mode change 100644 => 100755 rename {template_travel => travel_web}/style2.css (100%) mode change 100644 => 100755 rename {template_travel => travel_web}/template2.html (100%) mode change 100644 => 100755 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 @@