From db50262199a858dbf1aebae80aab9088cbcee1d1 Mon Sep 17 00:00:00 2001 From: len0rd Date: Sat, 2 Jul 2022 18:00:02 -0400 Subject: [PATCH] basic new recipe form that is not attached to anything yet --- views/pages/new_recipe.ejs | 81 ++++++++++++++++++++++++++++++++ views/pages/recipe_navigator.ejs | 3 ++ 2 files changed, 84 insertions(+) create mode 100644 views/pages/new_recipe.ejs diff --git a/views/pages/new_recipe.ejs b/views/pages/new_recipe.ejs new file mode 100644 index 0000000..83ebb6f --- /dev/null +++ b/views/pages/new_recipe.ejs @@ -0,0 +1,81 @@ + + + + + <%- include('../partials/include') %> + + + +
+ <%- include('../partials/nav') %> +
+ +
+
+
+

New Recipe

+
+
+ +
+ +
+ Recipe name required +
+
+
+
+ + +
+ Tags required as comma-separated list. Letters only. +
+
+
+ + +
+ Ingredients required +
+
+
+ + +
+ Instructions required +
+
+
+ +
+
+
+ + <%- include('../partials/post_html_include') %> + + + + diff --git a/views/pages/recipe_navigator.ejs b/views/pages/recipe_navigator.ejs index ae6df09..96b8a62 100644 --- a/views/pages/recipe_navigator.ejs +++ b/views/pages/recipe_navigator.ejs @@ -17,6 +17,9 @@

Recipes

+
+ New +