diff --git a/README.md b/README.md index 7fc1b3e..fd45e19 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ki-frontend + +Vue3 Projekt: ## Project setup ``` npm install @@ -22,3 +24,5 @@ npm run lint ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). + +Vorraussetzung: Node & NPM \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 32c768d..c478dbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,8 @@ "": { "version": "0.1.0", "dependencies": { + "axios": "^0.21.1", + "bootstrap": "^5.0.1", "core-js": "^3.6.5", "vue": "^3.0.0", "vue-router": "^4.0.0-0" @@ -1425,6 +1427,16 @@ "node": ">= 6" } }, + "node_modules/@popperjs/core": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.2.tgz", + "integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "node_modules/@soda/friendly-errors-webpack-plugin": { "version": "1.8.0", "resolved": "https://registry.npm.taobao.org/@soda/friendly-errors-webpack-plugin/download/@soda/friendly-errors-webpack-plugin-1.8.0.tgz?cache=0&sync_timestamp=1607927625608&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40soda%2Ffriendly-errors-webpack-plugin%2Fdownload%2F%40soda%2Ffriendly-errors-webpack-plugin-1.8.0.tgz", @@ -2849,6 +2861,14 @@ "integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=", "dev": true }, + "node_modules/axios": { + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "dependencies": { + "follow-redirects": "^1.10.0" + } + }, "node_modules/babel-eslint": { "version": "10.1.0", "resolved": "https://registry.npm.taobao.org/babel-eslint/download/babel-eslint-10.1.0.tgz", @@ -3121,6 +3141,18 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", "dev": true }, + "node_modules/bootstrap": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.1.tgz", + "integrity": "sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, + "peerDependencies": { + "@popperjs/core": "^2.9.2" + } + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010713935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz", @@ -6476,7 +6508,6 @@ "version": "1.14.1", "resolved": "https://registry.nlark.com/follow-redirects/download/follow-redirects-1.14.1.tgz", "integrity": "sha1-2RFN7Qoc/dM04WTmZirQK/2R/0M=", - "dev": true, "engines": { "node": ">=4.0" } @@ -15873,6 +15904,12 @@ "integrity": "sha1-K1o6s/kYzKSKjHVMCBaOPwPrphs=", "dev": true }, + "@popperjs/core": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.2.tgz", + "integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==", + "peer": true + }, "@soda/friendly-errors-webpack-plugin": { "version": "1.8.0", "resolved": "https://registry.npm.taobao.org/@soda/friendly-errors-webpack-plugin/download/@soda/friendly-errors-webpack-plugin-1.8.0.tgz?cache=0&sync_timestamp=1607927625608&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40soda%2Ffriendly-errors-webpack-plugin%2Fdownload%2F%40soda%2Ffriendly-errors-webpack-plugin-1.8.0.tgz", @@ -16166,7 +16203,6 @@ "integrity": "sha1-y0dTIeTHP38RDawppIwqnLgK/rY=", "dev": true, "requires": { - "@babel/core": "^7.11.0", "@babel/helper-compilation-targets": "^7.9.6", "@babel/helper-module-imports": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", @@ -16179,7 +16215,6 @@ "@vue/babel-plugin-jsx": "^1.0.3", "@vue/babel-preset-jsx": "^1.2.4", "babel-plugin-dynamic-import-node": "^2.3.3", - "core-js": "^3.6.5", "core-js-compat": "^3.6.5", "semver": "^6.1.0" } @@ -16331,7 +16366,8 @@ "version": "4.5.13", "resolved": "https://registry.nlark.com/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.13.tgz", "integrity": "sha1-mGRti8HmnPbGpsui/tPqzgNWw2A=", - "dev": true + "dev": true, + "requires": {} }, "@vue/cli-service": { "version": "4.5.13", @@ -16580,7 +16616,8 @@ "version": "1.1.2", "resolved": "https://registry.nlark.com/@vue/preload-webpack-plugin/download/@vue/preload-webpack-plugin-1.1.2.tgz", "integrity": "sha1-zrkktOyzucQ4ccekKaAvhCPmIas=", - "dev": true + "dev": true, + "requires": {} }, "@vue/reactivity": { "version": "3.0.11", @@ -16827,7 +16864,8 @@ "version": "5.3.1", "resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-5.3.1.tgz?cache=0&sync_timestamp=1599499160644&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn-jsx%2Fdownload%2Facorn-jsx-5.3.1.tgz", "integrity": "sha1-/IZh4Rt6wVOcR9v+oucrOvNNJns=", - "dev": true + "dev": true, + "requires": {} }, "acorn-walk": { "version": "7.2.0", @@ -16857,13 +16895,15 @@ "version": "1.0.1", "resolved": "https://registry.npm.taobao.org/ajv-errors/download/ajv-errors-1.0.1.tgz?cache=0&sync_timestamp=1616886041666&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv-errors%2Fdownload%2Fajv-errors-1.0.1.tgz", "integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=", - "dev": true + "dev": true, + "requires": {} }, "ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npm.taobao.org/ajv-keywords/download/ajv-keywords-3.5.2.tgz", "integrity": "sha1-MfKdpatuANHC0yms97WSlhTVAU0=", - "dev": true + "dev": true, + "requires": {} }, "alphanum-sort": { "version": "1.0.2", @@ -17123,6 +17163,14 @@ "integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=", "dev": true }, + "axios": { + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "requires": { + "follow-redirects": "^1.10.0" + } + }, "babel-eslint": { "version": "10.1.0", "resolved": "https://registry.npm.taobao.org/babel-eslint/download/babel-eslint-10.1.0.tgz", @@ -17357,6 +17405,12 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", "dev": true }, + "bootstrap": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.1.tgz", + "integrity": "sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==", + "requires": {} + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npm.taobao.org/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010713935&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz", @@ -20163,8 +20217,7 @@ "follow-redirects": { "version": "1.14.1", "resolved": "https://registry.nlark.com/follow-redirects/download/follow-redirects-1.14.1.tgz", - "integrity": "sha1-2RFN7Qoc/dM04WTmZirQK/2R/0M=", - "dev": true + "integrity": "sha1-2RFN7Qoc/dM04WTmZirQK/2R/0M=" }, "for-in": { "version": "1.0.2", @@ -23251,13 +23304,15 @@ "version": "5.1.0", "resolved": "https://registry.npm.taobao.org/icss-utils/download/icss-utils-5.1.0.tgz?cache=0&sync_timestamp=1605801506037&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ficss-utils%2Fdownload%2Ficss-utils-5.1.0.tgz", "integrity": "sha1-xr5oWKvQE9do6YNmrkfiXViHsa4=", - "dev": true + "dev": true, + "requires": {} }, "postcss-modules-extract-imports": { "version": "3.0.0", "resolved": "https://registry.npm.taobao.org/postcss-modules-extract-imports/download/postcss-modules-extract-imports-3.0.0.tgz?cache=0&sync_timestamp=1602588177787&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-extract-imports%2Fdownload%2Fpostcss-modules-extract-imports-3.0.0.tgz", "integrity": "sha1-zaHwR8CugMl9vijD52pDuIAldB0=", - "dev": true + "dev": true, + "requires": {} }, "postcss-modules-local-by-default": { "version": "4.0.0", diff --git a/package.json b/package.json index f6aa5c7..32eee1c 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,8 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "axios": "^0.21.1", + "bootstrap": "^5.0.1", "core-js": "^3.6.5", "vue": "^3.0.0", "vue-router": "^4.0.0-0" diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..5b05aaf --- /dev/null +++ b/public/apple-touch-icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78047c1b779820271298de92cbeaae9fc9be8e7305cc1d04050046dcbeab57bc +size 22506 diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png new file mode 100644 index 0000000..187af2e --- /dev/null +++ b/public/favicon-96x96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c943b50d7fc442cf26577f30ca7d71faae3d368cf94d5283cad0395fc724a51b +size 10248 diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/fonts/Lato-Black.eot b/public/fonts/Lato-Black.eot new file mode 100644 index 0000000..444bc3a Binary files /dev/null and b/public/fonts/Lato-Black.eot differ diff --git a/public/fonts/Lato-Black.ttf b/public/fonts/Lato-Black.ttf new file mode 100644 index 0000000..3f7819f Binary files /dev/null and b/public/fonts/Lato-Black.ttf differ diff --git a/public/fonts/Lato-Black.woff b/public/fonts/Lato-Black.woff new file mode 100644 index 0000000..a0ab25e Binary files /dev/null and b/public/fonts/Lato-Black.woff differ diff --git a/public/fonts/Lato-Black.woff2 b/public/fonts/Lato-Black.woff2 new file mode 100644 index 0000000..3ee7cd4 Binary files /dev/null and b/public/fonts/Lato-Black.woff2 differ diff --git a/public/fonts/Lato-BlackItalic.eot b/public/fonts/Lato-BlackItalic.eot new file mode 100644 index 0000000..7749a28 Binary files /dev/null and b/public/fonts/Lato-BlackItalic.eot differ diff --git a/public/fonts/Lato-BlackItalic.ttf b/public/fonts/Lato-BlackItalic.ttf new file mode 100644 index 0000000..2dc1173 Binary files /dev/null and b/public/fonts/Lato-BlackItalic.ttf differ diff --git a/public/fonts/Lato-BlackItalic.woff b/public/fonts/Lato-BlackItalic.woff new file mode 100644 index 0000000..30f2c71 Binary files /dev/null and b/public/fonts/Lato-BlackItalic.woff differ diff --git a/public/fonts/Lato-BlackItalic.woff2 b/public/fonts/Lato-BlackItalic.woff2 new file mode 100644 index 0000000..6a59bdb Binary files /dev/null and b/public/fonts/Lato-BlackItalic.woff2 differ diff --git a/public/fonts/Lato-Bold.eot b/public/fonts/Lato-Bold.eot new file mode 100644 index 0000000..3361183 Binary files /dev/null and b/public/fonts/Lato-Bold.eot differ diff --git a/public/fonts/Lato-Bold.ttf b/public/fonts/Lato-Bold.ttf new file mode 100644 index 0000000..29f691d Binary files /dev/null and b/public/fonts/Lato-Bold.ttf differ diff --git a/public/fonts/Lato-Bold.woff b/public/fonts/Lato-Bold.woff new file mode 100644 index 0000000..c6dff51 Binary files /dev/null and b/public/fonts/Lato-Bold.woff differ diff --git a/public/fonts/Lato-Bold.woff2 b/public/fonts/Lato-Bold.woff2 new file mode 100644 index 0000000..bb19504 Binary files /dev/null and b/public/fonts/Lato-Bold.woff2 differ diff --git a/public/fonts/Lato-BoldItalic.eot b/public/fonts/Lato-BoldItalic.eot new file mode 100644 index 0000000..3d41549 Binary files /dev/null and b/public/fonts/Lato-BoldItalic.eot differ diff --git a/public/fonts/Lato-BoldItalic.ttf b/public/fonts/Lato-BoldItalic.ttf new file mode 100644 index 0000000..f402040 Binary files /dev/null and b/public/fonts/Lato-BoldItalic.ttf differ diff --git a/public/fonts/Lato-BoldItalic.woff b/public/fonts/Lato-BoldItalic.woff new file mode 100644 index 0000000..88ad05b Binary files /dev/null and b/public/fonts/Lato-BoldItalic.woff differ diff --git a/public/fonts/Lato-BoldItalic.woff2 b/public/fonts/Lato-BoldItalic.woff2 new file mode 100644 index 0000000..c4e3d80 Binary files /dev/null and b/public/fonts/Lato-BoldItalic.woff2 differ diff --git a/public/fonts/Lato-Hairline.eot b/public/fonts/Lato-Hairline.eot new file mode 100644 index 0000000..ca02c79 Binary files /dev/null and b/public/fonts/Lato-Hairline.eot differ diff --git a/public/fonts/Lato-Hairline.ttf b/public/fonts/Lato-Hairline.ttf new file mode 100644 index 0000000..a7365b8 Binary files /dev/null and b/public/fonts/Lato-Hairline.ttf differ diff --git a/public/fonts/Lato-Hairline.woff b/public/fonts/Lato-Hairline.woff new file mode 100644 index 0000000..2297f43 Binary files /dev/null and b/public/fonts/Lato-Hairline.woff differ diff --git a/public/fonts/Lato-Hairline.woff2 b/public/fonts/Lato-Hairline.woff2 new file mode 100644 index 0000000..34ca2fa Binary files /dev/null and b/public/fonts/Lato-Hairline.woff2 differ diff --git a/public/fonts/Lato-HairlineItalic.eot b/public/fonts/Lato-HairlineItalic.eot new file mode 100644 index 0000000..9b5fd86 Binary files /dev/null and b/public/fonts/Lato-HairlineItalic.eot differ diff --git a/public/fonts/Lato-HairlineItalic.ttf b/public/fonts/Lato-HairlineItalic.ttf new file mode 100644 index 0000000..919d2d6 Binary files /dev/null and b/public/fonts/Lato-HairlineItalic.ttf differ diff --git a/public/fonts/Lato-HairlineItalic.woff b/public/fonts/Lato-HairlineItalic.woff new file mode 100644 index 0000000..7ac0a14 Binary files /dev/null and b/public/fonts/Lato-HairlineItalic.woff differ diff --git a/public/fonts/Lato-HairlineItalic.woff2 b/public/fonts/Lato-HairlineItalic.woff2 new file mode 100644 index 0000000..b5fceba Binary files /dev/null and b/public/fonts/Lato-HairlineItalic.woff2 differ diff --git a/public/fonts/Lato-Heavy.eot b/public/fonts/Lato-Heavy.eot new file mode 100644 index 0000000..8d3784f Binary files /dev/null and b/public/fonts/Lato-Heavy.eot differ diff --git a/public/fonts/Lato-Heavy.ttf b/public/fonts/Lato-Heavy.ttf new file mode 100644 index 0000000..ce528ef Binary files /dev/null and b/public/fonts/Lato-Heavy.ttf differ diff --git a/public/fonts/Lato-Heavy.woff b/public/fonts/Lato-Heavy.woff new file mode 100644 index 0000000..43a3c80 Binary files /dev/null and b/public/fonts/Lato-Heavy.woff differ diff --git a/public/fonts/Lato-Heavy.woff2 b/public/fonts/Lato-Heavy.woff2 new file mode 100644 index 0000000..8a24365 Binary files /dev/null and b/public/fonts/Lato-Heavy.woff2 differ diff --git a/public/fonts/Lato-HeavyItalic.eot b/public/fonts/Lato-HeavyItalic.eot new file mode 100644 index 0000000..f77a576 Binary files /dev/null and b/public/fonts/Lato-HeavyItalic.eot differ diff --git a/public/fonts/Lato-HeavyItalic.ttf b/public/fonts/Lato-HeavyItalic.ttf new file mode 100644 index 0000000..ae73655 Binary files /dev/null and b/public/fonts/Lato-HeavyItalic.ttf differ diff --git a/public/fonts/Lato-HeavyItalic.woff b/public/fonts/Lato-HeavyItalic.woff new file mode 100644 index 0000000..dbac8a9 Binary files /dev/null and b/public/fonts/Lato-HeavyItalic.woff differ diff --git a/public/fonts/Lato-HeavyItalic.woff2 b/public/fonts/Lato-HeavyItalic.woff2 new file mode 100644 index 0000000..61989ae Binary files /dev/null and b/public/fonts/Lato-HeavyItalic.woff2 differ diff --git a/public/fonts/Lato-Italic.eot b/public/fonts/Lato-Italic.eot new file mode 100644 index 0000000..3f82642 Binary files /dev/null and b/public/fonts/Lato-Italic.eot differ diff --git a/public/fonts/Lato-Italic.ttf b/public/fonts/Lato-Italic.ttf new file mode 100644 index 0000000..b4bfc9b Binary files /dev/null and b/public/fonts/Lato-Italic.ttf differ diff --git a/public/fonts/Lato-Italic.woff b/public/fonts/Lato-Italic.woff new file mode 100644 index 0000000..76114bc Binary files /dev/null and b/public/fonts/Lato-Italic.woff differ diff --git a/public/fonts/Lato-Italic.woff2 b/public/fonts/Lato-Italic.woff2 new file mode 100644 index 0000000..3404f37 Binary files /dev/null and b/public/fonts/Lato-Italic.woff2 differ diff --git a/public/fonts/Lato-Light.eot b/public/fonts/Lato-Light.eot new file mode 100644 index 0000000..f449ed5 Binary files /dev/null and b/public/fonts/Lato-Light.eot differ diff --git a/public/fonts/Lato-Light.ttf b/public/fonts/Lato-Light.ttf new file mode 100644 index 0000000..834d1c0 Binary files /dev/null and b/public/fonts/Lato-Light.ttf differ diff --git a/public/fonts/Lato-Light.woff b/public/fonts/Lato-Light.woff new file mode 100644 index 0000000..77b4e14 Binary files /dev/null and b/public/fonts/Lato-Light.woff differ diff --git a/public/fonts/Lato-Light.woff2 b/public/fonts/Lato-Light.woff2 new file mode 100644 index 0000000..ce49f82 Binary files /dev/null and b/public/fonts/Lato-Light.woff2 differ diff --git a/public/fonts/Lato-LightItalic.eot b/public/fonts/Lato-LightItalic.eot new file mode 100644 index 0000000..a4e2e31 Binary files /dev/null and b/public/fonts/Lato-LightItalic.eot differ diff --git a/public/fonts/Lato-LightItalic.ttf b/public/fonts/Lato-LightItalic.ttf new file mode 100644 index 0000000..c6ef9e0 Binary files /dev/null and b/public/fonts/Lato-LightItalic.ttf differ diff --git a/public/fonts/Lato-LightItalic.woff b/public/fonts/Lato-LightItalic.woff new file mode 100644 index 0000000..da3dfa3 Binary files /dev/null and b/public/fonts/Lato-LightItalic.woff differ diff --git a/public/fonts/Lato-LightItalic.woff2 b/public/fonts/Lato-LightItalic.woff2 new file mode 100644 index 0000000..0c897ce Binary files /dev/null and b/public/fonts/Lato-LightItalic.woff2 differ diff --git a/public/fonts/Lato-Medium.eot b/public/fonts/Lato-Medium.eot new file mode 100644 index 0000000..c4114dd Binary files /dev/null and b/public/fonts/Lato-Medium.eot differ diff --git a/public/fonts/Lato-Medium.ttf b/public/fonts/Lato-Medium.ttf new file mode 100644 index 0000000..4684a7e Binary files /dev/null and b/public/fonts/Lato-Medium.ttf differ diff --git a/public/fonts/Lato-Medium.woff b/public/fonts/Lato-Medium.woff new file mode 100644 index 0000000..39d53fd Binary files /dev/null and b/public/fonts/Lato-Medium.woff differ diff --git a/public/fonts/Lato-Medium.woff2 b/public/fonts/Lato-Medium.woff2 new file mode 100644 index 0000000..01792cb Binary files /dev/null and b/public/fonts/Lato-Medium.woff2 differ diff --git a/public/fonts/Lato-MediumItalic.eot b/public/fonts/Lato-MediumItalic.eot new file mode 100644 index 0000000..bc05daf Binary files /dev/null and b/public/fonts/Lato-MediumItalic.eot differ diff --git a/public/fonts/Lato-MediumItalic.ttf b/public/fonts/Lato-MediumItalic.ttf new file mode 100644 index 0000000..673b6e4 Binary files /dev/null and b/public/fonts/Lato-MediumItalic.ttf differ diff --git a/public/fonts/Lato-MediumItalic.woff b/public/fonts/Lato-MediumItalic.woff new file mode 100644 index 0000000..724962b Binary files /dev/null and b/public/fonts/Lato-MediumItalic.woff differ diff --git a/public/fonts/Lato-MediumItalic.woff2 b/public/fonts/Lato-MediumItalic.woff2 new file mode 100644 index 0000000..1cc7965 Binary files /dev/null and b/public/fonts/Lato-MediumItalic.woff2 differ diff --git a/public/fonts/Lato-Regular.eot b/public/fonts/Lato-Regular.eot new file mode 100644 index 0000000..11e3f2a Binary files /dev/null and b/public/fonts/Lato-Regular.eot differ diff --git a/public/fonts/Lato-Regular.ttf b/public/fonts/Lato-Regular.ttf new file mode 100644 index 0000000..74decd9 Binary files /dev/null and b/public/fonts/Lato-Regular.ttf differ diff --git a/public/fonts/Lato-Regular.woff b/public/fonts/Lato-Regular.woff new file mode 100644 index 0000000..ae1307f Binary files /dev/null and b/public/fonts/Lato-Regular.woff differ diff --git a/public/fonts/Lato-Regular.woff2 b/public/fonts/Lato-Regular.woff2 new file mode 100644 index 0000000..3bf9843 Binary files /dev/null and b/public/fonts/Lato-Regular.woff2 differ diff --git a/public/fonts/Lato-Semibold.eot b/public/fonts/Lato-Semibold.eot new file mode 100644 index 0000000..d46c5f9 Binary files /dev/null and b/public/fonts/Lato-Semibold.eot differ diff --git a/public/fonts/Lato-Semibold.ttf b/public/fonts/Lato-Semibold.ttf new file mode 100644 index 0000000..faf591e Binary files /dev/null and b/public/fonts/Lato-Semibold.ttf differ diff --git a/public/fonts/Lato-Semibold.woff b/public/fonts/Lato-Semibold.woff new file mode 100644 index 0000000..794417f Binary files /dev/null and b/public/fonts/Lato-Semibold.woff differ diff --git a/public/fonts/Lato-Semibold.woff2 b/public/fonts/Lato-Semibold.woff2 new file mode 100644 index 0000000..5916925 Binary files /dev/null and b/public/fonts/Lato-Semibold.woff2 differ diff --git a/public/fonts/Lato-SemiboldItalic.eot b/public/fonts/Lato-SemiboldItalic.eot new file mode 100644 index 0000000..373a1ca Binary files /dev/null and b/public/fonts/Lato-SemiboldItalic.eot differ diff --git a/public/fonts/Lato-SemiboldItalic.ttf b/public/fonts/Lato-SemiboldItalic.ttf new file mode 100644 index 0000000..4ea1e8f Binary files /dev/null and b/public/fonts/Lato-SemiboldItalic.ttf differ diff --git a/public/fonts/Lato-SemiboldItalic.woff b/public/fonts/Lato-SemiboldItalic.woff new file mode 100644 index 0000000..d1df767 Binary files /dev/null and b/public/fonts/Lato-SemiboldItalic.woff differ diff --git a/public/fonts/Lato-SemiboldItalic.woff2 b/public/fonts/Lato-SemiboldItalic.woff2 new file mode 100644 index 0000000..5e6ac27 Binary files /dev/null and b/public/fonts/Lato-SemiboldItalic.woff2 differ diff --git a/public/fonts/Lato-Thin.eot b/public/fonts/Lato-Thin.eot new file mode 100644 index 0000000..28022c9 Binary files /dev/null and b/public/fonts/Lato-Thin.eot differ diff --git a/public/fonts/Lato-Thin.ttf b/public/fonts/Lato-Thin.ttf new file mode 100644 index 0000000..4fca8bd Binary files /dev/null and b/public/fonts/Lato-Thin.ttf differ diff --git a/public/fonts/Lato-Thin.woff b/public/fonts/Lato-Thin.woff new file mode 100644 index 0000000..760b124 Binary files /dev/null and b/public/fonts/Lato-Thin.woff differ diff --git a/public/fonts/Lato-Thin.woff2 b/public/fonts/Lato-Thin.woff2 new file mode 100644 index 0000000..2c4f52f Binary files /dev/null and b/public/fonts/Lato-Thin.woff2 differ diff --git a/public/fonts/Lato-ThinItalic.eot b/public/fonts/Lato-ThinItalic.eot new file mode 100644 index 0000000..673f522 Binary files /dev/null and b/public/fonts/Lato-ThinItalic.eot differ diff --git a/public/fonts/Lato-ThinItalic.ttf b/public/fonts/Lato-ThinItalic.ttf new file mode 100644 index 0000000..223c133 Binary files /dev/null and b/public/fonts/Lato-ThinItalic.ttf differ diff --git a/public/fonts/Lato-ThinItalic.woff b/public/fonts/Lato-ThinItalic.woff new file mode 100644 index 0000000..ef8de9a Binary files /dev/null and b/public/fonts/Lato-ThinItalic.woff differ diff --git a/public/fonts/Lato-ThinItalic.woff2 b/public/fonts/Lato-ThinItalic.woff2 new file mode 100644 index 0000000..e15214f Binary files /dev/null and b/public/fonts/Lato-ThinItalic.woff2 differ diff --git a/public/img/wtf_logo.svg b/public/img/wtf_logo.svg new file mode 100644 index 0000000..1293245 --- /dev/null +++ b/public/img/wtf_logo.svg @@ -0,0 +1,96 @@ + + + + + + + + diff --git a/public/index.html b/public/index.html index 3e5a139..0f97498 100644 --- a/public/index.html +++ b/public/index.html @@ -1,11 +1,11 @@ - + - <%= htmlWebpackPlugin.options.title %> + Kompetenz Inventar der WTF eG