diff --git a/.gitignore b/.gitignore index 992f0c4..e919165 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,57 @@ +# Created by .ignore support plugin (hsz.mobi) +### Node template # Logs -logs +/logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + # Dependency directories node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz # Yarn Integrity file .yarn-integrity @@ -14,15 +59,35 @@ node_modules/ # dotenv environment variables file .env +# parcel-bundler cache (https://parceljs.org/) +.cache + +# next.js build output +.next + # nuxt.js build output -.nuxt/ +.nuxt # Nuxt generate -dist/ +dist -# Nuxt PWA +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless + +# IDE / Editor +.idea + +# Service worker sw.* -# MacOS DS Store file +# Mac OSX .DS_Store +# Vim swap files +*.swp + +# Zeit Now +.now diff --git a/assets/style/app.styl b/assets/style/app.styl deleted file mode 100644 index 1228f7c..0000000 --- a/assets/style/app.styl +++ /dev/null @@ -1,2 +0,0 @@ -// Import Vuetify styling -@require '~vuetify/src/stylus/main.styl' diff --git a/components/CardDownload.vue b/components/CardDownload.vue new file mode 100644 index 0000000..4a17ad3 --- /dev/null +++ b/components/CardDownload.vue @@ -0,0 +1,40 @@ + + + diff --git a/components/DialogDisclaimer.vue b/components/DialogDisclaimer.vue index b6e6ad0..25f83a3 100644 --- a/components/DialogDisclaimer.vue +++ b/components/DialogDisclaimer.vue @@ -1,6 +1,6 @@