-
Notifications
You must be signed in to change notification settings - Fork 4
/
giftcard.html
111 lines (110 loc) · 5.9 KB
/
giftcard.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
<!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>Document</title>
<link rel="stylesheet" href="giftcard.css">
<link rel="stylesheet" href="footer1.css">
</head>
<body id="bodyT">
<div>
<div>
<h2>SELECT FROM THE GIFT CARD OPTIONS BELOW, SPREAD THE JOY</h2>
</div>
<div>
<img
src="gifts.png"
alt=""
/>
</div>
<div id="info">
<h6>Gift cards - The Ideal Gifting Solution</h6>
<p>
India is a country that has more festivals than there are days in a
year. While this brings a lot of joy, it also comes with the pain of
buying the right gifts for your loved ones. A gift card, however, can
solve that problem for you. With the Pepperfry Gift Cards, you can
make people quite happy because the gift cards offer them the freedom
to buy whatever they want from Pepperfry. These gift cards are prepaid
shopping cards that the cardholder can use to purchase any available
product in the store. At Pepperfry, we have a huge collection of
products that can be bought using the gift voucher you present to
someone. The products include award-winning furniture , home decors ,
electronics, and many more items that can turn your house into a
beautiful home. The card gets the user access to all these products
and makes shopping easier for them.
</p>
<h6>Benefits of a gift card</h6>
<p>
When you are buying gift cards in India, you are making sure that you
are giving your loved ones the perfect gift, something that they need
or love the most. You offer them that kind of flexibility. At
Pepperfry, we have a plethora of great products. Because of that,
everyone can find exactly what they are looking for. The online gift
cards not only grant you the joy of giving the best gifts, but it also
makes sure that the cardholder has the ultimate choice. The card
amount can be spent all at once or throughout the entire validity
period. They are also very safe to use. If the cardholder loses the
card then they can notify the store and request them to block it.
However, the gift vouchers in India can be sent via email, which makes
it impossible to be lost. These cards are very easy to use, and
enhance the shopping experience for the user.
</p>
<h6>A perfect gift for every occasion</h6>
<p>
One of the best aspects of the e gift cards in India as a gift is that
it suits every occasion. The number of festivals celebrated in India
is endless. From Diwali and Holi to Rakhi and Dussehra, they never
end. Add to that the weddings and the birthdays. It is impossible to
buy so many different gifts all year long and find the right one every
time. You often have to buy more than one gift for a single person on
different occasions. That is a huge challenge. This is where the gift
card comes in. When you are buying it, you do not even have to know
the gift preference of a person to make them happy. With the card as a
gift, they can use the amount to shop according to their choices. You
can buy the gift voucher in physical form so that you can wrap it and
hand it over as a gift, or you can also email the digital card to your
loved ones who live far away.
</p>
<h6>How to buy the Pepperfry Gift Cards</h6>
<p>
To buy Pepperfry Gift Cards, you have to visit the Pepperfry Gift Card
section first. You will find two options there: ‘Buy email gift card’
and ‘Buy physical gift card’. Select your preferred option. If you
decide, to buy e gift cards in India then select the option. It will
take you to the respective page. First, you will have to provide the
personal information about the receiver, including name and email
address. You then need to provide your name and a message to send with
the card. Next, you have to select the value of the gift card and pay
to complete the process. To buy a physical gift card in India you
first need to select that option. On that section, you need to provide
the pin code of the receiver and check if the card can be delivered to
that area. Next, you have to provide the names of the receiver, your
identity information, and write a message for the receiver. Pick a
gift card value and then go the payment page. Once you press the
‘Place Order’ button, you will be asked to provide the delivery
address. The next step is payment.
</p>
<h6>
Other gift choices
</h6>
<p>
While gift vouchers in India are great gift choices, our online store does not limit your choice to only gift cards. Our sub-category products include furniture, décor, wall art , showpieces,lights , carpets , and every other product that you need to decorate your home. If you do not want to use the online gift cards then you have the freedom to pick any item from the store and get it delivered as a gift. With 41 studios in 22 cities, we, at Pepperfry sell a product every 15 seconds.
</p>
</div>
<div id="footer2"></div>
</div>
</body>
</html>
<script type="module">
import footer from "./footer1.js";
let footer1 = document.getElementById("footer2");
footer1.innerHTML = footer();
if(screen.width==1280)
{
let x=document.getElementById("bodyT");
x.style="zoom: 0.69;,-moz-transform: scale(0.69);"
}
</script>