forked from taruntailor7/fraazo-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
250 lines (247 loc) · 14.6 KB
/
homepage.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
<!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">
<link rel="stylesheet" href="homepage.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/9c260d5759.js" crossorigin="anonymous"></script>
<title>Buy Fresh Fruits & Vegetables Online at best price at Fraazo | Green Grocery Delivered Everyday | Fraazo</title>
</head>
<body>
<!-- Header Section -->
<header>
<div id="container">
<div>
<a href="homepage.html"><img src="https://webasset.fraazo.com/production/b70a67f4e825e3d388ac4466952c20a8.svg" alt="logo"></a>
<div>
<i class="fa-solid fa-location-dot"></i>
<p>Location</p>
</div>
<input type="text" placeholder="Find fresh vegetables, fruits and dairy...">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
<div>
<a href="cart.html"><i class="fas fa-shopping-cart"></i></a>
<p style="font-size:10px; color:white" id="valueCart">0</p>
<p><a href="cart.html">Cart</a></p>
<a href="account.html"><i class="fas fa-wallet"></i></a>
<p><a href="account.html">Credits</a></p>
<a href="account.html"><i class="fa-solid fa-user"></i></a>
<p><a href="account.html" id="user"></a></p>
<!-- <button>Sign Up</button>
<button>Log In</button> -->
</div>
</div>
</header>
<!-- End -->
<!-- Category Section -->
<section>
<div class="category">
<div class="dropdown">
<button class="btn dropdown-toggle" data-toggle="dropdown">Fruits
<span class="caret"></span></button>
<ul class="dropdown-menu dropdown-content">
<li><a href="#fruSection">Exotic Fruits</a></li>
<li><a href="#fruSection">Fresh Fruits</a></li>
<li><a href="#fruSection">Fruits Combos</a></li>
</ul>
</div>
<div class="dropdown">
<button class="btn dropdown-toggle" data-toggle="dropdown">Vegetables
<span class="caret"></span></button>
<ul class="dropdown-menu dropdown-content">
<li><a href="#vegeSection">Daily Veggies</a></li>
<li><a href="#vegeSection">Hearbs & Leafies</a></li>
<li><a href="#vegeSection">Exotic Vegetables</a></li>
<li><a href="#vegeSection">Cuts, Peeled & Sprouts</a></li>
<li><a href="#vegeSection">Vegetables Combos</a></li>
</ul>
</div>
</div>
</section>
<!-- End -->
<!-- Images Section -->
<section>
<div class="imgs">
<div class="carou">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div id="carousel" class="carousel-inner">
<div class="item active">
<img src="https://imageprod.fraazo.com/fraazo-prod/web_ban/5608.png">
</div>
<!-- Append here -->
</div>
<!-- Left and right controls -->
<!-- <a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a> -->
</div>
</div>
<div class="banners">
<img src="https://webasset.fraazo.com/production/Web1.ab035db9ab9fe7b21326.png" alt="1">
<img src="https://webasset.fraazo.com/production/Web2.3f0b675c24dcb702b13d.png" alt="2">
<img src="https://webasset.fraazo.com/production/Web3.e2495d9eb26022ba0363.png" alt="3">
</div>
</div>
</section>
<!-- End -->
<!-- BEST DEALS Section -->
<section>
<div class="bestDeals">
<h3>BEST DEALS</h3>
<hr>
<div id="bestdeal">
<!-- Append here -->
<!-- div image p p h4 are here -->
</div>
</div>
</section>
<!-- End -->
<!-- Fruites and Vegetables Section-->
<section>
<div class="FandV">
<a href="#fruSection"><img src="https://imagemaster.fraazo.com/fraazo-master/webban/Fruits.png" alt="fruit"></a>
<a href="#vegeSection"><img src="https://imagemaster.fraazo.com/fraazo-master/webban/Vegetables.png" alt="vegetable"></a>
</div>
</section>
<!-- End -->
<!-- Fruites Section -->
<section>
<div class="fruSection" id="fruSection">
<h3>FRUITS</h3>
<hr>
<div id="fruits">
<!-- Append here -->
</div>
</div>
</section>
<!-- End -->
<!-- Vegetables Section -->
<section>
<div class="vegeSection" id="vegeSection">
<h3>VEGETABLES</h3>
<hr>
<div id="vegetables">
<!-- Append here -->
</div>
</div>
</section>
<!-- End -->
<!-- Our Application Section -->
<section>
<div class="application">
<div class="appImg">
<img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzI0IiBoZWlnaHQ9Ijc4NCIgdmlld0JveD0iMCAwIDcyNCA3ODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMTUiIGQ9Ik0xMTEuNzY4IDEyMi42Qy0xMS43NDk0IDExMy4wMzQgLTguOTc1MzQgNDIuMDkwMiAtNTIuMTA4MyAwTC0zNTYgMjIzLjg0M0MtMjkyLjYwOCA0MTUuMTYzIC0xMjguMzEgODg2LjMzOSAtODQuMzkyOSA3NjMuODk1QzIxLjIzMjEgNDI2LjI3MiAxODQuMDkgNTU3LjAwNiA0MTUuNDQgNjQ4LjgzOUM2NDYuNzg5IDc0MC42NzIgODUzLjAyOSA1ODIuODI0IDYyNC44MDQgMzAzLjY3MkMzOTYuNTc4IC05Mi40MjE5IDIzNS4yODUgMTMyLjE2NiAxMTEuNzY4IDEyMi42WiIgZmlsbD0iIzVEQzZBRCIvPgo8cGF0aCBvcGFjaXR5PSIwLjE1IiBkPSJNMjU2LjAzMiA2ODIuMTc3QzI1MS45OTkgNzExLjcxOCAyMjYuMTQ5IDcwMC44IDE4OC4zNTEgNjk1LjYzOUMxNTAuNTUyIDY5MC40NzkgMTE1LjExNyA2OTMuMDMgMTE5LjE1IDY2My40ODlDMTIzLjE4NCA2MzMuOTQ4IDE1Ny4wOTUgNjE0LjE4MyAxOTQuODk0IDYxOS4zNDRDMjMyLjY5MyA2MjQuNTA1IDI2MC4wNjUgNjUyLjYzNiAyNTYuMDMyIDY4Mi4xNzdaIiBmaWxsPSIjNURDNkFEIi8+CjxwYXRoIG9wYWNpdHk9IjAuMTUiIGQ9Ik02NjIuNzc5IDE1MS45NjFDNjUwLjUxOSAxNjQuMjIxIDYzOC43NTcgMTQzLjQ3MyA2MDEuNDc5IDEzNC45ODZDNTYyLjgxMyAxMzQuOTg2IDU1NC42ODMgMTA5LjA4MSA1NzEuMzAxIDg5LjE5MTJDNTg3LjkxOCA2OS4zMDEzIDYxMi43ODcgNjcuNDkzMSA2MzguNzU3IDg5LjE5MDNDNjY0LjcyOCAxMTAuODg4IDY3Mi4yMSAxMzQuOTg2IDY2Mi43NzkgMTUxLjk2MVoiIGZpbGw9IiM1REM2QUQiLz4KPC9zdmc+Cg==" alt="bg">
<img src="https://webasset.fraazo.com/production/app-screen.64b2c07bae4a9c5a4ec4.png" alt="mobileApp">
</div>
<div class="downloadApp">
<div class="download">
<h1>Download The App</h1>
<p>Enter your phone number to receive a text with a link to <br> download the app</p>
<div class="roundedDiv">
<div>
<i class="fa-brands fa-google-play"> Android</i>
</div>
<div>
<i class="fa-brands fa-apple"> IPhone</i>
</div>
</div>
<div class="form">
<input type="tel" placeholder="Enter Your Mobile Number" minLength = "10" maxLength = "10">
<button>SUBMIT</button>
</div>
<div class="PandA">
Available On
<img src="https://webasset.fraazo.com/production/googleplaystore.863bf06a3d2d326a5b94.png" alt="play">
<img src="https://webasset.fraazo.com/production/appstore.a8155c5772ea7d80d435.png" alt="apple">
</div>
</div>
</div>
</div>
</section>
<!-- End -->
<!-- Footer Image Section -->
<div class="footerImg">
<img src="https://webasset.fraazo.com/production/a72cf5cd03bd56f4be37fa1c4ce7062d.svg" alt="Footer Image">
</div>
<!-- End -->
<!-- Footer Section -->
<footer>
<div class="footer">
<div class="first">
<div class="ff">
<div class="fff">
<a href="index.html"><img src="https://webasset.fraazo.com/production/f01ccf2737aa24558c3808178effa5fb.svg" alt="footer logo"></a>
<p>
Order online vegetables & fruits
directly from the farm. Fraazo is
online platform that allows customer
to get farm fresh produce directly
from farmers.
</p>
</div>
<div class="ffs">
<ul>Useful Links
<li><a href="">Privacy Policy</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Sitemap</a></li>
</ul>
</div>
</div>
<div class="fs">
<div class="fsf">
<ul>Cities We Serve
<li><a href="">Mumbai</a></li>
<li><a href="">Hyderabad</a></li>
<li><a href="">Bangalore</a></li>
<li><a href="">Delhi</a></li>
<li><a href="">Noida</a></li>
<li><a href="">Gurugram</a></li>
<li><a href="">Pune</a></li>
</ul>
</div>
<div class="fss">
<ul>Connect with us
<li><a href=""><i class="fa-solid fa-envelope-open"></i> [email protected]</a></li>
<li><a href=""><i class="fa-solid fa-phone"></i> +91 9152291522</a></li>
</ul>
<h4>Download The App</h4>
<div>
<img src="https://webasset.fraazo.com/production/footer-g-play.53194b32f1f28968b89e.png" alt="play store">
<img src="https://webasset.fraazo.com/production/footer-appstore.b90f071a00b68166f2af.png" alt="apple store">
</div>
</div>
</div>
</div>
<div class="second">
<h1>Fresh Fruits & Vegetables Grocery Shopping Online</h1>
<p>The quality of fruits & vegetables is synonymous with its freshness, while getting fresh fruits and vegetables is a tedious task at times but with Fraazo you can get it delivered at your doorstep. Fraazo brings a wide range of farm fresh fruits, vegetables and dairy products to you, all in just a click. We currently serve about more than 3lacs+ happy customers in Mumbai, Navi Mumbai, Thane, Kalyan-Dombivli and Virar. Fraazo has made online shopping of fresh produce much easier with its hassle-free home delivery options. You can choose the delivery slot as per your choice and schedule your order accordingly. Or you can simply opt for the option of 90 mins Express Delivery and get your order delivered in not more than 90 mins. The farm fresh fruits and vegetables on Fraazo are available at best prices compared to other vendors & supermarkets. Plus with so many exciting offers, one can save up to 20% on their Monthly grocery budgets. No need to wait in long queues in crowded supermarkets or local mandis for getting the best prices on veggies. Kick the stress out & just Fraazo your dose of freshness with savings at the comfort of your home. Fraazo directly sources fresh fruits and veggies from an extensive network of farmers across Maharashtra, hence bringing you fresh produce straight from farm to table in less than 18 hours. With our Safe & Hygienic packaging and minimal multiple handling, we ensure you get the best quality fresh produce.</p>
<p>The fruits and vegetables are 100% hand-picked fresh from farm, while some products are hydroponically-grown. The wide range of fruits and veggies on Fraazo include more than 100+ farm fresh vegetables and fruits, starting from regular veggies like dudhi, cauliflower, beetroot, cabbage, etc. to exotic veggies like broccoli, lettuce etc. We also provide the essential vegetable combos like Onion, Potato, Tomato Combo, Salad Combo, Fresh Cut-Veg Combos or Fruit Combos like Banana, Apple Combo, & more. There are a lot of exciting deals on vegetables & fruits, every day of the week, the major highlights being Monday Mandi, Veggie Wednesday, Freelivery Thursday & Fruit Friday.For payments, you can choose from the multiple payment options as Fraazo accepts Debit card, Credit card, UPI options like iMobile, Google Pay, 8+ e-Wallet options like Phonepe, JioPay, MobiKwik, Sodexo, NetBanking and Cash on Delivery (COD). If you ever have an issue with missing items or any quality issue, you can raise your concern with us in 48 hrs & we shall refund/ replace your product with “no-questions-asked-policy”. You can simply connect with our Customer Support team via Chat Support or Call on 9152291522.</p>
</div>
<hr>
<div class="third">
<p>© Copyrights 2021 - 2022. Fraazo. All Rights Reserved.</p>
</div>
</div>
</footer>
<!-- End -->
</body>
</html>
<script src="homepage.js"></script>