From 2b6b9c6492c78d99667442f35b9034e88a99dd04 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 9 Dec 2018 20:42:12 -0500 Subject: Update bread --- package.json | 2 +- src/css/styles.css | 16 ++++-- src/html/bread.html | 155 ++++++++++++++++++++++++---------------------------- src/html/essay.html | 29 +++++----- src/html/index.html | 2 +- 5 files changed, 102 insertions(+), 102 deletions(-) diff --git a/package.json b/package.json index fc459da..72d25da 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "run": "sudo node src/" + "run": "sudo nodejs src/" }, "author": "", "license": "ISC", diff --git a/src/css/styles.css b/src/css/styles.css index 08a5f38..90d3f1a 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -23,12 +23,20 @@ img { image-orientation: from-image; } +.card { + margin: 3em; + border: 1px solid #777777; +} + .card img { - width: 80%; - display: block; + width: 43%; + display: inline; margin-left: auto; - margin-right: auto; - margin-top: 2em; + margin-right: 3em; +} + +.feed { + width: 80%; } .sidebar { diff --git a/src/html/bread.html b/src/html/bread.html index af2a665..693783f 100644 --- a/src/html/bread.html +++ b/src/html/bread.html @@ -1,99 +1,88 @@ - - Mark's Kitchen - Bread - - - - - - -
-
-

Bread

-
-
-
-
-

First sourdough, mainly wheat

- - -
-

Aug 9, 2018

-
+ + + Mark's Kitchen - Bread + + + + + + + +
+
+

Bread

+
+
+
+

First sourdough, mainly wheat

+ + +
+

Aug 9, 2018

-
-
-
-

Used more white flour this time

- - -
-

Aug 16, 2018

-
+
+
+

Used more white flour this time

+ + +
+

Aug 16, 2018

-
-
-
-
-
-

Severely messed up the recipie this time. Tried to double to get two loafs, both turned out flat.

- - -
-

Aug 30, 2018

-
+
+
+

Severely messed up the recipie this time. Tried to double to get two loafs, + both turned out flat.

+ + +
+

Aug 30, 2018

-
-
-
-

First time using a banneton, beautiful shape. Tried a different knead style too. Rye-AP mix

- - -
-

Sep 19, 2018

-
+
+
+

First time using a banneton, beautiful shape. Tried a different knead style + too. Rye-AP mix

+ + +
+

Sep 19, 2018

-
-
-
-
-
-

I wanted to try the NY Times no knead recipie. Bread turned out delicious. Will try to tranfer to a loaf shape next time for slices.

- - -
-

Sep 27, 2018

-
+
+
+

I wanted to try the NY Times no knead recipie. Bread turned out delicious. + Will try to tranfer to a loaf shape next time for slices.

+ + +
+

Sep 27, 2018

-
-
-
-

A twist on normal beer bread, using hard cider.

- -
-

Sep 30, 2018

-
+
+
+

A twist on normal beer bread, using hard cider.

+ +
+

Sep 30, 2018

-
-
-
-
-
-

Tried to make something more sandwich-y. 4 hour warm proof with wheat, rye, and corn flours. A bit dense, but not bad.

- -
-

Sep 30, 2018

-
+
+
+

Tried to make something more sandwich-y. 4 hour warm proof with wheat, rye, + and corn flours. A bit dense, but not bad.

+ +
+

Sep 30, 2018

-
-
- - +
+
+
+
+ + + \ No newline at end of file diff --git a/src/html/essay.html b/src/html/essay.html index a3e88e1..6d3cd62 100644 --- a/src/html/essay.html +++ b/src/html/essay.html @@ -1,16 +1,18 @@ - - Mark's Kitchen - Essay - - - - - - -
-
-

Essay

+ + Mark's Kitchen - Essay + + + + + + + +
+
+

Essay

+

@@ -20,6 +22,7 @@ Read

-
- +
+
+ diff --git a/src/html/index.html b/src/html/index.html index 0e15b8c..ed90fe7 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -16,7 +16,7 @@ -
+

-- cgit v1.2.3