Initial commit

This commit is contained in:
Andrew Miner
2016-12-10 14:32:06 -08:00
commit 66b2df8b30
50 changed files with 2043 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

+49
View File
@@ -0,0 +1,49 @@
doctype html
html
head
link(href="/style.css" rel="stylesheet" type="text/css")
body.recipe
h1 Tzatziki
section.ingredients
.image
img(src="final.png")
.list
table
tr
td 1 cup
td greek yogurt
tr
td 1
td cucumber (large)
tr
td 2 cloves
td garlic (diced)
tr
td 1 tsp
td lemon zest
tr
td 1 tbsp
td lemon juice
tr
td 2 tbsp
td dill (fresh, chopped)
tr
td
td salt & pepper
section.directions
table
tr
td 1
td Peel the cucumber, quarter, and remove all the seeds. Dice finely.
td 15 min
tr
td 2
td Combine all the ingredients in a mixing bowl.
td 2 min
tr
td 3
td Chill before serving.
td 30 min