diff --git a/frontent/ops_vue_js/package-lock.json b/frontent/ops_vue_js/package-lock.json index d1c54b5..93cc0b2 100644 --- a/frontent/ops_vue_js/package-lock.json +++ b/frontent/ops_vue_js/package-lock.json @@ -12,7 +12,6 @@ "@tabler/icons-vue": "^3.35.0", "axios": "^1.13.2", "bootstrap": "^5.3.8", - "i18n": "^0.15.3", "pinia": "^3.0.4", "vue": "^3.5.22", "vue-i18n": "^11.1.12", @@ -1017,50 +1016,6 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@messageformat/core": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@messageformat/core/-/core-3.4.0.tgz", - "integrity": "sha512-NgCFubFFIdMWJGN5WuQhHCNmzk7QgiVfrViFxcS99j7F5dDS5EP6raR54I+2ydhe4+5/XTn/YIEppFaqqVWHsw==", - "license": "MIT", - "dependencies": { - "@messageformat/date-skeleton": "^1.0.0", - "@messageformat/number-skeleton": "^1.0.0", - "@messageformat/parser": "^5.1.0", - "@messageformat/runtime": "^3.0.1", - "make-plural": "^7.0.0", - "safe-identifier": "^0.4.1" - } - }, - "node_modules/@messageformat/date-skeleton": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@messageformat/date-skeleton/-/date-skeleton-1.1.0.tgz", - "integrity": "sha512-rmGAfB1tIPER+gh3p/RgA+PVeRE/gxuQ2w4snFWPF5xtb5mbWR7Cbw7wCOftcUypbD6HVoxrVdyyghPm3WzP5A==", - "license": "MIT" - }, - "node_modules/@messageformat/number-skeleton": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@messageformat/number-skeleton/-/number-skeleton-1.2.0.tgz", - "integrity": "sha512-xsgwcL7J7WhlHJ3RNbaVgssaIwcEyFkBqxHdcdaiJzwTZAWEOD8BuUFxnxV9k5S0qHN3v/KzUpq0IUpjH1seRg==", - "license": "MIT" - }, - "node_modules/@messageformat/parser": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@messageformat/parser/-/parser-5.1.1.tgz", - "integrity": "sha512-3p0YRGCcTUCYvBKLIxtDDyrJ0YijGIwrTRu1DT8gIviIDZru8H23+FkY6MJBzM1n9n20CiM4VeDYuBsrrwnLjg==", - "license": "MIT", - "dependencies": { - "moo": "^0.5.1" - } - }, - "node_modules/@messageformat/runtime": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@messageformat/runtime/-/runtime-3.0.2.tgz", - "integrity": "sha512-dkIPDCjXcfhSHgNE1/qV6TeczQZR59Yx0xXeafVKgK3QVWoxc38ljwpksUpnzCGvN151KUbCJTDZVmahtf1YZw==", - "license": "MIT", - "dependencies": { - "make-plural": "^7.0.0" - } - }, "node_modules/@polka/url": { "version": "1.0.0-next.29", "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", @@ -1894,6 +1849,7 @@ "version": "4.4.3", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -2105,15 +2061,6 @@ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "license": "MIT" }, - "node_modules/fast-printf": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/fast-printf/-/fast-printf-1.6.10.tgz", - "integrity": "sha512-GwTgG9O4FVIdShhbVF3JxOgSBY2+ePGsu2V/UONgoCPzF9VY6ZdBMKsHKCYQHZwNk3qNouUolRDsgVxcVA5G1w==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=10.0" - } - }, "node_modules/fdir": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", @@ -2296,26 +2243,6 @@ "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", "license": "MIT" }, - "node_modules/i18n": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.15.3.tgz", - "integrity": "sha512-tW/AA5R4lJZLnd60Agcd0PfXB1C2G7UqTrdNewuv/SIYdxcHkCE8w4Zx1SgCjJ+2BLuAAGIG/KXb/xNYF1lO5Q==", - "license": "MIT", - "dependencies": { - "@messageformat/core": "^3.4.0", - "debug": "^4.4.3", - "fast-printf": "^1.6.10", - "make-plural": "^7.4.0", - "math-interval-parser": "^2.0.1", - "mustache": "^4.2.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/mashpie" - } - }, "node_modules/is-docker": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", @@ -2438,21 +2365,6 @@ "@jridgewell/sourcemap-codec": "^1.5.5" } }, - "node_modules/make-plural": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.4.0.tgz", - "integrity": "sha512-4/gC9KVNTV6pvYg2gFeQYTW3mWaoJt7WZE5vrp1KnQDgW92JtYZnzmZT81oj/dUTqAIu0ufI2x3dkgu3bB1tYg==", - "license": "Unicode-DFS-2016" - }, - "node_modules/math-interval-parser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/math-interval-parser/-/math-interval-parser-2.0.1.tgz", - "integrity": "sha512-VmlAmb0UJwlvMyx8iPhXUDnVW1F9IrGEd9CIOmv+XL8AErCUUuozoDMrgImvnYt2A+53qVX/tPW6YJurMKYsvA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/math-intrinsics": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", @@ -2489,12 +2401,6 @@ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", "license": "MIT" }, - "node_modules/moo": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz", - "integrity": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==", - "license": "BSD-3-Clause" - }, "node_modules/mrmime": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", @@ -2509,17 +2415,9 @@ "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, "license": "MIT" }, - "node_modules/mustache": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", - "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", - "license": "MIT", - "bin": { - "mustache": "bin/mustache" - } - }, "node_modules/nanoid": { "version": "3.3.11", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", @@ -2759,12 +2657,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/safe-identifier": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/safe-identifier/-/safe-identifier-0.4.2.tgz", - "integrity": "sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==", - "license": "ISC" - }, "node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", diff --git a/frontent/ops_vue_js/package.json b/frontent/ops_vue_js/package.json index 38fac0d..6ec4c15 100644 --- a/frontent/ops_vue_js/package.json +++ b/frontent/ops_vue_js/package.json @@ -16,7 +16,6 @@ "@tabler/icons-vue": "^3.35.0", "axios": "^1.13.2", "bootstrap": "^5.3.8", - "i18n": "^0.15.3", "pinia": "^3.0.4", "vue": "^3.5.22", "vue-i18n": "^11.1.12", diff --git a/frontent/ops_vue_js/public/static/avatars/000f.jpg b/frontent/ops_vue_js/public/static/avatars/000f.jpg new file mode 100644 index 0000000..d6449c5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/000f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/000m.jpg b/frontent/ops_vue_js/public/static/avatars/000m.jpg new file mode 100644 index 0000000..b609cc4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/000m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/001f.jpg b/frontent/ops_vue_js/public/static/avatars/001f.jpg new file mode 100644 index 0000000..456c3a6 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/001f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/001m.jpg b/frontent/ops_vue_js/public/static/avatars/001m.jpg new file mode 100644 index 0000000..5bf3a96 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/001m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/002f.jpg b/frontent/ops_vue_js/public/static/avatars/002f.jpg new file mode 100644 index 0000000..e63b825 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/002f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/002m.jpg b/frontent/ops_vue_js/public/static/avatars/002m.jpg new file mode 100644 index 0000000..d17af20 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/002m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/003f.jpg b/frontent/ops_vue_js/public/static/avatars/003f.jpg new file mode 100644 index 0000000..f88170e Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/003f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/003m.jpg b/frontent/ops_vue_js/public/static/avatars/003m.jpg new file mode 100644 index 0000000..30a68ae Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/003m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/004f.jpg b/frontent/ops_vue_js/public/static/avatars/004f.jpg new file mode 100644 index 0000000..b27822b Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/004f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/004m.jpg b/frontent/ops_vue_js/public/static/avatars/004m.jpg new file mode 100644 index 0000000..e35a862 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/004m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/005f.jpg b/frontent/ops_vue_js/public/static/avatars/005f.jpg new file mode 100644 index 0000000..c88eeab Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/005f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/005m.jpg b/frontent/ops_vue_js/public/static/avatars/005m.jpg new file mode 100644 index 0000000..086b093 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/005m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/006f.jpg b/frontent/ops_vue_js/public/static/avatars/006f.jpg new file mode 100644 index 0000000..cb3011b Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/006f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/006m.jpg b/frontent/ops_vue_js/public/static/avatars/006m.jpg new file mode 100644 index 0000000..0fd3125 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/006m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/007f.jpg b/frontent/ops_vue_js/public/static/avatars/007f.jpg new file mode 100644 index 0000000..d1f94b4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/007f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/007m.jpg b/frontent/ops_vue_js/public/static/avatars/007m.jpg new file mode 100644 index 0000000..a3f67fa Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/007m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/008f.jpg b/frontent/ops_vue_js/public/static/avatars/008f.jpg new file mode 100644 index 0000000..bc73453 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/008f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/008m.jpg b/frontent/ops_vue_js/public/static/avatars/008m.jpg new file mode 100644 index 0000000..11d8fb7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/008m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/009f.jpg b/frontent/ops_vue_js/public/static/avatars/009f.jpg new file mode 100644 index 0000000..41dce07 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/009f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/009m.jpg b/frontent/ops_vue_js/public/static/avatars/009m.jpg new file mode 100644 index 0000000..ad6eb0c Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/009m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/010f.jpg b/frontent/ops_vue_js/public/static/avatars/010f.jpg new file mode 100644 index 0000000..996483a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/010f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/010m.jpg b/frontent/ops_vue_js/public/static/avatars/010m.jpg new file mode 100644 index 0000000..8ca93dd Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/010m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/011f.jpg b/frontent/ops_vue_js/public/static/avatars/011f.jpg new file mode 100644 index 0000000..06296f7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/011f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/011m.jpg b/frontent/ops_vue_js/public/static/avatars/011m.jpg new file mode 100644 index 0000000..633b56a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/011m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/012f.jpg b/frontent/ops_vue_js/public/static/avatars/012f.jpg new file mode 100644 index 0000000..a57f891 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/012f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/012m.jpg b/frontent/ops_vue_js/public/static/avatars/012m.jpg new file mode 100644 index 0000000..e8f70a8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/012m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/013f.jpg b/frontent/ops_vue_js/public/static/avatars/013f.jpg new file mode 100644 index 0000000..5b40db0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/013f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/013m.jpg b/frontent/ops_vue_js/public/static/avatars/013m.jpg new file mode 100644 index 0000000..ada78af Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/013m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/014f.jpg b/frontent/ops_vue_js/public/static/avatars/014f.jpg new file mode 100644 index 0000000..c12d5b9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/014f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/014m.jpg b/frontent/ops_vue_js/public/static/avatars/014m.jpg new file mode 100644 index 0000000..8e98643 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/014m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/015f.jpg b/frontent/ops_vue_js/public/static/avatars/015f.jpg new file mode 100644 index 0000000..0d3af8f Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/015f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/015m.jpg b/frontent/ops_vue_js/public/static/avatars/015m.jpg new file mode 100644 index 0000000..d3c8529 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/015m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/016f.jpg b/frontent/ops_vue_js/public/static/avatars/016f.jpg new file mode 100644 index 0000000..f90748a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/016f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/016m.jpg b/frontent/ops_vue_js/public/static/avatars/016m.jpg new file mode 100644 index 0000000..8bebf32 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/016m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/017f.jpg b/frontent/ops_vue_js/public/static/avatars/017f.jpg new file mode 100644 index 0000000..ead4edf Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/017f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/017m.jpg b/frontent/ops_vue_js/public/static/avatars/017m.jpg new file mode 100644 index 0000000..1ee0731 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/017m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/018f.jpg b/frontent/ops_vue_js/public/static/avatars/018f.jpg new file mode 100644 index 0000000..a8f7104 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/018f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/018m.jpg b/frontent/ops_vue_js/public/static/avatars/018m.jpg new file mode 100644 index 0000000..3196695 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/018m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/019f.jpg b/frontent/ops_vue_js/public/static/avatars/019f.jpg new file mode 100644 index 0000000..a073265 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/019f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/019m.jpg b/frontent/ops_vue_js/public/static/avatars/019m.jpg new file mode 100644 index 0000000..204ce3f Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/019m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/020f.jpg b/frontent/ops_vue_js/public/static/avatars/020f.jpg new file mode 100644 index 0000000..a34142f Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/020f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/020m.jpg b/frontent/ops_vue_js/public/static/avatars/020m.jpg new file mode 100644 index 0000000..526e510 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/020m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/021f.jpg b/frontent/ops_vue_js/public/static/avatars/021f.jpg new file mode 100644 index 0000000..2655d63 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/021f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/021m.jpg b/frontent/ops_vue_js/public/static/avatars/021m.jpg new file mode 100644 index 0000000..6610d09 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/021m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/022f.jpg b/frontent/ops_vue_js/public/static/avatars/022f.jpg new file mode 100644 index 0000000..37b19a4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/022f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/022m.jpg b/frontent/ops_vue_js/public/static/avatars/022m.jpg new file mode 100644 index 0000000..9d6471a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/022m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/023f.jpg b/frontent/ops_vue_js/public/static/avatars/023f.jpg new file mode 100644 index 0000000..c932f6b Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/023f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/023m.jpg b/frontent/ops_vue_js/public/static/avatars/023m.jpg new file mode 100644 index 0000000..4e275b1 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/023m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/024f.jpg b/frontent/ops_vue_js/public/static/avatars/024f.jpg new file mode 100644 index 0000000..b229bed Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/024f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/024m.jpg b/frontent/ops_vue_js/public/static/avatars/024m.jpg new file mode 100644 index 0000000..a45a728 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/024m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/025f.jpg b/frontent/ops_vue_js/public/static/avatars/025f.jpg new file mode 100644 index 0000000..467ee8b Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/025f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/025m.jpg b/frontent/ops_vue_js/public/static/avatars/025m.jpg new file mode 100644 index 0000000..e071e87 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/025m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/026f.jpg b/frontent/ops_vue_js/public/static/avatars/026f.jpg new file mode 100644 index 0000000..112ac8a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/026f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/026m.jpg b/frontent/ops_vue_js/public/static/avatars/026m.jpg new file mode 100644 index 0000000..97c82e7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/026m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/027f.jpg b/frontent/ops_vue_js/public/static/avatars/027f.jpg new file mode 100644 index 0000000..349638e Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/027f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/027m.jpg b/frontent/ops_vue_js/public/static/avatars/027m.jpg new file mode 100644 index 0000000..694308c Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/027m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/028f.jpg b/frontent/ops_vue_js/public/static/avatars/028f.jpg new file mode 100644 index 0000000..7c30ec8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/028f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/028m.jpg b/frontent/ops_vue_js/public/static/avatars/028m.jpg new file mode 100644 index 0000000..c685c0a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/028m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/029f.jpg b/frontent/ops_vue_js/public/static/avatars/029f.jpg new file mode 100644 index 0000000..5262dc1 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/029f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/029m.jpg b/frontent/ops_vue_js/public/static/avatars/029m.jpg new file mode 100644 index 0000000..cf1862a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/029m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/030f.jpg b/frontent/ops_vue_js/public/static/avatars/030f.jpg new file mode 100644 index 0000000..fee9822 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/030f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/030m.jpg b/frontent/ops_vue_js/public/static/avatars/030m.jpg new file mode 100644 index 0000000..8c7f29e Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/030m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/031f.jpg b/frontent/ops_vue_js/public/static/avatars/031f.jpg new file mode 100644 index 0000000..337ebe0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/031f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/031m.jpg b/frontent/ops_vue_js/public/static/avatars/031m.jpg new file mode 100644 index 0000000..a125793 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/031m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/032f.jpg b/frontent/ops_vue_js/public/static/avatars/032f.jpg new file mode 100644 index 0000000..44e8baa Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/032f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/032m.jpg b/frontent/ops_vue_js/public/static/avatars/032m.jpg new file mode 100644 index 0000000..4f72057 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/032m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/033f.jpg b/frontent/ops_vue_js/public/static/avatars/033f.jpg new file mode 100644 index 0000000..0367328 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/033f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/033m.jpg b/frontent/ops_vue_js/public/static/avatars/033m.jpg new file mode 100644 index 0000000..908709e Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/033m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/034f.jpg b/frontent/ops_vue_js/public/static/avatars/034f.jpg new file mode 100644 index 0000000..1cc2099 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/034f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/034m.jpg b/frontent/ops_vue_js/public/static/avatars/034m.jpg new file mode 100644 index 0000000..4163c96 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/034m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/035f.jpg b/frontent/ops_vue_js/public/static/avatars/035f.jpg new file mode 100644 index 0000000..01816b9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/035f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/035m.jpg b/frontent/ops_vue_js/public/static/avatars/035m.jpg new file mode 100644 index 0000000..b54efca Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/035m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/036f.jpg b/frontent/ops_vue_js/public/static/avatars/036f.jpg new file mode 100644 index 0000000..225a364 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/036f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/036m.jpg b/frontent/ops_vue_js/public/static/avatars/036m.jpg new file mode 100644 index 0000000..3cc58ed Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/036m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/037f.jpg b/frontent/ops_vue_js/public/static/avatars/037f.jpg new file mode 100644 index 0000000..c9ec340 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/037f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/037m.jpg b/frontent/ops_vue_js/public/static/avatars/037m.jpg new file mode 100644 index 0000000..332e676 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/037m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/038f.jpg b/frontent/ops_vue_js/public/static/avatars/038f.jpg new file mode 100644 index 0000000..db63dcc Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/038f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/038m.jpg b/frontent/ops_vue_js/public/static/avatars/038m.jpg new file mode 100644 index 0000000..0344c4b Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/038m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/039f.jpg b/frontent/ops_vue_js/public/static/avatars/039f.jpg new file mode 100644 index 0000000..0a2101f Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/039f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/039m.jpg b/frontent/ops_vue_js/public/static/avatars/039m.jpg new file mode 100644 index 0000000..a1ee3ed Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/039m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/040f.jpg b/frontent/ops_vue_js/public/static/avatars/040f.jpg new file mode 100644 index 0000000..34b15f5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/040f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/040m.jpg b/frontent/ops_vue_js/public/static/avatars/040m.jpg new file mode 100644 index 0000000..878a15b Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/040m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/041f.jpg b/frontent/ops_vue_js/public/static/avatars/041f.jpg new file mode 100644 index 0000000..2811103 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/041f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/041m.jpg b/frontent/ops_vue_js/public/static/avatars/041m.jpg new file mode 100644 index 0000000..013294e Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/041m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/042f.jpg b/frontent/ops_vue_js/public/static/avatars/042f.jpg new file mode 100644 index 0000000..260375a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/042f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/042m.jpg b/frontent/ops_vue_js/public/static/avatars/042m.jpg new file mode 100644 index 0000000..8918a60 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/042m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/043f.jpg b/frontent/ops_vue_js/public/static/avatars/043f.jpg new file mode 100644 index 0000000..e62fe1f Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/043f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/043m.jpg b/frontent/ops_vue_js/public/static/avatars/043m.jpg new file mode 100644 index 0000000..0a07062 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/043m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/044f.jpg b/frontent/ops_vue_js/public/static/avatars/044f.jpg new file mode 100644 index 0000000..9e3774f Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/044f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/044m.jpg b/frontent/ops_vue_js/public/static/avatars/044m.jpg new file mode 100644 index 0000000..546e14e Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/044m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/045f.jpg b/frontent/ops_vue_js/public/static/avatars/045f.jpg new file mode 100644 index 0000000..ff00576 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/045f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/045m.jpg b/frontent/ops_vue_js/public/static/avatars/045m.jpg new file mode 100644 index 0000000..68a3c70 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/045m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/046f.jpg b/frontent/ops_vue_js/public/static/avatars/046f.jpg new file mode 100644 index 0000000..afb4194 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/046f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/046m.jpg b/frontent/ops_vue_js/public/static/avatars/046m.jpg new file mode 100644 index 0000000..559bd94 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/046m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/047f.jpg b/frontent/ops_vue_js/public/static/avatars/047f.jpg new file mode 100644 index 0000000..efd1324 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/047f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/047m.jpg b/frontent/ops_vue_js/public/static/avatars/047m.jpg new file mode 100644 index 0000000..328328e Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/047m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/048f.jpg b/frontent/ops_vue_js/public/static/avatars/048f.jpg new file mode 100644 index 0000000..279c6ad Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/048f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/048m.jpg b/frontent/ops_vue_js/public/static/avatars/048m.jpg new file mode 100644 index 0000000..2bc4456 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/048m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/049f.jpg b/frontent/ops_vue_js/public/static/avatars/049f.jpg new file mode 100644 index 0000000..0d9e8e6 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/049f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/049m.jpg b/frontent/ops_vue_js/public/static/avatars/049m.jpg new file mode 100644 index 0000000..7f74c41 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/049m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/050f.jpg b/frontent/ops_vue_js/public/static/avatars/050f.jpg new file mode 100644 index 0000000..cbfde24 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/050f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/050m.jpg b/frontent/ops_vue_js/public/static/avatars/050m.jpg new file mode 100644 index 0000000..59d1ae9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/050m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/051f.jpg b/frontent/ops_vue_js/public/static/avatars/051f.jpg new file mode 100644 index 0000000..3399c89 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/051f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/051m.jpg b/frontent/ops_vue_js/public/static/avatars/051m.jpg new file mode 100644 index 0000000..bbf8695 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/051m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/052f.jpg b/frontent/ops_vue_js/public/static/avatars/052f.jpg new file mode 100644 index 0000000..aad8536 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/052f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/052m.jpg b/frontent/ops_vue_js/public/static/avatars/052m.jpg new file mode 100644 index 0000000..013c3c7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/052m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/053f.jpg b/frontent/ops_vue_js/public/static/avatars/053f.jpg new file mode 100644 index 0000000..3d48a22 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/053f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/053m.jpg b/frontent/ops_vue_js/public/static/avatars/053m.jpg new file mode 100644 index 0000000..08d15df Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/053m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/054f.jpg b/frontent/ops_vue_js/public/static/avatars/054f.jpg new file mode 100644 index 0000000..2b1ee78 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/054f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/054m.jpg b/frontent/ops_vue_js/public/static/avatars/054m.jpg new file mode 100644 index 0000000..343ed44 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/054m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/055f.jpg b/frontent/ops_vue_js/public/static/avatars/055f.jpg new file mode 100644 index 0000000..fe4dbe3 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/055f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/055m.jpg b/frontent/ops_vue_js/public/static/avatars/055m.jpg new file mode 100644 index 0000000..b1cfb8d Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/055m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/056f.jpg b/frontent/ops_vue_js/public/static/avatars/056f.jpg new file mode 100644 index 0000000..3e70107 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/056f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/056m.jpg b/frontent/ops_vue_js/public/static/avatars/056m.jpg new file mode 100644 index 0000000..8b10cc6 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/056m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/057f.jpg b/frontent/ops_vue_js/public/static/avatars/057f.jpg new file mode 100644 index 0000000..260375a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/057f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/057m.jpg b/frontent/ops_vue_js/public/static/avatars/057m.jpg new file mode 100644 index 0000000..7fd3407 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/057m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/058f.jpg b/frontent/ops_vue_js/public/static/avatars/058f.jpg new file mode 100644 index 0000000..0ef434b Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/058f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/058m.jpg b/frontent/ops_vue_js/public/static/avatars/058m.jpg new file mode 100644 index 0000000..82945de Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/058m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/059f.jpg b/frontent/ops_vue_js/public/static/avatars/059f.jpg new file mode 100644 index 0000000..18a828d Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/059f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/059m.jpg b/frontent/ops_vue_js/public/static/avatars/059m.jpg new file mode 100644 index 0000000..2e391d6 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/059m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/060f.jpg b/frontent/ops_vue_js/public/static/avatars/060f.jpg new file mode 100644 index 0000000..b8b2abc Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/060f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/060m.jpg b/frontent/ops_vue_js/public/static/avatars/060m.jpg new file mode 100644 index 0000000..4d7e8ab Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/060m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/061f.jpg b/frontent/ops_vue_js/public/static/avatars/061f.jpg new file mode 100644 index 0000000..34b15f5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/061f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/061m.jpg b/frontent/ops_vue_js/public/static/avatars/061m.jpg new file mode 100644 index 0000000..1e1f912 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/061m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/062f.jpg b/frontent/ops_vue_js/public/static/avatars/062f.jpg new file mode 100644 index 0000000..9180fcf Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/062f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/062m.jpg b/frontent/ops_vue_js/public/static/avatars/062m.jpg new file mode 100644 index 0000000..23d6e05 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/062m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/063f.jpg b/frontent/ops_vue_js/public/static/avatars/063f.jpg new file mode 100644 index 0000000..5f49082 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/063f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/063m.jpg b/frontent/ops_vue_js/public/static/avatars/063m.jpg new file mode 100644 index 0000000..897e5e3 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/063m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/064f.jpg b/frontent/ops_vue_js/public/static/avatars/064f.jpg new file mode 100644 index 0000000..bac6e03 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/064f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/064m.jpg b/frontent/ops_vue_js/public/static/avatars/064m.jpg new file mode 100644 index 0000000..a1a93dd Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/064m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/065f.jpg b/frontent/ops_vue_js/public/static/avatars/065f.jpg new file mode 100644 index 0000000..98766d5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/065f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/065m.jpg b/frontent/ops_vue_js/public/static/avatars/065m.jpg new file mode 100644 index 0000000..e3205a4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/065m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/066f.jpg b/frontent/ops_vue_js/public/static/avatars/066f.jpg new file mode 100644 index 0000000..9822e6d Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/066f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/066m.jpg b/frontent/ops_vue_js/public/static/avatars/066m.jpg new file mode 100644 index 0000000..ace0d5a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/066m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/067f.jpg b/frontent/ops_vue_js/public/static/avatars/067f.jpg new file mode 100644 index 0000000..b65e2ed Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/067f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/067m.jpg b/frontent/ops_vue_js/public/static/avatars/067m.jpg new file mode 100644 index 0000000..d08e9e1 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/067m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/068f.jpg b/frontent/ops_vue_js/public/static/avatars/068f.jpg new file mode 100644 index 0000000..6e47721 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/068f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/068m.jpg b/frontent/ops_vue_js/public/static/avatars/068m.jpg new file mode 100644 index 0000000..90b8e0a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/068m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/069f.jpg b/frontent/ops_vue_js/public/static/avatars/069f.jpg new file mode 100644 index 0000000..8693d34 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/069f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/069m.jpg b/frontent/ops_vue_js/public/static/avatars/069m.jpg new file mode 100644 index 0000000..276650c Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/069m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/070f.jpg b/frontent/ops_vue_js/public/static/avatars/070f.jpg new file mode 100644 index 0000000..602b1e2 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/070f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/070m.jpg b/frontent/ops_vue_js/public/static/avatars/070m.jpg new file mode 100644 index 0000000..984f1e8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/070m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/071f.jpg b/frontent/ops_vue_js/public/static/avatars/071f.jpg new file mode 100644 index 0000000..78af566 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/071f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/071m.jpg b/frontent/ops_vue_js/public/static/avatars/071m.jpg new file mode 100644 index 0000000..a9f5790 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/071m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/072f.jpg b/frontent/ops_vue_js/public/static/avatars/072f.jpg new file mode 100644 index 0000000..74d2e3a Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/072f.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/072m.jpg b/frontent/ops_vue_js/public/static/avatars/072m.jpg new file mode 100644 index 0000000..50e05a5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/072m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/073m.jpg b/frontent/ops_vue_js/public/static/avatars/073m.jpg new file mode 100644 index 0000000..a477f37 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/073m.jpg differ diff --git a/frontent/ops_vue_js/public/static/avatars/074m.jpg b/frontent/ops_vue_js/public/static/avatars/074m.jpg new file mode 100644 index 0000000..7fd3407 Binary files /dev/null and b/frontent/ops_vue_js/public/static/avatars/074m.jpg differ diff --git a/frontent/ops_vue_js/public/static/brands/amazon.svg b/frontent/ops_vue_js/public/static/brands/amazon.svg new file mode 100644 index 0000000..a698b12 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/android.svg b/frontent/ops_vue_js/public/static/brands/android.svg new file mode 100644 index 0000000..0856178 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/app-store.svg b/frontent/ops_vue_js/public/static/brands/app-store.svg new file mode 100644 index 0000000..4707904 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/apple-podcast.svg b/frontent/ops_vue_js/public/static/brands/apple-podcast.svg new file mode 100644 index 0000000..050f741 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/apple-podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/apple.svg b/frontent/ops_vue_js/public/static/brands/apple.svg new file mode 100644 index 0000000..11402be --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/behance.svg b/frontent/ops_vue_js/public/static/brands/behance.svg new file mode 100644 index 0000000..197a207 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/discord.svg b/frontent/ops_vue_js/public/static/brands/discord.svg new file mode 100644 index 0000000..3f498f2 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/dribbble.svg b/frontent/ops_vue_js/public/static/brands/dribbble.svg new file mode 100644 index 0000000..6d7958a --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/dropbox.svg b/frontent/ops_vue_js/public/static/brands/dropbox.svg new file mode 100644 index 0000000..83697c8 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/ever-green.svg b/frontent/ops_vue_js/public/static/brands/ever-green.svg new file mode 100644 index 0000000..75cc43c --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/ever-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/facebook.svg b/frontent/ops_vue_js/public/static/brands/facebook.svg new file mode 100644 index 0000000..32156e0 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/figma.svg b/frontent/ops_vue_js/public/static/brands/figma.svg new file mode 100644 index 0000000..ff65324 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/font-awesome.svg b/frontent/ops_vue_js/public/static/brands/font-awesome.svg new file mode 100644 index 0000000..06fa55f --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-ads.svg b/frontent/ops_vue_js/public/static/brands/google-ads.svg new file mode 100644 index 0000000..f205ff1 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-ads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-adsense.svg b/frontent/ops_vue_js/public/static/brands/google-adsense.svg new file mode 100644 index 0000000..1a2d468 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-adsense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-analytics.svg b/frontent/ops_vue_js/public/static/brands/google-analytics.svg new file mode 100644 index 0000000..f60ffe5 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-analytics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-cloud.svg b/frontent/ops_vue_js/public/static/brands/google-cloud.svg new file mode 100644 index 0000000..4a4f758 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-drive.svg b/frontent/ops_vue_js/public/static/brands/google-drive.svg new file mode 100644 index 0000000..1493d11 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-fit.svg b/frontent/ops_vue_js/public/static/brands/google-fit.svg new file mode 100644 index 0000000..b5c6e06 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-fit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-home.svg b/frontent/ops_vue_js/public/static/brands/google-home.svg new file mode 100644 index 0000000..a422ca5 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-maps.svg b/frontent/ops_vue_js/public/static/brands/google-maps.svg new file mode 100644 index 0000000..8a68d2b --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-maps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-meet.svg b/frontent/ops_vue_js/public/static/brands/google-meet.svg new file mode 100644 index 0000000..ad83346 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-meet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-photos.svg b/frontent/ops_vue_js/public/static/brands/google-photos.svg new file mode 100644 index 0000000..ce78fa0 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-photos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-play.svg b/frontent/ops_vue_js/public/static/brands/google-play.svg new file mode 100644 index 0000000..d210d3a --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-shopping.svg b/frontent/ops_vue_js/public/static/brands/google-shopping.svg new file mode 100644 index 0000000..7881a55 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-shopping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google-teams.svg b/frontent/ops_vue_js/public/static/brands/google-teams.svg new file mode 100644 index 0000000..f1dd463 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google-teams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/google.svg b/frontent/ops_vue_js/public/static/brands/google.svg new file mode 100644 index 0000000..0ceea25 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/instagram.svg b/frontent/ops_vue_js/public/static/brands/instagram.svg new file mode 100644 index 0000000..e367f43 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/klarna.svg b/frontent/ops_vue_js/public/static/brands/klarna.svg new file mode 100644 index 0000000..f59d64f --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/klarna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/linkedin.svg b/frontent/ops_vue_js/public/static/brands/linkedin.svg new file mode 100644 index 0000000..5598679 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/mailchimp.svg b/frontent/ops_vue_js/public/static/brands/mailchimp.svg new file mode 100644 index 0000000..257db01 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/medium.svg b/frontent/ops_vue_js/public/static/brands/medium.svg new file mode 100644 index 0000000..ff15114 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/messenger.svg b/frontent/ops_vue_js/public/static/brands/messenger.svg new file mode 100644 index 0000000..085ae28 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/meta.svg b/frontent/ops_vue_js/public/static/brands/meta.svg new file mode 100644 index 0000000..e37ea5b --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/meta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/monday.svg b/frontent/ops_vue_js/public/static/brands/monday.svg new file mode 100644 index 0000000..c4f058f --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/monday.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/netflix.svg b/frontent/ops_vue_js/public/static/brands/netflix.svg new file mode 100644 index 0000000..9fd9bf8 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/netflix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/notion.svg b/frontent/ops_vue_js/public/static/brands/notion.svg new file mode 100644 index 0000000..16224b3 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/notion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/office-365.svg b/frontent/ops_vue_js/public/static/brands/office-365.svg new file mode 100644 index 0000000..804d18f --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/office-365.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/opera.svg b/frontent/ops_vue_js/public/static/brands/opera.svg new file mode 100644 index 0000000..0ab3507 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/paypal.svg b/frontent/ops_vue_js/public/static/brands/paypal.svg new file mode 100644 index 0000000..3706599 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/petreon.svg b/frontent/ops_vue_js/public/static/brands/petreon.svg new file mode 100644 index 0000000..6bcb848 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/petreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/pinterest.svg b/frontent/ops_vue_js/public/static/brands/pinterest.svg new file mode 100644 index 0000000..b069379 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/play-store.svg b/frontent/ops_vue_js/public/static/brands/play-store.svg new file mode 100644 index 0000000..457a437 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/play-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/quora.svg b/frontent/ops_vue_js/public/static/brands/quora.svg new file mode 100644 index 0000000..28e52b5 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/reddit.svg b/frontent/ops_vue_js/public/static/brands/reddit.svg new file mode 100644 index 0000000..b33fc44 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/shopify.svg b/frontent/ops_vue_js/public/static/brands/shopify.svg new file mode 100644 index 0000000..eb633b8 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/shopify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/skype.svg b/frontent/ops_vue_js/public/static/brands/skype.svg new file mode 100644 index 0000000..a972a63 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/slack.svg b/frontent/ops_vue_js/public/static/brands/slack.svg new file mode 100644 index 0000000..7510e87 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/snapchat.svg b/frontent/ops_vue_js/public/static/brands/snapchat.svg new file mode 100644 index 0000000..a60dac6 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/soundcloud.svg b/frontent/ops_vue_js/public/static/brands/soundcloud.svg new file mode 100644 index 0000000..7106c51 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/spotify.svg b/frontent/ops_vue_js/public/static/brands/spotify.svg new file mode 100644 index 0000000..85931c4 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/stripe.svg b/frontent/ops_vue_js/public/static/brands/stripe.svg new file mode 100644 index 0000000..4963014 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/telegram.svg b/frontent/ops_vue_js/public/static/brands/telegram.svg new file mode 100644 index 0000000..9956551 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/tiktok.svg b/frontent/ops_vue_js/public/static/brands/tiktok.svg new file mode 100644 index 0000000..e48529e --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/tinder.svg b/frontent/ops_vue_js/public/static/brands/tinder.svg new file mode 100644 index 0000000..292ea99 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/tinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/trello.svg b/frontent/ops_vue_js/public/static/brands/trello.svg new file mode 100644 index 0000000..417f32c --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/truth.svg b/frontent/ops_vue_js/public/static/brands/truth.svg new file mode 100644 index 0000000..6b1eabf --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/truth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/tumblr.svg b/frontent/ops_vue_js/public/static/brands/tumblr.svg new file mode 100644 index 0000000..240bee6 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/twitch.svg b/frontent/ops_vue_js/public/static/brands/twitch.svg new file mode 100644 index 0000000..eed2a73 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/twitter.svg b/frontent/ops_vue_js/public/static/brands/twitter.svg new file mode 100644 index 0000000..1d34f4a --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/vimeo.svg b/frontent/ops_vue_js/public/static/brands/vimeo.svg new file mode 100644 index 0000000..452f317 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/vk.svg b/frontent/ops_vue_js/public/static/brands/vk.svg new file mode 100644 index 0000000..651e80c --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/watppad.svg b/frontent/ops_vue_js/public/static/brands/watppad.svg new file mode 100644 index 0000000..5c88563 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/watppad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/webflow.svg b/frontent/ops_vue_js/public/static/brands/webflow.svg new file mode 100644 index 0000000..602bc5c --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/webflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/whatsapp.svg b/frontent/ops_vue_js/public/static/brands/whatsapp.svg new file mode 100644 index 0000000..35eca31 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/wordpress.svg b/frontent/ops_vue_js/public/static/brands/wordpress.svg new file mode 100644 index 0000000..bd470df --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/xing.svg b/frontent/ops_vue_js/public/static/brands/xing.svg new file mode 100644 index 0000000..948e5e4 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/yelp.svg b/frontent/ops_vue_js/public/static/brands/yelp.svg new file mode 100644 index 0000000..cd2581e --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/youtube.svg b/frontent/ops_vue_js/public/static/brands/youtube.svg new file mode 100644 index 0000000..65d39f9 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/zapier.svg b/frontent/ops_vue_js/public/static/brands/zapier.svg new file mode 100644 index 0000000..782c3e7 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/zapier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/zendesk.svg b/frontent/ops_vue_js/public/static/brands/zendesk.svg new file mode 100644 index 0000000..71bde23 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/zendesk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/brands/zoom.svg b/frontent/ops_vue_js/public/static/brands/zoom.svg new file mode 100644 index 0000000..819bc09 --- /dev/null +++ b/frontent/ops_vue_js/public/static/brands/zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/brave.svg b/frontent/ops_vue_js/public/static/browsers/brave.svg new file mode 100644 index 0000000..0bb8893 --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/brave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/chrome.svg b/frontent/ops_vue_js/public/static/browsers/chrome.svg new file mode 100644 index 0000000..67a40c2 --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/edge.svg b/frontent/ops_vue_js/public/static/browsers/edge.svg new file mode 100644 index 0000000..12f3661 --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/electron.svg b/frontent/ops_vue_js/public/static/browsers/electron.svg new file mode 100644 index 0000000..f7ee731 --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/electron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/firefox.svg b/frontent/ops_vue_js/public/static/browsers/firefox.svg new file mode 100644 index 0000000..b36a75b --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/internet-explorer.svg b/frontent/ops_vue_js/public/static/browsers/internet-explorer.svg new file mode 100644 index 0000000..ff1896d --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/opera.svg b/frontent/ops_vue_js/public/static/browsers/opera.svg new file mode 100644 index 0000000..b5a958b --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/safari.svg b/frontent/ops_vue_js/public/static/browsers/safari.svg new file mode 100644 index 0000000..d1b51a9 --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/browsers/vivaldi.svg b/frontent/ops_vue_js/public/static/browsers/vivaldi.svg new file mode 100644 index 0000000..ab698ab --- /dev/null +++ b/frontent/ops_vue_js/public/static/browsers/vivaldi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/components/card-buttons.png b/frontent/ops_vue_js/public/static/components/card-buttons.png new file mode 100644 index 0000000..266f359 Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/card-buttons.png differ diff --git a/frontent/ops_vue_js/public/static/components/card-comments.png b/frontent/ops_vue_js/public/static/components/card-comments.png new file mode 100644 index 0000000..0d83ecf Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/card-comments.png differ diff --git a/frontent/ops_vue_js/public/static/components/card-ribbon.png b/frontent/ops_vue_js/public/static/components/card-ribbon.png new file mode 100644 index 0000000..05159ae Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/card-ribbon.png differ diff --git a/frontent/ops_vue_js/public/static/components/card-tabs-bottom.png b/frontent/ops_vue_js/public/static/components/card-tabs-bottom.png new file mode 100644 index 0000000..13ce5d1 Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/card-tabs-bottom.png differ diff --git a/frontent/ops_vue_js/public/static/components/card-with-image.png b/frontent/ops_vue_js/public/static/components/card-with-image.png new file mode 100644 index 0000000..1f6140a Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/card-with-image.png differ diff --git a/frontent/ops_vue_js/public/static/components/empty.png b/frontent/ops_vue_js/public/static/components/empty.png new file mode 100644 index 0000000..c6b068e Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/empty.png differ diff --git a/frontent/ops_vue_js/public/static/components/input-colors.png b/frontent/ops_vue_js/public/static/components/input-colors.png new file mode 100644 index 0000000..2851386 Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/input-colors.png differ diff --git a/frontent/ops_vue_js/public/static/components/input-image.png b/frontent/ops_vue_js/public/static/components/input-image.png new file mode 100644 index 0000000..44acb43 Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/input-image.png differ diff --git a/frontent/ops_vue_js/public/static/components/simple-avatar.png b/frontent/ops_vue_js/public/static/components/simple-avatar.png new file mode 100644 index 0000000..5c53808 Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/simple-avatar.png differ diff --git a/frontent/ops_vue_js/public/static/components/simple-card.png b/frontent/ops_vue_js/public/static/components/simple-card.png new file mode 100644 index 0000000..550b286 Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/simple-card.png differ diff --git a/frontent/ops_vue_js/public/static/components/widget-revenue.png b/frontent/ops_vue_js/public/static/components/widget-revenue.png new file mode 100644 index 0000000..5293baa Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/widget-revenue.png differ diff --git a/frontent/ops_vue_js/public/static/components/widget-sales.png b/frontent/ops_vue_js/public/static/components/widget-sales.png new file mode 100644 index 0000000..2a25193 Binary files /dev/null and b/frontent/ops_vue_js/public/static/components/widget-sales.png differ diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/bitcoin.svg b/frontent/ops_vue_js/public/static/crypto-currencies/bitcoin.svg new file mode 100644 index 0000000..cae4d6a --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/cardano.svg b/frontent/ops_vue_js/public/static/crypto-currencies/cardano.svg new file mode 100644 index 0000000..b732eef --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/cardano.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/dash.svg b/frontent/ops_vue_js/public/static/crypto-currencies/dash.svg new file mode 100644 index 0000000..73da05d --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/eos.svg b/frontent/ops_vue_js/public/static/crypto-currencies/eos.svg new file mode 100644 index 0000000..edf882e --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/eos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/ethereum.svg b/frontent/ops_vue_js/public/static/crypto-currencies/ethereum.svg new file mode 100644 index 0000000..45b3820 --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/ethereum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/litecoin.svg b/frontent/ops_vue_js/public/static/crypto-currencies/litecoin.svg new file mode 100644 index 0000000..109d98d --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/litecoin.svg @@ -0,0 +1 @@ +Litecoin \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/nem.svg b/frontent/ops_vue_js/public/static/crypto-currencies/nem.svg new file mode 100644 index 0000000..327bcab --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/nem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/crypto-currencies/ripple.svg b/frontent/ops_vue_js/public/static/crypto-currencies/ripple.svg new file mode 100644 index 0000000..5671861 --- /dev/null +++ b/frontent/ops_vue_js/public/static/crypto-currencies/ripple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_bug_fixing_oc7a.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_bug_fixing_oc7a.svg new file mode 100644 index 0000000..49eb330 --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_bug_fixing_oc7a.svg @@ -0,0 +1 @@ +bug fixing \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_joyride_hnno.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_joyride_hnno.svg new file mode 100644 index 0000000..66fec2d --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_joyride_hnno.svg @@ -0,0 +1 @@ +joyride \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_medicine_b1ol.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_medicine_b1ol.svg new file mode 100644 index 0000000..9cf293e --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_medicine_b1ol.svg @@ -0,0 +1 @@ +medicine \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_mobile_application_mr4r.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_mobile_application_mr4r.svg new file mode 100644 index 0000000..43e2df2 --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_mobile_application_mr4r.svg @@ -0,0 +1 @@ +Mobile_application \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_posting_photo_v65l.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_posting_photo_v65l.svg new file mode 100644 index 0000000..47cb4fc --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_posting_photo_v65l.svg @@ -0,0 +1 @@ +posting photo \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_printing_invoices_5r4r.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_printing_invoices_5r4r.svg new file mode 100644 index 0000000..3c7a0b6 --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_printing_invoices_5r4r.svg @@ -0,0 +1 @@ +printing invoices \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_quitting_time_dm8t.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_quitting_time_dm8t.svg new file mode 100644 index 0000000..6209538 --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_quitting_time_dm8t.svg @@ -0,0 +1 @@ +quitting time \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_secure_login_pdn4.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_secure_login_pdn4.svg new file mode 100644 index 0000000..7c919b2 --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_secure_login_pdn4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_sign_in_e6hj.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_sign_in_e6hj.svg new file mode 100644 index 0000000..e867d51 --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_sign_in_e6hj.svg @@ -0,0 +1 @@ +sign_in \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/illustrations/undraw_work_together_h63l.svg b/frontent/ops_vue_js/public/static/illustrations/undraw_work_together_h63l.svg new file mode 100644 index 0000000..9f4768a --- /dev/null +++ b/frontent/ops_vue_js/public/static/illustrations/undraw_work_together_h63l.svg @@ -0,0 +1 @@ +work_together \ No newline at end of file diff --git a/frontent/ops_vue_js/public/static/jobs/job-1.jpg b/frontent/ops_vue_js/public/static/jobs/job-1.jpg new file mode 100644 index 0000000..89d737f Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-1.jpg differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-2.png b/frontent/ops_vue_js/public/static/jobs/job-2.png new file mode 100644 index 0000000..fa8af48 Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-2.png differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-3.png b/frontent/ops_vue_js/public/static/jobs/job-3.png new file mode 100644 index 0000000..75678d6 Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-3.png differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-4.png b/frontent/ops_vue_js/public/static/jobs/job-4.png new file mode 100644 index 0000000..97e8e6b Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-4.png differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-5.png b/frontent/ops_vue_js/public/static/jobs/job-5.png new file mode 100644 index 0000000..2d87279 Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-5.png differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-6.png b/frontent/ops_vue_js/public/static/jobs/job-6.png new file mode 100644 index 0000000..202509e Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-6.png differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-7.png b/frontent/ops_vue_js/public/static/jobs/job-7.png new file mode 100644 index 0000000..3e4ccae Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-7.png differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-8.png b/frontent/ops_vue_js/public/static/jobs/job-8.png new file mode 100644 index 0000000..2816cc3 Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-8.png differ diff --git a/frontent/ops_vue_js/public/static/jobs/job-9.jpg b/frontent/ops_vue_js/public/static/jobs/job-9.jpg new file mode 100644 index 0000000..9af2799 Binary files /dev/null and b/frontent/ops_vue_js/public/static/jobs/job-9.jpg differ diff --git a/frontent/ops_vue_js/public/static/logo-small-white.svg b/frontent/ops_vue_js/public/static/logo-small-white.svg new file mode 100644 index 0000000..4d436ef --- /dev/null +++ b/frontent/ops_vue_js/public/static/logo-small-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontent/ops_vue_js/public/static/logo-small.svg b/frontent/ops_vue_js/public/static/logo-small.svg new file mode 100644 index 0000000..ff48d63 --- /dev/null +++ b/frontent/ops_vue_js/public/static/logo-small.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontent/ops_vue_js/public/static/logo-white.svg b/frontent/ops_vue_js/public/static/logo-white.svg new file mode 100644 index 0000000..3d6af9a --- /dev/null +++ b/frontent/ops_vue_js/public/static/logo-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontent/ops_vue_js/public/static/logo.svg b/frontent/ops_vue_js/public/static/logo.svg new file mode 100644 index 0000000..c2dcf8f --- /dev/null +++ b/frontent/ops_vue_js/public/static/logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontent/ops_vue_js/public/static/og.png b/frontent/ops_vue_js/public/static/og.png new file mode 100644 index 0000000..f851dec Binary files /dev/null and b/frontent/ops_vue_js/public/static/og.png differ diff --git a/frontent/ops_vue_js/public/static/photos/a-visit-to-the-bookstore.jpg b/frontent/ops_vue_js/public/static/photos/a-visit-to-the-bookstore.jpg new file mode 100644 index 0000000..58b82a8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/a-visit-to-the-bookstore.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/a-woman-works-at-a-desk-with-a-laptop-and-a-cup-of-coffee.jpg b/frontent/ops_vue_js/public/static/photos/a-woman-works-at-a-desk-with-a-laptop-and-a-cup-of-coffee.jpg new file mode 100644 index 0000000..4ed031f Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/a-woman-works-at-a-desk-with-a-laptop-and-a-cup-of-coffee.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home-2.jpg b/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home-2.jpg new file mode 100644 index 0000000..3777735 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home-3.jpg b/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home-3.jpg new file mode 100644 index 0000000..6ea87b7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home-3.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home.jpg b/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home.jpg new file mode 100644 index 0000000..63b0d68 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/a-woman-works-on-a-laptop-at-home.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/beautiful-blonde-woman-on-a-wooden-pier-by-the-lake.jpg b/frontent/ops_vue_js/public/static/photos/beautiful-blonde-woman-on-a-wooden-pier-by-the-lake.jpg new file mode 100644 index 0000000..6ed0b1d Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/beautiful-blonde-woman-on-a-wooden-pier-by-the-lake.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/beautiful-blonde-woman-relaxing-with-a-can-of-coke-on-a-tree-stump-by-the-beach.jpg b/frontent/ops_vue_js/public/static/photos/beautiful-blonde-woman-relaxing-with-a-can-of-coke-on-a-tree-stump-by-the-beach.jpg new file mode 100644 index 0000000..b9a5701 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/beautiful-blonde-woman-relaxing-with-a-can-of-coke-on-a-tree-stump-by-the-beach.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/blond-using-her-laptop-at-her-bedroom.jpg b/frontent/ops_vue_js/public/static/photos/blond-using-her-laptop-at-her-bedroom.jpg new file mode 100644 index 0000000..db7eda0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/blond-using-her-laptop-at-her-bedroom.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/blue-sofa-with-pillows-in-a-designer-living-room-interior.jpg b/frontent/ops_vue_js/public/static/photos/blue-sofa-with-pillows-in-a-designer-living-room-interior.jpg new file mode 100644 index 0000000..933e057 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/blue-sofa-with-pillows-in-a-designer-living-room-interior.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/book-on-the-grass.jpg b/frontent/ops_vue_js/public/static/photos/book-on-the-grass.jpg new file mode 100644 index 0000000..befec3c Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/book-on-the-grass.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/books-and-purple-flowers-on-a-wooden-stool-by-the-bed.jpg b/frontent/ops_vue_js/public/static/photos/books-and-purple-flowers-on-a-wooden-stool-by-the-bed.jpg new file mode 100644 index 0000000..901f501 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/books-and-purple-flowers-on-a-wooden-stool-by-the-bed.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/brainstorming-session-with-creative-designers-2.jpg b/frontent/ops_vue_js/public/static/photos/brainstorming-session-with-creative-designers-2.jpg new file mode 100644 index 0000000..4bcd78d Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/brainstorming-session-with-creative-designers-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/brainstorming-session-with-creative-designers.jpg b/frontent/ops_vue_js/public/static/photos/brainstorming-session-with-creative-designers.jpg new file mode 100644 index 0000000..7ffabbd Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/brainstorming-session-with-creative-designers.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/businesswoman-working-at-her-laptop-2.jpg b/frontent/ops_vue_js/public/static/photos/businesswoman-working-at-her-laptop-2.jpg new file mode 100644 index 0000000..3435ca3 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/businesswoman-working-at-her-laptop-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/businesswoman-working-at-her-laptop.jpg b/frontent/ops_vue_js/public/static/photos/businesswoman-working-at-her-laptop.jpg new file mode 100644 index 0000000..d6d6198 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/businesswoman-working-at-her-laptop.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/city-lights-reflected-in-the-water-at-night.jpg b/frontent/ops_vue_js/public/static/photos/city-lights-reflected-in-the-water-at-night.jpg new file mode 100644 index 0000000..4a37572 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/city-lights-reflected-in-the-water-at-night.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/coffee-on-a-table-with-other-items.jpg b/frontent/ops_vue_js/public/static/photos/coffee-on-a-table-with-other-items.jpg new file mode 100644 index 0000000..473a0d4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/coffee-on-a-table-with-other-items.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/color-palette-guide-sample-colors-catalog-.jpg b/frontent/ops_vue_js/public/static/photos/color-palette-guide-sample-colors-catalog-.jpg new file mode 100644 index 0000000..9a86f96 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/color-palette-guide-sample-colors-catalog-.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/colorful-exotic-flowers-and-greenery.jpg b/frontent/ops_vue_js/public/static/photos/colorful-exotic-flowers-and-greenery.jpg new file mode 100644 index 0000000..3bd6a46 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/colorful-exotic-flowers-and-greenery.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/contemporary-black-and-white-home-decor.jpg b/frontent/ops_vue_js/public/static/photos/contemporary-black-and-white-home-decor.jpg new file mode 100644 index 0000000..47eeb0c Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/contemporary-black-and-white-home-decor.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/cryptocurrency-bitcoin-coins-2.jpg b/frontent/ops_vue_js/public/static/photos/cryptocurrency-bitcoin-coins-2.jpg new file mode 100644 index 0000000..c403f2e Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/cryptocurrency-bitcoin-coins-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/cryptocurrency-bitcoin-coins.jpg b/frontent/ops_vue_js/public/static/photos/cryptocurrency-bitcoin-coins.jpg new file mode 100644 index 0000000..d78d54d Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/cryptocurrency-bitcoin-coins.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/cup-of-coffee-and-an-open-book.jpg b/frontent/ops_vue_js/public/static/photos/cup-of-coffee-and-an-open-book.jpg new file mode 100644 index 0000000..0d6bcb8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/cup-of-coffee-and-an-open-book.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/cup-of-coffee-on-table-in-cafe-2.jpg b/frontent/ops_vue_js/public/static/photos/cup-of-coffee-on-table-in-cafe-2.jpg new file mode 100644 index 0000000..c48e264 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/cup-of-coffee-on-table-in-cafe-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/cup-of-coffee-on-table-in-cafe.jpg b/frontent/ops_vue_js/public/static/photos/cup-of-coffee-on-table-in-cafe.jpg new file mode 100644 index 0000000..47b42f4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/cup-of-coffee-on-table-in-cafe.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/elegant-home-office-with-golden-accessories.jpg b/frontent/ops_vue_js/public/static/photos/elegant-home-office-with-golden-accessories.jpg new file mode 100644 index 0000000..3aa77a5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/elegant-home-office-with-golden-accessories.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/everything-you-need-to-work-from-your-bed-2.jpg b/frontent/ops_vue_js/public/static/photos/everything-you-need-to-work-from-your-bed-2.jpg new file mode 100644 index 0000000..c534ccc Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/everything-you-need-to-work-from-your-bed-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/everything-you-need-to-work-from-your-bed.jpg b/frontent/ops_vue_js/public/static/photos/everything-you-need-to-work-from-your-bed.jpg new file mode 100644 index 0000000..786b131 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/everything-you-need-to-work-from-your-bed.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/fairy-lights-at-the-beach-in-bulgaria.jpg b/frontent/ops_vue_js/public/static/photos/fairy-lights-at-the-beach-in-bulgaria.jpg new file mode 100644 index 0000000..9c1e47a Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/fairy-lights-at-the-beach-in-bulgaria.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-2.jpg b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-2.jpg new file mode 100644 index 0000000..c0fb9c4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-3.jpg b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-3.jpg new file mode 100644 index 0000000..6742732 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-3.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-4.jpg b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-4.jpg new file mode 100644 index 0000000..6c7bb97 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-4.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-5.jpg b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-5.jpg new file mode 100644 index 0000000..025d181 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money-5.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money.jpg b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money.jpg new file mode 100644 index 0000000..7bcf2e9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/finances-us-dollars-and-bitcoins-currency-money.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/friends-at-a-restaurant-drinking-wine.jpg b/frontent/ops_vue_js/public/static/photos/friends-at-a-restaurant-drinking-wine.jpg new file mode 100644 index 0000000..d951a11 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/friends-at-a-restaurant-drinking-wine.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/geometric-decoration-on-yellow-background.jpg b/frontent/ops_vue_js/public/static/photos/geometric-decoration-on-yellow-background.jpg new file mode 100644 index 0000000..a290efe Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/geometric-decoration-on-yellow-background.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-2.jpg b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-2.jpg new file mode 100644 index 0000000..22d54fb Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-3.jpg b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-3.jpg new file mode 100644 index 0000000..56d855e Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-3.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-4.jpg b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-4.jpg new file mode 100644 index 0000000..1446c6b Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes-4.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes.jpg b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes.jpg new file mode 100644 index 0000000..6277ae0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/group-of-people-brainstorming-and-taking-notes.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/group-of-people-sightseeing-in-the-city.jpg b/frontent/ops_vue_js/public/static/photos/group-of-people-sightseeing-in-the-city.jpg new file mode 100644 index 0000000..d1a5e95 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/group-of-people-sightseeing-in-the-city.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/home-office-desk-with-macbook-iphone-calendar-watch-and-organizer.jpg b/frontent/ops_vue_js/public/static/photos/home-office-desk-with-macbook-iphone-calendar-watch-and-organizer.jpg new file mode 100644 index 0000000..42ae985 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/home-office-desk-with-macbook-iphone-calendar-watch-and-organizer.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/home-office-laptop-organizer-and-cup-of-coffee.jpg b/frontent/ops_vue_js/public/static/photos/home-office-laptop-organizer-and-cup-of-coffee.jpg new file mode 100644 index 0000000..eb6c8d7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/home-office-laptop-organizer-and-cup-of-coffee.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/making-magic-with-fairy-lights.jpg b/frontent/ops_vue_js/public/static/photos/making-magic-with-fairy-lights.jpg new file mode 100644 index 0000000..6990d57 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/making-magic-with-fairy-lights.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/man-looking-out-to-sea.jpg b/frontent/ops_vue_js/public/static/photos/man-looking-out-to-sea.jpg new file mode 100644 index 0000000..e218cde Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/man-looking-out-to-sea.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/modern-home-office.jpg b/frontent/ops_vue_js/public/static/photos/modern-home-office.jpg new file mode 100644 index 0000000..319fbad Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/modern-home-office.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/netflix-drug-lords-from-narcos.jpg b/frontent/ops_vue_js/public/static/photos/netflix-drug-lords-from-narcos.jpg new file mode 100644 index 0000000..7c3fcea Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/netflix-drug-lords-from-narcos.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/people-by-a-banquet-table-full-with-food.jpg b/frontent/ops_vue_js/public/static/photos/people-by-a-banquet-table-full-with-food.jpg new file mode 100644 index 0000000..94680d3 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/people-by-a-banquet-table-full-with-food.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/people-watching-a-presentation-in-a-room.jpg b/frontent/ops_vue_js/public/static/photos/people-watching-a-presentation-in-a-room.jpg new file mode 100644 index 0000000..6cbd7a1 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/people-watching-a-presentation-in-a-room.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/pink-desk-in-the-home-office.jpg b/frontent/ops_vue_js/public/static/photos/pink-desk-in-the-home-office.jpg new file mode 100644 index 0000000..0aa4494 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/pink-desk-in-the-home-office.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/portrait-of-a-teen-girl.jpg b/frontent/ops_vue_js/public/static/photos/portrait-of-a-teen-girl.jpg new file mode 100644 index 0000000..b971d15 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/portrait-of-a-teen-girl.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/soft-photo-of-woman-on-the-bed-with-the-book-and-cup-of-coffee-in-hands.jpg b/frontent/ops_vue_js/public/static/photos/soft-photo-of-woman-on-the-bed-with-the-book-and-cup-of-coffee-in-hands.jpg new file mode 100644 index 0000000..1e451f4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/soft-photo-of-woman-on-the-bed-with-the-book-and-cup-of-coffee-in-hands.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/stone-texture-high-resolution-background-2.jpg b/frontent/ops_vue_js/public/static/photos/stone-texture-high-resolution-background-2.jpg new file mode 100644 index 0000000..9940b3f Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/stone-texture-high-resolution-background-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/stone-texture-high-resolution-background.jpg b/frontent/ops_vue_js/public/static/photos/stone-texture-high-resolution-background.jpg new file mode 100644 index 0000000..742c85f Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/stone-texture-high-resolution-background.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/stylish-workplace-with-computer-at-home.jpg b/frontent/ops_vue_js/public/static/photos/stylish-workplace-with-computer-at-home.jpg new file mode 100644 index 0000000..c3af7e2 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/stylish-workplace-with-computer-at-home.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/stylish-workspace-with-macbook-pro-2.jpg b/frontent/ops_vue_js/public/static/photos/stylish-workspace-with-macbook-pro-2.jpg new file mode 100644 index 0000000..f3a266f Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/stylish-workspace-with-macbook-pro-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/stylish-workspace-with-macbook-pro.jpg b/frontent/ops_vue_js/public/static/photos/stylish-workspace-with-macbook-pro.jpg new file mode 100644 index 0000000..4176ef0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/stylish-workspace-with-macbook-pro.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/sweet-buns-with-cream-cheese-inside.jpg b/frontent/ops_vue_js/public/static/photos/sweet-buns-with-cream-cheese-inside.jpg new file mode 100644 index 0000000..a52f515 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/sweet-buns-with-cream-cheese-inside.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/tropical-palm-leaves-floral-pattern-background.jpg b/frontent/ops_vue_js/public/static/photos/tropical-palm-leaves-floral-pattern-background.jpg new file mode 100644 index 0000000..a71d89a Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/tropical-palm-leaves-floral-pattern-background.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/white-apple-imac-computer-with-elephant-mousepad.jpg b/frontent/ops_vue_js/public/static/photos/white-apple-imac-computer-with-elephant-mousepad.jpg new file mode 100644 index 0000000..6e7ca90 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/white-apple-imac-computer-with-elephant-mousepad.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/woman-drinking-hot-tea-in-her-home-office.jpg b/frontent/ops_vue_js/public/static/photos/woman-drinking-hot-tea-in-her-home-office.jpg new file mode 100644 index 0000000..9b78108 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/woman-drinking-hot-tea-in-her-home-office.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/woman-drinking-tea-and-reading-book.jpg b/frontent/ops_vue_js/public/static/photos/woman-drinking-tea-and-reading-book.jpg new file mode 100644 index 0000000..bbfdce2 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/woman-drinking-tea-and-reading-book.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/woman-read-book-and-drink-coffee-2.jpg b/frontent/ops_vue_js/public/static/photos/woman-read-book-and-drink-coffee-2.jpg new file mode 100644 index 0000000..21c9d05 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/woman-read-book-and-drink-coffee-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/woman-read-book-and-drink-coffee.jpg b/frontent/ops_vue_js/public/static/photos/woman-read-book-and-drink-coffee.jpg new file mode 100644 index 0000000..15c571d Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/woman-read-book-and-drink-coffee.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/woman-working-on-a-laptop-while-enjoying-a-breakfast-coffee-and-chocolate-in-bed-2.jpg b/frontent/ops_vue_js/public/static/photos/woman-working-on-a-laptop-while-enjoying-a-breakfast-coffee-and-chocolate-in-bed-2.jpg new file mode 100644 index 0000000..4974410 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/woman-working-on-a-laptop-while-enjoying-a-breakfast-coffee-and-chocolate-in-bed-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/woman-working-on-a-laptop-while-enjoying-a-breakfast-coffee-and-chocolate-in-bed.jpg b/frontent/ops_vue_js/public/static/photos/woman-working-on-a-laptop-while-enjoying-a-breakfast-coffee-and-chocolate-in-bed.jpg new file mode 100644 index 0000000..4193283 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/woman-working-on-a-laptop-while-enjoying-a-breakfast-coffee-and-chocolate-in-bed.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/woman-working-on-laptop-at-home-office.jpg b/frontent/ops_vue_js/public/static/photos/woman-working-on-laptop-at-home-office.jpg new file mode 100644 index 0000000..1e64a52 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/woman-working-on-laptop-at-home-office.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/working-in-a-restaurant-macbook-cheese-cake-and-cup-of-coffee.jpg b/frontent/ops_vue_js/public/static/photos/working-in-a-restaurant-macbook-cheese-cake-and-cup-of-coffee.jpg new file mode 100644 index 0000000..8f8fc6e Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/working-in-a-restaurant-macbook-cheese-cake-and-cup-of-coffee.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-2.jpg b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-2.jpg new file mode 100644 index 0000000..d2b4850 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-3.jpg b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-3.jpg new file mode 100644 index 0000000..11d464e Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-3.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-4.jpg b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-4.jpg new file mode 100644 index 0000000..69b5a41 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home-4.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home.jpg b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home.jpg new file mode 100644 index 0000000..4f0bcdc Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/workplace-with-laptop-on-table-at-home.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/young-entrepreneur-working-from-a-modern-cafe-2.jpg b/frontent/ops_vue_js/public/static/photos/young-entrepreneur-working-from-a-modern-cafe-2.jpg new file mode 100644 index 0000000..6a4afb5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/young-entrepreneur-working-from-a-modern-cafe-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/young-entrepreneur-working-from-a-modern-cafe.jpg b/frontent/ops_vue_js/public/static/photos/young-entrepreneur-working-from-a-modern-cafe.jpg new file mode 100644 index 0000000..7bd80ba Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/young-entrepreneur-working-from-a-modern-cafe.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-2.jpg b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-2.jpg new file mode 100644 index 0000000..9e72d47 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-3.jpg b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-3.jpg new file mode 100644 index 0000000..814e2d9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-3.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-4.jpg b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-4.jpg new file mode 100644 index 0000000..ed0ac6a Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop-4.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop.jpg b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop.jpg new file mode 100644 index 0000000..27311d8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/young-woman-sitting-on-the-sofa-and-working-on-her-laptop.jpg differ diff --git a/frontent/ops_vue_js/public/static/photos/young-woman-working-in-a-cafe.jpg b/frontent/ops_vue_js/public/static/photos/young-woman-working-in-a-cafe.jpg new file mode 100644 index 0000000..8227e22 Binary files /dev/null and b/frontent/ops_vue_js/public/static/photos/young-woman-working-in-a-cafe.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/apple-iphone7-special.jpg b/frontent/ops_vue_js/public/static/products/apple-iphone7-special.jpg new file mode 100644 index 0000000..462907e Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/apple-iphone7-special.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/apple-iphone7.jpg b/frontent/ops_vue_js/public/static/products/apple-iphone7.jpg new file mode 100644 index 0000000..934cbc3 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/apple-iphone7.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/apple-macbook-pro.jpg b/frontent/ops_vue_js/public/static/products/apple-macbook-pro.jpg new file mode 100644 index 0000000..ee1c781 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/apple-macbook-pro.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/gopro-hero.jpg b/frontent/ops_vue_js/public/static/products/gopro-hero.jpg new file mode 100644 index 0000000..0a8f546 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/gopro-hero.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/huawei-mate.jpg b/frontent/ops_vue_js/public/static/products/huawei-mate.jpg new file mode 100644 index 0000000..c0293d4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/huawei-mate.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/lenovo-tab.jpg b/frontent/ops_vue_js/public/static/products/lenovo-tab.jpg new file mode 100644 index 0000000..fb21b3a Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/lenovo-tab.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/lg-g6.jpg b/frontent/ops_vue_js/public/static/products/lg-g6.jpg new file mode 100644 index 0000000..4d8030d Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/lg-g6.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/msi.jpg b/frontent/ops_vue_js/public/static/products/msi.jpg new file mode 100644 index 0000000..ad334a9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/msi.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-1.jpg b/frontent/ops_vue_js/public/static/products/product-1.jpg new file mode 100644 index 0000000..ebd8f0c Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-1.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-10.jpg b/frontent/ops_vue_js/public/static/products/product-10.jpg new file mode 100644 index 0000000..0dac490 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-10.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-11.jpg b/frontent/ops_vue_js/public/static/products/product-11.jpg new file mode 100644 index 0000000..c55e617 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-11.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-12.jpg b/frontent/ops_vue_js/public/static/products/product-12.jpg new file mode 100644 index 0000000..495b6b9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-12.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-13.jpg b/frontent/ops_vue_js/public/static/products/product-13.jpg new file mode 100644 index 0000000..3e026b5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-13.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-2.jpg b/frontent/ops_vue_js/public/static/products/product-2.jpg new file mode 100644 index 0000000..8f2254b Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-2.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-3.jpg b/frontent/ops_vue_js/public/static/products/product-3.jpg new file mode 100644 index 0000000..f942ea6 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-3.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-4.jpg b/frontent/ops_vue_js/public/static/products/product-4.jpg new file mode 100644 index 0000000..4bb0b81 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-4.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-5.jpg b/frontent/ops_vue_js/public/static/products/product-5.jpg new file mode 100644 index 0000000..9729071 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-5.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-6.jpg b/frontent/ops_vue_js/public/static/products/product-6.jpg new file mode 100644 index 0000000..fbdeb7f Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-6.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-7.jpg b/frontent/ops_vue_js/public/static/products/product-7.jpg new file mode 100644 index 0000000..898e42c Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-7.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-8.jpg b/frontent/ops_vue_js/public/static/products/product-8.jpg new file mode 100644 index 0000000..39ed11e Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-8.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/product-9.jpg b/frontent/ops_vue_js/public/static/products/product-9.jpg new file mode 100644 index 0000000..698b4f4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/product-9.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/samsung-galaxy.jpg b/frontent/ops_vue_js/public/static/products/samsung-galaxy.jpg new file mode 100644 index 0000000..ee13b03 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/samsung-galaxy.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/sony-kd.jpg b/frontent/ops_vue_js/public/static/products/sony-kd.jpg new file mode 100644 index 0000000..0386dea Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/sony-kd.jpg differ diff --git a/frontent/ops_vue_js/public/static/products/xiaomi-mi.jpg b/frontent/ops_vue_js/public/static/products/xiaomi-mi.jpg new file mode 100644 index 0000000..b872456 Binary files /dev/null and b/frontent/ops_vue_js/public/static/products/xiaomi-mi.jpg differ diff --git a/frontent/ops_vue_js/public/static/projects/dashboard-1.png b/frontent/ops_vue_js/public/static/projects/dashboard-1.png new file mode 100644 index 0000000..9301e79 Binary files /dev/null and b/frontent/ops_vue_js/public/static/projects/dashboard-1.png differ diff --git a/frontent/ops_vue_js/public/static/projects/dashboard-2.png b/frontent/ops_vue_js/public/static/projects/dashboard-2.png new file mode 100644 index 0000000..d8a3514 Binary files /dev/null and b/frontent/ops_vue_js/public/static/projects/dashboard-2.png differ diff --git a/frontent/ops_vue_js/public/static/projects/dashboard-3.png b/frontent/ops_vue_js/public/static/projects/dashboard-3.png new file mode 100644 index 0000000..7b14f47 Binary files /dev/null and b/frontent/ops_vue_js/public/static/projects/dashboard-3.png differ diff --git a/frontent/ops_vue_js/public/static/sponsor-banner-homepage.svg b/frontent/ops_vue_js/public/static/sponsor-banner-homepage.svg new file mode 100644 index 0000000..003ef3a --- /dev/null +++ b/frontent/ops_vue_js/public/static/sponsor-banner-homepage.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontent/ops_vue_js/public/static/sponsor-banner-readme.png b/frontent/ops_vue_js/public/static/sponsor-banner-readme.png new file mode 100644 index 0000000..1e1c16b Binary files /dev/null and b/frontent/ops_vue_js/public/static/sponsor-banner-readme.png differ diff --git a/frontent/ops_vue_js/public/static/tabler-preview.png b/frontent/ops_vue_js/public/static/tabler-preview.png new file mode 100644 index 0000000..b81ea5a Binary files /dev/null and b/frontent/ops_vue_js/public/static/tabler-preview.png differ diff --git a/frontent/ops_vue_js/public/static/tracks/014f38920ba75a4efd3488b4626cf6e16f94c9e5.jpg b/frontent/ops_vue_js/public/static/tracks/014f38920ba75a4efd3488b4626cf6e16f94c9e5.jpg new file mode 100644 index 0000000..e7812c5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/014f38920ba75a4efd3488b4626cf6e16f94c9e5.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/04168ff76158e7bed216979a5ea97c7e52b1e97c.jpg b/frontent/ops_vue_js/public/static/tracks/04168ff76158e7bed216979a5ea97c7e52b1e97c.jpg new file mode 100644 index 0000000..62402eb Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/04168ff76158e7bed216979a5ea97c7e52b1e97c.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/089726b25ce5a55b906b3b65580a517b65c7c881.jpg b/frontent/ops_vue_js/public/static/tracks/089726b25ce5a55b906b3b65580a517b65c7c881.jpg new file mode 100644 index 0000000..c1e5b01 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/089726b25ce5a55b906b3b65580a517b65c7c881.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/0b12aaeffdef54e56dda3c1b1cb5fbc8bc20f1ca.jpg b/frontent/ops_vue_js/public/static/tracks/0b12aaeffdef54e56dda3c1b1cb5fbc8bc20f1ca.jpg new file mode 100644 index 0000000..a4b0c96 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/0b12aaeffdef54e56dda3c1b1cb5fbc8bc20f1ca.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/0bb28beeb3f0b553d4b1b7a89061d72ad73b8a59.jpg b/frontent/ops_vue_js/public/static/tracks/0bb28beeb3f0b553d4b1b7a89061d72ad73b8a59.jpg new file mode 100644 index 0000000..1ec57c5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/0bb28beeb3f0b553d4b1b7a89061d72ad73b8a59.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/0db34b6caab2312acdaee332be0c7a0ed3172a2a.jpg b/frontent/ops_vue_js/public/static/tracks/0db34b6caab2312acdaee332be0c7a0ed3172a2a.jpg new file mode 100644 index 0000000..569584b Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/0db34b6caab2312acdaee332be0c7a0ed3172a2a.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/0dcc53286b2ed65d0667584ed5f557e385c25188.jpg b/frontent/ops_vue_js/public/static/tracks/0dcc53286b2ed65d0667584ed5f557e385c25188.jpg new file mode 100644 index 0000000..f853f89 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/0dcc53286b2ed65d0667584ed5f557e385c25188.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/11065380c7303972ca2d1d799d06f248fb442225.jpg b/frontent/ops_vue_js/public/static/tracks/11065380c7303972ca2d1d799d06f248fb442225.jpg new file mode 100644 index 0000000..93161eb Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/11065380c7303972ca2d1d799d06f248fb442225.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/1143cd331d7ff1c105fa8140d00edf286fb9f9a5.jpg b/frontent/ops_vue_js/public/static/tracks/1143cd331d7ff1c105fa8140d00edf286fb9f9a5.jpg new file mode 100644 index 0000000..3987457 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/1143cd331d7ff1c105fa8140d00edf286fb9f9a5.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/18ca653b602887a9b211da03a7c26e8867b528e2.jpg b/frontent/ops_vue_js/public/static/tracks/18ca653b602887a9b211da03a7c26e8867b528e2.jpg new file mode 100644 index 0000000..a1c26fc Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/18ca653b602887a9b211da03a7c26e8867b528e2.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/1a9dab25976c706fffccb6bf2cf8a6f5eadd0d29.jpg b/frontent/ops_vue_js/public/static/tracks/1a9dab25976c706fffccb6bf2cf8a6f5eadd0d29.jpg new file mode 100644 index 0000000..2d242b4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/1a9dab25976c706fffccb6bf2cf8a6f5eadd0d29.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/213906d9faa26ccd959947613557ea3b75dde85b.jpg b/frontent/ops_vue_js/public/static/tracks/213906d9faa26ccd959947613557ea3b75dde85b.jpg new file mode 100644 index 0000000..8d5998b Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/213906d9faa26ccd959947613557ea3b75dde85b.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/22c6434a15cc410c656356a9862a2afbe51205ff.jpg b/frontent/ops_vue_js/public/static/tracks/22c6434a15cc410c656356a9862a2afbe51205ff.jpg new file mode 100644 index 0000000..66d74d9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/22c6434a15cc410c656356a9862a2afbe51205ff.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/24b4146508ef0a7969de8d938ee875d0123989f6.jpg b/frontent/ops_vue_js/public/static/tracks/24b4146508ef0a7969de8d938ee875d0123989f6.jpg new file mode 100644 index 0000000..9f6b480 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/24b4146508ef0a7969de8d938ee875d0123989f6.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/257b1dee9f7d1c6f41bfa567348f8444535feac6.jpg b/frontent/ops_vue_js/public/static/tracks/257b1dee9f7d1c6f41bfa567348f8444535feac6.jpg new file mode 100644 index 0000000..965d2c0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/257b1dee9f7d1c6f41bfa567348f8444535feac6.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/281357a445748bc906270ca7a01253f480eaf1b4.jpg b/frontent/ops_vue_js/public/static/tracks/281357a445748bc906270ca7a01253f480eaf1b4.jpg new file mode 100644 index 0000000..3a64f3d Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/281357a445748bc906270ca7a01253f480eaf1b4.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/285c50b8d12090ce411acf5eba9cca721a4a1c0a.jpg b/frontent/ops_vue_js/public/static/tracks/285c50b8d12090ce411acf5eba9cca721a4a1c0a.jpg new file mode 100644 index 0000000..fcd1e05 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/285c50b8d12090ce411acf5eba9cca721a4a1c0a.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/2be99e6ce2bb214a9072e315f4e17948af30af75.jpg b/frontent/ops_vue_js/public/static/tracks/2be99e6ce2bb214a9072e315f4e17948af30af75.jpg new file mode 100644 index 0000000..89c80be Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/2be99e6ce2bb214a9072e315f4e17948af30af75.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/2ccc3bd0455066a58b00083b3920c3642a072e42.jpg b/frontent/ops_vue_js/public/static/tracks/2ccc3bd0455066a58b00083b3920c3642a072e42.jpg new file mode 100644 index 0000000..d6079fd Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/2ccc3bd0455066a58b00083b3920c3642a072e42.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/2e55b9c247cc6b0b713fbbce9db0527a932f8748.jpg b/frontent/ops_vue_js/public/static/tracks/2e55b9c247cc6b0b713fbbce9db0527a932f8748.jpg new file mode 100644 index 0000000..24d7319 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/2e55b9c247cc6b0b713fbbce9db0527a932f8748.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/2e7357491deb8a6796ee8d9181ca9ea1f407bb5f.jpg b/frontent/ops_vue_js/public/static/tracks/2e7357491deb8a6796ee8d9181ca9ea1f407bb5f.jpg new file mode 100644 index 0000000..f417796 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/2e7357491deb8a6796ee8d9181ca9ea1f407bb5f.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/2fb88b8efab810c50670a2d9ca3abb2af35f01a0.jpg b/frontent/ops_vue_js/public/static/tracks/2fb88b8efab810c50670a2d9ca3abb2af35f01a0.jpg new file mode 100644 index 0000000..50e7993 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/2fb88b8efab810c50670a2d9ca3abb2af35f01a0.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/3144e46ee207860391866a086b41eb01749582d6.jpg b/frontent/ops_vue_js/public/static/tracks/3144e46ee207860391866a086b41eb01749582d6.jpg new file mode 100644 index 0000000..07015e7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/3144e46ee207860391866a086b41eb01749582d6.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/363b158c2f5b904f9df760a6ae2b9aa2600e7521.jpg b/frontent/ops_vue_js/public/static/tracks/363b158c2f5b904f9df760a6ae2b9aa2600e7521.jpg new file mode 100644 index 0000000..ff9fa31 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/363b158c2f5b904f9df760a6ae2b9aa2600e7521.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/37c84d9b11d74b5625635a2c6c05aa80f4dc240c.jpg b/frontent/ops_vue_js/public/static/tracks/37c84d9b11d74b5625635a2c6c05aa80f4dc240c.jpg new file mode 100644 index 0000000..281f839 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/37c84d9b11d74b5625635a2c6c05aa80f4dc240c.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/3abf5ca23380d633a3add2dab444b9a1b8012aeb.jpg b/frontent/ops_vue_js/public/static/tracks/3abf5ca23380d633a3add2dab444b9a1b8012aeb.jpg new file mode 100644 index 0000000..43fa8f7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/3abf5ca23380d633a3add2dab444b9a1b8012aeb.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/41351ae11fec30f74422caffed8ba5a05d086d86.jpg b/frontent/ops_vue_js/public/static/tracks/41351ae11fec30f74422caffed8ba5a05d086d86.jpg new file mode 100644 index 0000000..7193dda Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/41351ae11fec30f74422caffed8ba5a05d086d86.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/446b2000ec677fed9e915790d8ee8ce021b7db72.jpg b/frontent/ops_vue_js/public/static/tracks/446b2000ec677fed9e915790d8ee8ce021b7db72.jpg new file mode 100644 index 0000000..5216445 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/446b2000ec677fed9e915790d8ee8ce021b7db72.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/488f389cd61dba31b65e36768808c2d0da84737f.jpg b/frontent/ops_vue_js/public/static/tracks/488f389cd61dba31b65e36768808c2d0da84737f.jpg new file mode 100644 index 0000000..6d3c97c Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/488f389cd61dba31b65e36768808c2d0da84737f.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/49faef83b73d483c653f08aede55d81df52e9d18.jpg b/frontent/ops_vue_js/public/static/tracks/49faef83b73d483c653f08aede55d81df52e9d18.jpg new file mode 100644 index 0000000..442f80f Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/49faef83b73d483c653f08aede55d81df52e9d18.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/4d4ab714dfca7b9df41d4a02a2c39394ebdeb6b6.jpg b/frontent/ops_vue_js/public/static/tracks/4d4ab714dfca7b9df41d4a02a2c39394ebdeb6b6.jpg new file mode 100644 index 0000000..a3bafe0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/4d4ab714dfca7b9df41d4a02a2c39394ebdeb6b6.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/4d78b06d3286a328a6a72268c474514f04932260.jpg b/frontent/ops_vue_js/public/static/tracks/4d78b06d3286a328a6a72268c474514f04932260.jpg new file mode 100644 index 0000000..e259588 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/4d78b06d3286a328a6a72268c474514f04932260.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/4f6c0ba1317ea1d032ed8f1e5d51777f5ed78192.jpg b/frontent/ops_vue_js/public/static/tracks/4f6c0ba1317ea1d032ed8f1e5d51777f5ed78192.jpg new file mode 100644 index 0000000..57e52c9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/4f6c0ba1317ea1d032ed8f1e5d51777f5ed78192.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/56d8e3e1c597b0382c4dc236ba630d2a0f1eddf1.jpg b/frontent/ops_vue_js/public/static/tracks/56d8e3e1c597b0382c4dc236ba630d2a0f1eddf1.jpg new file mode 100644 index 0000000..940f905 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/56d8e3e1c597b0382c4dc236ba630d2a0f1eddf1.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/5843ed4a56177db9ae39a09d23319f87a78ed7d6.jpg b/frontent/ops_vue_js/public/static/tracks/5843ed4a56177db9ae39a09d23319f87a78ed7d6.jpg new file mode 100644 index 0000000..7fe696c Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/5843ed4a56177db9ae39a09d23319f87a78ed7d6.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/5a6c8514a481afe89cbf4f37b13dde14e62ed616.jpg b/frontent/ops_vue_js/public/static/tracks/5a6c8514a481afe89cbf4f37b13dde14e62ed616.jpg new file mode 100644 index 0000000..97e7423 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/5a6c8514a481afe89cbf4f37b13dde14e62ed616.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/5da09480ae1ab3f00cfaf6cd4e3a6ba03b4a5fd1.jpg b/frontent/ops_vue_js/public/static/tracks/5da09480ae1ab3f00cfaf6cd4e3a6ba03b4a5fd1.jpg new file mode 100644 index 0000000..57dcd6e Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/5da09480ae1ab3f00cfaf6cd4e3a6ba03b4a5fd1.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/5f9ed99f071ced583dfb5a1dcdac6c555dc755aa.jpg b/frontent/ops_vue_js/public/static/tracks/5f9ed99f071ced583dfb5a1dcdac6c555dc755aa.jpg new file mode 100644 index 0000000..1eff972 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/5f9ed99f071ced583dfb5a1dcdac6c555dc755aa.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/603793bf01019734d7b67b18f5e91220ea8deb14.jpg b/frontent/ops_vue_js/public/static/tracks/603793bf01019734d7b67b18f5e91220ea8deb14.jpg new file mode 100644 index 0000000..d362f66 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/603793bf01019734d7b67b18f5e91220ea8deb14.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/60e40883ae3c1edba925cedd554fc8dabc677ba1.jpg b/frontent/ops_vue_js/public/static/tracks/60e40883ae3c1edba925cedd554fc8dabc677ba1.jpg new file mode 100644 index 0000000..3443f11 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/60e40883ae3c1edba925cedd554fc8dabc677ba1.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/617c5567a6ed4342fb48df7ab753a8d9f2c0054b.jpg b/frontent/ops_vue_js/public/static/tracks/617c5567a6ed4342fb48df7ab753a8d9f2c0054b.jpg new file mode 100644 index 0000000..89ab2c8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/617c5567a6ed4342fb48df7ab753a8d9f2c0054b.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/6207c3f216b3caeb36be9854040930819c38cf8d.jpg b/frontent/ops_vue_js/public/static/tracks/6207c3f216b3caeb36be9854040930819c38cf8d.jpg new file mode 100644 index 0000000..4d49099 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/6207c3f216b3caeb36be9854040930819c38cf8d.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/621d2909bcc2c26cd0b274aab0414c9d422a1576.jpg b/frontent/ops_vue_js/public/static/tracks/621d2909bcc2c26cd0b274aab0414c9d422a1576.jpg new file mode 100644 index 0000000..ed1f772 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/621d2909bcc2c26cd0b274aab0414c9d422a1576.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/6607274645fa3302e4b885c1678e6e2fef40d889.jpg b/frontent/ops_vue_js/public/static/tracks/6607274645fa3302e4b885c1678e6e2fef40d889.jpg new file mode 100644 index 0000000..bd45900 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/6607274645fa3302e4b885c1678e6e2fef40d889.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/695dfa63a47c7db21c0124f1d598d54058063b94.jpg b/frontent/ops_vue_js/public/static/tracks/695dfa63a47c7db21c0124f1d598d54058063b94.jpg new file mode 100644 index 0000000..64bafe8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/695dfa63a47c7db21c0124f1d598d54058063b94.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/6ba02c2ab0ecc649a84fdafb4539e3ad71d0e6ab.jpg b/frontent/ops_vue_js/public/static/tracks/6ba02c2ab0ecc649a84fdafb4539e3ad71d0e6ab.jpg new file mode 100644 index 0000000..ad1a6d0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/6ba02c2ab0ecc649a84fdafb4539e3ad71d0e6ab.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/6bb542e3ff67f6a6ba2918bdff2e9c5bbabb94a1.jpg b/frontent/ops_vue_js/public/static/tracks/6bb542e3ff67f6a6ba2918bdff2e9c5bbabb94a1.jpg new file mode 100644 index 0000000..60f7ea5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/6bb542e3ff67f6a6ba2918bdff2e9c5bbabb94a1.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/6e94ab39c917096d876b895dbab0019953d27a96.jpg b/frontent/ops_vue_js/public/static/tracks/6e94ab39c917096d876b895dbab0019953d27a96.jpg new file mode 100644 index 0000000..340d6ca Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/6e94ab39c917096d876b895dbab0019953d27a96.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/71a9517412a65940f2203c7ee7b0eb352f31199c.jpg b/frontent/ops_vue_js/public/static/tracks/71a9517412a65940f2203c7ee7b0eb352f31199c.jpg new file mode 100644 index 0000000..f217d6b Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/71a9517412a65940f2203c7ee7b0eb352f31199c.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/72c4be59e52052d4fa76c3abcf47921da517d88e.jpg b/frontent/ops_vue_js/public/static/tracks/72c4be59e52052d4fa76c3abcf47921da517d88e.jpg new file mode 100644 index 0000000..a90653a Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/72c4be59e52052d4fa76c3abcf47921da517d88e.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/73f4938130140174efb1cc0a82ececb277e40932.jpg b/frontent/ops_vue_js/public/static/tracks/73f4938130140174efb1cc0a82ececb277e40932.jpg new file mode 100644 index 0000000..59133a2 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/73f4938130140174efb1cc0a82ececb277e40932.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/748adbfec069804f4ce1c09f4bff86e0eb06f60e.jpg b/frontent/ops_vue_js/public/static/tracks/748adbfec069804f4ce1c09f4bff86e0eb06f60e.jpg new file mode 100644 index 0000000..2352001 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/748adbfec069804f4ce1c09f4bff86e0eb06f60e.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/77b2563eda24abe226bc08d59a0dec59a07815e6.jpg b/frontent/ops_vue_js/public/static/tracks/77b2563eda24abe226bc08d59a0dec59a07815e6.jpg new file mode 100644 index 0000000..692ce3e Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/77b2563eda24abe226bc08d59a0dec59a07815e6.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/77cb96a59f7a3bf4c6513781a1a48688f88330a3.jpg b/frontent/ops_vue_js/public/static/tracks/77cb96a59f7a3bf4c6513781a1a48688f88330a3.jpg new file mode 100644 index 0000000..79128f5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/77cb96a59f7a3bf4c6513781a1a48688f88330a3.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/79b2422b467ad20c07576e8f8f5f2f1692ac7142.jpg b/frontent/ops_vue_js/public/static/tracks/79b2422b467ad20c07576e8f8f5f2f1692ac7142.jpg new file mode 100644 index 0000000..f369e10 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/79b2422b467ad20c07576e8f8f5f2f1692ac7142.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/7f6114053b1ad190459770bc7a941c95ca608b39.jpg b/frontent/ops_vue_js/public/static/tracks/7f6114053b1ad190459770bc7a941c95ca608b39.jpg new file mode 100644 index 0000000..cc235d8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/7f6114053b1ad190459770bc7a941c95ca608b39.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/7fb6b008325b9536dbd02ed14d0c47de59f65935.jpg b/frontent/ops_vue_js/public/static/tracks/7fb6b008325b9536dbd02ed14d0c47de59f65935.jpg new file mode 100644 index 0000000..7054fef Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/7fb6b008325b9536dbd02ed14d0c47de59f65935.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/81a97f9d44d189a959d4838364ee3d2056c88341.jpg b/frontent/ops_vue_js/public/static/tracks/81a97f9d44d189a959d4838364ee3d2056c88341.jpg new file mode 100644 index 0000000..48b867e Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/81a97f9d44d189a959d4838364ee3d2056c88341.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/8581468e913349d55449686175d6ad55f2efda47.jpg b/frontent/ops_vue_js/public/static/tracks/8581468e913349d55449686175d6ad55f2efda47.jpg new file mode 100644 index 0000000..7a932a5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/8581468e913349d55449686175d6ad55f2efda47.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/859337f0eaa49b1ad6ed76719b7c1ae26d6412c8.jpg b/frontent/ops_vue_js/public/static/tracks/859337f0eaa49b1ad6ed76719b7c1ae26d6412c8.jpg new file mode 100644 index 0000000..a14bf8f Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/859337f0eaa49b1ad6ed76719b7c1ae26d6412c8.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/896b2434b87ea37ba7f99183db5c99c60bc252a1.jpg b/frontent/ops_vue_js/public/static/tracks/896b2434b87ea37ba7f99183db5c99c60bc252a1.jpg new file mode 100644 index 0000000..6c496ef Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/896b2434b87ea37ba7f99183db5c99c60bc252a1.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/8c48d9658ca7a04cebb1e568ffcca0c0c9fce576.jpg b/frontent/ops_vue_js/public/static/tracks/8c48d9658ca7a04cebb1e568ffcca0c0c9fce576.jpg new file mode 100644 index 0000000..ed8c0a5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/8c48d9658ca7a04cebb1e568ffcca0c0c9fce576.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/8ca79fea1c7bcd6e79eceb38d1f7b1a5c7b26d9f.jpg b/frontent/ops_vue_js/public/static/tracks/8ca79fea1c7bcd6e79eceb38d1f7b1a5c7b26d9f.jpg new file mode 100644 index 0000000..64675d8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/8ca79fea1c7bcd6e79eceb38d1f7b1a5c7b26d9f.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/8ebf0216fa9d294177e79cfef03628ed68043454.jpg b/frontent/ops_vue_js/public/static/tracks/8ebf0216fa9d294177e79cfef03628ed68043454.jpg new file mode 100644 index 0000000..6f666e7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/8ebf0216fa9d294177e79cfef03628ed68043454.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/91f76bae8e1b8369fa2f4287af94d065d92e21cc.jpg b/frontent/ops_vue_js/public/static/tracks/91f76bae8e1b8369fa2f4287af94d065d92e21cc.jpg new file mode 100644 index 0000000..d6a4317 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/91f76bae8e1b8369fa2f4287af94d065d92e21cc.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/93ad7f491db7df0cb517308e7bb847da41647618.jpg b/frontent/ops_vue_js/public/static/tracks/93ad7f491db7df0cb517308e7bb847da41647618.jpg new file mode 100644 index 0000000..7cccffd Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/93ad7f491db7df0cb517308e7bb847da41647618.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/9901c9a39491c4456119dde7e626965c5342a6ba.jpg b/frontent/ops_vue_js/public/static/tracks/9901c9a39491c4456119dde7e626965c5342a6ba.jpg new file mode 100644 index 0000000..d8fc1cd Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/9901c9a39491c4456119dde7e626965c5342a6ba.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/996e277d1049cef3442bc932c08d76e465436a18.jpg b/frontent/ops_vue_js/public/static/tracks/996e277d1049cef3442bc932c08d76e465436a18.jpg new file mode 100644 index 0000000..083a4a1 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/996e277d1049cef3442bc932c08d76e465436a18.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/9b092f765831793404d46b816d688135ff32735f.jpg b/frontent/ops_vue_js/public/static/tracks/9b092f765831793404d46b816d688135ff32735f.jpg new file mode 100644 index 0000000..3956972 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/9b092f765831793404d46b816d688135ff32735f.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/9d022729e6f9917b17800029b9308e8b563c7ab8.jpg b/frontent/ops_vue_js/public/static/tracks/9d022729e6f9917b17800029b9308e8b563c7ab8.jpg new file mode 100644 index 0000000..875745b Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/9d022729e6f9917b17800029b9308e8b563c7ab8.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/9d99ddd56d7cf8599b6c8764fe62577df649de93.jpg b/frontent/ops_vue_js/public/static/tracks/9d99ddd56d7cf8599b6c8764fe62577df649de93.jpg new file mode 100644 index 0000000..7f32a25 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/9d99ddd56d7cf8599b6c8764fe62577df649de93.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/9fa22d9c7a720db1e1addb60b86b6869851b4a76.jpg b/frontent/ops_vue_js/public/static/tracks/9fa22d9c7a720db1e1addb60b86b6869851b4a76.jpg new file mode 100644 index 0000000..19ecd2c Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/9fa22d9c7a720db1e1addb60b86b6869851b4a76.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/a4fb1d293bd8d3fd38352418c50fcf1369a7a87d.jpg b/frontent/ops_vue_js/public/static/tracks/a4fb1d293bd8d3fd38352418c50fcf1369a7a87d.jpg new file mode 100644 index 0000000..1c76477 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/a4fb1d293bd8d3fd38352418c50fcf1369a7a87d.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/a715f85cf0ba0cc2ed61e62d5441763871d83a5b.jpg b/frontent/ops_vue_js/public/static/tracks/a715f85cf0ba0cc2ed61e62d5441763871d83a5b.jpg new file mode 100644 index 0000000..78de2be Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/a715f85cf0ba0cc2ed61e62d5441763871d83a5b.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/a77d19d2ac9e19d59da67952fcf78c24d94f3848.jpg b/frontent/ops_vue_js/public/static/tracks/a77d19d2ac9e19d59da67952fcf78c24d94f3848.jpg new file mode 100644 index 0000000..7964175 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/a77d19d2ac9e19d59da67952fcf78c24d94f3848.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/a8a4ee30b73a0454bd4d4245e36d87447c7f318d.jpg b/frontent/ops_vue_js/public/static/tracks/a8a4ee30b73a0454bd4d4245e36d87447c7f318d.jpg new file mode 100644 index 0000000..0b400d0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/a8a4ee30b73a0454bd4d4245e36d87447c7f318d.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/aa5b5b3795416a0e275d41838d9737c8faedad6c.jpg b/frontent/ops_vue_js/public/static/tracks/aa5b5b3795416a0e275d41838d9737c8faedad6c.jpg new file mode 100644 index 0000000..243d07f Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/aa5b5b3795416a0e275d41838d9737c8faedad6c.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/aac97056fc02fe02c7e95f7ff77a07c6e82f7d6e.jpg b/frontent/ops_vue_js/public/static/tracks/aac97056fc02fe02c7e95f7ff77a07c6e82f7d6e.jpg new file mode 100644 index 0000000..586608d Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/aac97056fc02fe02c7e95f7ff77a07c6e82f7d6e.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/ab9e1e2e78d4f25e10364403dc13d7cffded6daf.jpg b/frontent/ops_vue_js/public/static/tracks/ab9e1e2e78d4f25e10364403dc13d7cffded6daf.jpg new file mode 100644 index 0000000..9b7493d Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/ab9e1e2e78d4f25e10364403dc13d7cffded6daf.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/ac7215afbceb58c8a7f3713eaf9d00ff3d959779.jpg b/frontent/ops_vue_js/public/static/tracks/ac7215afbceb58c8a7f3713eaf9d00ff3d959779.jpg new file mode 100644 index 0000000..14170c9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/ac7215afbceb58c8a7f3713eaf9d00ff3d959779.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/b089902e72614818a73c9dfc258633734761a6c1.jpg b/frontent/ops_vue_js/public/static/tracks/b089902e72614818a73c9dfc258633734761a6c1.jpg new file mode 100644 index 0000000..33488c8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/b089902e72614818a73c9dfc258633734761a6c1.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/b114db565bfbdfed73f15cf11963428da1f10e90.jpg b/frontent/ops_vue_js/public/static/tracks/b114db565bfbdfed73f15cf11963428da1f10e90.jpg new file mode 100644 index 0000000..a6d13e2 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/b114db565bfbdfed73f15cf11963428da1f10e90.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/b77ddc595b81c3c9081fa38df536e47ccd08d5ac.jpg b/frontent/ops_vue_js/public/static/tracks/b77ddc595b81c3c9081fa38df536e47ccd08d5ac.jpg new file mode 100644 index 0000000..02a487c Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/b77ddc595b81c3c9081fa38df536e47ccd08d5ac.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/b8e4106aa31f47d16803def16904b0a7bc5e1a5a.jpg b/frontent/ops_vue_js/public/static/tracks/b8e4106aa31f47d16803def16904b0a7bc5e1a5a.jpg new file mode 100644 index 0000000..361c529 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/b8e4106aa31f47d16803def16904b0a7bc5e1a5a.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/b93e4faa3b5300952e385b893e8d49037b7abc6e.jpg b/frontent/ops_vue_js/public/static/tracks/b93e4faa3b5300952e385b893e8d49037b7abc6e.jpg new file mode 100644 index 0000000..3c37a2e Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/b93e4faa3b5300952e385b893e8d49037b7abc6e.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/baa69b4e848c9ac4859aa7fd33ca592d384ebd94.jpg b/frontent/ops_vue_js/public/static/tracks/baa69b4e848c9ac4859aa7fd33ca592d384ebd94.jpg new file mode 100644 index 0000000..c87333a Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/baa69b4e848c9ac4859aa7fd33ca592d384ebd94.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c07289080dac8c111fddc6fddcf239c645daac9d.jpg b/frontent/ops_vue_js/public/static/tracks/c07289080dac8c111fddc6fddcf239c645daac9d.jpg new file mode 100644 index 0000000..2d125db Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c07289080dac8c111fddc6fddcf239c645daac9d.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c396ca27ce8cfe43c41bff9cce5aadbb481bb3a0.jpg b/frontent/ops_vue_js/public/static/tracks/c396ca27ce8cfe43c41bff9cce5aadbb481bb3a0.jpg new file mode 100644 index 0000000..113249c Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c396ca27ce8cfe43c41bff9cce5aadbb481bb3a0.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c3f13b4f7a674abda9aa36fd72fa341e918c0f26.jpg b/frontent/ops_vue_js/public/static/tracks/c3f13b4f7a674abda9aa36fd72fa341e918c0f26.jpg new file mode 100644 index 0000000..d61bb2d Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c3f13b4f7a674abda9aa36fd72fa341e918c0f26.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c6d8adf2461ca3e91156b645be472fbe1dcb0fc8.jpg b/frontent/ops_vue_js/public/static/tracks/c6d8adf2461ca3e91156b645be472fbe1dcb0fc8.jpg new file mode 100644 index 0000000..0140c47 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c6d8adf2461ca3e91156b645be472fbe1dcb0fc8.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c75a4b750f94fda9d1108c26d28ad47b69c46f09.jpg b/frontent/ops_vue_js/public/static/tracks/c75a4b750f94fda9d1108c26d28ad47b69c46f09.jpg new file mode 100644 index 0000000..63128f8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c75a4b750f94fda9d1108c26d28ad47b69c46f09.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c76f990296ba4b77c85b569ca311f5eefbcf75e5.jpg b/frontent/ops_vue_js/public/static/tracks/c76f990296ba4b77c85b569ca311f5eefbcf75e5.jpg new file mode 100644 index 0000000..31ab63b Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c76f990296ba4b77c85b569ca311f5eefbcf75e5.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c903b69c7c123786eb658afbbacbeb0a61fc108f.jpg b/frontent/ops_vue_js/public/static/tracks/c903b69c7c123786eb658afbbacbeb0a61fc108f.jpg new file mode 100644 index 0000000..791cacd Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c903b69c7c123786eb658afbbacbeb0a61fc108f.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c976bfc96d5e44820e553a16a6097cd02a61fd2f.jpg b/frontent/ops_vue_js/public/static/tracks/c976bfc96d5e44820e553a16a6097cd02a61fd2f.jpg new file mode 100644 index 0000000..8219914 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c976bfc96d5e44820e553a16a6097cd02a61fd2f.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/c9a8350feee77e9345eec4155cddc96694803d1a.jpg b/frontent/ops_vue_js/public/static/tracks/c9a8350feee77e9345eec4155cddc96694803d1a.jpg new file mode 100644 index 0000000..52509b7 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/c9a8350feee77e9345eec4155cddc96694803d1a.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/caf848886b4cd05003fb342f928b64ea09b305f3.jpg b/frontent/ops_vue_js/public/static/tracks/caf848886b4cd05003fb342f928b64ea09b305f3.jpg new file mode 100644 index 0000000..d508821 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/caf848886b4cd05003fb342f928b64ea09b305f3.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/cc955a4bee6a76a217de86ce72dc3c304186bc7d.jpg b/frontent/ops_vue_js/public/static/tracks/cc955a4bee6a76a217de86ce72dc3c304186bc7d.jpg new file mode 100644 index 0000000..8003bb2 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/cc955a4bee6a76a217de86ce72dc3c304186bc7d.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/cefff458b9d5cb4ce224de82dfddb390da9811ca.jpg b/frontent/ops_vue_js/public/static/tracks/cefff458b9d5cb4ce224de82dfddb390da9811ca.jpg new file mode 100644 index 0000000..8702dda Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/cefff458b9d5cb4ce224de82dfddb390da9811ca.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/cf0c8ff362a486a63527ac8c3fbec07b30854866.jpg b/frontent/ops_vue_js/public/static/tracks/cf0c8ff362a486a63527ac8c3fbec07b30854866.jpg new file mode 100644 index 0000000..15539d8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/cf0c8ff362a486a63527ac8c3fbec07b30854866.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/cfb2a532996512eff95c4b0d566d067384aaa441.jpg b/frontent/ops_vue_js/public/static/tracks/cfb2a532996512eff95c4b0d566d067384aaa441.jpg new file mode 100644 index 0000000..afcc24b Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/cfb2a532996512eff95c4b0d566d067384aaa441.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/d07f62044c007eb1b21ceac4c57a19b552797509.jpg b/frontent/ops_vue_js/public/static/tracks/d07f62044c007eb1b21ceac4c57a19b552797509.jpg new file mode 100644 index 0000000..1e976e2 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/d07f62044c007eb1b21ceac4c57a19b552797509.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/d0b9aed7b44169ef38398496c8eb0fed14da89d2.jpg b/frontent/ops_vue_js/public/static/tracks/d0b9aed7b44169ef38398496c8eb0fed14da89d2.jpg new file mode 100644 index 0000000..95986a5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/d0b9aed7b44169ef38398496c8eb0fed14da89d2.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/d3138273a495bdbc3e7f2b6a0b69213dceccfb66.jpg b/frontent/ops_vue_js/public/static/tracks/d3138273a495bdbc3e7f2b6a0b69213dceccfb66.jpg new file mode 100644 index 0000000..fc528ad Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/d3138273a495bdbc3e7f2b6a0b69213dceccfb66.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/d35863120ae67588110c66bfa534bb645cf99a16.jpg b/frontent/ops_vue_js/public/static/tracks/d35863120ae67588110c66bfa534bb645cf99a16.jpg new file mode 100644 index 0000000..116bf7d Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/d35863120ae67588110c66bfa534bb645cf99a16.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/d4e02c12a8ef14462f3b4f15df6398cdcfec9898.jpg b/frontent/ops_vue_js/public/static/tracks/d4e02c12a8ef14462f3b4f15df6398cdcfec9898.jpg new file mode 100644 index 0000000..2bd9790 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/d4e02c12a8ef14462f3b4f15df6398cdcfec9898.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/d5fd5256e0763c1e9f60b054e33e82ca08fdeca8.jpg b/frontent/ops_vue_js/public/static/tracks/d5fd5256e0763c1e9f60b054e33e82ca08fdeca8.jpg new file mode 100644 index 0000000..b794f34 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/d5fd5256e0763c1e9f60b054e33e82ca08fdeca8.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/d85ff971ec79f3cb6743540ed0f416e2d0a1c311.jpg b/frontent/ops_vue_js/public/static/tracks/d85ff971ec79f3cb6743540ed0f416e2d0a1c311.jpg new file mode 100644 index 0000000..6e492aa Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/d85ff971ec79f3cb6743540ed0f416e2d0a1c311.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/da194bbe320834f7cc18b51ab2a69ea0fcc93d3e.jpg b/frontent/ops_vue_js/public/static/tracks/da194bbe320834f7cc18b51ab2a69ea0fcc93d3e.jpg new file mode 100644 index 0000000..9e27c28 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/da194bbe320834f7cc18b51ab2a69ea0fcc93d3e.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/dd00b1d051d4997779bf48fa56e6ecb6583ac4cc.jpg b/frontent/ops_vue_js/public/static/tracks/dd00b1d051d4997779bf48fa56e6ecb6583ac4cc.jpg new file mode 100644 index 0000000..24ba674 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/dd00b1d051d4997779bf48fa56e6ecb6583ac4cc.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/eb33214151082431206ab6e1ad4bbf83f487d58e.jpg b/frontent/ops_vue_js/public/static/tracks/eb33214151082431206ab6e1ad4bbf83f487d58e.jpg new file mode 100644 index 0000000..eeabefb Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/eb33214151082431206ab6e1ad4bbf83f487d58e.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/ef96f4e6be04b4b8bde0861bd3d6b54f6c39408b.jpg b/frontent/ops_vue_js/public/static/tracks/ef96f4e6be04b4b8bde0861bd3d6b54f6c39408b.jpg new file mode 100644 index 0000000..37fe467 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/ef96f4e6be04b4b8bde0861bd3d6b54f6c39408b.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f046d0f22f8b8f888f173758da202b54b309c3cb.jpg b/frontent/ops_vue_js/public/static/tracks/f046d0f22f8b8f888f173758da202b54b309c3cb.jpg new file mode 100644 index 0000000..1879f28 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f046d0f22f8b8f888f173758da202b54b309c3cb.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f04bb6fba32e89475d9981007aff21e13745dec2.jpg b/frontent/ops_vue_js/public/static/tracks/f04bb6fba32e89475d9981007aff21e13745dec2.jpg new file mode 100644 index 0000000..f86a471 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f04bb6fba32e89475d9981007aff21e13745dec2.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f164a2ba24b716986dbbf2c40d34e5c84bddeec3.jpg b/frontent/ops_vue_js/public/static/tracks/f164a2ba24b716986dbbf2c40d34e5c84bddeec3.jpg new file mode 100644 index 0000000..8bad478 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f164a2ba24b716986dbbf2c40d34e5c84bddeec3.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f34590c6e7b48c89e9e7b0b26586a47e1f427f65.jpg b/frontent/ops_vue_js/public/static/tracks/f34590c6e7b48c89e9e7b0b26586a47e1f427f65.jpg new file mode 100644 index 0000000..73b63d0 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f34590c6e7b48c89e9e7b0b26586a47e1f427f65.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f4e96086f44c4dff1758b1fc1338cd88c1b5ce9c.jpg b/frontent/ops_vue_js/public/static/tracks/f4e96086f44c4dff1758b1fc1338cd88c1b5ce9c.jpg new file mode 100644 index 0000000..2281b36 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f4e96086f44c4dff1758b1fc1338cd88c1b5ce9c.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f54d58d3c8ff2fb935cfbd8461a7bf867ec88e8b.jpg b/frontent/ops_vue_js/public/static/tracks/f54d58d3c8ff2fb935cfbd8461a7bf867ec88e8b.jpg new file mode 100644 index 0000000..0790ab9 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f54d58d3c8ff2fb935cfbd8461a7bf867ec88e8b.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f59354f8d3f2841e44c1bd7aa0cd55a22843cfc7.jpg b/frontent/ops_vue_js/public/static/tracks/f59354f8d3f2841e44c1bd7aa0cd55a22843cfc7.jpg new file mode 100644 index 0000000..96c88fd Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f59354f8d3f2841e44c1bd7aa0cd55a22843cfc7.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/f891f1864651e04eb94edd64b8e707e150e2425f.jpg b/frontent/ops_vue_js/public/static/tracks/f891f1864651e04eb94edd64b8e707e150e2425f.jpg new file mode 100644 index 0000000..fcdaec8 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/f891f1864651e04eb94edd64b8e707e150e2425f.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/fa3c3fea65a9a175bcf1fcd36d3c71763b5dc451.jpg b/frontent/ops_vue_js/public/static/tracks/fa3c3fea65a9a175bcf1fcd36d3c71763b5dc451.jpg new file mode 100644 index 0000000..963f720 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/fa3c3fea65a9a175bcf1fcd36d3c71763b5dc451.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/fb4998c955d8eba049ffbfc7ab8523a4a4a1f7e9.jpg b/frontent/ops_vue_js/public/static/tracks/fb4998c955d8eba049ffbfc7ab8523a4a4a1f7e9.jpg new file mode 100644 index 0000000..3b9eeb5 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/fb4998c955d8eba049ffbfc7ab8523a4a4a1f7e9.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/fe4ee21d30450829e5b172e806b3c1e14ca1e5f3.jpg b/frontent/ops_vue_js/public/static/tracks/fe4ee21d30450829e5b172e806b3c1e14ca1e5f3.jpg new file mode 100644 index 0000000..b5de83e Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/fe4ee21d30450829e5b172e806b3c1e14ca1e5f3.jpg differ diff --git a/frontent/ops_vue_js/public/static/tracks/ff2381a011d29cefb3804436ed29f60b4faa63d6.jpg b/frontent/ops_vue_js/public/static/tracks/ff2381a011d29cefb3804436ed29f60b4faa63d6.jpg new file mode 100644 index 0000000..d6ec8b4 Binary files /dev/null and b/frontent/ops_vue_js/public/static/tracks/ff2381a011d29cefb3804436ed29f60b4faa63d6.jpg differ diff --git a/frontent/ops_vue_js/src/App.vue b/frontent/ops_vue_js/src/App.vue index e864195..f89baed 100644 --- a/frontent/ops_vue_js/src/App.vue +++ b/frontent/ops_vue_js/src/App.vue @@ -1,85 +1,20 @@ - - diff --git a/frontent/ops_vue_js/src/assets/base.css b/frontent/ops_vue_js/src/assets/base.css index 8816868..e69de29 100644 --- a/frontent/ops_vue_js/src/assets/base.css +++ b/frontent/ops_vue_js/src/assets/base.css @@ -1,86 +0,0 @@ -/* color palette from */ -:root { - --vt-c-white: #ffffff; - --vt-c-white-soft: #f8f8f8; - --vt-c-white-mute: #f2f2f2; - - --vt-c-black: #181818; - --vt-c-black-soft: #222222; - --vt-c-black-mute: #282828; - - --vt-c-indigo: #2c3e50; - - --vt-c-divider-light-1: rgba(60, 60, 60, 0.29); - --vt-c-divider-light-2: rgba(60, 60, 60, 0.12); - --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65); - --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48); - - --vt-c-text-light-1: var(--vt-c-indigo); - --vt-c-text-light-2: rgba(60, 60, 60, 0.66); - --vt-c-text-dark-1: var(--vt-c-white); - --vt-c-text-dark-2: rgba(235, 235, 235, 0.64); -} - -/* semantic color variables for this project */ -:root { - --color-background: var(--vt-c-white); - --color-background-soft: var(--vt-c-white-soft); - --color-background-mute: var(--vt-c-white-mute); - - --color-border: var(--vt-c-divider-light-2); - --color-border-hover: var(--vt-c-divider-light-1); - - --color-heading: var(--vt-c-text-light-1); - --color-text: var(--vt-c-text-light-1); - - --section-gap: 160px; -} - -@media (prefers-color-scheme: dark) { - :root { - --color-background: var(--vt-c-black); - --color-background-soft: var(--vt-c-black-soft); - --color-background-mute: var(--vt-c-black-mute); - - --color-border: var(--vt-c-divider-dark-2); - --color-border-hover: var(--vt-c-divider-dark-1); - - --color-heading: var(--vt-c-text-dark-1); - --color-text: var(--vt-c-text-dark-2); - } -} - -*, -*::before, -*::after { - box-sizing: border-box; - margin: 0; - font-weight: normal; -} - -body { - min-height: 100vh; - color: var(--color-text); - background: var(--color-background); - transition: - color 0.5s, - background-color 0.5s; - line-height: 1.6; - font-family: - Inter, - -apple-system, - BlinkMacSystemFont, - 'Segoe UI', - Roboto, - Oxygen, - Ubuntu, - Cantarell, - 'Fira Sans', - 'Droid Sans', - 'Helvetica Neue', - sans-serif; - font-size: 15px; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} diff --git a/frontent/ops_vue_js/src/assets/main.css b/frontent/ops_vue_js/src/assets/main.css index 36fb845..afe0398 100644 --- a/frontent/ops_vue_js/src/assets/main.css +++ b/frontent/ops_vue_js/src/assets/main.css @@ -1,35 +1,3 @@ -@import './base.css'; - -#app { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - font-weight: normal; -} - -a, -.green { - text-decoration: none; - color: hsla(160, 100%, 37%, 1); - transition: 0.4s; - padding: 3px; -} - -@media (hover: hover) { - a:hover { - background-color: hsla(160, 100%, 37%, 0.2); - } -} - -@media (min-width: 1024px) { - body { - display: flex; - place-items: center; - } - - #app { - display: grid; - grid-template-columns: 1fr 1fr; - padding: 0 2rem; - } +html, body, #app { + height: 100%; } diff --git a/frontent/ops_vue_js/src/components/FooterMain.vue b/frontent/ops_vue_js/src/components/FooterMain.vue new file mode 100644 index 0000000..c73d1fd --- /dev/null +++ b/frontent/ops_vue_js/src/components/FooterMain.vue @@ -0,0 +1,70 @@ + + diff --git a/frontent/ops_vue_js/src/components/HeardMain.vue b/frontent/ops_vue_js/src/components/HeardMain.vue new file mode 100644 index 0000000..ce998f0 --- /dev/null +++ b/frontent/ops_vue_js/src/components/HeardMain.vue @@ -0,0 +1,237 @@ + + + + + diff --git a/frontent/ops_vue_js/src/components/HelloWorld.vue b/frontent/ops_vue_js/src/components/HelloWorld.vue index eff59f1..5b1c8cf 100644 --- a/frontent/ops_vue_js/src/components/HelloWorld.vue +++ b/frontent/ops_vue_js/src/components/HelloWorld.vue @@ -1,44 +1,11 @@ - diff --git a/frontent/ops_vue_js/src/components/MyOffcanvas.vue b/frontent/ops_vue_js/src/components/MyOffcanvas.vue new file mode 100644 index 0000000..a8212ae --- /dev/null +++ b/frontent/ops_vue_js/src/components/MyOffcanvas.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/frontent/ops_vue_js/src/i18n/en.json b/frontent/ops_vue_js/src/i18n/en.json new file mode 100644 index 0000000..8e56a52 --- /dev/null +++ b/frontent/ops_vue_js/src/i18n/en.json @@ -0,0 +1,48 @@ +{ + "appname": { + "home": "Home", + "login": "Login", + "forgot_password":"Forgot Password", + "register":"Register" + }, + "message": { + "hello": "Hello", + "welcome": "Welcome", + "dark_mode":"Enable dark mode", + "light_mode":"Enable light mode", + "login_or_register":"Login/Register", + "login_to_your_account":"Login to your account", + "your_email_address":"Your email address", + "email_address":"Email address", + "user_name":"User name", + "your_user_name":"Your user name", + "password":"Password", + "your_password":"Your password", + "i_forgot_password":"I forgot my password", + "remember_me_on_this_device":"Remember me on this device", + "dont_have_account_yet":"Don't have an account yet?", + "register_now":"Register now", + "show_password":"Show password", + "hidden_Password":"Hidden Password", + "please_enter_username_and_password":"Please enter username and password", + "forgot_password":"Forgot Password", + "enter_your_email_to_reset_password":"Enter your email address and your password will be reset and emailed to you.", + "back_to_login":"Back to login", + "please_enter_your_email":"Please enter your email", + "this_not_email":"This is not an email address.", + "create_new_account":"Create new account", + "already_have_an_account":"Already have an account?" + }, + "button": { + "submit": "Submit", + "cancel": "Cancel", + "sign_in":"Sign In", + "send_me_new_password":"Send me new password" + }, + "footer":{ + "doc":"Documentation", + "license":"License", + "source_code":"Source Code", + "copy":"Copyright © 2025 Operations. All rights reserved." + } +} diff --git a/frontent/ops_vue_js/src/i18n/zh-CN.json b/frontent/ops_vue_js/src/i18n/zh-CN.json new file mode 100644 index 0000000..d87b0f2 --- /dev/null +++ b/frontent/ops_vue_js/src/i18n/zh-CN.json @@ -0,0 +1,48 @@ +{ + "appname": { + "home": "主页", + "login": "登录", + "forgot_password": "忘记密码", + "register": "注册" + }, + "message": { + "hello": "你好", + "welcome": "欢迎", + "dark_mode": "深色模式", + "light_mode": "亮色模式", + "login_or_register": "登录/注册", + "login_to_your_account": "登录到您的账户", + "your_email_address": "您的邮箱地址", + "email_address": "邮箱地址", + "user_name": "用户名", + "your_user_name": "您的用户名", + "password": "密码", + "your_password": "您的密码", + "i_forgot_password": "我忘记了密码", + "remember_me_on_this_device": "记住我在这台设备上", + "dont_have_account_yet": "还没有账户?", + "register_now": "立即注册", + "show_password": "显示密码", + "hidden_Password": "隐藏密码", + "please_enter_username_and_password": "请输入用户名和密码", + "forgot_password": "忘记密码", + "enter_your_email_to_reset_password": "输入您的邮箱地址,您的密码将被重置并通过邮件发送给您。", + "back_to_login": "返回登录", + "please_enter_your_email": "请输入您的邮箱", + "this_not_email": "这不是一个有效的邮箱地址。", + "create_new_account":"创建新账户", + "already_have_an_account":"已经有账户了?" + }, + "button": { + "submit": "提交", + "cancel": "取消", + "sign_in": "登录", + "send_me_new_password": "发送新密码" + }, + "footer": { + "doc": "文档", + "license": "协议", + "source_code": "源码", + "copy": "版权 © 2025 Operations. 保留所有权利。" + } +} diff --git a/frontent/ops_vue_js/src/main.js b/frontent/ops_vue_js/src/main.js index 5a5dbdb..4ebbf11 100644 --- a/frontent/ops_vue_js/src/main.js +++ b/frontent/ops_vue_js/src/main.js @@ -1,11 +1,29 @@ import './assets/main.css' import { createApp } from 'vue' +import { createI18n } from 'vue-i18n' import App from './App.vue' import router from './router' +import '@tabler/core/dist/css/tabler.min.css' +import '@tabler/core/dist/css/tabler-vendors.min.css' +import '@tabler/core/dist/js/tabler.min.js' + +import en from './i18n/en.json' +import zhCN from './i18n/zh-CN.json' + +const i18n = createI18n({ + legacy: false, // 使用 Composition API 模式 + locale: 'en', + fallbackLocale: 'en', + messages: { + en, + 'zh-CN': zhCN + } +}) + const app = createApp(App) app.use(router) - +app.use(i18n) app.mount('#app') diff --git a/frontent/ops_vue_js/src/myfunc.js b/frontent/ops_vue_js/src/myfunc.js new file mode 100644 index 0000000..191cbe9 --- /dev/null +++ b/frontent/ops_vue_js/src/myfunc.js @@ -0,0 +1,57 @@ + +export const myfuncs = { + + themeStorageKey:"tablerTheme", + defaultTheme:"light", + + test(){ + console.log("myfuncs test ok"); + }, + + save(key,data){ + localStorage.setItem(key, data) + }, + load(key){ + return localStorage.getItem(key) + }, + dele(key){ + localStorage.removeItem(key) + }, + + save_json(key,data){ + this.save(key,JSON.stringify(data)) + }, + + load_json(key){ + const js_data=this.load(key) + if(js_data){ + return JSON.parse(js_data) + }else{ + return null + } + + }, + + getThemefromStorge() { + const storedTheme = this.load(this.themeStorageKey); + return storedTheme ? storedTheme : this.defaultTheme; + }, + + setTheme(selectedTheme,save) { + if(save){ + this.save(this.themeStorageKey, selectedTheme); // 保存到本地存储 + } + if (selectedTheme === 'dark') { + document.body.setAttribute("data-bs-theme", selectedTheme); // 暗色模式 + } else { + document.body.removeAttribute("data-bs-theme"); // 亮色模式(移除属性) + } + }, + + isValidEmail(email) { + // 定义邮箱的正则表达式 + const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; + // 使用正则表达式测试邮箱 + return emailRegex.test(email); + } +} diff --git a/frontent/ops_vue_js/src/router/index.js b/frontent/ops_vue_js/src/router/index.js index 3e49915..adc0bef 100644 --- a/frontent/ops_vue_js/src/router/index.js +++ b/frontent/ops_vue_js/src/router/index.js @@ -1,23 +1,38 @@ -import { createRouter, createWebHistory } from 'vue-router' -import HomeView from '../views/HomeView.vue' +import { createRouter, createWebHistory } from "vue-router"; +import HomeView from "../views/HomeView.vue"; const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ { - path: '/', - name: 'home', + path: "/", + name: "home", component: HomeView, }, { - path: '/about', - name: 'about', + path: "/about", + name: "about", // route level code-splitting // this generates a separate chunk (About.[hash].js) for this route // which is lazy-loaded when the route is visited. - component: () => import('../views/AboutView.vue'), + component: () => import("../views/AboutView.vue"), + }, + { + path: "/login", + name: "login", + component: () => import("../views/loginView.vue"), + }, + { + path: "/forgot_password", + name: "forgot password", + component: () => import("../views/forgotPassword.vue"), + }, + { + path: "/register", + name: "Register", + component: () => import("../views/registerView.vue"), }, ], -}) +}); -export default router +export default router; diff --git a/frontent/ops_vue_js/src/views/HomeView.vue b/frontent/ops_vue_js/src/views/HomeView.vue index 6bb706f..46ccd4d 100644 --- a/frontent/ops_vue_js/src/views/HomeView.vue +++ b/frontent/ops_vue_js/src/views/HomeView.vue @@ -1,9 +1,9 @@ diff --git a/frontent/ops_vue_js/src/views/forgotPassword.vue b/frontent/ops_vue_js/src/views/forgotPassword.vue new file mode 100644 index 0000000..e6f8784 --- /dev/null +++ b/frontent/ops_vue_js/src/views/forgotPassword.vue @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/frontent/ops_vue_js/src/views/loginView.vue b/frontent/ops_vue_js/src/views/loginView.vue new file mode 100644 index 0000000..d0f5dce --- /dev/null +++ b/frontent/ops_vue_js/src/views/loginView.vue @@ -0,0 +1,195 @@ + + + diff --git a/frontent/ops_vue_js/src/views/registerView.vue b/frontent/ops_vue_js/src/views/registerView.vue new file mode 100644 index 0000000..e6f8784 --- /dev/null +++ b/frontent/ops_vue_js/src/views/registerView.vue @@ -0,0 +1,4 @@ + \ No newline at end of file