diff --git a/.gitignore b/.gitignore index 8d4ae25..36f2377 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ bower_components +node_modules + +.idea \ No newline at end of file diff --git a/app.html b/app.html new file mode 100644 index 0000000..ff06f92 --- /dev/null +++ b/app.html @@ -0,0 +1,81 @@ + + + + + + + Stitch + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bower.json b/bower.json index aa67800..42486ac 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,14 @@ "description": "Configures an order from Amazon"", "main": "stitch-order-element.html", "dependencies": { - "polymer": "Polymer/polymer#^1.4.0" + "polymer": "Polymer/polymer#^1.8.1", + "paper-styles": "PolymerElements/paper-styles#^1.2.0", + "paper-input": "PolymerElements/paper-input#^1.1.23", + "iron-image": "PolymerElements/iron-image#^1.2.5", + "paper-button": "PolymerElements/paper-button#^1.0.14", + "vaadin-combo-box": "vaadin/vaadin-combo-box#^1.3.2", + "iron-ajax": "PolymerElements/iron-ajax#^1.4.3", + "paper-spinner": "PolymerElements/paper-spinner#^1.2.1" }, "devDependencies": { "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", diff --git a/demo/index.html b/demo/index.html index d2369a8..40baf84 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,28 +1,31 @@ - - - + + + - stitch-order-element demo + stitch-order-element demo - + - - - + + + - - - -
-

Basic stitch-order-element demo

- - - -
- + + + +
+

Basic stitch-order-element demo

+ + + +
+ diff --git a/font-styles.html b/font-styles.html new file mode 100644 index 0000000..863a40a --- /dev/null +++ b/font-styles.html @@ -0,0 +1,65 @@ + + + + + + \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..fec616e --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,35 @@ +'use strict'; + +var gulp = require('gulp'); +var browserSync = require('browser-sync').create(); + +var config = { + paths: { + html: ['./*.html'], + get allFiles(){ + return [].concat(this.html); + } + } +}; + +var server = { + dev: { + port: 5000, + logPrefix: 'Element', + server: { + index: 'app.html', + baseDir: '.' + }, + files: config.paths.allFiles, + notify: false + }, + get config(){ + return this.dev; + } +}; + +gulp.task('browserSync', function(){ + browserSync.init(server.config); +}); + +gulp.task('serve', gulp.series('browserSync')); \ No newline at end of file diff --git a/index.html b/index.html index cb2161b..4ece08d 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,16 @@ - - - + + + - stitch-order-element + stitch-order-element - + - - - - - + + + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..ee366e2 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "stitch-order-element", + "version": "1.3.0", + "description": "An incredible tool", + "license": "BSD-3-Clause", + "scripts": { + "lint": "eslint . --ext js,html --ignore-path .gitignore", + "test": "npm run lint && polymer test", + "build": "gulp build" + }, + "devDependencies": { + "browser-sync": "^2.18.6", + "eslint": "^3.12.0", + "eslint-config-google": "^0.7.0", + "eslint-plugin-html": "^1.7.0", + "gulp": "gulpjs/gulp#4.0" + }, + "engines": { + "node": ">=4.0" + }, + "private": true +} diff --git a/placeholder.jpg b/placeholder.jpg new file mode 100644 index 0000000..f61ac68 Binary files /dev/null and b/placeholder.jpg differ diff --git a/prime.png b/prime.png new file mode 100644 index 0000000..e42e3bb Binary files /dev/null and b/prime.png differ diff --git a/stitch-order-element.html b/stitch-order-element.html index 6fd4b28..76db7ef 100644 --- a/stitch-order-element.html +++ b/stitch-order-element.html @@ -1,4 +1,6 @@ + + - - - + + + diff --git a/stitch-order-form.html b/stitch-order-form.html new file mode 100644 index 0000000..19be263 --- /dev/null +++ b/stitch-order-form.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + diff --git a/stitch-order-icons.html b/stitch-order-icons.html new file mode 100644 index 0000000..4866a00 --- /dev/null +++ b/stitch-order-icons.html @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stitch-order-request.html b/stitch-order-request.html new file mode 100644 index 0000000..bd9b92a --- /dev/null +++ b/stitch-order-request.html @@ -0,0 +1,192 @@ + + + + + +