-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbill_dash.html
252 lines (194 loc) · 11.8 KB
/
bill_dash.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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!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.css">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<title>Billing</title>
</head>
<body class="bg-gray-100 font-Poppins">
<section id="default-sidebar" class="fixed top-0 left-0 z-40 w-60 h-screen" aria-label="Sidebar">
<div class="h-full px-3 py-4 overflow-y-auto bg-[#15213A]">
<ul class="space-y-2 text-white">
<!-- Profile -->
<li>
<div class="user_profile grid grid-col-2 text-sm">
<img class="row-span-2 flex-shrink-0 w-9 h-9 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-white dark:group-hover:text-white"
src="/images/user_img.png" alt="user_img">
<p class="business_name col-start-2 col-end-7">Biz Name</p>
<p>id = <span class="phone_no">phone no</span></p>
</div>
</li>
<li>
<div class="d&t bg-white text-[#4C3CCE] text-center text-sm py-1 rounded-full mx-4">
<p>Date & Time</p>
</div>
</li>
<li>
<a href="dashboard.html"
class="flex items-center p-2 text-base font-normal text-white rounded-lg hover:bg-blue-900 focus:bg-[#4C3CCE]">
<img class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-white dark:group-hover:text-white"
src="/images/dashboard_img.png" alt="dashbrd-img">
</svg>
<span class="ml-3">Dashboard</span>
</a>
</li>
<li>
<a href="biz_dash.html"
class="flex items-center p-2 text-base font-normal text-white rounded-lg hover:bg-blue-900 focus:bg-[#4C3CCE]">
<img class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-white dark:group-hover:text-white"
src="/images/profile.png" alt="profile-img">
</svg>
<span class="flex-1 ml-3 whitespace-nowrap">Business Profile</span>
</a>
</li>
<li>
<a href="bill_dash.html"
class="flex items-center p-2 text-base font-normal text-white rounded-lg bg-[#4C3CCE] hover:bg-blue-900 focus:bg-[#4C3CCE]">
<img class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-white dark:group-hover:text-white"
src="/images/payment.png" alt="billing-img">
<span class="flex-1 ml-3 whitespace-nowrap">Billing</span>
</a>
</li>
<li>
<a href="refer_dash.html"
class="flex items-center p-2 text-base font-normal text-white rounded-lg hover:bg-blue-900 focus:bg-[#4C3CCE]">
<img class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-white dark:group-hover:text-white"
src="/images/refer.png" alt="billing-img">
<span class="flex-1 ml-3 whitespace-nowrap">Refer & Earn</span>
</a>
</li>
<li>
<a href="contact_dash.html"
class="flex items-center p-2 text-base font-normal text-white rounded-lg hover:bg-blue-900 focus:bg-[#4C3CCE]">
<img class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-white dark:group-hover:text-white"
src="/images/contacts.png" alt="billing-img">
<span class="flex-1 ml-3 whitespace-nowrap">Contact Us</span>
</a>
</li>
<li>
<a href="index.html"
class="flex items-center p-2 text-base font-normal text-white rounded-lg hover:bg-blue-900 focus:bg-[#4C3CCE]">
<img class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 dark:text-gray-400 group-hover:text-white dark:group-hover:text-white"
src="/images/logout.png" alt="billing-img">
<span class="flex-1 ml-3 whitespace-nowrap">Logout</span>
</a>
</li>
</ul>
</div>
</section>
<div class="ml-60">
<div class="">
<h1
class="text-xl font-semibold border border-1 border-gray-300 bg-white pl-4 py-4 shadow-[rgba(21,_21,_21,_0.5)_0px_0px_2px] font-SourceSansPro">
Billing</h1>
<div class="mt-3 mx-10">
<!-- OverView -->
<div class="grid grid-rows-3">
<div class="flex items-center ">
<h3 class="text-2xl text-[#687E96] h-8">Over view</h3>
</div>
<div
class="top grid grid-cols-5 border-2 rounded-md rounded-b-none text-center items-center text-[#737373] text-lg font-semibold h-[80px] bg-white">
<p>Date</p>
<p>Billing Cycle</p>
<p>Amount</p>
<p>Due Date</p>
<p>Status</p>
</div>
<div
class="bottom grid grid-cols-5 border-2 border-t-0 rounded-md rounded-t-none text-center items-center text-[#737373] text-base font-normal h-14 bg-white">
<p>25/12/2023</p>
<p>January</p>
<p>₹ 25,000</p>
<p>10 Feb 2023</p>
<p>Pending</p>
</div>
</div>
<!-- Billing Email -->
<div class="flex flex-col mt-3">
<div class="flex flex-col text-left text-[#687E96]">
<h3 class="text-2xl h-8">Billing email</h3>
<p>All billing correspondence will go to this email</p>
</div>
<div
class="top grid grid-cols-2 border-2 text-center items-center text-[#737373] h-48 bg-white mt-3 rounded-md">
<input class="border-2 rounded-md ml-10 h-12 w-[420px] px-5" type="email" name="email"
placeholder="Email" id="">
<div class="text-base space-x-3">
<button class="border-2 border-[#696969] rounded-md h-8 w-28 hover:bg-slate-200"
type="reset">Cancle</button>
<button class="bg-[#109C2F] hover:bg-[#12ac33] text-white rounded-md h-8 w-28"
type="submit">Save</button>
</div>
</div>
</div>
<!-- Billing Address -->
<div class="flex flex-col mt-10">
<div class="flex flex-col text-left text-[#687E96]">
<h3 class="text-2xl h-8">Billing address</h3>
<p>This will be reflected in every invoice</p>
</div>
<div
class="top grid grid-cols-2 border-2 text-center items-center text-[#737373] bg-white mt-3 rounded-md">
<form class="text-left flex justify-between w-[1220px] my-6 py-14 px-20" action=""
method="post">
<div class="grid grid-cols-2 space-y-1 w-1/2">
<p class="text-[#151515] pl-20">Address: </p>
<input
class="border-2 border-gray-300 text-sm rounded-md px-4 w-full h-8 placeholder:font-Poppins placeholder:tracking-wide"
type="text" name="address" placeholder="Address" required id="">
<p class="text-[#151515] pl-20">City: </p>
<input
class="border-2 border-gray-300 text-sm rounded-md px-4 w-full h-8 placeholder:font-Poppins placeholder:tracking-wide"
type="text" name="city" placeholder="City" required id="">
<p class="text-[#151515] pl-20">Zip code: </p>
<input
class="border-2 border-gray-300 text-sm rounded-md px-4 w-full h-8 placeholder:font-Poppins placeholder:tracking-wide"
type="tel" name="zip" placeholder="Zip code" required id="">
<p class="text-[#151515] pl-20">State: </p>
<input
class="border-2 border-gray-300 text-sm rounded-md px-4 w-full h-8 placeholder:font-Poppins placeholder:tracking-wide"
type="text" name="state" placeholder="State" required id="">
<p class="text-[#151515] pl-20">Country: </p>
<input
class="border-2 border-gray-300 text-sm rounded-md px-4 w-full h-8 placeholder:font-Poppins placeholder:tracking-wide"
type="text" name="country" placeholder="Country" required id="">
</div>
<div class="col-start-2">
<div class="flex mt-20 space-x-3">
<button class="border-2 border-[#696969] rounded-md h-8 w-28 hover:bg-slate-200"
type="reset" name="cancle">Cancle</button>
<button class="bg-[#109C2F] hover:bg-[#12ac33] text-white rounded-md h-8 w-28"
type="submit" name="next">Save</button>
</div>
</div>
</form>
</div>
</div>
<!-- Tax ID / GST -->
<div class="flex flex-col mt-10 mb-10">
<div class="flex flex-col text-left text-[#687E96]">
<h3 class="text-2xl h-8">Tax ID / GST ID</h3>
<p>If you would like to include specific tax ID(s) to your invoices. <br>
Make sure the tax ID looks exactly like the placeholder text.</p>
</div>
<div
class="top grid grid-cols-2 border-2 text-center items-center text-[#737373] h-48 bg-white mt-3 rounded-md">
<input class="border-2 rounded-md ml-10 h-12 w-[420px] px-5" type="text" name="tax"
placeholder="Tax ID" id="">
<div class="text-base space-x-3">
<button class="border-2 border-[#696969] rounded-md h-8 w-28 hover:bg-slate-200"
type="reset" name="cancle">Cancle</button>
<button class="bg-[#109C2F] hover:bg-[#12ac33] text-white rounded-md h-8 w-28" type="submit"
name="next">Save</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>