-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbilling.html
216 lines (196 loc) · 6.84 KB
/
billing.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Egona</title>
<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=Inter:wght@400;500&family=Poppins:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="public/styles.css" />
</head>
<body class="">
<!-- banner-->
<div class="banner">
<div class="flex">
<p class="text-white w-4/5 mx-auto text-center py-3">
Bountiful Harvest! Reap Savings: Up to 50% off Local Produce & FREE
Delivery 🇳🇬
</p>
</div>
</div>
<div class="gbl-container">
<div class="w-0.5 text-white_smoke relative"></div>
<!-- Header section-->
<div class="sticky top-0 z-50 bg-white">
<header class="flex justify-between items-center mt-4">
<a href="index.html">
<img class="w-8" src="images/logo.svg" alt="" />
</a>
<nav class="flex gap-10 ml-32">
<a class="" href="index.html">Home</a>
<a href="contact.html">Contact</a>
<a href="about.html">About</a>
<a href="signup.html">Sign up</a>
</nav>
<div class="flex gap-8 items-center justify-center">
<div
class="flex items-center gap-8 py-1.5 px-4 m-1.5 bg-white_smoke rounded-md"
>
<input
class="opacity-80 outline-none bg-white_smoke w-full"
type="search"
placeholder="What are you looking for?"
/>
<button>
<i class="fa-brands fa-searchengin"></i>
</button>
</div>
<div
class="absolute text-center text-white_smoke text-xs top-2 right-2 bg-dark_pastel_green w-4 h-4 rounded-full"
>
2
</div>
<a class="inline-block" href="cart.html">
<i
class="fa-solid fa-cart-shopping color text-pakistan_green"
></i>
</a>
</div>
</header>
<div class="h-0.5 w-full bg-white_smoke mt-4"></div>
</div>
<!-- Header section-->
<h2 class="font-bold font-body text-[30px] mx-28 mt-10">
Billing Details
</h2>
<div class="flex justify-around items-start mx-8 my-4 mb-24">
<form action="get">
<div class="mb-8">
<p class="mb-1">First Name*</p>
<input
class="bg-input_color p-2 rounded-sm focus:outline-none w-[20rem]"
type="text"
required
/>
</div>
<div class="mb-8">
<p class="mb-1">Company Name</p>
<input
class="bg-input_color p-2 rounded-sm focus:outline-none w-[20rem]"
type="text"
/>
</div>
<div class="mb-8">
<p class="mb-1">Street Address*</p>
<input
class="bg-input_color p-2 rounded-sm focus:outline-none w-[20rem]"
type="text"
required
/>
</div>
<div class="mb-8">
<p class="mb-1">Apartment, floor, etc. (optional)</p>
<input
class="bg-input_color p-2 rounded-sm focus:outline-none w-[20rem]"
type="text"
/>
</div>
<div class="mb-8">
<p class="mb-1">Town/City*</p>
<input
class="bg-input_color p-2 rounded-sm focus:outline-none w-[20rem]"
type="text"
required
/>
</div>
<div class="mb-8">
<p class="mb-1">Phone Number*</p>
<input
class="bg-input_color p-2 rounded-sm focus:outline-none w-[20rem]"
type="text"
required
/>
</div>
<div class="mb-1">
<p class="mb-1">Email Address*</p>
<input
class="bg-input_color p-2 rounded-sm focus:outline-none w-[20rem]"
type="email"
required
/>
</div>
<div class="flex justify-center items-center align-middle gap-1 mt-3">
<input type="checkbox" />
<p>Save this information for faster check-out next time</p>
</div>
</form>
<!-- form-side -->
<div class="">
<div class="flex justify-between items-center mb-6">
<div class="flex justify-center items-center gap-3">
<img class="h-[50px] rounded-lg" src="images/tmt.jpg" alt="" />
<p>Tomato</p>
</div>
<p>650 naira</p>
</div>
<div class="flex justify-between items-center mb-6">
<div class="flex justify-center items-center gap-3">
<img class="h-[50px] rounded-lg" src="images/onn.jpg" alt="" />
<p>Onion</p>
</div>
<p>650 Naira</p>
</div>
<div class="flex justify-between items-center pb-4 border-b-[2px]">
<p>Subtotal:</p>
<p>1,300 naira</p>
</div>
<div
class="mt-3 flex justify-between items-center pb-4 border-b-[2px]"
>
<p>Shipping:</p>
<p>Free</p>
</div>
<div
class="mt-3 flex justify-between items-center pb-4 border-b-[2px]"
>
<p>Total:</p>
<p>1,300 naira</p>
</div>
<div class="mt-10 mb-1 flex justify-between items-center">
<div class="flex justify-center gap-2">
<input type="radio" name="payment_method" />
<p>Bank</p>
</div>
<div class="flex items-center justify-center gap-2">
<img src="images/i-1.svg" alt="" />
<img src="images/i-2.svg" alt="" />
<img src="images/1-3.svg" alt="" />
</div>
</div>
<div class="mb-4 flex justify-start items-center gap-2">
<input type="radio" name="payment_method" />
<p>Cash on delivery</p>
</div>
<div class="flex justify-center items-center gap-8">
<h2 class="pl-4 pr-32 py-1 border-2 rounded-md">Coupon Code</h2>
<button
class="px-5 py-[5px] w-36 bg-green-600 align-middle rounded-md text-white"
>
Apply Coupon
</button>
</div>
<button
class="mt-7 px-5 py-1.5 w-36 bg-green-600 align-middle rounded-md text-white"
>
Place Order
</button>
</div>
</div>
</div>
<footer class="footer"></footer>
<script src="createFooter.js"></script>
</body>
</html>