{"id":13410737,"url":"https://github.com/sparksuite/simple-html-invoice-template","last_synced_at":"2025-05-13T16:17:10.651Z","repository":{"id":28719034,"uuid":"32240007","full_name":"sparksuite/simple-html-invoice-template","owner":"sparksuite","description":"A modern, clean, and very simple responsive HTML invoice template","archived":false,"fork":false,"pushed_at":"2024-07-19T08:25:40.000Z","size":53,"stargazers_count":1596,"open_issues_count":0,"forks_count":1168,"subscribers_count":40,"default_branch":"master","last_synced_at":"2024-07-31T20:43:46.250Z","etag":null,"topics":["css","html-template","invoice"],"latest_commit_sha":null,"homepage":"https://sparksuite.github.io/simple-html-invoice-template/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparksuite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-15T01:24:14.000Z","updated_at":"2024-07-29T06:59:54.000Z","dependencies_parsed_at":"2022-07-14T08:09:02.037Z","dependency_job_id":"30c6cfe1-fcae-47ed-8457-61259159596a","html_url":"https://github.com/sparksuite/simple-html-invoice-template","commit_stats":{"total_commits":35,"total_committers":4,"mean_commits":8.75,"dds":0.4571428571428572,"last_synced_commit":"8f419f1bf9552191c108c346d72f5723c48c351e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksuite%2Fsimple-html-invoice-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksuite%2Fsimple-html-invoice-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksuite%2Fsimple-html-invoice-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparksuite%2Fsimple-html-invoice-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparksuite","download_url":"https://codeload.github.com/sparksuite/simple-html-invoice-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243610436,"owners_count":20318961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html-template","invoice"],"created_at":"2024-07-30T20:01:08.769Z","updated_at":"2025-03-14T16:32:58.302Z","avatar_url":"https://github.com/sparksuite.png","language":"HTML","funding_links":[],"categories":["HTML","css"],"sub_categories":[],"readme":"# \u003cdiv align=\"center\"\u003eSimple HTML Invoice Template\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://validator.w3.org/check?uri=https%3A%2F%2Fsparksuite.github.io%2Fsimple-html-invoice-template%2F\"\u003e\u003cimg alt=\"W3C Validation\" src=\"https://img.shields.io/w3c-validation/default?targetUrl=https%3A%2F%2Fsparksuite.github.io%2Fsimple-html-invoice-template%2F\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/prettier/prettier\"\u003e\u003cimg alt=\"license\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/sparksuite/simple-html-invoice-template/blob/master/LICENSE\"\u003e\u003cimg alt=\"license\" src=\"https://img.shields.io/github/license/sparksuite/simple-html-invoice-template\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA modern, clean, and very simple responsive HTML invoice template, because sometimes you just need something quick and simple.\n\n- ✨ Simple design\n- 📱 Responsive\n- 🔧 Easily customizable\n- 🌍 RTL support\n\n## Demo\n[Find a demo here](https://sparksuite.github.io/simple-html-invoice-template/)\n\n## How to use\nOpen the [invoice.html](https://github.com/sparksuite/simple-html-invoice-template/blob/master/invoice.html) file and use its HTML and CSS in your application.\n\n## Printer-friendly styling\nBy default, the appearance of the invoice when printed is the same as when viewed on a screen. If the invoice is the primary or only element on the page, you may want to consider removing the box-shadow and border, and letting the invoice extend the full width of the page. That can be accomplished with this CSS:\n```css\n@media print {\n  .invoice-box {\n    max-width: unset;\n    box-shadow: none;\n    border: 0px;\n  }\n}\n```\n\n## RTL support\nReplace `\u003cdiv class=\"invoice-box\"\u003e` with `\u003cdiv class=\"invoice-box rtl\"\u003e`\n\n## Preview\n\u003cimg width=\"1325\" alt=\"Preview\" src=\"https://github.com/sparksuite/simple-html-invoice-template/assets/3850064/5d34c8d2-5ac4-45cf-93f9-1eeaaf23765e\"\u003e\n\n\n## Contributing\nWe love contributions! Contributing is easy; [learn how](https://github.com/sparksuite/simple-html-invoice-template/blob/master/CONTRIBUTING.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparksuite%2Fsimple-html-invoice-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparksuite%2Fsimple-html-invoice-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparksuite%2Fsimple-html-invoice-template/lists"}