This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
forked from magdapaluch/CookingLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipe.html
170 lines (160 loc) · 7.74 KB
/
recipe.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Nauka Gotowania</title>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Quicksand:400,700&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<div class="mainLogo">
<p><a href="index.html">Cooking made easy</a></p>
</div>
<div class="tabsNav">
<div class="tabNav homePage"><a href="index.html">home</a></div>
<div class="tabNav badgesPage"><a href="index.html">about</a></div>
<div class="tabNav blogPage"><a href="index.html">blog</a></div>
</div>
<div class="loggedUser">
<div class="loggedUserFeature user">
<i class="fas fa-user-circle"></i>
<p class="userName">magdalena257</p>
</div>
<div class="loggedUserFeature learntRecipes">
<i class="fas fa-book-open"></i>
<p>2</p>
</div>
<div class="loggedUserFeature badges">
<i class="fas fa-medal"></i>
<p>1</p>
</div>
</div>
</nav>
<main class="recipehtml">
<section class="recipeContent">
<div class="bannerPhotos">
<img src="images/spaghetti.jpg" alt="" class="img1">
<img src='images/vege.jpg' alt="" class="img2">
<img src='images/fruits.jpg' alt="" class="img3">
</div>
<div class="recipeh1">
<h1>Spaghetti</h1>
</div>
<div class="ingredients">
<h2>Ingredients:</h2>
<p class="notScaled">for 2 portions</p>
<p class="scaled">for <input type="text" maxlength="2" size="1" placeholder="2"> portions</p>
<ul>
<li>
<input class="shoplisted" type="checkbox" id="c1" name="cc" />
<label class="notScaled" for="c1">2 tomatos</label>
<label class="scaled" for="c1"><input type="text" maxlength="4" size="4" placeholder="2">
tomatos</label><span class="priced inactiveFeature">4euro</span><span class="caloried inactiveFeature">100kcal</span>
</li>
<li>
<input class="shoplisted" type="checkbox" id="c2" name="cc" />
<label class="notScaled" for="c2">150g pasta</label>
<label class="scaled" for="c2"><input type="text" maxlength="4" size="4" placeholder="150">g
pasta</label><span class="priced inactiveFeature">2euro</span><span class="caloried inactiveFeature">500kcal</span>
</li>
<li>
<input class="shoplisted" type="checkbox" id="c3" name="cc" />
<label class="notScaled" for="c3">20ml cream</label>
<label class="scaled" for="c3"><input type="text" maxlength="4" size="4" placeholder="20">ml
cream</label><span class="priced inactiveFeature">3.5euro</span><span class="caloried inactiveFeature">300kcal</span>
</li>
<li>
<input class="shoplisted" type="checkbox" id="c4" name="cc" />
<label class="notScaled" for="c4">5g oregano</label>
<label class="scaled" for="c4"><input type="text" maxlength="4" size="4" placeholder="5">g
oregano</label><span class="priced inactiveFeature">1euro</span><span class="caloried inactiveFeature">kcal</span>
</li>
<li>
<input class="shoplisted" type="checkbox" id="c5" name="cc" />
<label class="notScaled" for="c5">5g basilia</label>
<label class="scaled" for="c5"><input type="text" maxlength="4" size="4" placeholder="5">g
basilia</label><span class="priced inactiveFeature">1euro</span><span class="caloried inactiveFeature">0kcal</span>
</li>
</ul>
</div>
<div class="recipeList">
<h2>Recipe:</h2>
<ol>
<li>
<p>Put all the ingredients in a bowl.</p>
<div class="timer"></div>
</li>
<li>
<p>Mix them thoroughly.</p>
<div class="timer"></div>
</li>
<li>
<p>Put into the oven for 30 minutes</p>
<div class="timer"></div>
</li>
</ol>
</div>
</section>
<aside class="features">
<div class="measures feature">
<p><span>Metric</span> or <span class="imperial">imperial?</span></p>
</div>
<div class="shoplist feature">
<p>Don't have all the ingredients?</p>
<p class="descriptionFeature">Tick what you don't have. A shoplist will be created for you. You
can:<a> send it on your email,</a> <a>phone via sms,</a> <a>snapchat,</a> <a>print it.</a>You can
also substitute some of the products with something else. Just hover over the ingredient to see
what you can do. If you don;t have enough of sth, check 'scale', below.</p>
</div>
<div class="scale feature">
<p>Scale</p>
<p class="descriptionFeature">Scale the thing!</p>
</div>
<div class="prices feature">
<p> Price</p>
<p class="descriptionFeature">Check the prices! If you scale the thing, prices will be scaled
accordingly.</p>
</div>
<div class="calories feature">
<p> Calories</p>
<p class="descriptionFeature">Check the calories! If you scale the thing, calories will be scaled
accordingly.</p>
</div>
<div class="timer feature">
<p> Timer</p>
</div>
<div class="voice feature">
<p> Real time audio description</p>
</div>
<div class="minimal feature">
<p> Minimal version</p>
</div>
<div class="tips feature">
<p>Tips</p>
</div>
<div class="recommendations feature">
<p> User recommendations</p>
</div>
<div class="gallery feature">
<p> User gallery</p>
</div>
<div class="rating feature">
<p> My rating</p>
</div>
<div class="userPhoto feature">
<p> Upload a photo</p>
</div>
<div class="export feature">
<p> Export this recipe to MyFitnessPal</p>
</div>
</aside>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>