From 68e78fc41182a4054f52d337b26604c9f6ef8d42 Mon Sep 17 00:00:00 2001 From: obannoncharles <158113415+obannoncharles@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:20:44 -0500 Subject: [PATCH] reorganized files aand updated href links --- VSCode.Session/recipes.code-workspace | 7 +++++++ style.css => index/css/style.css | 0 {images => index/images}/alfredo.jpeg | Bin {images => index/images}/friedchicken.jpeg | Bin {images => index/images}/salad.jpeg | Bin index.html => index/index.html | 6 +++--- {recipes => index/recipeshtml}/caesarsalad.html | 0 {recipes => index/recipeshtml}/chickenalfredo.html | 0 {recipes => index/recipeshtml}/friedchicken.html | 0 {recipes => index/recipeshtml}/shared.css | 0 README.md => readme/README.md | 0 recipes.code-workspace | 8 -------- recipesgithub | 1 - 13 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 VSCode.Session/recipes.code-workspace rename style.css => index/css/style.css (100%) rename {images => index/images}/alfredo.jpeg (100%) rename {images => index/images}/friedchicken.jpeg (100%) rename {images => index/images}/salad.jpeg (100%) rename index.html => index/index.html (69%) rename {recipes => index/recipeshtml}/caesarsalad.html (100%) rename {recipes => index/recipeshtml}/chickenalfredo.html (100%) rename {recipes => index/recipeshtml}/friedchicken.html (100%) rename {recipes => index/recipeshtml}/shared.css (100%) rename README.md => readme/README.md (100%) delete mode 100644 recipes.code-workspace delete mode 160000 recipesgithub diff --git a/VSCode.Session/recipes.code-workspace b/VSCode.Session/recipes.code-workspace new file mode 100644 index 0000000..68c0050 --- /dev/null +++ b/VSCode.Session/recipes.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "recipes/VSCode.Session" + } + ] +} \ No newline at end of file diff --git a/style.css b/index/css/style.css similarity index 100% rename from style.css rename to index/css/style.css diff --git a/images/alfredo.jpeg b/index/images/alfredo.jpeg similarity index 100% rename from images/alfredo.jpeg rename to index/images/alfredo.jpeg diff --git a/images/friedchicken.jpeg b/index/images/friedchicken.jpeg similarity index 100% rename from images/friedchicken.jpeg rename to index/images/friedchicken.jpeg diff --git a/images/salad.jpeg b/index/images/salad.jpeg similarity index 100% rename from images/salad.jpeg rename to index/images/salad.jpeg diff --git a/index.html b/index/index.html similarity index 69% rename from index.html rename to index/index.html index e7a2fd6..34c8cce 100644 --- a/index.html +++ b/index/index.html @@ -35,9 +35,9 @@

Odin Recipes

diff --git a/recipes/caesarsalad.html b/index/recipeshtml/caesarsalad.html similarity index 100% rename from recipes/caesarsalad.html rename to index/recipeshtml/caesarsalad.html diff --git a/recipes/chickenalfredo.html b/index/recipeshtml/chickenalfredo.html similarity index 100% rename from recipes/chickenalfredo.html rename to index/recipeshtml/chickenalfredo.html diff --git a/recipes/friedchicken.html b/index/recipeshtml/friedchicken.html similarity index 100% rename from recipes/friedchicken.html rename to index/recipeshtml/friedchicken.html diff --git a/recipes/shared.css b/index/recipeshtml/shared.css similarity index 100% rename from recipes/shared.css rename to index/recipeshtml/shared.css diff --git a/README.md b/readme/README.md similarity index 100% rename from README.md rename to readme/README.md diff --git a/recipes.code-workspace b/recipes.code-workspace deleted file mode 100644 index 876a149..0000000 --- a/recipes.code-workspace +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": {} -} \ No newline at end of file diff --git a/recipesgithub b/recipesgithub deleted file mode 160000 index 0f83e89..0000000 --- a/recipesgithub +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0f83e89a59a4c9866189fc44866d7009436de3a9