aboutsummaryrefslogtreecommitdiff
path: root/src/html/bread.html
blob: af2a6655dab14b52ecda9181f7e82af3cacb4cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!doctype html>
<html lang="en">
 <head>
  <title>Mark's Kitchen - Bread</title>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
  <link rel="stylesheet" type="text/css" href="css/styles.css">
 </head>
 <body>
     <div class="container-fluid">
         <br>
         <h1>Bread</h1>
         <div class="row">
            <div class="col-md">
                <div class="card">
                    <div class="card-body">
                        <p class="card-text">First sourdough, mainly wheat</p>
                        <img src="first-1.jpg">
                        <img src="first-2.jpg">
			<br>
			<p>Aug 9, 2018</p>
                    </div>
                </div>
            </div>
            <div class="col-md">
                <div class="card">
                    <div class="card-body">
                        <p class="card-text">Used more white flour this time</p>
                        <img src="photo/white-1.jpg">
                        <img src="photo/white-2.jpg">
			<br>
			<p>Aug 16, 2018</p>
                    </div>
                </div>
            </div>
	 </div>	
         <div class="row">
            <div class="col-md">
                <div class="card">
                    <div class="card-body">
                        <p class="card-text">Severely messed up the recipie this time. Tried to double to get two loafs, both turned out flat.</p>
                        <img src="photo/flat1.jpg">
                        <img src="photo/flat2.jpg">
			<br>
			<p>Aug 30, 2018</p>
                    </div>
                </div>
            </div>
            <div class="col-md">
                <div class="card">
                    <div class="card-body">
                        <p class="card-text">First time using a banneton, beautiful shape. Tried a different knead style too. Rye-AP mix</p>
                        <img src="photo/ban1.jpg">
                        <img src="photo/ban2.jpg">
			<br>
			<p>Sep 19, 2018</p>
                    </div>
                </div>
            </div>
         </div>
	 <div class="row">
            <div class="col-md">
                <div class="card">
                    <div class="card-body">
                        <p class="card-text">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.</p>
                        <img src="photo/nyt1.jpg">
                        <img src="photo/nyt2.jpg">
			<br>
			<p>Sep 27, 2018</p>
                    </div>
                </div>
            </div>
            <div class="col-md">
                <div class="card">
                    <div class="card-body">
                        <p class="card-text">A twist on normal beer bread, using hard cider.</p>
                        <img src="photo/cider.jpg">
			<br>
			<p>Sep 30, 2018</p>
                    </div>
                </div>
            </div>
	</div>
	 <div class="row">
           <div class="col-md">
                <div class="card">
                    <div class="card-body">
                        <p class="card-text">Tried to make something more sandwich-y. 4 hour warm proof with wheat, rye, and corn flours. A bit dense, but not bad.</p>
                        <img src="photo/wheat.jpg">
			<br>
			<p>Sep 30, 2018</p>
                    </div>
                </div>
            </div>
	</div>
     </div>
 </body>
</html>