forked from Vimall03/Alimento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnutri.html
314 lines (283 loc) · 12.6 KB
/
nutri.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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>etiffy - Homemade Food Delivery</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
</head>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #007bff;
}
.container {
max-width: 800px;
}
footer {
background-color: #343a40;
}
.about__right-img {
width: 400px;
border-radius: 8px;
transition: transform 0.3s ease-out;
background-color: transparent;
transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.about__right-img:hover{
transform: scale(1.05);
filter: drop-shadow(0 0 55px rgb(255, 201, 85));
}
</style>
<body>
<!-- Navigation for Tablets and Desktops -->
<nav class="nav">
<div class="nav__wrapper grid">
<div class="grid__span2 nav__logo-wrap">
<a href="index.html">
<img class="nav__logo-img" src="images/logo/Logo.png">
</a>
</div>
<div class="grid__span10 nav__links-wrap">
<ul class="nav__links">
<li class="nav__link">
<a href="index.html">
<img class="nav__link-icon" src="images/favicons/idea_32px.png">
<span class="nav__link-item">Concept</span>
</a>
</li>
<li class="nav__link">
<a href="#">
<img class="nav__link-icon" style="width: 1.8rem" src="images/favicons/tableware_50px.png">
<span class="nav__link-item">About</span>
</a>
</li>
<li class="nav__link">
<a href="nutri.html">
<img class="nav__link-icon" style="width: 1.8rem" src="images/favicons/tableware_50px.png">
<span class="nav__link-item">Dietary Information</span>
</a>
</li>
<li class="nav__link">
<a href="#contact">
<img class="nav__link-icon" src="images/favicons/phone_32px.png">
<span class="nav__link-item">Contact </span>
</a>
</li>
<li class="nav__link">
<a href="user_login.php">
<img class="nav__link-icon" style="width: 1.9rem" src="images/favicons/user_male_circle_32px.png">
<span class="nav__link-item">Sign in</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navigation for mobile phones -->
<nav class="mob-nav">
<div class="mob-nav-wrapper">
<div class="mob-nav__menu">
<img src="images/favicons/menu_30px.png" id="mob-nav-burger" class="mob-nav__menu-icon">
</div>
<div class="mob-nav__logo-wrap">
<a href="index.html">
<img src="images/logo/Logo.png" class="mob-nav__logo-img">
</a>
</div>
<div class="mob-nav__cart">
<img src="images/favicons/shopping_cart_50px.png" class="mob-nav__cart-icon">
</div>
</div>
</nav>
<!-- Navgation drawer for mobile -->
<aside class="sidebar" id="sidebar">
<div class="sidebar__left"></div>
<div class="sidebar__right">
<div class="sidebar__close" id="sidebar-close">
<img src="images/favicons/delete_sign_white_50px.png" class="sidebar__close-icon">
</div>
<div class="sidebar__logo-wrapper">
<img src="images/logo/Logo - White.png" class="sidebar__logo">
</div>
<ul class="sidebar__items">
<li class="sidebar__item">
<a href="#">
<img class="sidebar__link-icon" src="images/favicons/circled_menu_50px.png">
<span class="sidebar__link-item">Menu</span>
</a>
</li>
<li class="sidebar__item">
<a href="#">
<img class="sidebar__link-icon" src="images/favicons/idea_32px.png">
<span class="sidebar__link-item">Concept</span>
</a>
</li>
<li class="sidebar__item">
<a href="pages/about.html">
<img class="sidebar__link-icon" src="images/favicons/tableware_50px.png">
<span class="sidebar__link-item">About</span>
</a>
</li>
<li class="nav__link">
<a href="nutri.html">
<img class="nav__link-icon" style="width: 1.8rem" src="images/favicons/tableware_50px.png">
<span class="nav__link-item">Dietary Information</span>
</a>
</li>
<li class="sidebar__item">
<a href="#contact">
<img class="sidebar__link-icon" src="images/favicons/phone_32px.png">
<span class="sidebar__link-item">Contact </span>
</a>
</li>
<li class="sidebar__item">
<a href="pages/login.html">
<img class="sidebar__link-icon" src="images/favicons/user_male_circle_32px.png">
<span class="sidebar__link-item">Sign in</span>
</a>
</li>
<li class="sidebar__item">
<a href="pages/cart.html">
<img class="sidebar__link-icon" src="images/favicons/shopping_cart_50px.png">
<span class="sidebar__link-item">Cart</span>
</a>
</li>
</ul>
</div>
</aside>
<br><br><br>
<br><br><br>
<div class="conatiner">
<div class="row" style="margin-left:10px;">
<div class="col-sm-12 rounded">
<center> <p style="font-size:50px;font-family:century gothic;color:#e85334;"><u>Dietary Information</u></p></center>
</div>
</div>
<br><br><br>
<div class="row" style="margin-left:10px;">
<div class="col-sm-6 rounded">
<br>
<center><p style="font-size:30px;font-family:century gothic;color:#e85334;"><u>Nutrients in Paneer Butter Masala</u></p></center>
<hr>
<p style="font-size:25px;">1. Calories:</p>
<p style="font-size:15px;">~400-450 kcal</p>
<p style="font-size:25px;">2. Macronutrients:</p>
<p style="font-size:15px;"><b>Protein:</b> ~12-15g (from paneer/cottage cheese)</p>
<p style="font-size:15px;" ><b>Carbohydrates:</b> ~20-25g (from the creamy sauce and base ingredients)</p>
<p style="font-size:15px;"><b>Fats:</b> ~30-35g (from butter, cream, and paneer)</p>
<p style="font-size:25px;">3. Micronutrients:</p>
<p style="font-size:15px;"><b>Calcium:</b> High (~200-300mg, mainly from paneer)</p>
<p style="font-size:15px;"><b>Vitamin A:</b> Moderate (from tomatoes and butter)</p>
<p style="font-size:15px;"><b>Vitamin C:</b> Low to moderate (from tomatoes)</p>
<p style="font-size:15px;"><b>Iron:</b> Low (from spices and paneer)</p>
<p style="font-size:15px;"><b>Potassium:</b> Moderate (from tomatoes and paneer)</p>
<br>
<center><p style="font-size:30px;font-family:century gothic;color:#e85334;"><u>Common Allergens in Paneer Butter Masala:</u></p></center>
<hr>
</b>
<p style="font-size:15px;"><b>Dairy:</b> Paneer, butter, and cream are all dairy products, making this dish unsuitable for those with lactose intolerance or milk allergies.
</p>
<p style="font-size:15px;"><b>Tree Nuts:</b> Cashews (if used) may trigger nut allergies.
</p>
<p style="font-size:15px;"><b>Spices:</b> Though rare, some people may be sensitive to spices used in the dish.
</p>
</div>
<div class="col-sm-6">
<img src="img.jpg" height="450px" width="450px;" style="margin:150px;" class="rounded">
</div>
</div>
<hr>
<div class="row" style="margin-left:10px;">
<div class="col-sm-6">
<img src="img.jpg" height="450px" width="450px;" style="margin:150px;" class="rounded">
</div>
<div class="col-sm-6 rounded">
<br>
<center><p style="font-size:30px;font-family:century gothic;color:#e85334;"><u>Nutrients in Paneer Butter Masala</u></p></center>
<hr>
<p style="font-size:25px;">1. Calories:</p>
<p style="font-size:15px;">~400-450 kcal</p>
<p style="font-size:25px;">2. Macronutrients:</p>
<p style="font-size:15px;"><b>Protein:</b> ~12-15g (from paneer/cottage cheese)</p>
<p style="font-size:15px;" ><b>Carbohydrates:</b> ~20-25g (from the creamy sauce and base ingredients)</p>
<p style="font-size:15px;"><b>Fats:</b> ~30-35g (from butter, cream, and paneer)</p>
<p style="font-size:25px;">3. Micronutrients:</p>
<p style="font-size:15px;"><b>Calcium:</b> High (~200-300mg, mainly from paneer)</p>
<p style="font-size:15px;"><b>Vitamin A:</b> Moderate (from tomatoes and butter)</p>
<p style="font-size:15px;"><b>Vitamin C:</b> Low to moderate (from tomatoes)</p>
<p style="font-size:15px;"><b>Iron:</b> Low (from spices and paneer)</p>
<p style="font-size:15px;"><b>Potassium:</b> Moderate (from tomatoes and paneer)</p>
<br>
<center><p style="font-size:30px;font-family:century gothic;color:#e85334;"><u>Common Allergens in Paneer Butter Masala:</u></center>
<hr>
</b>
<p style="font-size:15px;"><b>Dairy:</b> Paneer, butter, and cream are all dairy products, making this dish unsuitable for those with lactose intolerance or milk allergies.
</p>
<p style="font-size:15px;"><b>Tree Nuts:</b> Cashews (if used) may trigger nut allergies.
</p>
<p style="font-size:15px;"><b>Spices:</b> Though rare, some people may be sensitive to spices used in the dish.
</p>
</div>
</div>
</div>
<br><br><br>
<br><br><br>
<br><br><br>
<br><br><br>
<footer class="footer">
<div class="footer__container u-apply-max-width">
<div class="footer__intro u-grid-align-self-center">
<img src="images/logo/Logo - White.png" alt="Etiffy Logo" class="footer__logo">
<p class="paragraph paragraph--white paragraph--light paragraph--small" style="width: 90%">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Explicabo aut, ab sequi obcaecati alias amet sunt. Adipisci earum, dignissimos at doloribus molestias ratione!</p>
</div>
<div class="footer__info">
<h5 class="heading-secondary heading-secondary--semi-bold heading-secondary--white">INFORMATION</h5>
<ul class="footer__ul">
<li class="footer__li"><a href="#">Menus</a> </li>
<li class="footer__li"><a href="#">Offers</a> </li>
<li class="footer__li"><a href="#">Corporate Catering</a></li>
<li class="footer__li"><a href="#">Concept</a> </li>
<li class="footer__li"><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="footer__meals">
<h5 class="heading-secondary heading-secondary--semi-bold heading-secondary--white">MEALS</h5>
<ul class="footer__ul">
<li class="footer__li"><a href="#">Standard Thali</a></li>
<li class="footer__li"><a href="#">Mini Thali</a></li>
<li class="footer__li"><a href="#">Individual Items</a></li>
</ul>
</div>
<div class="footer__contact">
<h5 class="heading-secondary heading-secondary--semi-bold heading-secondary--white">CONTACT US</h5>
<ul class="contact__ul footer__aboutus-ul">
<li class="contact__li contact--white u-grid-align-items-center">
<div class="contact__icon">
<img src="images/favicons/location_filled_50px.png" alt="icon">
</div>
<p class="contact__li-text">10th Street, Civil Lines Sector B13, Himachal Pradesh</p>
</li>
<li class="contact__li contact--white">
<div class="contact__icon">
<img src="images/favicons/phone_filled_50px.png" alt="icon">
</div>
<p class="contact__li-text">+91 9820223338</p>
</li>
<li class="contact__li contact--white">
<div class="contact__icon">
<img src="images/favicons/mail_filled_50px.png" alt="icon">
</div>
<p class="contact__li-text">[email protected]</p>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>