forked from CodeYourFuture/HTML-CSS-Coursework-Week1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (142 loc) · 7.21 KB
/
index.html
File metadata and controls
149 lines (142 loc) · 7.21 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>My Blog</title>
<link href="//fonts.googleapis.com/css?family=Roboto:400,500,300" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<header>
<div class="top-line">
<div class="container">
<img src="img/food-serving.png" alt="" class="logo">
</div>
</div>
<div class="container">
<h1>How to Make Kimchi</h1>
<div class="description">
<a href="#" id="author-name">Ivan Zhukov</a>
<div id="author-img"></div>
<span id="page-date">02.06.2021</span>
</div>
<p>Kimchi, a staple in Korean cuisine, is a traditional side dish of salted and fermented vegetables, such
as napa cabbage and Korean radish, made with a widely varying selection of seasonings including
gochugaru (chili powder), spring onions, garlic, ginger, and jeotgal (salted seafood), etc. It is also
used in a variety of soups.</p>
</div>
</header>
<main>
<div class="container">
<article class="steps-wrap">
<h2>Ingredients</h2>
<ul class='list'>
<li class='list-item'>75g white cabbage</li>
<li class='list-item'> 75g red cabbage</li>
<li class='list-item'>50g fresh beetroot, peeled and chopped into matchsticks</li>
<li class='list-item'>1.5ltrs bottled water (or boiled and cooled tap water)</li>
<li class='list-item'>25g sea salt (don't worry, you won't be eating this!)</li>
</ul>
<span>For the flavourings</span>
<ul class="list">
<li class="list-item">1 carrot (50g), scrubbed and grated</li>
<li class="list-item">1 spring onion, thinly sliced</li>
<li class="list-item">50g radishes, chopped into matchsticks</li>
<li class="list-item">1 garlic clove, finely sliced</li>
<li class="list-item">2.5cm piece ginger, peeled and grated</li>
<li class="list-item">½ tsp chilli powder</li>
<li class="list-item">½ tsp paprika</li>
<li class="list-item">1 tbsp reduced-salt soy sauce</li>
</ul>
<span>You will need 500ml glass <a href="https://www.ikea.com/gb/en/cat/jars-tins-15950/"
target="_blank">jar with
lid</a>, and a small glass jar that fits inside it, both
sterilised</span>
</article>
<article class="steps-wrap">
<h2>1. Massage in the salt</h2>
<img src="https://realfood.tesco.com/media/images/kimchi-step-1-1639f53a-0fd9-4c9a-a13b-d2c5cc99cbfb-0-636x418.jpg"
alt="preparation">
<p>
Rinse the cabbage leaves under running water, pat dry with kitchen paper, then chop to your desired
thickness. Put in a bowl with the <a href="https://en.wikipedia.org/wiki/Beetroot"
target="_blank">beetroot</a>, add
the salt and, with clean hands, firmly massage it
into the vegetables. Salt is important for fermenting vegetables as it helps to draw the juices out
and preserves the crispy crunch. The majority of it will get rinsed off. If you’re limiting salt,
ferments can still work with lower levels, they just won’t last as long.</p>
<p>Pour 500ml water over the cabbage and beetroot, then sit a plate on top to push the vegetables down
so they are submerged. Set aside to soak for 2 hrs.</p>
</article>
<div class="steps-wrap">
<h2>2. Rinse the veg</h2>
<img src="https://realfood.tesco.com/media/images/kimchi-step-2-574ebb24-1335-4d1b-8236-11ee3f519bca-0-636x418.jpg"
alt="rinse the veg">
<p>Drain the cabbage and beetroot and, with the remaining water, rinse 3 times to get rid of the excess
salt. Squeeze out any excess water, then return to the bowl.</p>
<p>Chlorine found in tap water can inhibit the microbes required for <a
href="https://en.wikipedia.org/wiki/Fermentation" target="_blank">fermentation</a> – which is
why you use
bottled (or boiled and cooled) water for this recipe.</p>
</div>
<article class="steps-wrap">
<h2>3. Prepare the flavourings</h2>
<img src="https://realfood.tesco.com/media/images/kimchi-step-3-4fed613d-e881-4d11-96d3-25336ff45a9c-0-636x418.jpg"
alt="Prepare the flavourings">
<p>Add the flavourings to the bowl and mix well. Mix and match flavourings as you like – you could also
try adding cucumbers or <a href="https://en.wikipedia.org/wiki/Chives" target="_blank">chives</a>.
</p>
</article>
<article class="steps-wrap">
<h2>4. Cover the kimchi</h2>
<img src="https://realfood.tesco.com/media/images/kimchi-step-4-5c45dab4-0200-4f2f-ad87-93886fd8a0ae-0-636x418.jpg"
alt="kimchi in a jar">
<p>Transfer the mixture to a sterilised 500ml jar and use a spoon to press it down so there’s a layer of
liquid separating the raw kimchi and the air above. Put the small sterilised jar on top of the raw
kimchi, making sure that all the vegetables are fully submerged.</p>
<p>This helps remove oxygen, supporting the growth of the right types of microbes (which grow best
without oxygen). With the small <a href="https://www.ikea.com/gb/en/cat/jars-tins-15950/"
target="_blank">jar</a> still inside, screw the lid on and leave at room temperature
(ideally 18-22°C), out of direct sunlight, for 3 days.</p>
</article>
<article class="steps-wrap">
<h2>5. Unscrew the jar</h2>
<img src="https://realfood.tesco.com/media/images/kimchi-step-5-e88da2aa-aeee-4a79-b25a-9765366dcddb-0-636x418.jpg"
alt="kimchi in a jar">
<p>Each day, unscrew the lid for a few seconds to release any gas that has built up. Reseal. This allow
the gases to escape regularly so the pressure doesn’t build up too much inside the <a
href="https://www.ikea.com/gb/en/cat/jars-tins-15950/" target="_blank">jar</a>. Think of it
as 'burping' your kimchi!</p>
<p>After 3 days your kimchi is ready for its first taste. It should have a slight acidic bite and
softened crunch. If you’re missing that, leave for an extra 1-2 days.</p>
</article>
<article class="steps-wrap">
<h2>6. Enjoy your kimchi</h2>
<img src="https://realfood.tesco.com/media/images/1400x919-Kimchi-e46b14bf-9745-487f-aedc-1bb38b88f510-0-1400x919.jpg"
alt="kimchi in a jar">
<p>Once it’s reached your preferred flavour, remove the small jar and put the kimchi jar in the fridge
with the lid sealed tight to trap the gas, creating the fizziness of traditional kimchi. Leave it
for 2 weeks to allow the flavours to develop, then enjoy with eggs, salads or on crackers with <a
href="https://en.wikipedia.org/wiki/Feta" target="_blank">feta</a>.
</p>
</article>
</div>
</main>
<footer>
<div class="container">
<div class="footer-wrap">
<img src="img/food-serving.png" alt="" class="logo">
<span>Recipes from Safe Food for safe life</span>
</div>
</div>
</footer>
</body>
</html>