forked from arghadipmanna101/Flipkart_Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgiftcard.html
158 lines (150 loc) · 6.33 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flipkart Gift Card</title>
<link rel="stylesheet" href="giftcard.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="navbar">
<div class="logo">
<div class="title">Flipkart Plus</div>
</div>
<div class="search-bar">
<input type="text" placeholder="Search for products, brands and more">
</div>
<div class="links">
<a href="index.html">Home</a>
<a href="#">Gift Cards</a>
<a href="#">Offers</a>
<a href="#">Support</a>
</div>
</div>
<div class="info">
<h1 class="head">Gift Card Store</h1>
<div class="detail">
Special occasions call for special gifts. Whether it's a birthday or an anniversary, finding the right gift for your loved ones is always a difficult task. And after you get a gift, you have to hope that they like what you got. Well, there’s a simple solution to this conundrum - Flipkart Gift Cards Store. You can give Flipkart gift cards and Vouchers across multiple occasions to your friends or family and give them the chance to shop for whatever their heart desires. So, what are you waiting for? Get gift vouchers online on Flipkart, gift or redeem them and do more with this feature. Flipkart Gift Card Store also has a wide range of Gift Cards from categories such as travel, jewellery, fashion, grocery, and apps & more. You can choose from a diverse range of denominations available or enter any preferred amount between Rs 25 to Rs 10,000. Bid adieu to gifting troubles, send online gift cards to your friends and family, bring a smile to their faces and make special moments even more special!. The information you are reading has been last updated on 17-May-24.
</div>
</div>
<div class="gift-card-section">
<h1>Flipkart Gift Card</h1>
<form id="giftCardForm">
<label for="amount">Select Amount:</label>
<select id="amount" name="amount">
<option value="500">₹500</option>
<option value="1000">₹1000</option>
<option value="2000">₹2000</option>
<option value="5000">₹5000</option>
</select>
<button type="submit">Buy Now</button>
</form>
<div class="preview">
<h2>Gift Card Preview</h2>
<p>Amount: <span id="selectedAmount">₹500</span></p>
</div>
</div>
<footer>
<div class="foot-top">
<div class="foot-left">
<div class="about">
<h5>ABOUT</h5>
<ul>
<li><a href="">Contact Us</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Flipkart Stories</a></li>
<li><a href="">Press</a></li>
<li><a href="">Corporate Information</a></li>
<li><i><a href="">Explore Plus</a></i></li>
</ul>
</div>
<div class="about">
<h5>GROUP COMPANIES</h5>
<ul>
<li><a href="https://www.myntra.com/">Myntra</a></li>
<li><a href="https://www.flipkartwholesale.com/">Flipkart Wholesale</a></li>
<li><a href="https://www.cleartrip.com/">Cleartrip</a></li>
<li><a href="https://www.shopsy.in/">Shopsy</a></li>
</ul>
</div>
<div class="about">
<h5>HELP</h5>
<ul>
<li><a href="">Payments</a></li>
<li><a href="">Shipping</a></li>
<li><a href="">Cancellation & Returns</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Report Infringement</a></li>
</ul>
</div>
<div class="about">
<div id="policy">
<h5>CONSUMER POLICY</h5>
<ul>
<li><a href="">Cancellation & Returns</a></li>
<li><a href="">Terms Of Use</a></li>
<li><a href="">Security</a></li>
<li><a href="">Privacy</a></li>
<li><a href="">Sitemap</a></li>
<li><a href="">Grievance Redressal</a></li>
<li><a href="">EPR Compilance</a></li>
</ul>
</div>
</div>
</div>
<div class="foot-right">
<div class="part">
<div class="mail">
<h5>Mail Us:</h5>
<p>
Flipkart Internet Private Limited,
Buildings Alyssa, Begonia & Clove Embassy Tech Village,
Outer Ring Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India
</p>
</div>
<div class="social">
<h5>Social</h5>
<ul>
<li><a href="https://www.facebook.com/flipkart/"><i class="bi bi-facebook"></i></a></li>
<li><a href="https://twitter.com/Flipkart"><i class="bi bi-twitter"></i></a></li>
<li><a href="https://www.youtube.com/flipkart"><i class="bi bi-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="office">
<h5>Registered Office Address:</h5>
<p>Flipkart Internet Private Limited,
Buildings Alyssa, Begonia & Clove Embassy Tech Village,
Outer Ring Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India</p>
<p>CIN : U51109KA2012PTC066107</p>
<P>Telephone: <a href="">044-45614700</a></P>
</div>
</div>
</div>
<div class="foot-down">
<div>
<ul>
<li><a href=""><i class="bi bi-briefcase-fill"></i> Become a seller</a></li>
<li><a href=""><i class="bi bi-gift-fill"></i> Gift Cards</a></li>
<li><a href=""><i class="bi bi-question-circle-fill"></i> Help Center</a></li>
<div>
<li>©<span class="update_Cyear"></span> Flipkart.com</li>
</div>
</ul>
</div>
<div class="payment-icons">
<img src="visa.jpeg" alt="Visa">
<img src="mastercard.jpeg" alt="Mastercard">
<img src="images/rupay.png" alt="rupay">
<img src="images/discover.png" alt="discover">
<img src="images/emi.png" alt="emi">
<img src="images/net_banking.png" alt="net banking">
<img src="images/cod.png" alt="cash on delivery">
</div>
</div>
</footer>
<script src="gift.js"></script>
</body>
</html>