From b8bf030017f2b593b6e45e2cee0ffa896eb0d044 Mon Sep 17 00:00:00 2001 From: jsriwongsa Date: Sat, 13 May 2023 09:09:34 -0500 Subject: [PATCH] renamed template1 -> template_education. renamed template2 -> template_travel --- .gitignore | 2 +- {template1 => template_education}/style.css | 0 {template1 => template_education}/template1.html | 0 {template2 => template_travel}/style2.css | 0 {template2 => template_travel}/template2.html | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {template1 => template_education}/style.css (100%) rename {template1 => template_education}/template1.html (100%) rename {template2 => template_travel}/style2.css (100%) rename {template2 => template_travel}/template2.html (100%) diff --git a/.gitignore b/.gitignore index 17c1e96..b0c8a43 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -template1/images/* \ No newline at end of file +template_education/images/* diff --git a/template1/style.css b/template_education/style.css similarity index 100% rename from template1/style.css rename to template_education/style.css diff --git a/template1/template1.html b/template_education/template1.html similarity index 100% rename from template1/template1.html rename to template_education/template1.html diff --git a/template2/style2.css b/template_travel/style2.css similarity index 100% rename from template2/style2.css rename to template_travel/style2.css diff --git a/template2/template2.html b/template_travel/template2.html similarity index 100% rename from template2/template2.html rename to template_travel/template2.html