Skip to content

Commit

Permalink
builds project under docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlori committed Feb 26, 2020
1 parent a6e76ad commit 135d937
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 1 deletion.
Binary file added docs/icomoon.60c9ccf9.ttf
Binary file not shown.
Binary file added docs/icomoon.88256042.woff
Binary file not shown.
17 changes: 17 additions & 0 deletions docs/icomoon.b906ef10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/icomoon.d54e3674.eot
Binary file not shown.
1 change: 1 addition & 0 deletions docs/index.html
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>
4 changes: 4 additions & 0 deletions docs/src.17348f4b.css

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/src.1ad80a3d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": false,
"scripts": {
"serve": "parcel -p 8000 watch index.html --open",
"build": "parcel build index.html --no-source-maps --public-url ./"
"build": "parcel build index.html --no-source-maps --out-dir docs/ --public-url ./"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand Down

0 comments on commit 135d937

Please sign in to comment.