-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
219 lines (199 loc) · 7.81 KB
/
index.html
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Ryad Chair" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="../assets/images/image-omelette.jpeg"
/>
<link rel="stylesheet" href="../css/vendors.css" />
<link rel="stylesheet" href="../css/reset.css" />
<link rel="stylesheet" href="../css/variables.css" />
<link rel="stylesheet" href="../css/utils.css" />
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="../css/responsive.css" />
<title>Les omelettes du chef | Recipe page</title>
</head>
<body>
<div class="container">
<figure class="figure">
<img
src="../assets/images/image-omelette.jpeg"
alt="Photo d'une omelette"
class="figure__img"
/>
</figure>
<h1 class="main-title">Simple Omelette Recipe</h1>
<aside class="recipe-description">
An easy and quick dish, perfect for any meal. This classic omelette
combines beaten eggs cooked to perfection, optionally filled with your
choice of cheese, vegetables, or meats.
</aside>
<section class="section-preparation-time">
<h2 class="section-preparation-time__title title-h2 title-h2--info">
Preparation time
</h2>
<ul class="section-preparation-time__list">
<li class="section-preparation-time__item-list custom-puce">
<p class="section-preparation-time__item-list-paragraph">
<em
class="section-preparation-time__important-word important-word"
>Total</em
>: Approximately 10 minutes
</p>
</li>
<li class="section-preparation-time__item-list custom-puce">
<p class="section-preparation-time__item-list-paragraph">
<em
class="section-preparation-time__important-word important-word"
>Preparation</em
>: 5 minutes
</p>
</li>
<li class="section-preparation-time__item-list custom-puce">
<p class="section-preparation-time__item-list-paragraph">
<em
class="section-preparation-time__important-word important-word"
>Cooking</em
>: 5 minutes
</p>
</li>
</ul>
</section>
<section class="section-ingredients line-effect">
<h2 class="section-ingredients__title title-h2">Ingredients</h2>
<ul class="section-ingredients__list">
<li class="section-ingredients__item-list custom-puce">
<p class="section-ingredients__item-list-paragraph">
2-3 large eggs
</p>
</li>
<li class="section-ingredients__item-list custom-puce">
<p class="section-ingredients__item-list-paragraph">
Salt, to taste
</p>
</li>
<li class="section-ingredients__item-list custom-puce">
<p class="section-ingredients__item-list-paragraph">
Pepper, to taste
</p>
</li>
<li class="section-ingredients__item-list custom-puce">
<p class="section-ingredients__item-list-paragraph">
1 tablespoon of butter or oil
</p>
</li>
<li class="section-ingredients__item-list custom-puce">
<p class="section-ingredients__item-list-paragraph">
Optional fillings: cheese, diced vegetables, cooked meats, herbs
</p>
</li>
</ul>
</section>
<section class="section-instructions line-effect">
<h2 class="section-instructions__title title-h2">Instructions</h2>
<ol class="section-instructions__list">
<li class="section-instructions__item-list custom-puce">
<p class="section-instructions__item-list-paragraph">
<b
class="section-instructions-time__important-word important-word"
>Beat the eggs</b
>: In a bowl, beat the eggs with a pinch of salt and pepper until
they are well mixed. You can add a tablespoon of water or milk for
a fluffier texture.
</p>
</li>
<li class="section-instructions__item-list custom-puce">
<p class="section-instructions__item-list-paragraph">
<b
class="section-instructions-time__important-word important-word"
>Heat the pan</b
>: Place a non-stick frying pan over medium heat and add butter or
oil.
</p>
</li>
<li class="section-instructions__item-list custom-puce">
<p class="section-instructions__item-list-paragraph">
<b
class="section-instructions-time__important-word important-word"
>Cook the omelette</b
>: Once the butter is melted and bubbling, pour in the eggs. Tilt
the pan to ensure the eggs evenly coat the surface.
</p>
</li>
<li class="section-instructions__item-list custom-puce">
<p class="section-instructions__item-list-paragraph">
<b
class="section-instructions-time__important-word important-word"
>Add fillings (optional)</b
>: When the eggs begin to set at the edges but are still slightly
runny in the middle, sprinkle your chosen fillings over one half
of the omelette.
</p>
</li>
<li class="section-instructions__item-list custom-puce">
<p class="section-instructions__item-list-paragraph">
<b
class="section-instructions-time__important-word important-word"
>Fold and serve</b
>: As the omelette continues to cook, carefully lift one edge and
fold it over the fillings. Let it cook for another minute, then
slide it onto a plate.
</p>
</li>
<li class="section-instructions__item-list custom-puce">
<p class="section-instructions__item-list-paragraph">
<b
class="section-instructions-time__important-word important-word"
>Enjoy</b
>: Serve hot, with additional salt and pepper if needed.
</p>
</li>
</ol>
</section>
<section class="section-nutrition">
<h2 class="section-nutrition__title title-h2">Nutrition</h2>
<p class="section-nutrition__paragraph">
The table below shows nutritional values per serving without the
additional fillings.
</p>
<table class="section-nutrition__table table">
<thead class="table__head">
<tr class="table__tr">
<th class="table__th border-bottom-cell" scope="row">Calories</th>
<td class="table__td border-bottom-cell">277kcal</td>
</tr>
<tr class="table__tr">
<th class="table__th border-bottom-cell" scope="row">
Magnesium
</th>
<td class="table__td border-bottom-cell">0g</td>
</tr>
<tr class="table__tr">
<th class="table__th border-bottom-cell" scope="row">Protein</th>
<td class="table__td border-bottom-cell">20g</td>
</tr>
<tr class="table__tr">
<th class="table__th" scope="row">Fat</th>
<td class="table__td">22g</td>
</tr>
</thead>
</table>
</section>
</div>
</body>
</html>
<!--
Calories
277kcal
Carbs
0g
Protein
20g
Fat
22g
-->