forked from akhilgonde/Pepper-Fry-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
140 lines (134 loc) · 4.87 KB
/
help.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
<!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="./style/help.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap" rel="stylesheet">
<title>Help</title>
</head>
<body id="bodyT">
<div id="bg">
<h1 id="head">How Can We Help?</h1>
<div id="show">
<div>
<img src="https://ii2.pepperfry.com/images/svg/nh-pg-tyo-icon.svg"/>
<div>
<h3>Track Your Order</h3>
<p>Check the detailed status</p>
<p>of your order</p>
</div>
</div>
<div>
<img src="https://ii2.pepperfry.com/images/svg/nh-pg-easy-return-icon.svg"/>
<div>
<h3>Easy Return</h3>
<p>Return policy and process</p>
</div>
</div>
<div>
<img src="https://ii2.pepperfry.com/images/svg/nh-pg-studio-icon.svg" alt="">
<div>
<h3>Studio Pepperfry</h3>
<p>Drop By For An Experience</p>
</div>
</div>
</div>
<input type="text" placeholder="How Can We Help You? Enter a Keyword Or Topic." id="input">
<p id="para">e.g. coupon code, returns, damaged product</p>
</div>
<h1 id="head1">Most Frequently Asked Questions</h1>
<div id="container">
<div>
<img src="https://i3.pepperfry.com/media/wysiwyg/banners/faq-most-order-status.png" alt="" >
<h4>Need Help Making A Purchase?</h4>
</div>
<div>
<img src="https://i3.pepperfry.com/media/wysiwyg/banners/faq-most-order.png" alt="">
<h4>Managing My Order</h4>
</div>
<div>
<img src="https://i3.pepperfry.com/media/wysiwyg/banners/faq-most-pay-opts.png" alt="">
<h4>What are Various Payment Options</h4>
</div>
<div>
<img src="https://i3.pepperfry.com/media/wysiwyg/banners/faq-most-coupons.png" alt="">
<h4>Special Services provided by Pepperfry</h4>
</div>
<div>
<img src="https://i3.pepperfry.com/media/wysiwyg/banners/faq-most-sell.png" alt="">
<h4>How Do I Sell On Pepperfry</h4>
</div>
<div>
<img src="https://i2.pepperfry.com/media/wysiwyg/banners/studio-icon1.png" alt="">
<h4>Need to Know About Pepperfry Studio</h4>
</div>
</div>
<h2 id="head1">POPULAR QUESTIONS</h2>
<div>
<ul id="list">
<li>Bulk Order and Customization</li>
<li>Stock Status and Notification</li>
<li>Ordering An Item / Order Status</li>
<li>Shipping and Packaging</li>
<li>Returns & Refund</li>
<li>Shop with Confidence</li>
<li>On Boarding</li>
<li>Registration</li>
<li>Listing</li>
<li>Cataloging</li>
<li>Order Management</li>
<li>Shipping</li>
<li>Payments</li>
<li>Pricing</li>
<li>Structure</li>
<li>Omnichannel</li>
<li>Faqs</li>
<li>Pepperfry Wallet</li>
<li>Pepperfry Remittance</li>
<li>Policy Changes 1st October, 2016</li>
<li>Pepperfry Gift Cards</li>
<li>Spiritual Coins Returns & Cancellation</li>
<li>Furniture Insurance</li>
</ul>
</div>
<h3 id="head1">CAN'T FIND WHAT YOU ARE LOOKING FOR?</h3>
<div id="chat">
<div>
<img src="https://ii2.pepperfry.com/images/svg/nh-write-us-icon.svg" alt="">
<div>
<h4>Happy To help You</h4>
<p>24/7</p>
</div>
</div>
<div>
<img src="https://ii2.pepperfry.com/images/svg/nh-call-us-icon.svg" alt="">
<div>
<h4>Give Us a Missed Call</h4>
<p>10AM - 7PM (Monday to Sunday)</p>
<p>022-6157-6157</p>
<h5>To Track your Order</h5>
</div>
</div>
<div>
<img src="https://ii2.pepperfry.com/images/svg/nh-chat-icon.svg" alt="">
<div>
<h4>Chat With Us - 24*7</h4>
<p>On WhatsApp</p>
<p>022-6157-6157</p>
</div>
</div>
</div>
</body>
</html>
<!-- - -->
<script>
if(screen.width==1280)
{
let x=document.getElementById("bodyT");
x.style="zoom: 0.69;,-moz-transform: scale(0.69);"
}
</script>