-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecommendation.html
170 lines (155 loc) Β· 7.76 KB
/
recommendation.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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recommendation</title>
<link rel="shortcut icon" type="image" href="images/fav-icon.svg">
<link rel="stylesheet" href="recomendationstyle.css">
</head>
<body>
<!-- --------------------πππ―πππ« -------------------- -->
<nav class="navbar">
<div class="content">
<div class="logo"><a href="#">πππ―π² ππ―πΆ ππ―π²π¦π±</a></div>
<ul class="menu-list">
<div class="icon cancel-btn">
<i class="fas fa-times"></i>
</div>
<li><a href="index.html">Home <i class="fas fa-home"></i></a></li>
<li><a href="#">Products <i class="fas fa-stroopwafel"></i></a></li>
<li><a href="index.html#testimonial">About Us <i class="fas fa-users"></i></a></li>
<li><a href="recommendation.html">Recommendation <i class="far fa-thumbs-up"></i></a></li>
<li><a href="#">My Cart <i class="fas fa-shopping-cart"></i></a></li>
<li><a href="accountpage.html" target="_blank">Account <i class="fas fa-user-circle"></i></a></li>
</ul>
<div class="icon menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- --------------------πππ―πππ« -------------------- -->
<!-- --------------------πππ«ππ₯π₯ππ± -------------------- -->
<div class="parallax">
<div class="parallax-inner">
<div class="blog-heading">
<h3>Good For health β€</h3>
</div>
<section id="blog">
<div class="blog-container">
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog1.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Dried Apricots</a>
<p>Dried apricots can still your hunger for up to 5 hours. They are also rich in
calcium,magnesium and potassium.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog2.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Almonds</a>
<p>Almonds are considered a low calorie snack, although 100 g of the product contain 576
kcal. Theyβre extremely nutritional.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog3.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Aloe Vera</a>
<p> Aloe vera products have the ability to reduce the over weight.Add an unusual (and
delicious) munchie to your healthy pantry.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog4.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Cashew Nuts</a>
<p>Cashews are a wonderful choice for weight loss as they are rich in protein and dietary
fiber, making you full for longer time.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog5.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Dates</a>
<p>Dates will provide you with the longest satiety. Itβs also rich with vitamin B5 that will
increase your endurance.Itβs a good snack for those who want to prevent overeating
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog6.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Walnuts</a>
<p>Walnuts are rich in antioxidants and healthy fats. They may reduce heart disease and
cancer risk, as well as improve brain function.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog7.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Pistachio</a>
<p> Pistachios are a great source of healthy fats, fiber, protein, antioxidants, and various
nutrients, including vitamin B6 and thiamine.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog8.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Raisins</a>
<p>Research shows that raisins can lower your risk of heart disease by reducing blood
pressure and blood sugar.
</p>
</div>
</div>
<div class="blog-box">
<div class="blog-img">
<img src="images/blog/blog9.jpg" alt="blog">
</div>
<div class="blog-text">
<a href="#" class="blog-title">Peanuts</a>
<p>Peanuts are an especially good source of healthful fats, protein, and fiber.They are excellent sources of vitamin E.
</p>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- --------------------πππ«ππ₯π₯ππ± -------------------- -->
<footer>
<img src="images/logo.png" alt="">
All rights reserved © maru Dry Fruits
</footer>
<!-- --------------------My JS-------------------- -->
<script src="recom.js"></script>
<!-- --------------------My JS-------------------- -->
<!-- --------------------JS Font Awesome-------------------- -->
<script src="https://kit.fontawesome.com/5fdfb82e3c.js" crossorigin="anonymous"></script>
<!-- --------------------JS Font Awesome-------------------- -->
</body>
</html>