-
Notifications
You must be signed in to change notification settings - Fork 13
/
invoice.html
332 lines (295 loc) · 8.43 KB
/
invoice.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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Invoice</title>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Raleway:100,200,300,400,500,600,700,800,900,200i,300i,400i,500i">
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link rel='stylesheet' href='scripts/jquery.prettycheckable/prettycheckable.css' type='text/css' media='screen' />
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" />
<span id="sidebar-exp"></span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right header-drop-right">
<li class="dropdown user-dropdown-one">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
John
<img src="images/user-img.png" alt="" />
<b class="caret"></b>
</a>
<ul class="dropdown-menu user-dropdown-two">
<li><a href="#">Settings</a></li>
<li><a href="#">Edit profile</a></li>
<li class="log-out"><a href="#">Log out</a></li>
</ul>
</li>
</ul>
<ul class="header-notifications pull-right">
<li><a href="#" class="clock"></a></li>
<li><a href="#" class="task"></a></li>
<li class="last">
<a href="#" class="globe"></a>
<span class="lbl">12</span>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<div id="wrapper">
<div id="body-overlay"></div>
<div id="sidebar">
<div class="search-block clearfix">
<span></span>
<input type="text" placeholder="Are you looking for something?"/>
</div>
<ul class="drop-area">
<li class="no-back">
<a href="index.html">Dashboard</a>
</li>
<li>
UI Elements
<ul>
<li>
<span class="icn icon-190"></span>
<a href="ui-sliders.html">UI Sliders</a>
</li>
<li>
<span class="icn icon-70"></span>
<a href="buttons.html">Buttons</a>
</li>
<li>
<span class="icn icon-29"></span>
<a href="icons.html">Icons</a>
</li>
<li>
<span class="icn icon-115"></span>
<a href="tabs-and-accordions.html">Tabs & Accordions</a>
</li>
<li>
<span class="icn icon-119"></span>
<a href="modals.html">Modals</a>
</li>
<li>
<span class="icn icon-116"></span>
<a href="nestable-lists.html">Nestable lists</a>
</li>
<li>
<span class="icn icon-45"></span>
<a href="progress-bars.html">Progress bars</a>
</li>
</ul>
</li>
<li>
Forms
<ul>
<li>
<span class="icn icon-6"></span>
<a href="forms.html">Basic Forms</a>
</li>
</ul>
</li>
<li>
Pages
<ul>
<li>
<span class="icn icon-172"></span>
<a href="profile-and-timeline.html">Profile & Timeline</a>
</li>
<li>
<span class="icn icon-9"></span>
<a href="search-page.html">Search</a>
</li>
<li>
<span class="icn icon-143"></span>
<a href="invoice.html">Invoice</a>
</li>
<li>
<span class="icn icon-136"></span>
<a href="message-page.html">Messages</a>
</li>
<li>
<span class="icn icon-121"></span>
<a href="calendar.html">Calendar</a>
</li>
<li>
<span class="icn icon-50"></span>
<a href="gallery.html">Gallery</a>
</li>
<li>
<span class="icn icon-97"></span>
<a href="cowntdown.html">Page in progress</a>
</li>
<li>
<span class="icn icon-99"></span>
<a href="page-not-found.html">Page not found</a>
</li>
<li>
<span class="icn icon-133"></span>
<a href="typography.html">Typography</a>
</li>
<li>
<span class="icn icon-35"></span>
<a href="dropzone-page.html">Dropzone</a>
</li>
<li>
<span class="icn icon-129"></span>
<a href="notes.html">Notes</a>
</li>
<li>
<span class="icn icon-123"></span>
<a href="contact-page.html">Contact</a>
</li>
</ul>
</li>
<li>
Tables
<ul>
<li>
<span class="icn icon-118"></span>
<a href="basic-tables.html">Basic tables</a>
</li>
</ul>
</li>
<li>
Login
<ul>
<li>
<span class="icn icon-125"></span>
<a href="login-and-register.html">Login & Register</a>
</li>
<li>
<span class="icn icon-39"></span>
<a href="lock-screen.html">Lock screen</a>
</li>
</ul>
</li>
<li>
Charts
<ul>
<li>
<span class="icn icon-156"></span>
<a href="charts.html">Basic Charts</a>
</li>
</ul>
</li>
</ul>
</div>
<div id="wrap">
<div class="container">
<div class="panel-style space invoice">
<div class="row">
<div class="col-md-4">
<span class="grey-title">FROM</span>
<ul>
<li class="invoice-dark-title">Company name</li>
<li>Street Address</li>
<li>City, State, ZIP Code</li>
<li>Phone: (121) 588912-363</li>
<li>Fax: (121) 588912-363</li>
</ul>
</div>
<div class="col-md-4">
<span class="grey-title">TO</span>
<ul>
<li class="invoice-dark-title">Martin Spencer</li>
<li>Street Address</li>
<li>City, State, ZIP Code</li>
<li>Phone: (121) 588912-363</li>
<li>Fax: (121) 588912-363</li>
</ul>
</div>
</div>
<table class="table simple m-top-35 invoice">
<thead>
<tr>
<th>service name</th>
<th class="price">Price</th>
<th class="qty">qty</th>
<th class="t-price">total price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Strong and clean stationery</td>
<td>$100</td>
<td>1</td>
<td>$100</td>
</tr>
<tr>
<td>Some other improvements</td>
<td>$150</td>
<td>2</td>
<td>$300</td>
</tr>
<tr>
<td>Icon design</td>
<td>$180</td>
<td>3</td>
<td>$250</td>
</tr>
<tr>
<td>User interface elements</td>
<td>$80</td>
<td>2</td>
<td>$240</td>
</tr>
</tbody>
</table>
<div class="row">
<div class="col-md-4 pull-right">
<div class="inv-total">
<ul>
<li>subtotal:<span class="dark">$880</span></li>
<li>tax(10%):<span class="dark">$88</span></li>
<li>total:<span class="blue">$958</span></li>
</ul>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
</div>
</div>
<div id="footer">
<div class="row">
<div class="col-md-6 left">
<ul>
<li><a href="#">Buy Theme</a><span>•</span></li>
<li><a href="http://be.net/owsian">Behance</a><span>•</span></li>
<li><a href="#">Twitter</a></li>
</ul>
</div>
<div class="col-md-6 right">
<span class="pull-right">Development and design by <strong>Webtunes</strong> & <a href="http://owsian.net"><strong>Owsian</strong></a>.<br /> Copyrighted © 2013. All rights reserved.</span>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type='text/javascript' src='scripts/jquery.prettycheckable/prettycheckable.js'></script>
<script src="custom.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>