forked from Anushkabh/krishiconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq(1).html
322 lines (274 loc) · 14.3 KB
/
faq(1).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
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html>
<head>
<title>KrishiConnect | FAQ</title>
<link rel="icon" type="image/png" href="/assets/img/logo/log.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="assets/fonts/sb-bistro/sb-bistro.css" rel="stylesheet" type="text/css">
<link href="assets/fonts/font-awesome/font-awesome.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/o2system-ui/o2system-ui.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/owl-carousel/owl-carousel.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/cloudzoom/cloudzoom.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/thumbelina/thumbelina.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap-touchspin/bootstrap-touchspin.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/css/theme.css">
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<style>
#faq-container {
width: 75%;
display: block;
margin: auto;
margin-bottom: 2rem;
}
@media screen and (max-width: 760px) {
#faq-container {
width: 90%;
}
}
.answers.show {
display: block; /* show answers when the show class is present */
}
.main-heading {
display: flex;
margin-top: 30px;
padding: 20px;
background: #ffefb3;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
cursor: pointer;
}
.main-heading h3 {
margin-left: 30px;
color: #433c30;
word-spacing: 1px;
letter-spacing: 1px;
font-weight: 600;
font-size: 18px;
}
.main-heading p {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.answers {
padding: 30px 20px 40px 20px;
font-size: 16px;
font-weight: 500;
background: #f9e189;
color: rgb(40, 37, 53);
border-radius: 0 0 5px 5px;
display: none;
}
body.dark .answers {
color: rgb(40, 37, 53);
}
</style>
<body>
<div class="page-header">
<!--=============== Navbar ===============-->
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark" id="page-navigation">
<div class="container">
<!-- Navbar Brand -->
<a href="index.html" >
<img src="assets/img/logo/logo3.png" width="80px">
<!-- <div style="flex-direction: row; display: flex; align-items: center;"> -->
<!-- <img id="your-image" src="assets/img/logo/krishiconnect-high-resolution-logo_black.png" > -->
<!-- <h3 >कृषिCONNECT</h3> -->
</div>
</a>
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarcollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarcollapse">
<!-- Navbar Menu -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html"class="nav-link">
Home
</a>
</li>
<li class="nav-item">
<a href="shop(1).html" class="nav-link">Shop</a>
</li>
<li class="nav-item">
<a href="transaction.html" class="nav-link">Transactions</a>
</li>
<li class="nav-item">
<a href="cart(1).html" class="nav-link">My Cart</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div id="page-content" class="page-content">
<div class="banner">
<div class="jumbotron jumbotron-bg text-center rounded-0" style="background-image: url('assets/img/logo/nn.png');">
<div class="container">
<centre><img src="assets/img/logo/log.png" alt="" width="350" height="300"></centre>
<h1 class="pt-5">
FAQ
</h1>
<p class="lead">
Frequently Asked Questions.
</p>
</div>
</div>
</div>
<div id="faq-container">
<div class="main-heading" onclick="toggleAnswer('question1')">
<p id="icon1">➕</p>
<h3>What is कृषिCONNECT?</h3>
</div>
<p id="question1" class="answers">कृषिCONNECT delivers groceries from the farms you to your doorstep in as little as few hours! We empower you to shop at your trusted stores using our own trained and experienced Personal Shoppers, and then ensure a safe delivery to you.</p>
<div class="main-heading" onclick="toggleAnswer('question2')">
<p id="icon2">➕</p>
<h3>Do you serve my area?</h3>
</div>
<p id="question2" class="answers">Currently we serve only in Jamshedpur.Check if we deliver to your area using our Website.</p>
<div class="main-heading" onclick="toggleAnswer('question3')">
<p id="icon3">➕</p>
<h3>How fast do you deliver?</h3>
</div>
<p id="question3" class="answers">We deliver to you in the next hour, or at any other one-hour time-slot today and in the next 6 days.</p>
<div class="main-heading" onclick="toggleAnswer('question4')">
<p id="icon4">➕</p>
<h3>How much does delivery cost?</h3>
</div>
<p id="question4" class="answers">It costs INR 20,000 for the delivery on all delivery slots. And FREE DELIVERY for order placed above INR 500,000 in May 2024 only.</p>
<div class="main-heading" onclick="toggleAnswer('question5')">
<p id="icon4">➕</p>
<h3>What are the delivery hours?</h3>
</div>
<p id="question5" class="answers">Usually between 10am and 10pm. You can place your orders at any time of the day.</p>
<div class="main-heading" onclick="toggleAnswer('question6')">
<p id="icon4">➕</p>
<h3>Can you assure the quality of the products that I bought?</h3>
</div>
<p id="question6" class="answers">Of course! We can assure the quality of the items for you, our beloved customer. If you found any bad quality items, you can contact our Customer Service and we will replace it.</p>
<div class="main-heading" onclick="toggleAnswer('question7')">
<p id="icon4">➕</p>
<h3>How do I edit or cancel my order?</h3>
</div>
<p id="question7" class="answers">You can edit your order until the shopper starts picking your items. Go to “My Orders” section in the app and select the order you want to edit. Click on “Edit Order” and then choose the appropriate reason.</p>
<div class="main-heading" onclick="toggleAnswer('question8')">
<p id="icon4">➕</p>
<h3>How do I report a problem with my order?</h3>
</div>
<p id="question8" class="answers">You can contact us following the “Help” button in the app and selecting “Contact Us”. We respond very quickly.</p>
<div class="main-heading" onclick="toggleAnswer('question9')">
<p id="icon4">➕</p>
<h3>When will I receive my refund?</h3>
</div>
<p id="question9" class="answers">Payment will be made within 14 days by crediting your credit card.</p>
<div class="main-heading" onclick="toggleAnswer('question10')">
<p id="icon4">➕</p>
<h3>How do I return items?</h3>
</div>
<p id="question10" class="answers">If something seems to be wrong with your order, such as a missing item or an incorrect item, you can reject the items when our rider arrives at your doorstep. We will charge you only for the delivered items. Once an item is accepted by you, it cannot be returned. We do not currently support a return process for any items you may have accidentally purchased via Freshchery. You are more than welcome to coordinate returns directly with your store. Keep in mind that we do keep the in-store receipts for accounting purposes.</p>
<div class="main-heading" onclick="toggleAnswer('question11')">
<p id="icon4">➕</p>
<h3>Who will deliver my order?</h3>
</div>
<p id="question11" class="answers">Your orders will be delivered by our professional delivery boys.</p>
<div class="main-heading" onclick="toggleAnswer('question12')">
<p id="icon4">➕</p>
<h3>I have many more questions for you!</h3>
</div>
<p id="question12" class="answers">Contact us! We will be there for support at <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>About</h5>
<p>कृषिCONNECT is an online B2C platform to bring fresh organic produce from farmers, straight to your dining tables. We aim to remove unnecessary middlemen and help out local farmers by getting them the pay they truly deserve.</p>
</div>
<div class="col-md-3l">
<h5>Links</h5>
<ul>
<li>
<a href="about(1).html">About</a>
</li>
<li>
<a href="contact(1).html">Contact Us</a>
</li>
<li>
<a href="faq(1).html">FAQ</a>
</li>
</ul>
</div>
<div class="col-md">
<h5>Contact</h5>
<ul>
<li>
<a href="tel:+620892738334"><i class="fa fa-phone mirrored-icon"></i> 08272367238</a>
</li>
<li>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i> [email protected]</a>
</li>
</ul>
<h5>Follow Us</h5>
<ul class="social">
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="col-md-3m">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3678.6887952893885!2d86.14298181488601!3d22.776927685078057!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f5e4daa475a5cd%3A0xd87b53fadcd771a1!2sNational%20Institute%20of%20Technology%2C%20Jamshedpur!5e0!3m2!1sen!2sin!4v1681221470770!5m2!1sen!2sin" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
<p class="copyright">© <span id="copyright-year"></span> कृषिCONNECT | Fresh From Farm. All rights reserved.</p>
</footer>
<script>document.getElementById("copyright-year").textContent = new Date().getFullYear();</script>
<script>
function toggleAnswer(id) {
var answer = document.getElementById(id);
if (answer) {
if (answer.style.display === "block") {
answer.style.display = "none";
document.getElementById("icon" + id.charAt(id.length - 1)).innerText = "➕";
} else {
answer.style.display = "block";
document.getElementById("icon" + id.charAt(id.length - 1)).innerText = "➖";
}
}
}
</script>
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/jquery-migrate.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/libraries/popper.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/bootstrap.js"></script>
<script type="text/javascript" src="assets/packages/o2system-ui/o2system-ui.js"></script>
<script type="text/javascript" src="assets/packages/owl-carousel/owl-carousel.js"></script>
<script type="text/javascript" src="assets/packages/cloudzoom/cloudzoom.js"></script>
<script type="text/javascript" src="assets/packages/thumbelina/thumbelina.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap-touchspin/bootstrap-touchspin.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
<script>
ScrollReveal({
//reset: true ,
distance : '60px' ,
duration:2500,
delay:400
});
ScrollReveal().reveal('#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9,#q10,#q11,#q12', { delay: 500 , origin:'left' , interval:'300' });
</script>
</body>
</html>