From c2d49aabb85999fd2c4dd3e9beae204e60580706 Mon Sep 17 00:00:00 2001 From: Xi Zhang Date: Thu, 7 Sep 2023 14:41:05 -0500 Subject: [PATCH] Use HTML for recipes --- public/recipes/index.html | 62 ++++++++++++ public/recipes/oven-roasted-vegetables.html | 105 ++++++++++++++++++++ public/recipes/oven-vegetables.html | 49 --------- public/xi.css | 5 + 4 files changed, 172 insertions(+), 49 deletions(-) create mode 100755 public/recipes/index.html create mode 100644 public/recipes/oven-roasted-vegetables.html delete mode 100644 public/recipes/oven-vegetables.html diff --git a/public/recipes/index.html b/public/recipes/index.html new file mode 100755 index 0000000..c83aa4a --- /dev/null +++ b/public/recipes/index.html @@ -0,0 +1,62 @@ + + + + + + Xi + + + + + +
+

Culture Bobbin

+
+ +
+ +
+ + diff --git a/public/recipes/oven-roasted-vegetables.html b/public/recipes/oven-roasted-vegetables.html new file mode 100644 index 0000000..072e1b7 --- /dev/null +++ b/public/recipes/oven-roasted-vegetables.html @@ -0,0 +1,105 @@ + + + Oven Vegetables + + + + + + +
+

Culture Bobbin

+
+ +
+
+

Oven Roasted Vegetables

+

Ingredients

+

Steps

+
    +
  1. Input squash, roots, and alliums for 45 minutes
  2. +
  3. Brassica, and mushrooms for 25 minutes
  4. +
  5. Drizzel vegetables with some olive oil, and season with salt, pepper, and oregano
  6. +
+
+
+ + diff --git a/public/recipes/oven-vegetables.html b/public/recipes/oven-vegetables.html deleted file mode 100644 index a59e05b..0000000 --- a/public/recipes/oven-vegetables.html +++ /dev/null @@ -1,49 +0,0 @@ - - - Oven Vegetables - - - - - diff --git a/public/xi.css b/public/xi.css index a9491aa..82a4caa 100755 --- a/public/xi.css +++ b/public/xi.css @@ -62,6 +62,11 @@ nav ul a { justify-content: center; } +.recipes { + list-style: none; + padding-inline-start: 0px; +} + .social-media { display: flex; padding-left: 30px;