-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
186 lines (167 loc) · 7.28 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<!-- Custom Style -->
<link rel="stylesheet" href="style.css">
<title>Invoice..!</title>
</head>
<body>
<div class="my-5 page" size="A4">
<div class="p-5">
<section class="top-content bb d-flex justify-content-between">
<div class="logo">
<img src="logo.png" alt="" class="img-fluid">
</div>
<div class="top-left">
<div class="graphic-path">
<p>Invoice</p>
</div>
<div class="position-relative">
<p>Invoice No. <span>XXXX</span></p>
</div>
</div>
</section>
<section class="store-user mt-5">
<div class="col-10">
<div class="row bb pb-3">
<div class="col-7">
<p>Supplier,</p>
<h2>Your Store Name</h2>
<p class="address"> 777 Brockton Avenue, <br> Abington MA 2351, <br>Vestavia Hills AL </p>
<div class="txn mt-2">TXN: XXXXXXX</div>
</div>
<div class="col-5">
<p>Client,</p>
<h2>Sabur Ali</h2>
<p class="address"> 777 Brockton Avenue, <br> Abington MA 2351, <br>Vestavia Hills AL </p>
<div class="txn mt-2">TXN: XXXXXXX</div>
</div>
</div>
<div class="row extra-info pt-3">
<div class="col-7">
<p>Payment Method: <span>bKash</span></p>
<p>Order Number: <span>#868</span></p>
</div>
<div class="col-5">
<p>Deliver Date: <span>10-04.2021</span></p>
</div>
</div>
</div>
</section>
<section class="product-area mt-4">
<table class="table table-hover">
<thead>
<tr>
<td>Item Description</td>
<td>Price</td>
<td>Quantity</td>
<td>Total</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="media">
<img class="mr-3 img-fluid" src="mobile.jpg" alt="Product 01">
<div class="media-body">
<p class="mt-0 title">Media heading</p>
Cras sit amet nibh libero, in gravida nulla.
</div>
</div>
</td>
<td>200$</td>
<td>1</td>
<td>200$</td>
</tr>
<tr>
<td>
<div class="media">
<img class="mr-3 img-fluid" src="mobile-2.jpg" alt="Product 01">
<div class="media-body">
<p class="mt-0 title">Media heading</p>
Cras sit amet nibh libero, in gravida nulla.
</div>
</div>
</td>
<td>300$</td>
<td>2</td>
<td>600$</td>
</tr>
</tbody>
</table>
</section>
<section class="balance-info">
<div class="row">
<div class="col-8">
<p class="m-0 font-weight-bold"> Note: </p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. In delectus, adipisci vero est dolore praesentium.</p>
</div>
<div class="col-4">
<table class="table border-0 table-hover">
<tr>
<td>Sub Total:</td>
<td>800$</td>
</tr>
<tr>
<td>Tax:</td>
<td>15$</td>
</tr>
<tr>
<td>Deliver:</td>
<td>10$</td>
</tr>
<tfoot>
<tr>
<td>Total:</td>
<td>825$</td>
</tr>
</tfoot>
</table>
<!-- Signature -->
<div class="col-12">
<img src="signature.png" class="img-fluid" alt="">
<p class="text-center m-0"> Director Signature </p>
</div>
</div>
</div>
</section>
<!-- Cart BG -->
<img src="cart.jpg" class="img-fluid cart-bg" alt="">
<footer>
<hr>
<p class="m-0 text-center">
View THis Invoice Online At - <a href="#!"> invoice/saburbd.com/#868 </a>
</p>
<div class="social pt-3">
<span class="pr-2">
<i class="fas fa-mobile-alt"></i>
<span>0123456789</span>
</span>
<span class="pr-2">
<i class="fas fa-envelope"></i>
<span>[email protected]</span>
</span>
<span class="pr-2">
<i class="fab fa-facebook-f"></i>
<span>/sabur.7264</span>
</span>
<span class="pr-2">
<i class="fab fa-youtube"></i>
<span>/abdussabur</span>
</span>
<span class="pr-2">
<i class="fab fa-github"></i>
<span>/example</span>
</span>
</div>
</footer>
</div>
</div>
</body></html>