forked from KalashThakur/fitmeals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment.html
231 lines (217 loc) · 8.43 KB
/
payment.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
<!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="payment.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=Fira+Sans+Condensed:wght@100&family=Fira+Sans:wght@100;400&family=Open+Sans:wght@300&family=Sacramento&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="./Style/index.css"> -->
<script src="https://kit.fontawesome.com/6ee714d796.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/06d9f213d3.js" crossorigin="anonymous"></script>
<title>payment page</title>
</head>
<body>
<!-- Upper Navbar -->
<div id="uppernav">
<div id="leftnav">
<div>
<i id="icon" class="fa-solid fa-location-dot"></i> Food delivary Only in Hydrabad</div>
<div>
<i id="icon" class="fa-solid fa-phone-volume "></i> <b>9100347380</b></div>
<div>
<i id="icon"class="fa-solid fa-envelope"></i> fitmealsindia@gmail.com</div>
</div>
<div id="rightnav">
<div> <i id="icon" class="fa-solid fa-magnifying-glass"></i></div>
<a href="login.html"><div><i id="icon" class="fa-regular fa-user"></i></div></a>
<a href="cartPage.html"><div> <i id="icon" class="fa-solid fa-bag-shopping"></i></div></a>
</div>
</div>
<!-- Second Navbar -->
<div id="container">
<div>
<img id="imglogo" src="https://www.fitmeals.co.in/wp-content/uploads/2019/06/logo-black.png" alt="">
</div>
<div id="link">
<h3 ><a href="index.html" id="healthcoching">Home</a></h3>
<div class="dropdown">
<h3 class="droph3">Meal Plans <i id="dispicon1" class="fa-solid fa-angle-right"></i></h3>
<div class="dropdown-content">
<a href="weightLossMealPlan.html">Weight Loss Meal Plan</a>
<a href="weightLossMealPlan.html">Maintenance Meal Plan</a>
<a href="weightLossMealPlan.html">Athletic Meal Plan</a>
<a href="weightLossMealPlan.html">keto Meal Plan</a>
<a href="weightLossMealPlan.html">Transformation Challenges</a>
</div>
</div>
<h3><a href="health_coaching.html" id="healthcoching">Health Coaching</a></h3>
<div class="dropdown">
<h3 class="droph3">Product <i id="dispicon1" class="fa-solid fa-angle-right"></i></h3>
<div class="dropdown-content">
<a href="vegan.html">Vegan Sweets</a>
<a href="lo-cal.html">Low calories</a>
</div>
</div>
<h3><a href="blog.html" id="healthcoching">Blog</a></h3>
<div class="dropdown">
<h3 class="droph3">About Us <i id="dispicon1" class="fa-solid fa-angle-right"></i></h3>
<div class="dropdown-content">
<a href="ourStory.html">Our Story</a>
<a href="#">FAQ</a>
<a href="testimonials.html">Testimonials</a>
</div>
</div>
</div>
<div>
<button id="callbtn">Call:9100347380</button>
</div>
</div>
<!-- header parent -->
<div class="weight_loss">
<img id="weight_loss_img" src="landing/inner-page.jpeg" alt="" />
<div class="weight_loss_text">
<h1>Payment</h1>
</div>
</div>
<!-- Payment Page -->
<div class="payMainDiv">
<h3>Fill all the required details below:</h3>
<form method="post">
<div class="inputLeft">
<!-- <div class="inputBox">
<label>First name *</label>
<br />
<input type="text" required class="name" />
</div> -->
<!-- <div class="inputBox">
<label>Last name *</label>
<br />
<input type="text" required class="name" />
</div>
<div class="inputBox">
<label>Email address *</label>
<br />
<input type="email" required class="name" />
</div> -->
<!-- <div class="inputBox">
<h4>Gender</h4>
<input type="radio" id="b1" name="gender" checked class="radio" />
<label for="b1"> Male</label>
<input type="radio" id="b2" name="gender" class="radio" />
<label for="b2"> Female</label>
</div> -->
<div class="inputBox">
<h4>Payment Details</h4>
<input
type="radio"
name="pay"
id="bc1"
checked
class="radio"
size="16"
/>
<label for="bc1"><span>Credit Card</span></label>
<input type="radio" name="pay" id="bc2" class="radio" />
<label for="bc2"><span>Cash On Delivery</span></label>
</div>
<div class="inputBox">
<input type="number" placeholder="16 Digit Card Number" required class="name"
id="cc"
</div>
<div class="inputBox">
<input
type="number"
placeholder="3 Digit CVV"
required
class="name"
id="cvv"
/>
</div>
<div class="input-group">
<div class="input-box">
<button id="pay" type="submit">Pay now</button>
</div>
</div>
</div>
</div>
<div class="inputRight">
<input type="checkbox" />
<span>Ship to a different address?</span>
<p>Order notes (optional)</p>
<input
type="text"
id="notes"
placeholder="special notes for delivery."
/>
</form>
</div>
<div class="container otpIn">
<div class="input-group">
<div class="input-box">
<input
type="number"
placeholder="Enter Otp"
required
class="name"
id="oneTmPs"
/>
<i class="fa fa-sms icon"></i>
</div>
<button id="otpSubmit" type="submit">Submit</button>
</div>
</div>
<!-- footer -->
<div id="container1">
<div>
<div class="">
<a class="logo" href="index.html">
<img id="footlogo" src=https://www.fitmeals.co.in/wp-content/uploads/2019/06/logo-white.png alt="Fitmeals">
</a>
</div>
<div>
<p id="text"> Fitmeals culinary team consists of very passionate and skilled chefs.Our team is well versed in nutrition and all our menus and plans are designed by qualified nutrition experts.</p>
</div>
<div id="imgtrio">
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
</div>
</div>
<div id="explore">
<h1 id="expl">Explore</h1>
<a href="index.html"><h4 id="desc"><i id="dispicon" class="fa-solid fa-angle-right"></i> Home</h4></a>
<a href="weightLossMealPlan.html"><h4 id="desc"><i id="dispicon" class="fa-solid fa-angle-right"></i> Meal Plan</h4></a>
</div>
<div id="explore1">
<h1 id="expl">Links</h1>
<a href="ourStory.html"><h4 id="desc"><i id="dispicon" class="fa-solid fa-angle-right"></i> About Us</h4></a>
<a href="blog.html"> <h4 id="desc"><i id="dispicon" class="fa-solid fa-angle-right"></i> Blog</h4></a>
<a href="FAQ.html"> <h4 id="desc"><i id="dispicon" class="fa-solid fa-angle-right"></i> FAQ</h4></a>
<a href="testimonials.html"><h4 id="desc"><i id="dispicon" class="fa-solid fa-angle-right"></i> Testimonials</h4></a>
</div>
<div id="contact">
<h1 id="expl">Contact</h1>
<div id="foot">
<i id="log" class="fa-solid fa-phone-volume "></i>
<b class="green">Call Us :</b>
<h5>9100347480</h5>
<h5>9963697412</h5>
</div>
<div id="foot">
<i id="log" class="fa-solid fa-envelope"></i>
<b class="green">Email Us :</b>
<h5>fitmealsindia@gmail.com</h5>
</div>
<div id="foot">
<i id="log" class="fa-solid fa-location-dot"></i>
<b class="green">Our Location</b>
<h5>Banjara Hills, Road no.5, Hyderabad</h5>
</div>
</div>
</div>
</body>
<script src="payment.js"></script>
</html>