diff --git a/README.md b/README.md index 39db590..46a329f 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ Its a website! Node/npm 1. From this directory install dependencies with `npm install` 2. Run the server with `npm start` + +## Build the docker image + +`docker build -t leo_website:latest .` diff --git a/assets/css/site.css b/assets/css/site.css index 53d3fa0..3448fbd 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -25,10 +25,6 @@ transform: translateX(-50%) translateY(-50%); } -.navbar-transparent { - background-color: transparent; - border-color: rgba(255, 255, 255, 0.4); -} .cenMain { padding-top: 40%; diff --git a/recipes/ovenRoastedAsparagus.md b/recipes/ovenRoastedAsparagus.md new file mode 100644 index 0000000..057f23d --- /dev/null +++ b/recipes/ovenRoastedAsparagus.md @@ -0,0 +1,23 @@ +# Oven Roasted Asparagus + +#dinner #side + +*yields: 4 servings [Reference](https://www.allrecipes.com/recipe/214931/oven-roasted-asparagus/)* + +## Ingredients + +Measure | Unit | Weight | Ingredient +--------|------|--------|----------- +1 Bunch | | | Asparagus +3 | tbsp | | Olive Oil +1 1/2 | tbsp | | Grated Parmessan Cheese +1 | clove | | Garlic +1 | tsp | | Salt +1/2 | tsp | | Black Pepper +1 | tbsp | | Lemon Juice + +## Instructions + +1. Preheat oven to 425 +2. Place asparagus on baking sheet. Drizzle with oil and all ingredients. Toss to coat +3. Bake 12-15 minutes diff --git a/assets/img/favicon.ico b/views/pages/favicon.ico similarity index 100% rename from assets/img/favicon.ico rename to views/pages/favicon.ico diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 8c29f3d..10f9196 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -18,9 +18,9 @@
- +
- \ No newline at end of file + diff --git a/views/partials/nav.ejs b/views/partials/nav.ejs index 1cae67e..4400161 100644 --- a/views/partials/nav.ejs +++ b/views/partials/nav.ejs @@ -1,15 +1,15 @@ -