├── .DS_Store
├── LICENSE
├── README.md
├── assets
├── .DS_Store
├── invoice-1-2x.jpg
├── invoice-2-2x.jpg
├── invoice-3-2x.jpg
├── invoice1.zip
├── invoice2.zip
├── invoice3.zip
└── style.css
├── index.html
├── invoice1
├── Acme.png
├── invoice1.css
└── invoice1.html
├── invoice2
├── Acme.png
├── invoice2.css
└── invoice2.html
└── invoice3
├── Acme.png
├── invoice3.css
└── invoice3.html
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/.DS_Store
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2017 Niraj M. Rajgor
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # html-invoice-templates
2 | The clean, modern, responsive html invoice templates based on bootstrap 3. The downloadable zip file content sample logo used, html file and css file.
3 | [View Demo](https://nirajrajgor.github.io/html-invoice-templates/)
4 |
5 | ## Disclaimer
6 |
7 | The content of the invoice template is dummy and does not mean anything. It is used as a placeholder text. Any brand name or price amount added is purely for placeholder purpose.
8 |
9 | ## Author
10 | [Niraj Rajgor](https://nirajrajgor.com/)
11 |
12 | ## License
13 | This project is open source and available under the [MIT License](https://github.com/nirajrajgor/html-invoice-templates/blob/master/LICENSE).
14 |
--------------------------------------------------------------------------------
/assets/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/assets/.DS_Store
--------------------------------------------------------------------------------
/assets/invoice-1-2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/assets/invoice-1-2x.jpg
--------------------------------------------------------------------------------
/assets/invoice-2-2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/assets/invoice-2-2x.jpg
--------------------------------------------------------------------------------
/assets/invoice-3-2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/assets/invoice-3-2x.jpg
--------------------------------------------------------------------------------
/assets/invoice1.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/assets/invoice1.zip
--------------------------------------------------------------------------------
/assets/invoice2.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/assets/invoice2.zip
--------------------------------------------------------------------------------
/assets/invoice3.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nirajrajgor/html-invoice-templates/b5e867c22b965fb79a8d789f0ab0057b96f0944d/assets/invoice3.zip
--------------------------------------------------------------------------------
/assets/style.css:
--------------------------------------------------------------------------------
1 | h1{
2 | font-size: 24px;
3 | margin-bottom: 20px;
4 | }
5 | .invoice-item-wrapper{
6 | text-align: center;
7 | margin-bottom: 25px;
8 | }
9 | .invoice-item-wrapper h2{
10 | font-size: 20px;
11 | margin-bottom: 20px;
12 | }
13 | .invoice-item-wrapper img{
14 | box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.10);
15 | margin-bottom: 30px;
16 | }
17 | .invoice-item-wrapper a{
18 | padding: 10px 20px;
19 | margin-right: 20px;
20 | color: #333;
21 | border: 2px solid #ddd;
22 | border-radius: 20px;
23 | }
24 | .github-btn{
25 | padding: 10px 20px;
26 | border: 2px solid #ddd;
27 | color: #333;
28 | float: right;
29 | border-radius: 20px;
30 | font-size: 15px;
31 | }
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur illo, iure eveniet, iste quidem nihil nemo molestiae! Repellat quidem, saepe, dignissimos dolor soluta nobis similique nemo voluptatem sed omnis velit!
61 |
Specifications are as follows:
62 |
63 |
64 |
65 |
66 |
67 |
Rate:
68 |
₹50 / hour
69 |
70 |
71 |
Estimated Time:
72 |
100 hours
73 |
74 |
75 |
Start Date:
76 |
August 10, 2017
77 |
78 |
79 |
End Date:
80 |
September 10, 2017
81 |
82 |
83 |
Files provided:
84 |
PSD files and front-end markup
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
John Doe
107 |
UI / UX
108 |
Mumbai, India
109 |
110 |
Invoice
111 |
September 06, 2017
112 |
113 |
114 |
115 |
116 |
Martin Sen
117 |
Hp Solutions
118 |
Delhi, India
119 |
120 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
TASK DESCRIPTION
135 |
RATE
136 |
HOURS
137 |
TOTAL
138 |
139 |
140 |
141 |
142 |
143 |
Web Design
144 |
Design the wireframes and PSD mockups of website.
145 |
146 |
₹50
147 |
50
148 |
₹2500
149 |
150 |
151 |
152 |
Web Development
153 |
Making the responsive website from the PSD file & hosting on server.