From e798e08e6acb211e470142925477bde47efabc33 Mon Sep 17 00:00:00 2001 From: KMaina Date: Tue, 30 Oct 2018 22:05:08 +0300 Subject: [PATCH 1/3] [Chore #161585978] Rename the UI folder to assets --- {UI => assets}/add_user.html | 0 {UI => assets}/all_users.html | 0 {UI => assets}/cart.html | 0 {UI => assets}/css/reset.css | 0 {UI => assets}/css/styles.css | 0 {UI => assets}/edit_product.html | 0 {UI => assets}/js/script.js | 0 {UI => assets}/new_product.html | 0 {UI => assets}/product-order.html | 0 {UI => assets}/product_overview.html | 0 {UI => assets}/profile.html | 0 {UI => assets}/sales_record.html | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {UI => assets}/add_user.html (100%) rename {UI => assets}/all_users.html (100%) rename {UI => assets}/cart.html (100%) rename {UI => assets}/css/reset.css (100%) rename {UI => assets}/css/styles.css (100%) rename {UI => assets}/edit_product.html (100%) rename {UI => assets}/js/script.js (100%) rename {UI => assets}/new_product.html (100%) rename {UI => assets}/product-order.html (100%) rename {UI => assets}/product_overview.html (100%) rename {UI => assets}/profile.html (100%) rename {UI => assets}/sales_record.html (100%) diff --git a/UI/add_user.html b/assets/add_user.html similarity index 100% rename from UI/add_user.html rename to assets/add_user.html diff --git a/UI/all_users.html b/assets/all_users.html similarity index 100% rename from UI/all_users.html rename to assets/all_users.html diff --git a/UI/cart.html b/assets/cart.html similarity index 100% rename from UI/cart.html rename to assets/cart.html diff --git a/UI/css/reset.css b/assets/css/reset.css similarity index 100% rename from UI/css/reset.css rename to assets/css/reset.css diff --git a/UI/css/styles.css b/assets/css/styles.css similarity index 100% rename from UI/css/styles.css rename to assets/css/styles.css diff --git a/UI/edit_product.html b/assets/edit_product.html similarity index 100% rename from UI/edit_product.html rename to assets/edit_product.html diff --git a/UI/js/script.js b/assets/js/script.js similarity index 100% rename from UI/js/script.js rename to assets/js/script.js diff --git a/UI/new_product.html b/assets/new_product.html similarity index 100% rename from UI/new_product.html rename to assets/new_product.html diff --git a/UI/product-order.html b/assets/product-order.html similarity index 100% rename from UI/product-order.html rename to assets/product-order.html diff --git a/UI/product_overview.html b/assets/product_overview.html similarity index 100% rename from UI/product_overview.html rename to assets/product_overview.html diff --git a/UI/profile.html b/assets/profile.html similarity index 100% rename from UI/profile.html rename to assets/profile.html diff --git a/UI/sales_record.html b/assets/sales_record.html similarity index 100% rename from UI/sales_record.html rename to assets/sales_record.html From 6847105d56a7b9d6905167d8386aefc9073de565 Mon Sep 17 00:00:00 2001 From: KMaina Date: Tue, 30 Oct 2018 22:11:14 +0300 Subject: [PATCH 2/3] [Chore #161585978] Add all html files to the pages folder --- {assets => pages}/add_user.html | 0 {assets => pages}/all_users.html | 0 {assets => pages}/cart.html | 0 {assets => pages}/edit_product.html | 0 {assets => pages}/new_product.html | 0 {assets => pages}/product-order.html | 0 {assets => pages}/product_overview.html | 0 {assets => pages}/profile.html | 0 {assets => pages}/sales_record.html | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {assets => pages}/add_user.html (100%) rename {assets => pages}/all_users.html (100%) rename {assets => pages}/cart.html (100%) rename {assets => pages}/edit_product.html (100%) rename {assets => pages}/new_product.html (100%) rename {assets => pages}/product-order.html (100%) rename {assets => pages}/product_overview.html (100%) rename {assets => pages}/profile.html (100%) rename {assets => pages}/sales_record.html (100%) diff --git a/assets/add_user.html b/pages/add_user.html similarity index 100% rename from assets/add_user.html rename to pages/add_user.html diff --git a/assets/all_users.html b/pages/all_users.html similarity index 100% rename from assets/all_users.html rename to pages/all_users.html diff --git a/assets/cart.html b/pages/cart.html similarity index 100% rename from assets/cart.html rename to pages/cart.html diff --git a/assets/edit_product.html b/pages/edit_product.html similarity index 100% rename from assets/edit_product.html rename to pages/edit_product.html diff --git a/assets/new_product.html b/pages/new_product.html similarity index 100% rename from assets/new_product.html rename to pages/new_product.html diff --git a/assets/product-order.html b/pages/product-order.html similarity index 100% rename from assets/product-order.html rename to pages/product-order.html diff --git a/assets/product_overview.html b/pages/product_overview.html similarity index 100% rename from assets/product_overview.html rename to pages/product_overview.html diff --git a/assets/profile.html b/pages/profile.html similarity index 100% rename from assets/profile.html rename to pages/profile.html diff --git a/assets/sales_record.html b/pages/sales_record.html similarity index 100% rename from assets/sales_record.html rename to pages/sales_record.html From c2acb9ec13c06b1be4b498e4de36b10ca3a1f52f Mon Sep 17 00:00:00 2001 From: KMaina Date: Tue, 30 Oct 2018 22:25:22 +0300 Subject: [PATCH 3/3] [Chore #161585978] Correct the links for the css --- index.html | 4 ++-- pages/add_user.html | 4 ++-- pages/all_users.html | 4 ++-- pages/cart.html | 4 ++-- pages/edit_product.html | 4 ++-- pages/new_product.html | 4 ++-- pages/product-order.html | 4 ++-- pages/product_overview.html | 4 ++-- pages/profile.html | 4 ++-- pages/sales_record.html | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index b297463..380c26a 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ - - + + Log In diff --git a/pages/add_user.html b/pages/add_user.html index 9ba215c..109dae7 100644 --- a/pages/add_user.html +++ b/pages/add_user.html @@ -4,8 +4,8 @@ - - + + Add User diff --git a/pages/all_users.html b/pages/all_users.html index a90c1e4..5ae0e40 100644 --- a/pages/all_users.html +++ b/pages/all_users.html @@ -4,8 +4,8 @@ - - + + Document diff --git a/pages/cart.html b/pages/cart.html index 69be8fd..b5febf5 100644 --- a/pages/cart.html +++ b/pages/cart.html @@ -4,8 +4,8 @@ - - + + Cart Checkout diff --git a/pages/edit_product.html b/pages/edit_product.html index 2907e25..5dc9f58 100644 --- a/pages/edit_product.html +++ b/pages/edit_product.html @@ -4,8 +4,8 @@ - - + + Edit Product diff --git a/pages/new_product.html b/pages/new_product.html index e36901a..a1350af 100644 --- a/pages/new_product.html +++ b/pages/new_product.html @@ -4,8 +4,8 @@ - - + + New product diff --git a/pages/product-order.html b/pages/product-order.html index c48cbee..5e85415 100644 --- a/pages/product-order.html +++ b/pages/product-order.html @@ -4,8 +4,8 @@ - - + + Shop diff --git a/pages/product_overview.html b/pages/product_overview.html index 8ba92f4..b90a524 100644 --- a/pages/product_overview.html +++ b/pages/product_overview.html @@ -4,8 +4,8 @@ - - + + Product Overview diff --git a/pages/profile.html b/pages/profile.html index ed671ef..670e294 100644 --- a/pages/profile.html +++ b/pages/profile.html @@ -4,8 +4,8 @@ - - + + Profile diff --git a/pages/sales_record.html b/pages/sales_record.html index f505a69..6023a68 100644 --- a/pages/sales_record.html +++ b/pages/sales_record.html @@ -4,8 +4,8 @@ - - + + Sales Report