-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html class="no-js" lang="en"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="description" content="A free online estimate of cost"><meta name="viewport" content="width=device-width, initial-scale=1"><title></title><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"><link rel="stylesheet" href="src.17348f4b.css"></head><body> <div class="estimate"> <div class="estimate__title"> <h2>Job Estimate</h2> </div> <div class="estimate__company"> <div class="estimate__company__logo js-logo-wrapper"> <canvas id="js-image-blank" class="hidden"></canvas> <input type="file" id="js-logo-image" class="logo-image-input"> <label for="js-logo-image">Choose a logo</label> <span>(The ideally format is 200 x 80 px)</span> <span class="x-logo-error hidden">! Add a logo</span> </div> <div class="estimate__company__references"> <label>Information about your Company</label> <input type="text" class="js-company-email email" name="companyEmail" placeholder="[email protected]"> <input type="text" class="js-company-website website" name="companyWebsite" placeholder="www.companywebsite.com"> <input type="text" class="js-company-telephone telephone" name="companyTelephone" placeholder="Telephone"> <textarea class="js-company-address address" name="companyAddress" placeholder="Company address"></textarea> </div> </div> <div class="estimate__data clearfix"> <div class="estimate__data__date"> <label>Date</label> <input type="text" class="js-datepicker datepicker" name="estimateDate" placeholder="dd-mm-yyyy"> </div> <div class="estimate__data__discount"> <label>Discount</label> <input type="number" class="js-discount" name="discount" placeholder="0"> <span>%</span> </div> <div class="estimate__data__vat"> <label>VAT</label> <input type="number" id="js-vat" name="vat" placeholder="0"> <span>%</span> </div> <div class="estimate__data__notes"> <label>Notes</label> <textarea class="js-note-input" placeholder="Add some notes..."></textarea> </div> </div> <div class="estimate__table"> <table> <tr> <th>Item</th> <th>Description</th> <th>Unity price</th> <th>Quantity</th> <th>Amount</th> </tr> <tbody id="js-tbody"></tbody> </table> </div> <footer class="estimate__footer"> <div class="estimate__footer__subtotal"> <div class="estimate__footer__subtotal__description"> <h5>Subtotal</h5> </div> <div class="estimate__footer__subtotal__value"> <span id="js-subtotal" class="value">0</span> </div> </div> <div class="estimate__footer__total"> <div class="estimate__footer__total__description"> <h4>Total/Payments Terms</h4> <span>The price is subject to <span class="js-vat-display">0</span>% VAT</span> </div> <div class="estimate__footer__total__value"> <span id="js-total" class="value">0</span> </div> </div> </footer> </div> <div class="actions wrapper-fluid"> <div class="wrapper"> <div class="actions__estimate"> <button type="button" id="js-add-btn" class="actions__estimate__add"> <span class="icon-plus"></span> <span class="btn-label">Add item</span> </button> <button type="button" id="js-print-btn" class="actions__estimate__print"> <span class="icon-printer"></span> <span class="btn-label">Print</span> </button> <button type="button" id="js-preview-btn" class="actions__estimate__preview"> <span class="btn-label">Preview</span> </button> </div> </div> </div> <script src="https://cdn.jsdelivr.net/npm/flatpickr"></script> <script src="src.1ad80a3d.js"></script> </body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters