commit c21aee312008239638a3a15a885f0adab804801e Author: tuanOts Date: Sat May 24 00:29:12 2025 +0700 Initial commit of Dreams POS React template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..262814a --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js +/build.zip +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f25e0b --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Dreams POS React Template + +A modern Point of Sale (POS) system built with React.js. + +## Features + +- Modern and responsive UI +- Complete POS functionality +- Inventory management +- Sales and purchase tracking +- User management +- Reports and analytics +- Mobile-friendly design + +## Installation + +1. Clone the repository +```bash +git clone https://github.com/anhtuanbtx1/dreamspos-react.git +``` + +2. Install dependencies +```bash +npm install +``` + +3. Start the development server +```bash +npm start +``` + +## Technologies Used + +- React.js +- React Router +- Redux +- Bootstrap +- SCSS +- Axios + +## License + +This project is licensed under the MIT License. diff --git a/package.json b/package.json new file mode 100644 index 0000000..9b34f72 --- /dev/null +++ b/package.json @@ -0,0 +1,105 @@ +{ + "name": "my-app", + "version": "0.1.0", + "homepage": "/react/template/", + "private": true, + "dependencies": { + "@ckeditor/ckeditor5-build-classic": "^41.2.0", + "@ckeditor/ckeditor5-react": "^6.2.0", + "@fortawesome/fontawesome-svg-core": "^6.5.1", + "@fortawesome/free-solid-svg-icons": "^6.5.1", + "@fortawesome/react-fontawesome": "^0.2.0", + "@fullcalendar/daygrid": "^6.1.11", + "@fullcalendar/interaction": "^6.1.11", + "@fullcalendar/react": "^6.1.11", + "@fullcalendar/timegrid": "^6.1.11", + "@react-latest-ui/react-sticky-notes": "^0.2.6", + "@reduxjs/toolkit": "^2.2.1", + "@types/react-slick": "^0.23.13", + "antd": "^5.15.2", + "apexcharts": "^3.47.0", + "bootstrap": "^5.3.3", + "boxicons": "^2.1.4", + "chart.js": "^4.4.2", + "chartjs": "^0.3.24", + "clipboard-copy": "^4.0.1", + "datatables.net": "^1.13.11", + "dayjs": "^1.11.10", + "dragula": "^3.7.3", + "feather-icons-react": "^0.6.2", + "fslightbox-react": "^1.7.6", + "lightbox.js-react": "^0.9.9", + "moment": "^2.30.1", + "owl.carousel": "^2.3.4", + "primereact": "^10.5.1", + "prop-types": "^15.8.1", + "react": "^18.2.0", + "react-apexcharts": "^1.4.1", + "react-awesome-slider": "^4.1.0", + "react-awesome-stars-rating": "^0.16.2", + "react-bootstrap": "^2.10.1", + "react-bootstrap-daterangepicker": "^8.0.0", + "react-chartjs-2": "^5.2.0", + "react-country-flag": "^3.1.0", + "react-countup": "^6.5.0", + "react-custom-scrollbars-2": "^4.5.0", + "react-date-range": "^2.0.0-alpha.4", + "react-datepicker": "^4.25.0", + "react-datetime-picker": "^5.6.0", + "react-dnd": "^16.0.1", + "react-dnd-html5-backend": "^16.0.1", + "react-dom": "^18.2.0", + "react-draggable": "^4.4.6", + "react-dropzone": "^14.2.3", + "react-feather": "^2.0.10", + "react-helmet": "^6.1.0", + "react-icons": "^5.0.1", + "react-input-mask": "^2.0.4", + "react-jvectormap": "^0.0.16", + "react-loading": "^2.0.3", + "react-owl-carousel": "^2.3.3", + "react-redux": "^9.1.0", + "react-router-dom": "^6.22.3", + "react-scripts": "^5.0.1", + "react-select": "^5.8.0", + "react-simple-wysiwyg": "^3.0.2", + "react-slick": "^0.29.0", + "react-svg-worldmap": "^2.0.0-alpha.16", + "react-sweetalert2": "^0.6.0", + "react-tag-input-component": "^2.0.2", + "react-timepicker": "^2.0.2", + "sass": "^1.72.0", + "slick-carousel": "^1.8.1", + "sweetalert2": "^11.10.6", + "sweetalert2-react-content": "^5.0.7", + "weather-icons-react": "^1.2.0", + "yet-another-react-lightbox": "^3.17.1" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject", + "lint": "eslint .", + "lint:fix": "eslint --fix ." + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + }, + "overrides": { + "semver": "~7.5.2" + }, + "devDependencies": { + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", + "eslint": "^8.57.0" + } +} diff --git a/public/assets/img/authentication/authentication-bg.png b/public/assets/img/authentication/authentication-bg.png new file mode 100644 index 0000000..7b3b1a6 Binary files /dev/null and b/public/assets/img/authentication/authentication-bg.png differ diff --git a/public/assets/img/authentication/email-verification-img.jpg b/public/assets/img/authentication/email-verification-img.jpg new file mode 100644 index 0000000..e39c7d2 Binary files /dev/null and b/public/assets/img/authentication/email-verification-img.jpg differ diff --git a/public/assets/img/authentication/email02.png b/public/assets/img/authentication/email02.png new file mode 100644 index 0000000..f413e2e Binary files /dev/null and b/public/assets/img/authentication/email02.png differ diff --git a/public/assets/img/authentication/error-404.png b/public/assets/img/authentication/error-404.png new file mode 100644 index 0000000..b8d74d8 Binary files /dev/null and b/public/assets/img/authentication/error-404.png differ diff --git a/public/assets/img/authentication/error-500.png b/public/assets/img/authentication/error-500.png new file mode 100644 index 0000000..a8d231b Binary files /dev/null and b/public/assets/img/authentication/error-500.png differ diff --git a/public/assets/img/authentication/forget-img.png b/public/assets/img/authentication/forget-img.png new file mode 100644 index 0000000..23c435f Binary files /dev/null and b/public/assets/img/authentication/forget-img.png differ diff --git a/public/assets/img/authentication/forgot-02.png b/public/assets/img/authentication/forgot-02.png new file mode 100644 index 0000000..675380b Binary files /dev/null and b/public/assets/img/authentication/forgot-02.png differ diff --git a/public/assets/img/authentication/forgot-password-img.jpg b/public/assets/img/authentication/forgot-password-img.jpg new file mode 100644 index 0000000..e39c7d2 Binary files /dev/null and b/public/assets/img/authentication/forgot-password-img.jpg differ diff --git a/public/assets/img/authentication/login-bg.png b/public/assets/img/authentication/login-bg.png new file mode 100644 index 0000000..7aa627a Binary files /dev/null and b/public/assets/img/authentication/login-bg.png differ diff --git a/public/assets/img/authentication/login-img.jpg b/public/assets/img/authentication/login-img.jpg new file mode 100644 index 0000000..e39c7d2 Binary files /dev/null and b/public/assets/img/authentication/login-img.jpg differ diff --git a/public/assets/img/authentication/login.jpg b/public/assets/img/authentication/login.jpg new file mode 100644 index 0000000..959e2bd Binary files /dev/null and b/public/assets/img/authentication/login.jpg differ diff --git a/public/assets/img/authentication/login02.png b/public/assets/img/authentication/login02.png new file mode 100644 index 0000000..763a283 Binary files /dev/null and b/public/assets/img/authentication/login02.png differ diff --git a/public/assets/img/authentication/register-img.jpg b/public/assets/img/authentication/register-img.jpg new file mode 100644 index 0000000..e39c7d2 Binary files /dev/null and b/public/assets/img/authentication/register-img.jpg differ diff --git a/public/assets/img/authentication/register02.png b/public/assets/img/authentication/register02.png new file mode 100644 index 0000000..8fed6f2 Binary files /dev/null and b/public/assets/img/authentication/register02.png differ diff --git a/public/assets/img/authentication/reset-password-img.jpg b/public/assets/img/authentication/reset-password-img.jpg new file mode 100644 index 0000000..e39c7d2 Binary files /dev/null and b/public/assets/img/authentication/reset-password-img.jpg differ diff --git a/public/assets/img/authentication/reset02.png b/public/assets/img/authentication/reset02.png new file mode 100644 index 0000000..14a9368 Binary files /dev/null and b/public/assets/img/authentication/reset02.png differ diff --git a/public/assets/img/authentication/step-two.png b/public/assets/img/authentication/step-two.png new file mode 100644 index 0000000..5b1237e Binary files /dev/null and b/public/assets/img/authentication/step-two.png differ diff --git a/public/assets/img/authentication/under-maintenance.png b/public/assets/img/authentication/under-maintenance.png new file mode 100644 index 0000000..2098bea Binary files /dev/null and b/public/assets/img/authentication/under-maintenance.png differ diff --git a/public/assets/img/authentication/verify-img.png b/public/assets/img/authentication/verify-img.png new file mode 100644 index 0000000..f44fa20 Binary files /dev/null and b/public/assets/img/authentication/verify-img.png differ diff --git a/public/assets/img/avatar/avatar-1.jpg b/public/assets/img/avatar/avatar-1.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-1.jpg differ diff --git a/public/assets/img/avatar/avatar-10.jpg b/public/assets/img/avatar/avatar-10.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-10.jpg differ diff --git a/public/assets/img/avatar/avatar-11.jpg b/public/assets/img/avatar/avatar-11.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-11.jpg differ diff --git a/public/assets/img/avatar/avatar-12.jpg b/public/assets/img/avatar/avatar-12.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-12.jpg differ diff --git a/public/assets/img/avatar/avatar-13.jpg b/public/assets/img/avatar/avatar-13.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-13.jpg differ diff --git a/public/assets/img/avatar/avatar-14.jpg b/public/assets/img/avatar/avatar-14.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-14.jpg differ diff --git a/public/assets/img/avatar/avatar-14.png b/public/assets/img/avatar/avatar-14.png new file mode 100644 index 0000000..57a61b5 Binary files /dev/null and b/public/assets/img/avatar/avatar-14.png differ diff --git a/public/assets/img/avatar/avatar-15.jpg b/public/assets/img/avatar/avatar-15.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-15.jpg differ diff --git a/public/assets/img/avatar/avatar-15.png b/public/assets/img/avatar/avatar-15.png new file mode 100644 index 0000000..125c5f7 Binary files /dev/null and b/public/assets/img/avatar/avatar-15.png differ diff --git a/public/assets/img/avatar/avatar-16.jpg b/public/assets/img/avatar/avatar-16.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-16.jpg differ diff --git a/public/assets/img/avatar/avatar-16.png b/public/assets/img/avatar/avatar-16.png new file mode 100644 index 0000000..fda8d47 Binary files /dev/null and b/public/assets/img/avatar/avatar-16.png differ diff --git a/public/assets/img/avatar/avatar-17.jpg b/public/assets/img/avatar/avatar-17.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-17.jpg differ diff --git a/public/assets/img/avatar/avatar-18.jpg b/public/assets/img/avatar/avatar-18.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-18.jpg differ diff --git a/public/assets/img/avatar/avatar-2.jpg b/public/assets/img/avatar/avatar-2.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-2.jpg differ diff --git a/public/assets/img/avatar/avatar-3.jpg b/public/assets/img/avatar/avatar-3.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-3.jpg differ diff --git a/public/assets/img/avatar/avatar-4.jpg b/public/assets/img/avatar/avatar-4.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-4.jpg differ diff --git a/public/assets/img/avatar/avatar-5.jpg b/public/assets/img/avatar/avatar-5.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-5.jpg differ diff --git a/public/assets/img/avatar/avatar-6.jpg b/public/assets/img/avatar/avatar-6.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-6.jpg differ diff --git a/public/assets/img/avatar/avatar-7.jpg b/public/assets/img/avatar/avatar-7.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-7.jpg differ diff --git a/public/assets/img/avatar/avatar-8.jpg b/public/assets/img/avatar/avatar-8.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-8.jpg differ diff --git a/public/assets/img/avatar/avatar-9.jpg b/public/assets/img/avatar/avatar-9.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/avatar/avatar-9.jpg differ diff --git a/public/assets/img/barcode/barcode-01.png b/public/assets/img/barcode/barcode-01.png new file mode 100644 index 0000000..a4b5ad0 Binary files /dev/null and b/public/assets/img/barcode/barcode-01.png differ diff --git a/public/assets/img/barcode/barcode-02.png b/public/assets/img/barcode/barcode-02.png new file mode 100644 index 0000000..e6df36b Binary files /dev/null and b/public/assets/img/barcode/barcode-02.png differ diff --git a/public/assets/img/barcode/barcode-03.jpg b/public/assets/img/barcode/barcode-03.jpg new file mode 100644 index 0000000..1d76121 Binary files /dev/null and b/public/assets/img/barcode/barcode-03.jpg differ diff --git a/public/assets/img/barcode/barcode1.png b/public/assets/img/barcode/barcode1.png new file mode 100644 index 0000000..8a38b50 Binary files /dev/null and b/public/assets/img/barcode/barcode1.png differ diff --git a/public/assets/img/barcode/qr-code.png b/public/assets/img/barcode/qr-code.png new file mode 100644 index 0000000..d28d5d8 Binary files /dev/null and b/public/assets/img/barcode/qr-code.png differ diff --git a/public/assets/img/barcode1.png b/public/assets/img/barcode1.png new file mode 100644 index 0000000..8a38b50 Binary files /dev/null and b/public/assets/img/barcode1.png differ diff --git a/public/assets/img/brand/adidas.jpg b/public/assets/img/brand/adidas.jpg new file mode 100644 index 0000000..f7adbed Binary files /dev/null and b/public/assets/img/brand/adidas.jpg differ diff --git a/public/assets/img/brand/adidas.png b/public/assets/img/brand/adidas.png new file mode 100644 index 0000000..6618472 Binary files /dev/null and b/public/assets/img/brand/adidas.png differ diff --git a/public/assets/img/brand/brand-icon-01.png b/public/assets/img/brand/brand-icon-01.png new file mode 100644 index 0000000..e052b2e Binary files /dev/null and b/public/assets/img/brand/brand-icon-01.png differ diff --git a/public/assets/img/brand/brand-icon-02.png b/public/assets/img/brand/brand-icon-02.png new file mode 100644 index 0000000..aec9346 Binary files /dev/null and b/public/assets/img/brand/brand-icon-02.png differ diff --git a/public/assets/img/brand/brand-icon-03.png b/public/assets/img/brand/brand-icon-03.png new file mode 100644 index 0000000..caa1108 Binary files /dev/null and b/public/assets/img/brand/brand-icon-03.png differ diff --git a/public/assets/img/brand/brand-icon-04.png b/public/assets/img/brand/brand-icon-04.png new file mode 100644 index 0000000..c75231e Binary files /dev/null and b/public/assets/img/brand/brand-icon-04.png differ diff --git a/public/assets/img/brand/brand-icon-05.png b/public/assets/img/brand/brand-icon-05.png new file mode 100644 index 0000000..d014a03 Binary files /dev/null and b/public/assets/img/brand/brand-icon-05.png differ diff --git a/public/assets/img/brand/brand-icon-06.png b/public/assets/img/brand/brand-icon-06.png new file mode 100644 index 0000000..2075fdb Binary files /dev/null and b/public/assets/img/brand/brand-icon-06.png differ diff --git a/public/assets/img/brand/brand-icon-07.png b/public/assets/img/brand/brand-icon-07.png new file mode 100644 index 0000000..7dbb422 Binary files /dev/null and b/public/assets/img/brand/brand-icon-07.png differ diff --git a/public/assets/img/brand/brand-icon-08.png b/public/assets/img/brand/brand-icon-08.png new file mode 100644 index 0000000..97fc427 Binary files /dev/null and b/public/assets/img/brand/brand-icon-08.png differ diff --git a/public/assets/img/brand/brand-icon-09.png b/public/assets/img/brand/brand-icon-09.png new file mode 100644 index 0000000..7ae90d1 Binary files /dev/null and b/public/assets/img/brand/brand-icon-09.png differ diff --git a/public/assets/img/brand/brand-icon-10.png b/public/assets/img/brand/brand-icon-10.png new file mode 100644 index 0000000..6ad5f5a Binary files /dev/null and b/public/assets/img/brand/brand-icon-10.png differ diff --git a/public/assets/img/brand/colgate.png b/public/assets/img/brand/colgate.png new file mode 100644 index 0000000..6618472 Binary files /dev/null and b/public/assets/img/brand/colgate.png differ diff --git a/public/assets/img/brand/samsung.png b/public/assets/img/brand/samsung.png new file mode 100644 index 0000000..6618472 Binary files /dev/null and b/public/assets/img/brand/samsung.png differ diff --git a/public/assets/img/categories/category-01.png b/public/assets/img/categories/category-01.png new file mode 100644 index 0000000..3971dbf Binary files /dev/null and b/public/assets/img/categories/category-01.png differ diff --git a/public/assets/img/categories/category-02.png b/public/assets/img/categories/category-02.png new file mode 100644 index 0000000..4bc7592 Binary files /dev/null and b/public/assets/img/categories/category-02.png differ diff --git a/public/assets/img/categories/category-03.png b/public/assets/img/categories/category-03.png new file mode 100644 index 0000000..c30346c Binary files /dev/null and b/public/assets/img/categories/category-03.png differ diff --git a/public/assets/img/categories/category-04.png b/public/assets/img/categories/category-04.png new file mode 100644 index 0000000..8139f0b Binary files /dev/null and b/public/assets/img/categories/category-04.png differ diff --git a/public/assets/img/categories/category-05.png b/public/assets/img/categories/category-05.png new file mode 100644 index 0000000..183267d Binary files /dev/null and b/public/assets/img/categories/category-05.png differ diff --git a/public/assets/img/categories/category-06.png b/public/assets/img/categories/category-06.png new file mode 100644 index 0000000..0e5169a Binary files /dev/null and b/public/assets/img/categories/category-06.png differ diff --git a/public/assets/img/coming-soon.png b/public/assets/img/coming-soon.png new file mode 100644 index 0000000..66de02c Binary files /dev/null and b/public/assets/img/coming-soon.png differ diff --git a/public/assets/img/customer/customer1.jpg b/public/assets/img/customer/customer1.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer1.jpg differ diff --git a/public/assets/img/customer/customer10.jpg b/public/assets/img/customer/customer10.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer10.jpg differ diff --git a/public/assets/img/customer/customer2.jpg b/public/assets/img/customer/customer2.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer2.jpg differ diff --git a/public/assets/img/customer/customer3.jpg b/public/assets/img/customer/customer3.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer3.jpg differ diff --git a/public/assets/img/customer/customer4.jpg b/public/assets/img/customer/customer4.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer4.jpg differ diff --git a/public/assets/img/customer/customer5.jpg b/public/assets/img/customer/customer5.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer5.jpg differ diff --git a/public/assets/img/customer/customer6.jpg b/public/assets/img/customer/customer6.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer6.jpg differ diff --git a/public/assets/img/customer/customer7.jpg b/public/assets/img/customer/customer7.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer7.jpg differ diff --git a/public/assets/img/customer/customer8.jpg b/public/assets/img/customer/customer8.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer8.jpg differ diff --git a/public/assets/img/customer/customer9.jpg b/public/assets/img/customer/customer9.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/customer9.jpg differ diff --git a/public/assets/img/customer/no-imagecustomer.png b/public/assets/img/customer/no-imagecustomer.png new file mode 100644 index 0000000..6f11eaa Binary files /dev/null and b/public/assets/img/customer/no-imagecustomer.png differ diff --git a/public/assets/img/customer/people-customer-07.jpg b/public/assets/img/customer/people-customer-07.jpg new file mode 100644 index 0000000..fb6bc2b Binary files /dev/null and b/public/assets/img/customer/people-customer-07.jpg differ diff --git a/public/assets/img/customer/profile.jpg b/public/assets/img/customer/profile.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/profile.jpg differ diff --git a/public/assets/img/customer/profile2.jpg b/public/assets/img/customer/profile2.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/profile2.jpg differ diff --git a/public/assets/img/customer/profile3.jpg b/public/assets/img/customer/profile3.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/profile3.jpg differ diff --git a/public/assets/img/customer/profile4.jpg b/public/assets/img/customer/profile4.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/profile4.jpg differ diff --git a/public/assets/img/customer/profile5.jpg b/public/assets/img/customer/profile5.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/customer/profile5.jpg differ diff --git a/public/assets/img/download-img.png b/public/assets/img/download-img.png new file mode 100644 index 0000000..30d2f36 Binary files /dev/null and b/public/assets/img/download-img.png differ diff --git a/public/assets/img/favicon.png b/public/assets/img/favicon.png new file mode 100644 index 0000000..2920010 Binary files /dev/null and b/public/assets/img/favicon.png differ diff --git a/public/assets/img/file-manager/folder-lg.png b/public/assets/img/file-manager/folder-lg.png new file mode 100644 index 0000000..30f412d Binary files /dev/null and b/public/assets/img/file-manager/folder-lg.png differ diff --git a/public/assets/img/file-manager/video1-.jpg b/public/assets/img/file-manager/video1-.jpg new file mode 100644 index 0000000..bc12648 Binary files /dev/null and b/public/assets/img/file-manager/video1-.jpg differ diff --git a/public/assets/img/file-manager/video1.jpg b/public/assets/img/file-manager/video1.jpg new file mode 100644 index 0000000..bc12648 Binary files /dev/null and b/public/assets/img/file-manager/video1.jpg differ diff --git a/public/assets/img/file-manager/video2.jpg b/public/assets/img/file-manager/video2.jpg new file mode 100644 index 0000000..b5ce44c Binary files /dev/null and b/public/assets/img/file-manager/video2.jpg differ diff --git a/public/assets/img/file-manager/video3.jpg b/public/assets/img/file-manager/video3.jpg new file mode 100644 index 0000000..4e84ea9 Binary files /dev/null and b/public/assets/img/file-manager/video3.jpg differ diff --git a/public/assets/img/flags/ad.png b/public/assets/img/flags/ad.png new file mode 100644 index 0000000..5372a69 Binary files /dev/null and b/public/assets/img/flags/ad.png differ diff --git a/public/assets/img/flags/ae.png b/public/assets/img/flags/ae.png new file mode 100644 index 0000000..c90f930 Binary files /dev/null and b/public/assets/img/flags/ae.png differ diff --git a/public/assets/img/flags/af.png b/public/assets/img/flags/af.png new file mode 100644 index 0000000..cf60be9 Binary files /dev/null and b/public/assets/img/flags/af.png differ diff --git a/public/assets/img/flags/ag.png b/public/assets/img/flags/ag.png new file mode 100644 index 0000000..eaaf890 Binary files /dev/null and b/public/assets/img/flags/ag.png differ diff --git a/public/assets/img/flags/ai.png b/public/assets/img/flags/ai.png new file mode 100644 index 0000000..0fbf33a Binary files /dev/null and b/public/assets/img/flags/ai.png differ diff --git a/public/assets/img/flags/al.png b/public/assets/img/flags/al.png new file mode 100644 index 0000000..40a8469 Binary files /dev/null and b/public/assets/img/flags/al.png differ diff --git a/public/assets/img/flags/am.png b/public/assets/img/flags/am.png new file mode 100644 index 0000000..d20e2d0 Binary files /dev/null and b/public/assets/img/flags/am.png differ diff --git a/public/assets/img/flags/ao.png b/public/assets/img/flags/ao.png new file mode 100644 index 0000000..5e3948c Binary files /dev/null and b/public/assets/img/flags/ao.png differ diff --git a/public/assets/img/flags/ar.png b/public/assets/img/flags/ar.png new file mode 100644 index 0000000..0a425c9 Binary files /dev/null and b/public/assets/img/flags/ar.png differ diff --git a/public/assets/img/flags/as.png b/public/assets/img/flags/as.png new file mode 100644 index 0000000..fcbb346 Binary files /dev/null and b/public/assets/img/flags/as.png differ diff --git a/public/assets/img/flags/at.png b/public/assets/img/flags/at.png new file mode 100644 index 0000000..3cdfc03 Binary files /dev/null and b/public/assets/img/flags/at.png differ diff --git a/public/assets/img/flags/au.png b/public/assets/img/flags/au.png new file mode 100644 index 0000000..8dd7eb4 Binary files /dev/null and b/public/assets/img/flags/au.png differ diff --git a/public/assets/img/flags/aw.png b/public/assets/img/flags/aw.png new file mode 100644 index 0000000..62db756 Binary files /dev/null and b/public/assets/img/flags/aw.png differ diff --git a/public/assets/img/flags/ax.png b/public/assets/img/flags/ax.png new file mode 100644 index 0000000..f1beeeb Binary files /dev/null and b/public/assets/img/flags/ax.png differ diff --git a/public/assets/img/flags/az.png b/public/assets/img/flags/az.png new file mode 100644 index 0000000..5298396 Binary files /dev/null and b/public/assets/img/flags/az.png differ diff --git a/public/assets/img/flags/ba.png b/public/assets/img/flags/ba.png new file mode 100644 index 0000000..19e7b57 Binary files /dev/null and b/public/assets/img/flags/ba.png differ diff --git a/public/assets/img/flags/bb.png b/public/assets/img/flags/bb.png new file mode 100644 index 0000000..0ebf62b Binary files /dev/null and b/public/assets/img/flags/bb.png differ diff --git a/public/assets/img/flags/bd.png b/public/assets/img/flags/bd.png new file mode 100644 index 0000000..90b75bd Binary files /dev/null and b/public/assets/img/flags/bd.png differ diff --git a/public/assets/img/flags/be.png b/public/assets/img/flags/be.png new file mode 100644 index 0000000..81be934 Binary files /dev/null and b/public/assets/img/flags/be.png differ diff --git a/public/assets/img/flags/bf.png b/public/assets/img/flags/bf.png new file mode 100644 index 0000000..71f7caf Binary files /dev/null and b/public/assets/img/flags/bf.png differ diff --git a/public/assets/img/flags/bg.png b/public/assets/img/flags/bg.png new file mode 100644 index 0000000..0870a5f Binary files /dev/null and b/public/assets/img/flags/bg.png differ diff --git a/public/assets/img/flags/bh.png b/public/assets/img/flags/bh.png new file mode 100644 index 0000000..43ccdd4 Binary files /dev/null and b/public/assets/img/flags/bh.png differ diff --git a/public/assets/img/flags/bi.png b/public/assets/img/flags/bi.png new file mode 100644 index 0000000..4597918 Binary files /dev/null and b/public/assets/img/flags/bi.png differ diff --git a/public/assets/img/flags/bj.png b/public/assets/img/flags/bj.png new file mode 100644 index 0000000..4847ca8 Binary files /dev/null and b/public/assets/img/flags/bj.png differ diff --git a/public/assets/img/flags/bl.png b/public/assets/img/flags/bl.png new file mode 100644 index 0000000..b0fcc22 Binary files /dev/null and b/public/assets/img/flags/bl.png differ diff --git a/public/assets/img/flags/bm.png b/public/assets/img/flags/bm.png new file mode 100644 index 0000000..968c1da Binary files /dev/null and b/public/assets/img/flags/bm.png differ diff --git a/public/assets/img/flags/bn.png b/public/assets/img/flags/bn.png new file mode 100644 index 0000000..47a0876 Binary files /dev/null and b/public/assets/img/flags/bn.png differ diff --git a/public/assets/img/flags/bo.png b/public/assets/img/flags/bo.png new file mode 100644 index 0000000..e4b1a49 Binary files /dev/null and b/public/assets/img/flags/bo.png differ diff --git a/public/assets/img/flags/bq.png b/public/assets/img/flags/bq.png new file mode 100644 index 0000000..efdeac6 Binary files /dev/null and b/public/assets/img/flags/bq.png differ diff --git a/public/assets/img/flags/br.png b/public/assets/img/flags/br.png new file mode 100644 index 0000000..33ab278 Binary files /dev/null and b/public/assets/img/flags/br.png differ diff --git a/public/assets/img/flags/bs.png b/public/assets/img/flags/bs.png new file mode 100644 index 0000000..a277713 Binary files /dev/null and b/public/assets/img/flags/bs.png differ diff --git a/public/assets/img/flags/bt.png b/public/assets/img/flags/bt.png new file mode 100644 index 0000000..146ea7e Binary files /dev/null and b/public/assets/img/flags/bt.png differ diff --git a/public/assets/img/flags/bv.png b/public/assets/img/flags/bv.png new file mode 100644 index 0000000..8236823 Binary files /dev/null and b/public/assets/img/flags/bv.png differ diff --git a/public/assets/img/flags/bw.png b/public/assets/img/flags/bw.png new file mode 100644 index 0000000..8c9d4de Binary files /dev/null and b/public/assets/img/flags/bw.png differ diff --git a/public/assets/img/flags/by.png b/public/assets/img/flags/by.png new file mode 100644 index 0000000..42dc68a Binary files /dev/null and b/public/assets/img/flags/by.png differ diff --git a/public/assets/img/flags/bz.png b/public/assets/img/flags/bz.png new file mode 100644 index 0000000..7f7d75f Binary files /dev/null and b/public/assets/img/flags/bz.png differ diff --git a/public/assets/img/flags/ca.png b/public/assets/img/flags/ca.png new file mode 100644 index 0000000..771d5d4 Binary files /dev/null and b/public/assets/img/flags/ca.png differ diff --git a/public/assets/img/flags/cc.png b/public/assets/img/flags/cc.png new file mode 100644 index 0000000..2204db9 Binary files /dev/null and b/public/assets/img/flags/cc.png differ diff --git a/public/assets/img/flags/cd.png b/public/assets/img/flags/cd.png new file mode 100644 index 0000000..c6b1637 Binary files /dev/null and b/public/assets/img/flags/cd.png differ diff --git a/public/assets/img/flags/cf.png b/public/assets/img/flags/cf.png new file mode 100644 index 0000000..73a1b08 Binary files /dev/null and b/public/assets/img/flags/cf.png differ diff --git a/public/assets/img/flags/cg.png b/public/assets/img/flags/cg.png new file mode 100644 index 0000000..653687a Binary files /dev/null and b/public/assets/img/flags/cg.png differ diff --git a/public/assets/img/flags/ch.png b/public/assets/img/flags/ch.png new file mode 100644 index 0000000..1445ce7 Binary files /dev/null and b/public/assets/img/flags/ch.png differ diff --git a/public/assets/img/flags/ci.png b/public/assets/img/flags/ci.png new file mode 100644 index 0000000..4cd1151 Binary files /dev/null and b/public/assets/img/flags/ci.png differ diff --git a/public/assets/img/flags/ck.png b/public/assets/img/flags/ck.png new file mode 100644 index 0000000..1b18b28 Binary files /dev/null and b/public/assets/img/flags/ck.png differ diff --git a/public/assets/img/flags/cl.png b/public/assets/img/flags/cl.png new file mode 100644 index 0000000..3df8ba3 Binary files /dev/null and b/public/assets/img/flags/cl.png differ diff --git a/public/assets/img/flags/cm.png b/public/assets/img/flags/cm.png new file mode 100644 index 0000000..17ba9cb Binary files /dev/null and b/public/assets/img/flags/cm.png differ diff --git a/public/assets/img/flags/cn.png b/public/assets/img/flags/cn.png new file mode 100644 index 0000000..b700e14 Binary files /dev/null and b/public/assets/img/flags/cn.png differ diff --git a/public/assets/img/flags/co.png b/public/assets/img/flags/co.png new file mode 100644 index 0000000..2d8aa02 Binary files /dev/null and b/public/assets/img/flags/co.png differ diff --git a/public/assets/img/flags/cr.png b/public/assets/img/flags/cr.png new file mode 100644 index 0000000..73b70a2 Binary files /dev/null and b/public/assets/img/flags/cr.png differ diff --git a/public/assets/img/flags/cu.png b/public/assets/img/flags/cu.png new file mode 100644 index 0000000..cfdff0c Binary files /dev/null and b/public/assets/img/flags/cu.png differ diff --git a/public/assets/img/flags/cv.png b/public/assets/img/flags/cv.png new file mode 100644 index 0000000..6d6ee75 Binary files /dev/null and b/public/assets/img/flags/cv.png differ diff --git a/public/assets/img/flags/cw.png b/public/assets/img/flags/cw.png new file mode 100644 index 0000000..d69fd9d Binary files /dev/null and b/public/assets/img/flags/cw.png differ diff --git a/public/assets/img/flags/cx.png b/public/assets/img/flags/cx.png new file mode 100644 index 0000000..15874b5 Binary files /dev/null and b/public/assets/img/flags/cx.png differ diff --git a/public/assets/img/flags/cy.png b/public/assets/img/flags/cy.png new file mode 100644 index 0000000..2b63857 Binary files /dev/null and b/public/assets/img/flags/cy.png differ diff --git a/public/assets/img/flags/cz.png b/public/assets/img/flags/cz.png new file mode 100644 index 0000000..7e81f76 Binary files /dev/null and b/public/assets/img/flags/cz.png differ diff --git a/public/assets/img/flags/de.png b/public/assets/img/flags/de.png new file mode 100644 index 0000000..b65098d Binary files /dev/null and b/public/assets/img/flags/de.png differ diff --git a/public/assets/img/flags/dj.png b/public/assets/img/flags/dj.png new file mode 100644 index 0000000..cfa8d57 Binary files /dev/null and b/public/assets/img/flags/dj.png differ diff --git a/public/assets/img/flags/dk.png b/public/assets/img/flags/dk.png new file mode 100644 index 0000000..e689208 Binary files /dev/null and b/public/assets/img/flags/dk.png differ diff --git a/public/assets/img/flags/dm.png b/public/assets/img/flags/dm.png new file mode 100644 index 0000000..ae48594 Binary files /dev/null and b/public/assets/img/flags/dm.png differ diff --git a/public/assets/img/flags/do.png b/public/assets/img/flags/do.png new file mode 100644 index 0000000..399386b Binary files /dev/null and b/public/assets/img/flags/do.png differ diff --git a/public/assets/img/flags/dz.png b/public/assets/img/flags/dz.png new file mode 100644 index 0000000..78cbe34 Binary files /dev/null and b/public/assets/img/flags/dz.png differ diff --git a/public/assets/img/flags/ec.png b/public/assets/img/flags/ec.png new file mode 100644 index 0000000..1225e44 Binary files /dev/null and b/public/assets/img/flags/ec.png differ diff --git a/public/assets/img/flags/ee.png b/public/assets/img/flags/ee.png new file mode 100644 index 0000000..dbfbe41 Binary files /dev/null and b/public/assets/img/flags/ee.png differ diff --git a/public/assets/img/flags/eg.png b/public/assets/img/flags/eg.png new file mode 100644 index 0000000..5dd613c Binary files /dev/null and b/public/assets/img/flags/eg.png differ diff --git a/public/assets/img/flags/er.png b/public/assets/img/flags/er.png new file mode 100644 index 0000000..6a6de28 Binary files /dev/null and b/public/assets/img/flags/er.png differ diff --git a/public/assets/img/flags/es.png b/public/assets/img/flags/es.png new file mode 100644 index 0000000..ee7ef9b Binary files /dev/null and b/public/assets/img/flags/es.png differ diff --git a/public/assets/img/flags/et.png b/public/assets/img/flags/et.png new file mode 100644 index 0000000..c6be1a7 Binary files /dev/null and b/public/assets/img/flags/et.png differ diff --git a/public/assets/img/flags/fi.png b/public/assets/img/flags/fi.png new file mode 100644 index 0000000..7c72d15 Binary files /dev/null and b/public/assets/img/flags/fi.png differ diff --git a/public/assets/img/flags/fj.png b/public/assets/img/flags/fj.png new file mode 100644 index 0000000..485df4a Binary files /dev/null and b/public/assets/img/flags/fj.png differ diff --git a/public/assets/img/flags/fk.png b/public/assets/img/flags/fk.png new file mode 100644 index 0000000..ab3db6c Binary files /dev/null and b/public/assets/img/flags/fk.png differ diff --git a/public/assets/img/flags/fm.png b/public/assets/img/flags/fm.png new file mode 100644 index 0000000..7f3dfb8 Binary files /dev/null and b/public/assets/img/flags/fm.png differ diff --git a/public/assets/img/flags/fo.png b/public/assets/img/flags/fo.png new file mode 100644 index 0000000..f650be4 Binary files /dev/null and b/public/assets/img/flags/fo.png differ diff --git a/public/assets/img/flags/fr.png b/public/assets/img/flags/fr.png new file mode 100644 index 0000000..b0fcc22 Binary files /dev/null and b/public/assets/img/flags/fr.png differ diff --git a/public/assets/img/flags/ga.png b/public/assets/img/flags/ga.png new file mode 100644 index 0000000..58f9153 Binary files /dev/null and b/public/assets/img/flags/ga.png differ diff --git a/public/assets/img/flags/gb.png b/public/assets/img/flags/gb.png new file mode 100644 index 0000000..61a15d9 Binary files /dev/null and b/public/assets/img/flags/gb.png differ diff --git a/public/assets/img/flags/gd.png b/public/assets/img/flags/gd.png new file mode 100644 index 0000000..b7ca107 Binary files /dev/null and b/public/assets/img/flags/gd.png differ diff --git a/public/assets/img/flags/ge.png b/public/assets/img/flags/ge.png new file mode 100644 index 0000000..9540f0c Binary files /dev/null and b/public/assets/img/flags/ge.png differ diff --git a/public/assets/img/flags/gf.png b/public/assets/img/flags/gf.png new file mode 100644 index 0000000..aa054da Binary files /dev/null and b/public/assets/img/flags/gf.png differ diff --git a/public/assets/img/flags/gg.png b/public/assets/img/flags/gg.png new file mode 100644 index 0000000..4e07f75 Binary files /dev/null and b/public/assets/img/flags/gg.png differ diff --git a/public/assets/img/flags/gh.png b/public/assets/img/flags/gh.png new file mode 100644 index 0000000..91ee90e Binary files /dev/null and b/public/assets/img/flags/gh.png differ diff --git a/public/assets/img/flags/gi.png b/public/assets/img/flags/gi.png new file mode 100644 index 0000000..22b6ee0 Binary files /dev/null and b/public/assets/img/flags/gi.png differ diff --git a/public/assets/img/flags/gl.png b/public/assets/img/flags/gl.png new file mode 100644 index 0000000..65c3bca Binary files /dev/null and b/public/assets/img/flags/gl.png differ diff --git a/public/assets/img/flags/gm.png b/public/assets/img/flags/gm.png new file mode 100644 index 0000000..598000b Binary files /dev/null and b/public/assets/img/flags/gm.png differ diff --git a/public/assets/img/flags/gn.png b/public/assets/img/flags/gn.png new file mode 100644 index 0000000..f3610db Binary files /dev/null and b/public/assets/img/flags/gn.png differ diff --git a/public/assets/img/flags/gp.png b/public/assets/img/flags/gp.png new file mode 100644 index 0000000..b0fcc22 Binary files /dev/null and b/public/assets/img/flags/gp.png differ diff --git a/public/assets/img/flags/gq.png b/public/assets/img/flags/gq.png new file mode 100644 index 0000000..6f714b8 Binary files /dev/null and b/public/assets/img/flags/gq.png differ diff --git a/public/assets/img/flags/gr.png b/public/assets/img/flags/gr.png new file mode 100644 index 0000000..9b9bf1b Binary files /dev/null and b/public/assets/img/flags/gr.png differ diff --git a/public/assets/img/flags/gs.png b/public/assets/img/flags/gs.png new file mode 100644 index 0000000..ba02764 Binary files /dev/null and b/public/assets/img/flags/gs.png differ diff --git a/public/assets/img/flags/gt.png b/public/assets/img/flags/gt.png new file mode 100644 index 0000000..7358afe Binary files /dev/null and b/public/assets/img/flags/gt.png differ diff --git a/public/assets/img/flags/gu.png b/public/assets/img/flags/gu.png new file mode 100644 index 0000000..b43e5be Binary files /dev/null and b/public/assets/img/flags/gu.png differ diff --git a/public/assets/img/flags/gw.png b/public/assets/img/flags/gw.png new file mode 100644 index 0000000..e746685 Binary files /dev/null and b/public/assets/img/flags/gw.png differ diff --git a/public/assets/img/flags/gy.png b/public/assets/img/flags/gy.png new file mode 100644 index 0000000..b22ab71 Binary files /dev/null and b/public/assets/img/flags/gy.png differ diff --git a/public/assets/img/flags/hk.png b/public/assets/img/flags/hk.png new file mode 100644 index 0000000..59a5405 Binary files /dev/null and b/public/assets/img/flags/hk.png differ diff --git a/public/assets/img/flags/hn.png b/public/assets/img/flags/hn.png new file mode 100644 index 0000000..af6e5aa Binary files /dev/null and b/public/assets/img/flags/hn.png differ diff --git a/public/assets/img/flags/hr.png b/public/assets/img/flags/hr.png new file mode 100644 index 0000000..3779f50 Binary files /dev/null and b/public/assets/img/flags/hr.png differ diff --git a/public/assets/img/flags/ht.png b/public/assets/img/flags/ht.png new file mode 100644 index 0000000..55a5909 Binary files /dev/null and b/public/assets/img/flags/ht.png differ diff --git a/public/assets/img/flags/hu.png b/public/assets/img/flags/hu.png new file mode 100644 index 0000000..63ab1d4 Binary files /dev/null and b/public/assets/img/flags/hu.png differ diff --git a/public/assets/img/flags/id.png b/public/assets/img/flags/id.png new file mode 100644 index 0000000..ee0ea68 Binary files /dev/null and b/public/assets/img/flags/id.png differ diff --git a/public/assets/img/flags/ie.png b/public/assets/img/flags/ie.png new file mode 100644 index 0000000..440bdd7 Binary files /dev/null and b/public/assets/img/flags/ie.png differ diff --git a/public/assets/img/flags/il.png b/public/assets/img/flags/il.png new file mode 100644 index 0000000..fe6b8d0 Binary files /dev/null and b/public/assets/img/flags/il.png differ diff --git a/public/assets/img/flags/im.png b/public/assets/img/flags/im.png new file mode 100644 index 0000000..981f6c0 Binary files /dev/null and b/public/assets/img/flags/im.png differ diff --git a/public/assets/img/flags/in.png b/public/assets/img/flags/in.png new file mode 100644 index 0000000..4810f78 Binary files /dev/null and b/public/assets/img/flags/in.png differ diff --git a/public/assets/img/flags/io.png b/public/assets/img/flags/io.png new file mode 100644 index 0000000..28b7b3c Binary files /dev/null and b/public/assets/img/flags/io.png differ diff --git a/public/assets/img/flags/iq.png b/public/assets/img/flags/iq.png new file mode 100644 index 0000000..f6a4616 Binary files /dev/null and b/public/assets/img/flags/iq.png differ diff --git a/public/assets/img/flags/ir.png b/public/assets/img/flags/ir.png new file mode 100644 index 0000000..db327bb Binary files /dev/null and b/public/assets/img/flags/ir.png differ diff --git a/public/assets/img/flags/is.png b/public/assets/img/flags/is.png new file mode 100644 index 0000000..33d343a Binary files /dev/null and b/public/assets/img/flags/is.png differ diff --git a/public/assets/img/flags/it.png b/public/assets/img/flags/it.png new file mode 100644 index 0000000..7129a1c Binary files /dev/null and b/public/assets/img/flags/it.png differ diff --git a/public/assets/img/flags/je.png b/public/assets/img/flags/je.png new file mode 100644 index 0000000..1babbac Binary files /dev/null and b/public/assets/img/flags/je.png differ diff --git a/public/assets/img/flags/jm.png b/public/assets/img/flags/jm.png new file mode 100644 index 0000000..e9fd948 Binary files /dev/null and b/public/assets/img/flags/jm.png differ diff --git a/public/assets/img/flags/jo.png b/public/assets/img/flags/jo.png new file mode 100644 index 0000000..dfd49e3 Binary files /dev/null and b/public/assets/img/flags/jo.png differ diff --git a/public/assets/img/flags/jp.png b/public/assets/img/flags/jp.png new file mode 100644 index 0000000..c1dc15a Binary files /dev/null and b/public/assets/img/flags/jp.png differ diff --git a/public/assets/img/flags/ke.png b/public/assets/img/flags/ke.png new file mode 100644 index 0000000..692d834 Binary files /dev/null and b/public/assets/img/flags/ke.png differ diff --git a/public/assets/img/flags/kg.png b/public/assets/img/flags/kg.png new file mode 100644 index 0000000..f0ef7bd Binary files /dev/null and b/public/assets/img/flags/kg.png differ diff --git a/public/assets/img/flags/kh.png b/public/assets/img/flags/kh.png new file mode 100644 index 0000000..cd83c01 Binary files /dev/null and b/public/assets/img/flags/kh.png differ diff --git a/public/assets/img/flags/ki.png b/public/assets/img/flags/ki.png new file mode 100644 index 0000000..7a5a5d0 Binary files /dev/null and b/public/assets/img/flags/ki.png differ diff --git a/public/assets/img/flags/km.png b/public/assets/img/flags/km.png new file mode 100644 index 0000000..a7a6fd1 Binary files /dev/null and b/public/assets/img/flags/km.png differ diff --git a/public/assets/img/flags/kn.png b/public/assets/img/flags/kn.png new file mode 100644 index 0000000..3044588 Binary files /dev/null and b/public/assets/img/flags/kn.png differ diff --git a/public/assets/img/flags/kp.png b/public/assets/img/flags/kp.png new file mode 100644 index 0000000..584d981 Binary files /dev/null and b/public/assets/img/flags/kp.png differ diff --git a/public/assets/img/flags/kr.png b/public/assets/img/flags/kr.png new file mode 100644 index 0000000..f85b0a6 Binary files /dev/null and b/public/assets/img/flags/kr.png differ diff --git a/public/assets/img/flags/kw.png b/public/assets/img/flags/kw.png new file mode 100644 index 0000000..6421b5c Binary files /dev/null and b/public/assets/img/flags/kw.png differ diff --git a/public/assets/img/flags/ky.png b/public/assets/img/flags/ky.png new file mode 100644 index 0000000..0c3aa00 Binary files /dev/null and b/public/assets/img/flags/ky.png differ diff --git a/public/assets/img/flags/kz.png b/public/assets/img/flags/kz.png new file mode 100644 index 0000000..f7f1b20 Binary files /dev/null and b/public/assets/img/flags/kz.png differ diff --git a/public/assets/img/flags/la.png b/public/assets/img/flags/la.png new file mode 100644 index 0000000..b754ca6 Binary files /dev/null and b/public/assets/img/flags/la.png differ diff --git a/public/assets/img/flags/lb.png b/public/assets/img/flags/lb.png new file mode 100644 index 0000000..e170954 Binary files /dev/null and b/public/assets/img/flags/lb.png differ diff --git a/public/assets/img/flags/lc.png b/public/assets/img/flags/lc.png new file mode 100644 index 0000000..5c07547 Binary files /dev/null and b/public/assets/img/flags/lc.png differ diff --git a/public/assets/img/flags/li.png b/public/assets/img/flags/li.png new file mode 100644 index 0000000..973920f Binary files /dev/null and b/public/assets/img/flags/li.png differ diff --git a/public/assets/img/flags/lk.png b/public/assets/img/flags/lk.png new file mode 100644 index 0000000..b5f875a Binary files /dev/null and b/public/assets/img/flags/lk.png differ diff --git a/public/assets/img/flags/lr.png b/public/assets/img/flags/lr.png new file mode 100644 index 0000000..ddf0cd7 Binary files /dev/null and b/public/assets/img/flags/lr.png differ diff --git a/public/assets/img/flags/ls.png b/public/assets/img/flags/ls.png new file mode 100644 index 0000000..b852304 Binary files /dev/null and b/public/assets/img/flags/ls.png differ diff --git a/public/assets/img/flags/lt.png b/public/assets/img/flags/lt.png new file mode 100644 index 0000000..09dbdf4 Binary files /dev/null and b/public/assets/img/flags/lt.png differ diff --git a/public/assets/img/flags/lu.png b/public/assets/img/flags/lu.png new file mode 100644 index 0000000..f6170c9 Binary files /dev/null and b/public/assets/img/flags/lu.png differ diff --git a/public/assets/img/flags/lv.png b/public/assets/img/flags/lv.png new file mode 100644 index 0000000..554a96e Binary files /dev/null and b/public/assets/img/flags/lv.png differ diff --git a/public/assets/img/flags/ly.png b/public/assets/img/flags/ly.png new file mode 100644 index 0000000..0a832bd Binary files /dev/null and b/public/assets/img/flags/ly.png differ diff --git a/public/assets/img/flags/ma.png b/public/assets/img/flags/ma.png new file mode 100644 index 0000000..905c23f Binary files /dev/null and b/public/assets/img/flags/ma.png differ diff --git a/public/assets/img/flags/mc.png b/public/assets/img/flags/mc.png new file mode 100644 index 0000000..67e6a8a Binary files /dev/null and b/public/assets/img/flags/mc.png differ diff --git a/public/assets/img/flags/md.png b/public/assets/img/flags/md.png new file mode 100644 index 0000000..f43d3af Binary files /dev/null and b/public/assets/img/flags/md.png differ diff --git a/public/assets/img/flags/me.png b/public/assets/img/flags/me.png new file mode 100644 index 0000000..7bd2098 Binary files /dev/null and b/public/assets/img/flags/me.png differ diff --git a/public/assets/img/flags/mg.png b/public/assets/img/flags/mg.png new file mode 100644 index 0000000..b85fe4d Binary files /dev/null and b/public/assets/img/flags/mg.png differ diff --git a/public/assets/img/flags/mh.png b/public/assets/img/flags/mh.png new file mode 100644 index 0000000..a36278d Binary files /dev/null and b/public/assets/img/flags/mh.png differ diff --git a/public/assets/img/flags/mk.png b/public/assets/img/flags/mk.png new file mode 100644 index 0000000..157b1ff Binary files /dev/null and b/public/assets/img/flags/mk.png differ diff --git a/public/assets/img/flags/ml.png b/public/assets/img/flags/ml.png new file mode 100644 index 0000000..261d679 Binary files /dev/null and b/public/assets/img/flags/ml.png differ diff --git a/public/assets/img/flags/mm.png b/public/assets/img/flags/mm.png new file mode 100644 index 0000000..c9f64c9 Binary files /dev/null and b/public/assets/img/flags/mm.png differ diff --git a/public/assets/img/flags/mn.png b/public/assets/img/flags/mn.png new file mode 100644 index 0000000..8de5884 Binary files /dev/null and b/public/assets/img/flags/mn.png differ diff --git a/public/assets/img/flags/mo.png b/public/assets/img/flags/mo.png new file mode 100644 index 0000000..d523dce Binary files /dev/null and b/public/assets/img/flags/mo.png differ diff --git a/public/assets/img/flags/mp.png b/public/assets/img/flags/mp.png new file mode 100644 index 0000000..29a2313 Binary files /dev/null and b/public/assets/img/flags/mp.png differ diff --git a/public/assets/img/flags/mq.png b/public/assets/img/flags/mq.png new file mode 100644 index 0000000..0bd2e0a Binary files /dev/null and b/public/assets/img/flags/mq.png differ diff --git a/public/assets/img/flags/mr.png b/public/assets/img/flags/mr.png new file mode 100644 index 0000000..83d3045 Binary files /dev/null and b/public/assets/img/flags/mr.png differ diff --git a/public/assets/img/flags/ms.png b/public/assets/img/flags/ms.png new file mode 100644 index 0000000..374417b Binary files /dev/null and b/public/assets/img/flags/ms.png differ diff --git a/public/assets/img/flags/mt.png b/public/assets/img/flags/mt.png new file mode 100644 index 0000000..193d4cf Binary files /dev/null and b/public/assets/img/flags/mt.png differ diff --git a/public/assets/img/flags/mu.png b/public/assets/img/flags/mu.png new file mode 100644 index 0000000..b8d1579 Binary files /dev/null and b/public/assets/img/flags/mu.png differ diff --git a/public/assets/img/flags/mv.png b/public/assets/img/flags/mv.png new file mode 100644 index 0000000..3fbf091 Binary files /dev/null and b/public/assets/img/flags/mv.png differ diff --git a/public/assets/img/flags/mw.png b/public/assets/img/flags/mw.png new file mode 100644 index 0000000..de143c4 Binary files /dev/null and b/public/assets/img/flags/mw.png differ diff --git a/public/assets/img/flags/mx.png b/public/assets/img/flags/mx.png new file mode 100644 index 0000000..a579daa Binary files /dev/null and b/public/assets/img/flags/mx.png differ diff --git a/public/assets/img/flags/my.png b/public/assets/img/flags/my.png new file mode 100644 index 0000000..d103df9 Binary files /dev/null and b/public/assets/img/flags/my.png differ diff --git a/public/assets/img/flags/mz.png b/public/assets/img/flags/mz.png new file mode 100644 index 0000000..55a7b8e Binary files /dev/null and b/public/assets/img/flags/mz.png differ diff --git a/public/assets/img/flags/na.png b/public/assets/img/flags/na.png new file mode 100644 index 0000000..f4d6454 Binary files /dev/null and b/public/assets/img/flags/na.png differ diff --git a/public/assets/img/flags/nc.png b/public/assets/img/flags/nc.png new file mode 100644 index 0000000..027a09f Binary files /dev/null and b/public/assets/img/flags/nc.png differ diff --git a/public/assets/img/flags/ne.png b/public/assets/img/flags/ne.png new file mode 100644 index 0000000..ca30bb3 Binary files /dev/null and b/public/assets/img/flags/ne.png differ diff --git a/public/assets/img/flags/nf.png b/public/assets/img/flags/nf.png new file mode 100644 index 0000000..5fc4f2e Binary files /dev/null and b/public/assets/img/flags/nf.png differ diff --git a/public/assets/img/flags/ng.png b/public/assets/img/flags/ng.png new file mode 100644 index 0000000..5ed7a8d Binary files /dev/null and b/public/assets/img/flags/ng.png differ diff --git a/public/assets/img/flags/ni.png b/public/assets/img/flags/ni.png new file mode 100644 index 0000000..faa157d Binary files /dev/null and b/public/assets/img/flags/ni.png differ diff --git a/public/assets/img/flags/nl.png b/public/assets/img/flags/nl.png new file mode 100644 index 0000000..6805799 Binary files /dev/null and b/public/assets/img/flags/nl.png differ diff --git a/public/assets/img/flags/no.png b/public/assets/img/flags/no.png new file mode 100644 index 0000000..5e42c8c Binary files /dev/null and b/public/assets/img/flags/no.png differ diff --git a/public/assets/img/flags/np.png b/public/assets/img/flags/np.png new file mode 100644 index 0000000..be1ec9a Binary files /dev/null and b/public/assets/img/flags/np.png differ diff --git a/public/assets/img/flags/nr.png b/public/assets/img/flags/nr.png new file mode 100644 index 0000000..f4490e8 Binary files /dev/null and b/public/assets/img/flags/nr.png differ diff --git a/public/assets/img/flags/nu.png b/public/assets/img/flags/nu.png new file mode 100644 index 0000000..174d8fb Binary files /dev/null and b/public/assets/img/flags/nu.png differ diff --git a/public/assets/img/flags/nz.png b/public/assets/img/flags/nz.png new file mode 100644 index 0000000..29c7cc7 Binary files /dev/null and b/public/assets/img/flags/nz.png differ diff --git a/public/assets/img/flags/om.png b/public/assets/img/flags/om.png new file mode 100644 index 0000000..dee164a Binary files /dev/null and b/public/assets/img/flags/om.png differ diff --git a/public/assets/img/flags/pa.png b/public/assets/img/flags/pa.png new file mode 100644 index 0000000..71bb654 Binary files /dev/null and b/public/assets/img/flags/pa.png differ diff --git a/public/assets/img/flags/pe.png b/public/assets/img/flags/pe.png new file mode 100644 index 0000000..0ecf688 Binary files /dev/null and b/public/assets/img/flags/pe.png differ diff --git a/public/assets/img/flags/pf.png b/public/assets/img/flags/pf.png new file mode 100644 index 0000000..75ac099 Binary files /dev/null and b/public/assets/img/flags/pf.png differ diff --git a/public/assets/img/flags/pg.png b/public/assets/img/flags/pg.png new file mode 100644 index 0000000..dec8ba5 Binary files /dev/null and b/public/assets/img/flags/pg.png differ diff --git a/public/assets/img/flags/ph.png b/public/assets/img/flags/ph.png new file mode 100644 index 0000000..0cec005 Binary files /dev/null and b/public/assets/img/flags/ph.png differ diff --git a/public/assets/img/flags/pk.png b/public/assets/img/flags/pk.png new file mode 100644 index 0000000..00746d7 Binary files /dev/null and b/public/assets/img/flags/pk.png differ diff --git a/public/assets/img/flags/pl.png b/public/assets/img/flags/pl.png new file mode 100644 index 0000000..ac92f57 Binary files /dev/null and b/public/assets/img/flags/pl.png differ diff --git a/public/assets/img/flags/pm.png b/public/assets/img/flags/pm.png new file mode 100644 index 0000000..79f810b Binary files /dev/null and b/public/assets/img/flags/pm.png differ diff --git a/public/assets/img/flags/pn.png b/public/assets/img/flags/pn.png new file mode 100644 index 0000000..e104c92 Binary files /dev/null and b/public/assets/img/flags/pn.png differ diff --git a/public/assets/img/flags/pr.png b/public/assets/img/flags/pr.png new file mode 100644 index 0000000..ebf5dda Binary files /dev/null and b/public/assets/img/flags/pr.png differ diff --git a/public/assets/img/flags/ps.png b/public/assets/img/flags/ps.png new file mode 100644 index 0000000..eaaf7fc Binary files /dev/null and b/public/assets/img/flags/ps.png differ diff --git a/public/assets/img/flags/pt.png b/public/assets/img/flags/pt.png new file mode 100644 index 0000000..61e5d30 Binary files /dev/null and b/public/assets/img/flags/pt.png differ diff --git a/public/assets/img/flags/pw.png b/public/assets/img/flags/pw.png new file mode 100644 index 0000000..a40ad36 Binary files /dev/null and b/public/assets/img/flags/pw.png differ diff --git a/public/assets/img/flags/py.png b/public/assets/img/flags/py.png new file mode 100644 index 0000000..63ae9e5 Binary files /dev/null and b/public/assets/img/flags/py.png differ diff --git a/public/assets/img/flags/qa.png b/public/assets/img/flags/qa.png new file mode 100644 index 0000000..a39d1d3 Binary files /dev/null and b/public/assets/img/flags/qa.png differ diff --git a/public/assets/img/flags/re.png b/public/assets/img/flags/re.png new file mode 100644 index 0000000..b0fcc22 Binary files /dev/null and b/public/assets/img/flags/re.png differ diff --git a/public/assets/img/flags/ro.png b/public/assets/img/flags/ro.png new file mode 100644 index 0000000..a046e5c Binary files /dev/null and b/public/assets/img/flags/ro.png differ diff --git a/public/assets/img/flags/rs.png b/public/assets/img/flags/rs.png new file mode 100644 index 0000000..3478de6 Binary files /dev/null and b/public/assets/img/flags/rs.png differ diff --git a/public/assets/img/flags/ru.png b/public/assets/img/flags/ru.png new file mode 100644 index 0000000..c4d78cb Binary files /dev/null and b/public/assets/img/flags/ru.png differ diff --git a/public/assets/img/flags/rw.png b/public/assets/img/flags/rw.png new file mode 100644 index 0000000..8b07ac6 Binary files /dev/null and b/public/assets/img/flags/rw.png differ diff --git a/public/assets/img/flags/sa.png b/public/assets/img/flags/sa.png new file mode 100644 index 0000000..b4162a0 Binary files /dev/null and b/public/assets/img/flags/sa.png differ diff --git a/public/assets/img/flags/sb.png b/public/assets/img/flags/sb.png new file mode 100644 index 0000000..65a2410 Binary files /dev/null and b/public/assets/img/flags/sb.png differ diff --git a/public/assets/img/flags/sc.png b/public/assets/img/flags/sc.png new file mode 100644 index 0000000..fe9912a Binary files /dev/null and b/public/assets/img/flags/sc.png differ diff --git a/public/assets/img/flags/sd.png b/public/assets/img/flags/sd.png new file mode 100644 index 0000000..296d0d2 Binary files /dev/null and b/public/assets/img/flags/sd.png differ diff --git a/public/assets/img/flags/se.png b/public/assets/img/flags/se.png new file mode 100644 index 0000000..760e441 Binary files /dev/null and b/public/assets/img/flags/se.png differ diff --git a/public/assets/img/flags/sg.png b/public/assets/img/flags/sg.png new file mode 100644 index 0000000..9e54acd Binary files /dev/null and b/public/assets/img/flags/sg.png differ diff --git a/public/assets/img/flags/sh.png b/public/assets/img/flags/sh.png new file mode 100644 index 0000000..61a15d9 Binary files /dev/null and b/public/assets/img/flags/sh.png differ diff --git a/public/assets/img/flags/si.png b/public/assets/img/flags/si.png new file mode 100644 index 0000000..5ddd2ee Binary files /dev/null and b/public/assets/img/flags/si.png differ diff --git a/public/assets/img/flags/sk.png b/public/assets/img/flags/sk.png new file mode 100644 index 0000000..9776ca2 Binary files /dev/null and b/public/assets/img/flags/sk.png differ diff --git a/public/assets/img/flags/sl.png b/public/assets/img/flags/sl.png new file mode 100644 index 0000000..6e7e88f Binary files /dev/null and b/public/assets/img/flags/sl.png differ diff --git a/public/assets/img/flags/sm.png b/public/assets/img/flags/sm.png new file mode 100644 index 0000000..f0a8155 Binary files /dev/null and b/public/assets/img/flags/sm.png differ diff --git a/public/assets/img/flags/sn.png b/public/assets/img/flags/sn.png new file mode 100644 index 0000000..aeb0486 Binary files /dev/null and b/public/assets/img/flags/sn.png differ diff --git a/public/assets/img/flags/so.png b/public/assets/img/flags/so.png new file mode 100644 index 0000000..dd62f61 Binary files /dev/null and b/public/assets/img/flags/so.png differ diff --git a/public/assets/img/flags/sr.png b/public/assets/img/flags/sr.png new file mode 100644 index 0000000..9be15d8 Binary files /dev/null and b/public/assets/img/flags/sr.png differ diff --git a/public/assets/img/flags/ss.png b/public/assets/img/flags/ss.png new file mode 100644 index 0000000..351fa79 Binary files /dev/null and b/public/assets/img/flags/ss.png differ diff --git a/public/assets/img/flags/st.png b/public/assets/img/flags/st.png new file mode 100644 index 0000000..e5bdb85 Binary files /dev/null and b/public/assets/img/flags/st.png differ diff --git a/public/assets/img/flags/sv.png b/public/assets/img/flags/sv.png new file mode 100644 index 0000000..8d5372a Binary files /dev/null and b/public/assets/img/flags/sv.png differ diff --git a/public/assets/img/flags/sx.png b/public/assets/img/flags/sx.png new file mode 100644 index 0000000..4ec8145 Binary files /dev/null and b/public/assets/img/flags/sx.png differ diff --git a/public/assets/img/flags/sy.png b/public/assets/img/flags/sy.png new file mode 100644 index 0000000..e5aa208 Binary files /dev/null and b/public/assets/img/flags/sy.png differ diff --git a/public/assets/img/flags/sz.png b/public/assets/img/flags/sz.png new file mode 100644 index 0000000..1b38989 Binary files /dev/null and b/public/assets/img/flags/sz.png differ diff --git a/public/assets/img/flags/tc.png b/public/assets/img/flags/tc.png new file mode 100644 index 0000000..69f3496 Binary files /dev/null and b/public/assets/img/flags/tc.png differ diff --git a/public/assets/img/flags/td.png b/public/assets/img/flags/td.png new file mode 100644 index 0000000..91a9521 Binary files /dev/null and b/public/assets/img/flags/td.png differ diff --git a/public/assets/img/flags/tf.png b/public/assets/img/flags/tf.png new file mode 100644 index 0000000..563c492 Binary files /dev/null and b/public/assets/img/flags/tf.png differ diff --git a/public/assets/img/flags/tg.png b/public/assets/img/flags/tg.png new file mode 100644 index 0000000..4f6b148 Binary files /dev/null and b/public/assets/img/flags/tg.png differ diff --git a/public/assets/img/flags/th.png b/public/assets/img/flags/th.png new file mode 100644 index 0000000..c1b466f Binary files /dev/null and b/public/assets/img/flags/th.png differ diff --git a/public/assets/img/flags/tj.png b/public/assets/img/flags/tj.png new file mode 100644 index 0000000..dc64e54 Binary files /dev/null and b/public/assets/img/flags/tj.png differ diff --git a/public/assets/img/flags/tk.png b/public/assets/img/flags/tk.png new file mode 100644 index 0000000..3833ea0 Binary files /dev/null and b/public/assets/img/flags/tk.png differ diff --git a/public/assets/img/flags/tl.png b/public/assets/img/flags/tl.png new file mode 100644 index 0000000..be6c3a6 Binary files /dev/null and b/public/assets/img/flags/tl.png differ diff --git a/public/assets/img/flags/tm.png b/public/assets/img/flags/tm.png new file mode 100644 index 0000000..335854a Binary files /dev/null and b/public/assets/img/flags/tm.png differ diff --git a/public/assets/img/flags/tn.png b/public/assets/img/flags/tn.png new file mode 100644 index 0000000..5c3f9e5 Binary files /dev/null and b/public/assets/img/flags/tn.png differ diff --git a/public/assets/img/flags/to.png b/public/assets/img/flags/to.png new file mode 100644 index 0000000..0becdb5 Binary files /dev/null and b/public/assets/img/flags/to.png differ diff --git a/public/assets/img/flags/tr.png b/public/assets/img/flags/tr.png new file mode 100644 index 0000000..931d903 Binary files /dev/null and b/public/assets/img/flags/tr.png differ diff --git a/public/assets/img/flags/tt.png b/public/assets/img/flags/tt.png new file mode 100644 index 0000000..c60860f Binary files /dev/null and b/public/assets/img/flags/tt.png differ diff --git a/public/assets/img/flags/tv.png b/public/assets/img/flags/tv.png new file mode 100644 index 0000000..b17b317 Binary files /dev/null and b/public/assets/img/flags/tv.png differ diff --git a/public/assets/img/flags/tw.png b/public/assets/img/flags/tw.png new file mode 100644 index 0000000..83702c7 Binary files /dev/null and b/public/assets/img/flags/tw.png differ diff --git a/public/assets/img/flags/tz.png b/public/assets/img/flags/tz.png new file mode 100644 index 0000000..fb25794 Binary files /dev/null and b/public/assets/img/flags/tz.png differ diff --git a/public/assets/img/flags/ua.png b/public/assets/img/flags/ua.png new file mode 100644 index 0000000..7158a48 Binary files /dev/null and b/public/assets/img/flags/ua.png differ diff --git a/public/assets/img/flags/ug.png b/public/assets/img/flags/ug.png new file mode 100644 index 0000000..26aa6ab Binary files /dev/null and b/public/assets/img/flags/ug.png differ diff --git a/public/assets/img/flags/um.png b/public/assets/img/flags/um.png new file mode 100644 index 0000000..01b95b6 Binary files /dev/null and b/public/assets/img/flags/um.png differ diff --git a/public/assets/img/flags/us.png b/public/assets/img/flags/us.png new file mode 100644 index 0000000..01b95b6 Binary files /dev/null and b/public/assets/img/flags/us.png differ diff --git a/public/assets/img/flags/us1.png b/public/assets/img/flags/us1.png new file mode 100644 index 0000000..19ee014 Binary files /dev/null and b/public/assets/img/flags/us1.png differ diff --git a/public/assets/img/flags/uy.png b/public/assets/img/flags/uy.png new file mode 100644 index 0000000..2abaddc Binary files /dev/null and b/public/assets/img/flags/uy.png differ diff --git a/public/assets/img/flags/uz.png b/public/assets/img/flags/uz.png new file mode 100644 index 0000000..6dd357c Binary files /dev/null and b/public/assets/img/flags/uz.png differ diff --git a/public/assets/img/flags/va.png b/public/assets/img/flags/va.png new file mode 100644 index 0000000..a1c435c Binary files /dev/null and b/public/assets/img/flags/va.png differ diff --git a/public/assets/img/flags/vc.png b/public/assets/img/flags/vc.png new file mode 100644 index 0000000..0ca2cb4 Binary files /dev/null and b/public/assets/img/flags/vc.png differ diff --git a/public/assets/img/flags/ve.png b/public/assets/img/flags/ve.png new file mode 100644 index 0000000..8b7956e Binary files /dev/null and b/public/assets/img/flags/ve.png differ diff --git a/public/assets/img/flags/vg.png b/public/assets/img/flags/vg.png new file mode 100644 index 0000000..e40ca4b Binary files /dev/null and b/public/assets/img/flags/vg.png differ diff --git a/public/assets/img/flags/vi.png b/public/assets/img/flags/vi.png new file mode 100644 index 0000000..771a431 Binary files /dev/null and b/public/assets/img/flags/vi.png differ diff --git a/public/assets/img/flags/vn.png b/public/assets/img/flags/vn.png new file mode 100644 index 0000000..af45795 Binary files /dev/null and b/public/assets/img/flags/vn.png differ diff --git a/public/assets/img/flags/vu.png b/public/assets/img/flags/vu.png new file mode 100644 index 0000000..d9569b6 Binary files /dev/null and b/public/assets/img/flags/vu.png differ diff --git a/public/assets/img/flags/wf.png b/public/assets/img/flags/wf.png new file mode 100644 index 0000000..1f8af27 Binary files /dev/null and b/public/assets/img/flags/wf.png differ diff --git a/public/assets/img/flags/ws.png b/public/assets/img/flags/ws.png new file mode 100644 index 0000000..e7ab0af Binary files /dev/null and b/public/assets/img/flags/ws.png differ diff --git a/public/assets/img/flags/ye.png b/public/assets/img/flags/ye.png new file mode 100644 index 0000000..918d8f7 Binary files /dev/null and b/public/assets/img/flags/ye.png differ diff --git a/public/assets/img/flags/yt.png b/public/assets/img/flags/yt.png new file mode 100644 index 0000000..b0fcc22 Binary files /dev/null and b/public/assets/img/flags/yt.png differ diff --git a/public/assets/img/flags/za.png b/public/assets/img/flags/za.png new file mode 100644 index 0000000..d481b94 Binary files /dev/null and b/public/assets/img/flags/za.png differ diff --git a/public/assets/img/flags/zm.png b/public/assets/img/flags/zm.png new file mode 100644 index 0000000..9a3b9fc Binary files /dev/null and b/public/assets/img/flags/zm.png differ diff --git a/public/assets/img/flags/zw.png b/public/assets/img/flags/zw.png new file mode 100644 index 0000000..3e4f7d9 Binary files /dev/null and b/public/assets/img/flags/zw.png differ diff --git a/public/assets/img/icons/Calculator.svg b/public/assets/img/icons/Calculator.svg new file mode 100644 index 0000000..acbc0de --- /dev/null +++ b/public/assets/img/icons/Calculator.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/Macbook.svg b/public/assets/img/icons/Macbook.svg new file mode 100644 index 0000000..aa5fb10 --- /dev/null +++ b/public/assets/img/icons/Macbook.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/Vector.svg b/public/assets/img/icons/Vector.svg new file mode 100644 index 0000000..36d9f64 --- /dev/null +++ b/public/assets/img/icons/Vector.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/add-circle.svg b/public/assets/img/icons/add-circle.svg new file mode 100644 index 0000000..5a20480 --- /dev/null +++ b/public/assets/img/icons/add-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/addprofile.svg b/public/assets/img/icons/addprofile.svg new file mode 100644 index 0000000..e29671b --- /dev/null +++ b/public/assets/img/icons/addprofile.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/icons/airplay.svg b/public/assets/img/icons/airplay.svg new file mode 100644 index 0000000..9f91278 --- /dev/null +++ b/public/assets/img/icons/airplay.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/app-icon-01.svg b/public/assets/img/icons/app-icon-01.svg new file mode 100644 index 0000000..9421ea1 --- /dev/null +++ b/public/assets/img/icons/app-icon-01.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-02.svg b/public/assets/img/icons/app-icon-02.svg new file mode 100644 index 0000000..443d51d --- /dev/null +++ b/public/assets/img/icons/app-icon-02.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-03.svg b/public/assets/img/icons/app-icon-03.svg new file mode 100644 index 0000000..1f991d1 --- /dev/null +++ b/public/assets/img/icons/app-icon-03.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-04.svg b/public/assets/img/icons/app-icon-04.svg new file mode 100644 index 0000000..2cf79b4 --- /dev/null +++ b/public/assets/img/icons/app-icon-04.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-05.svg b/public/assets/img/icons/app-icon-05.svg new file mode 100644 index 0000000..ef9204a --- /dev/null +++ b/public/assets/img/icons/app-icon-05.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-06.svg b/public/assets/img/icons/app-icon-06.svg new file mode 100644 index 0000000..5de58f6 --- /dev/null +++ b/public/assets/img/icons/app-icon-06.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-07.svg b/public/assets/img/icons/app-icon-07.svg new file mode 100644 index 0000000..4b53eab --- /dev/null +++ b/public/assets/img/icons/app-icon-07.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-08.svg b/public/assets/img/icons/app-icon-08.svg new file mode 100644 index 0000000..c621bc4 --- /dev/null +++ b/public/assets/img/icons/app-icon-08.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-09.svg b/public/assets/img/icons/app-icon-09.svg new file mode 100644 index 0000000..ac2095a --- /dev/null +++ b/public/assets/img/icons/app-icon-09.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/app-icon-10.svg b/public/assets/img/icons/app-icon-10.svg new file mode 100644 index 0000000..5ab68f8 --- /dev/null +++ b/public/assets/img/icons/app-icon-10.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/apple-logo.svg b/public/assets/img/icons/apple-logo.svg new file mode 100644 index 0000000..17cfc2d --- /dev/null +++ b/public/assets/img/icons/apple-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/arrow-left.svg b/public/assets/img/icons/arrow-left.svg new file mode 100644 index 0000000..4c58540 --- /dev/null +++ b/public/assets/img/icons/arrow-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/audio.svg b/public/assets/img/icons/audio.svg new file mode 100644 index 0000000..634d0c2 --- /dev/null +++ b/public/assets/img/icons/audio.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/bar.svg b/public/assets/img/icons/bar.svg new file mode 100644 index 0000000..36d9f64 --- /dev/null +++ b/public/assets/img/icons/bar.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/bar1.svg b/public/assets/img/icons/bar1.svg new file mode 100644 index 0000000..b8dc7a2 --- /dev/null +++ b/public/assets/img/icons/bar1.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/bell.svg b/public/assets/img/icons/bell.svg new file mode 100644 index 0000000..405cbff --- /dev/null +++ b/public/assets/img/icons/bell.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/calendars.svg b/public/assets/img/icons/calendars.svg new file mode 100644 index 0000000..ee5ec67 --- /dev/null +++ b/public/assets/img/icons/calendars.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/cash-pay.svg b/public/assets/img/icons/cash-pay.svg new file mode 100644 index 0000000..c25af04 --- /dev/null +++ b/public/assets/img/icons/cash-pay.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/cash.svg b/public/assets/img/icons/cash.svg new file mode 100644 index 0000000..c18c5c7 --- /dev/null +++ b/public/assets/img/icons/cash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/check-icon.svg b/public/assets/img/icons/check-icon.svg new file mode 100644 index 0000000..9f23de6 --- /dev/null +++ b/public/assets/img/icons/check-icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/check.svg b/public/assets/img/icons/check.svg new file mode 100644 index 0000000..f053e6c --- /dev/null +++ b/public/assets/img/icons/check.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/chevron-down.svg b/public/assets/img/icons/chevron-down.svg new file mode 100644 index 0000000..9ce2dea --- /dev/null +++ b/public/assets/img/icons/chevron-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/chevrons-left.svg b/public/assets/img/icons/chevrons-left.svg new file mode 100644 index 0000000..38af355 --- /dev/null +++ b/public/assets/img/icons/chevrons-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/close-circle.png b/public/assets/img/icons/close-circle.png new file mode 100644 index 0000000..612ef8c Binary files /dev/null and b/public/assets/img/icons/close-circle.png differ diff --git a/public/assets/img/icons/close-circle.svg b/public/assets/img/icons/close-circle.svg new file mode 100644 index 0000000..eaa1115 --- /dev/null +++ b/public/assets/img/icons/close-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/close-circle1.svg b/public/assets/img/icons/close-circle1.svg new file mode 100644 index 0000000..59e155c --- /dev/null +++ b/public/assets/img/icons/close-circle1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/close-icon.svg b/public/assets/img/icons/close-icon.svg new file mode 100644 index 0000000..a4906f1 --- /dev/null +++ b/public/assets/img/icons/close-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/closes.svg b/public/assets/img/icons/closes.svg new file mode 100644 index 0000000..d1931e2 --- /dev/null +++ b/public/assets/img/icons/closes.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/credit-card.svg b/public/assets/img/icons/credit-card.svg new file mode 100644 index 0000000..5b71ce9 --- /dev/null +++ b/public/assets/img/icons/credit-card.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/dash1.svg b/public/assets/img/icons/dash1.svg new file mode 100644 index 0000000..e30e74e --- /dev/null +++ b/public/assets/img/icons/dash1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/dash2.svg b/public/assets/img/icons/dash2.svg new file mode 100644 index 0000000..fc37123 --- /dev/null +++ b/public/assets/img/icons/dash2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/dash3.svg b/public/assets/img/icons/dash3.svg new file mode 100644 index 0000000..07bff71 --- /dev/null +++ b/public/assets/img/icons/dash3.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/dash4.svg b/public/assets/img/icons/dash4.svg new file mode 100644 index 0000000..0bd232e --- /dev/null +++ b/public/assets/img/icons/dash4.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/dash5.svg b/public/assets/img/icons/dash5.svg new file mode 100644 index 0000000..9cc4b38 --- /dev/null +++ b/public/assets/img/icons/dash5.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/dash6.svg b/public/assets/img/icons/dash6.svg new file mode 100644 index 0000000..44571d4 --- /dev/null +++ b/public/assets/img/icons/dash6.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/dash7.svg b/public/assets/img/icons/dash7.svg new file mode 100644 index 0000000..716862e --- /dev/null +++ b/public/assets/img/icons/dash7.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/dashboard.svg b/public/assets/img/icons/dashboard.svg new file mode 100644 index 0000000..bcba71c --- /dev/null +++ b/public/assets/img/icons/dashboard.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/datepicker.svg b/public/assets/img/icons/datepicker.svg new file mode 100644 index 0000000..f2d96c0 --- /dev/null +++ b/public/assets/img/icons/datepicker.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/icons/debitcard.svg b/public/assets/img/icons/debitcard.svg new file mode 100644 index 0000000..4adfa46 --- /dev/null +++ b/public/assets/img/icons/debitcard.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/icons/delete-2.svg b/public/assets/img/icons/delete-2.svg new file mode 100644 index 0000000..fed405b --- /dev/null +++ b/public/assets/img/icons/delete-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/delete.svg b/public/assets/img/icons/delete.svg new file mode 100644 index 0000000..dc819fa --- /dev/null +++ b/public/assets/img/icons/delete.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/delete1.svg b/public/assets/img/icons/delete1.svg new file mode 100644 index 0000000..1d9ba3d --- /dev/null +++ b/public/assets/img/icons/delete1.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/delete7.svg b/public/assets/img/icons/delete7.svg new file mode 100644 index 0000000..67bcaa3 --- /dev/null +++ b/public/assets/img/icons/delete7.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/dollar-square.svg b/public/assets/img/icons/dollar-square.svg new file mode 100644 index 0000000..2ff58d2 --- /dev/null +++ b/public/assets/img/icons/dollar-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/dollar.svg b/public/assets/img/icons/dollar.svg new file mode 100644 index 0000000..565fc16 --- /dev/null +++ b/public/assets/img/icons/dollar.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/download.svg b/public/assets/img/icons/download.svg new file mode 100644 index 0000000..4258ff5 --- /dev/null +++ b/public/assets/img/icons/download.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/drag-drop.svg b/public/assets/img/icons/drag-drop.svg new file mode 100644 index 0000000..b16ebdd --- /dev/null +++ b/public/assets/img/icons/drag-drop.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/assets/img/icons/dropdown.svg b/public/assets/img/icons/dropdown.svg new file mode 100644 index 0000000..e1342c9 --- /dev/null +++ b/public/assets/img/icons/dropdown.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/edit-2.svg b/public/assets/img/icons/edit-2.svg new file mode 100644 index 0000000..8ef4a42 --- /dev/null +++ b/public/assets/img/icons/edit-2.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/edit-5.svg b/public/assets/img/icons/edit-5.svg new file mode 100644 index 0000000..4709e34 --- /dev/null +++ b/public/assets/img/icons/edit-5.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/edit-6.svg b/public/assets/img/icons/edit-6.svg new file mode 100644 index 0000000..41044df --- /dev/null +++ b/public/assets/img/icons/edit-6.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/edit-set.svg b/public/assets/img/icons/edit-set.svg new file mode 100644 index 0000000..165428b --- /dev/null +++ b/public/assets/img/icons/edit-set.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/edit.svg b/public/assets/img/icons/edit.svg new file mode 100644 index 0000000..0a6eeb4 --- /dev/null +++ b/public/assets/img/icons/edit.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/ellipise.svg b/public/assets/img/icons/ellipise.svg new file mode 100644 index 0000000..92fd199 --- /dev/null +++ b/public/assets/img/icons/ellipise.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/ellipise1.svg b/public/assets/img/icons/ellipise1.svg new file mode 100644 index 0000000..d7d2249 --- /dev/null +++ b/public/assets/img/icons/ellipise1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/emoj-icon-01.svg b/public/assets/img/icons/emoj-icon-01.svg new file mode 100644 index 0000000..adfaa21 --- /dev/null +++ b/public/assets/img/icons/emoj-icon-01.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/emoj-icon-02.svg b/public/assets/img/icons/emoj-icon-02.svg new file mode 100644 index 0000000..f668bca --- /dev/null +++ b/public/assets/img/icons/emoj-icon-02.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/emoj-icon-03.svg b/public/assets/img/icons/emoj-icon-03.svg new file mode 100644 index 0000000..9bc4659 --- /dev/null +++ b/public/assets/img/icons/emoj-icon-03.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/emoj-icon-04.svg b/public/assets/img/icons/emoj-icon-04.svg new file mode 100644 index 0000000..166a86d --- /dev/null +++ b/public/assets/img/icons/emoj-icon-04.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/emoj-icon-05.svg b/public/assets/img/icons/emoj-icon-05.svg new file mode 100644 index 0000000..c9f820a --- /dev/null +++ b/public/assets/img/icons/emoj-icon-05.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/emoji-smile.svg b/public/assets/img/icons/emoji-smile.svg new file mode 100644 index 0000000..f339ecc --- /dev/null +++ b/public/assets/img/icons/emoji-smile.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/envelope.svg b/public/assets/img/icons/envelope.svg new file mode 100644 index 0000000..78bb7d4 --- /dev/null +++ b/public/assets/img/icons/envelope.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/excel.svg b/public/assets/img/icons/excel.svg new file mode 100644 index 0000000..2a3db5d --- /dev/null +++ b/public/assets/img/icons/excel.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/expense.svg b/public/assets/img/icons/expense.svg new file mode 100644 index 0000000..1dc2488 --- /dev/null +++ b/public/assets/img/icons/expense.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/expense1.svg b/public/assets/img/icons/expense1.svg new file mode 100644 index 0000000..18d44c4 --- /dev/null +++ b/public/assets/img/icons/expense1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/eye.svg b/public/assets/img/icons/eye.svg new file mode 100644 index 0000000..9104252 --- /dev/null +++ b/public/assets/img/icons/eye.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/eye1.svg b/public/assets/img/icons/eye1.svg new file mode 100644 index 0000000..a4798fc --- /dev/null +++ b/public/assets/img/icons/eye1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/facebook-logo.svg b/public/assets/img/icons/facebook-logo.svg new file mode 100644 index 0000000..e1607c0 --- /dev/null +++ b/public/assets/img/icons/facebook-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/facebook.png b/public/assets/img/icons/facebook.png new file mode 100644 index 0000000..2bc44aa Binary files /dev/null and b/public/assets/img/icons/facebook.png differ diff --git a/public/assets/img/icons/fb-icon.svg b/public/assets/img/icons/fb-icon.svg new file mode 100644 index 0000000..296c693 --- /dev/null +++ b/public/assets/img/icons/fb-icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/file-text-icon-01.svg b/public/assets/img/icons/file-text-icon-01.svg new file mode 100644 index 0000000..b7fd16a --- /dev/null +++ b/public/assets/img/icons/file-text-icon-01.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/filter.svg b/public/assets/img/icons/filter.svg new file mode 100644 index 0000000..8c07041 --- /dev/null +++ b/public/assets/img/icons/filter.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/flag-01.svg b/public/assets/img/icons/flag-01.svg new file mode 100644 index 0000000..9715b5a --- /dev/null +++ b/public/assets/img/icons/flag-01.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/flag-02.svg b/public/assets/img/icons/flag-02.svg new file mode 100644 index 0000000..45aa0e2 --- /dev/null +++ b/public/assets/img/icons/flag-02.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/flag-03.svg b/public/assets/img/icons/flag-03.svg new file mode 100644 index 0000000..508491e --- /dev/null +++ b/public/assets/img/icons/flag-03.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/flag-04.svg b/public/assets/img/icons/flag-04.svg new file mode 100644 index 0000000..4372cdc --- /dev/null +++ b/public/assets/img/icons/flag-04.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/folder-minus.svg b/public/assets/img/icons/folder-minus.svg new file mode 100644 index 0000000..a8a106f --- /dev/null +++ b/public/assets/img/icons/folder-minus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/folder.svg b/public/assets/img/icons/folder.svg new file mode 100644 index 0000000..1cbd1ce --- /dev/null +++ b/public/assets/img/icons/folder.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/fullscreen.svg b/public/assets/img/icons/fullscreen.svg new file mode 100644 index 0000000..2cadec7 --- /dev/null +++ b/public/assets/img/icons/fullscreen.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/gear.svg b/public/assets/img/icons/gear.svg new file mode 100644 index 0000000..6667b07 --- /dev/null +++ b/public/assets/img/icons/gear.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/globe.svg b/public/assets/img/icons/globe.svg new file mode 100644 index 0000000..acee2bd --- /dev/null +++ b/public/assets/img/icons/globe.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/assets/img/icons/google-icon.svg b/public/assets/img/icons/google-icon.svg new file mode 100644 index 0000000..09eb8ab --- /dev/null +++ b/public/assets/img/icons/google-icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/google.png b/public/assets/img/icons/google.png new file mode 100644 index 0000000..d9953d0 Binary files /dev/null and b/public/assets/img/icons/google.png differ diff --git a/public/assets/img/icons/half-circle.svg b/public/assets/img/icons/half-circle.svg new file mode 100644 index 0000000..3af87c8 --- /dev/null +++ b/public/assets/img/icons/half-circle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/assets/img/icons/hand01.svg b/public/assets/img/icons/hand01.svg new file mode 100644 index 0000000..f1994a3 --- /dev/null +++ b/public/assets/img/icons/hand01.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/heart.svg b/public/assets/img/icons/heart.svg new file mode 100644 index 0000000..8cc377e --- /dev/null +++ b/public/assets/img/icons/heart.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/hi.png b/public/assets/img/icons/hi.png new file mode 100644 index 0000000..0554794 Binary files /dev/null and b/public/assets/img/icons/hi.png differ diff --git a/public/assets/img/icons/hi.svg b/public/assets/img/icons/hi.svg new file mode 100644 index 0000000..51c59a5 --- /dev/null +++ b/public/assets/img/icons/hi.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/image.svg b/public/assets/img/icons/image.svg new file mode 100644 index 0000000..d186dec --- /dev/null +++ b/public/assets/img/icons/image.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/language.png b/public/assets/img/icons/language.png new file mode 100644 index 0000000..473dbc6 Binary files /dev/null and b/public/assets/img/icons/language.png differ diff --git a/public/assets/img/icons/life-buoy.svg b/public/assets/img/icons/life-buoy.svg new file mode 100644 index 0000000..08f9a6a --- /dev/null +++ b/public/assets/img/icons/life-buoy.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/img/icons/like.svg b/public/assets/img/icons/like.svg new file mode 100644 index 0000000..934df59 --- /dev/null +++ b/public/assets/img/icons/like.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/linkedin-icon.svg b/public/assets/img/icons/linkedin-icon.svg new file mode 100644 index 0000000..3ea0bde --- /dev/null +++ b/public/assets/img/icons/linkedin-icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/loader.svg b/public/assets/img/icons/loader.svg new file mode 100644 index 0000000..ba7ddc6 --- /dev/null +++ b/public/assets/img/icons/loader.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/img/icons/log-out.svg b/public/assets/img/icons/log-out.svg new file mode 100644 index 0000000..3e034ee --- /dev/null +++ b/public/assets/img/icons/log-out.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/magnifier.svg b/public/assets/img/icons/magnifier.svg new file mode 100644 index 0000000..90bf5f2 --- /dev/null +++ b/public/assets/img/icons/magnifier.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/mail.svg b/public/assets/img/icons/mail.svg new file mode 100644 index 0000000..2569a76 --- /dev/null +++ b/public/assets/img/icons/mail.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/maximize.svg b/public/assets/img/icons/maximize.svg new file mode 100644 index 0000000..d82e360 --- /dev/null +++ b/public/assets/img/icons/maximize.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/menu-icon-01.svg b/public/assets/img/icons/menu-icon-01.svg new file mode 100644 index 0000000..10d1dc3 --- /dev/null +++ b/public/assets/img/icons/menu-icon-01.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/icons/menu-icon-02.svg b/public/assets/img/icons/menu-icon-02.svg new file mode 100644 index 0000000..9452e61 --- /dev/null +++ b/public/assets/img/icons/menu-icon-02.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/menu-icon-04.svg b/public/assets/img/icons/menu-icon-04.svg new file mode 100644 index 0000000..d1f960b --- /dev/null +++ b/public/assets/img/icons/menu-icon-04.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/menu-icon-05.svg b/public/assets/img/icons/menu-icon-05.svg new file mode 100644 index 0000000..55a56fa --- /dev/null +++ b/public/assets/img/icons/menu-icon-05.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/menu-icon-06.svg b/public/assets/img/icons/menu-icon-06.svg new file mode 100644 index 0000000..430d447 --- /dev/null +++ b/public/assets/img/icons/menu-icon-06.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/menu-icon.svg b/public/assets/img/icons/menu-icon.svg new file mode 100644 index 0000000..223e4f1 --- /dev/null +++ b/public/assets/img/icons/menu-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/minus.svg b/public/assets/img/icons/minus.svg new file mode 100644 index 0000000..8f89dd5 --- /dev/null +++ b/public/assets/img/icons/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/notification-bing.svg b/public/assets/img/icons/notification-bing.svg new file mode 100644 index 0000000..b8ba005 --- /dev/null +++ b/public/assets/img/icons/notification-bing.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/pause.svg b/public/assets/img/icons/pause.svg new file mode 100644 index 0000000..8817bc3 --- /dev/null +++ b/public/assets/img/icons/pause.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/pause1.svg b/public/assets/img/icons/pause1.svg new file mode 100644 index 0000000..81243f1 --- /dev/null +++ b/public/assets/img/icons/pause1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/img/icons/pay.svg b/public/assets/img/icons/pay.svg new file mode 100644 index 0000000..5413e4a --- /dev/null +++ b/public/assets/img/icons/pay.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-01.svg b/public/assets/img/icons/payment-icon-01.svg new file mode 100644 index 0000000..feb36c3 --- /dev/null +++ b/public/assets/img/icons/payment-icon-01.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-02.svg b/public/assets/img/icons/payment-icon-02.svg new file mode 100644 index 0000000..217d874 --- /dev/null +++ b/public/assets/img/icons/payment-icon-02.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/payment-icon-03.svg b/public/assets/img/icons/payment-icon-03.svg new file mode 100644 index 0000000..e139716 --- /dev/null +++ b/public/assets/img/icons/payment-icon-03.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-04.svg b/public/assets/img/icons/payment-icon-04.svg new file mode 100644 index 0000000..80b8672 --- /dev/null +++ b/public/assets/img/icons/payment-icon-04.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-05.svg b/public/assets/img/icons/payment-icon-05.svg new file mode 100644 index 0000000..dd5c6d6 --- /dev/null +++ b/public/assets/img/icons/payment-icon-05.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-06.svg b/public/assets/img/icons/payment-icon-06.svg new file mode 100644 index 0000000..46db868 --- /dev/null +++ b/public/assets/img/icons/payment-icon-06.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-07.svg b/public/assets/img/icons/payment-icon-07.svg new file mode 100644 index 0000000..0a5f801 --- /dev/null +++ b/public/assets/img/icons/payment-icon-07.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-08.svg b/public/assets/img/icons/payment-icon-08.svg new file mode 100644 index 0000000..0b27c0b --- /dev/null +++ b/public/assets/img/icons/payment-icon-08.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-09.svg b/public/assets/img/icons/payment-icon-09.svg new file mode 100644 index 0000000..125bf5c --- /dev/null +++ b/public/assets/img/icons/payment-icon-09.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-10.svg b/public/assets/img/icons/payment-icon-10.svg new file mode 100644 index 0000000..db92873 --- /dev/null +++ b/public/assets/img/icons/payment-icon-10.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-11.svg b/public/assets/img/icons/payment-icon-11.svg new file mode 100644 index 0000000..faf5486 --- /dev/null +++ b/public/assets/img/icons/payment-icon-11.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-12.svg b/public/assets/img/icons/payment-icon-12.svg new file mode 100644 index 0000000..96ee045 --- /dev/null +++ b/public/assets/img/icons/payment-icon-12.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-13.svg b/public/assets/img/icons/payment-icon-13.svg new file mode 100644 index 0000000..e5d8f31 --- /dev/null +++ b/public/assets/img/icons/payment-icon-13.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-14.svg b/public/assets/img/icons/payment-icon-14.svg new file mode 100644 index 0000000..da1b89f --- /dev/null +++ b/public/assets/img/icons/payment-icon-14.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-icon-15.svg b/public/assets/img/icons/payment-icon-15.svg new file mode 100644 index 0000000..0ca37c3 --- /dev/null +++ b/public/assets/img/icons/payment-icon-15.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/img/icons/payment-status.svg b/public/assets/img/icons/payment-status.svg new file mode 100644 index 0000000..764fe92 --- /dev/null +++ b/public/assets/img/icons/payment-status.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/pdf-02.svg b/public/assets/img/icons/pdf-02.svg new file mode 100644 index 0000000..284b523 --- /dev/null +++ b/public/assets/img/icons/pdf-02.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/pdf.svg b/public/assets/img/icons/pdf.svg new file mode 100644 index 0000000..b79a1d6 --- /dev/null +++ b/public/assets/img/icons/pdf.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/places.svg b/public/assets/img/icons/places.svg new file mode 100644 index 0000000..b51fb09 --- /dev/null +++ b/public/assets/img/icons/places.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/play-01.svg b/public/assets/img/icons/play-01.svg new file mode 100644 index 0000000..93380c0 --- /dev/null +++ b/public/assets/img/icons/play-01.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/plus-circle.svg b/public/assets/img/icons/plus-circle.svg new file mode 100644 index 0000000..e55ebab --- /dev/null +++ b/public/assets/img/icons/plus-circle.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/plus.svg b/public/assets/img/icons/plus.svg new file mode 100644 index 0000000..e4225e5 --- /dev/null +++ b/public/assets/img/icons/plus.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/plus1.svg b/public/assets/img/icons/plus1.svg new file mode 100644 index 0000000..1d5c8fe --- /dev/null +++ b/public/assets/img/icons/plus1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/plus11.svg b/public/assets/img/icons/plus11.svg new file mode 100644 index 0000000..dfa2aea --- /dev/null +++ b/public/assets/img/icons/plus11.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/plus12.svg b/public/assets/img/icons/plus12.svg new file mode 100644 index 0000000..e397777 --- /dev/null +++ b/public/assets/img/icons/plus12.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/power.svg b/public/assets/img/icons/power.svg new file mode 100644 index 0000000..a1a5a8d --- /dev/null +++ b/public/assets/img/icons/power.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/printer.svg b/public/assets/img/icons/printer.svg new file mode 100644 index 0000000..2f224ce --- /dev/null +++ b/public/assets/img/icons/printer.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/product.svg b/public/assets/img/icons/product.svg new file mode 100644 index 0000000..64181ab --- /dev/null +++ b/public/assets/img/icons/product.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/pur-invoice.svg b/public/assets/img/icons/pur-invoice.svg new file mode 100644 index 0000000..94b6bf6 --- /dev/null +++ b/public/assets/img/icons/pur-invoice.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/purchase.svg b/public/assets/img/icons/purchase.svg new file mode 100644 index 0000000..9333b84 --- /dev/null +++ b/public/assets/img/icons/purchase.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/purchase1.svg b/public/assets/img/icons/purchase1.svg new file mode 100644 index 0000000..32327f0 --- /dev/null +++ b/public/assets/img/icons/purchase1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/purchased-earnings.svg b/public/assets/img/icons/purchased-earnings.svg new file mode 100644 index 0000000..d67b934 --- /dev/null +++ b/public/assets/img/icons/purchased-earnings.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/public/assets/img/icons/qr-scan.svg b/public/assets/img/icons/qr-scan.svg new file mode 100644 index 0000000..7320fa1 --- /dev/null +++ b/public/assets/img/icons/qr-scan.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/img/icons/qrcode-scan.svg b/public/assets/img/icons/qrcode-scan.svg new file mode 100644 index 0000000..a7f2fd3 --- /dev/null +++ b/public/assets/img/icons/qrcode-scan.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/img/icons/quotation1.svg b/public/assets/img/icons/quotation1.svg new file mode 100644 index 0000000..71babce --- /dev/null +++ b/public/assets/img/icons/quotation1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/icons/razorpay.svg b/public/assets/img/icons/razorpay.svg new file mode 100644 index 0000000..de82d01 --- /dev/null +++ b/public/assets/img/icons/razorpay.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/return1.svg b/public/assets/img/icons/return1.svg new file mode 100644 index 0000000..fc26771 --- /dev/null +++ b/public/assets/img/icons/return1.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/reverse.svg b/public/assets/img/icons/reverse.svg new file mode 100644 index 0000000..0c23572 --- /dev/null +++ b/public/assets/img/icons/reverse.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/right-arrow.svg b/public/assets/img/icons/right-arrow.svg new file mode 100644 index 0000000..4bd9939 --- /dev/null +++ b/public/assets/img/icons/right-arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/sale.svg b/public/assets/img/icons/sale.svg new file mode 100644 index 0000000..d690133 --- /dev/null +++ b/public/assets/img/icons/sale.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/sales.svg b/public/assets/img/icons/sales.svg new file mode 100644 index 0000000..ec97411 --- /dev/null +++ b/public/assets/img/icons/sales.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/sales1.svg b/public/assets/img/icons/sales1.svg new file mode 100644 index 0000000..8b7b70b --- /dev/null +++ b/public/assets/img/icons/sales1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/salesinvoice.svg b/public/assets/img/icons/salesinvoice.svg new file mode 100644 index 0000000..9d4a81a --- /dev/null +++ b/public/assets/img/icons/salesinvoice.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/scan.svg b/public/assets/img/icons/scan.svg new file mode 100644 index 0000000..0895125 --- /dev/null +++ b/public/assets/img/icons/scan.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/scanner.svg b/public/assets/img/icons/scanner.svg new file mode 100644 index 0000000..c538ff9 --- /dev/null +++ b/public/assets/img/icons/scanner.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/scanner1.svg b/public/assets/img/icons/scanner1.svg new file mode 100644 index 0000000..5781909 --- /dev/null +++ b/public/assets/img/icons/scanner1.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/scanners.svg b/public/assets/img/icons/scanners.svg new file mode 100644 index 0000000..8f1fe60 --- /dev/null +++ b/public/assets/img/icons/scanners.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/search-white.svg b/public/assets/img/icons/search-white.svg new file mode 100644 index 0000000..1421ec3 --- /dev/null +++ b/public/assets/img/icons/search-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/search-whites.svg b/public/assets/img/icons/search-whites.svg new file mode 100644 index 0000000..6bfb6c0 --- /dev/null +++ b/public/assets/img/icons/search-whites.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/search.svg b/public/assets/img/icons/search.svg new file mode 100644 index 0000000..a4594c7 --- /dev/null +++ b/public/assets/img/icons/search.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/settings.svg b/public/assets/img/icons/settings.svg new file mode 100644 index 0000000..2d950f9 --- /dev/null +++ b/public/assets/img/icons/settings.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/sidebar-delete-icon.svg b/public/assets/img/icons/sidebar-delete-icon.svg new file mode 100644 index 0000000..4c1ba77 --- /dev/null +++ b/public/assets/img/icons/sidebar-delete-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/sidebar-icon-01.svg b/public/assets/img/icons/sidebar-icon-01.svg new file mode 100644 index 0000000..9e7af33 --- /dev/null +++ b/public/assets/img/icons/sidebar-icon-01.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/sidebar-icon-02.svg b/public/assets/img/icons/sidebar-icon-02.svg new file mode 100644 index 0000000..f4a34a1 --- /dev/null +++ b/public/assets/img/icons/sidebar-icon-02.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/sidebar-icon-03.svg b/public/assets/img/icons/sidebar-icon-03.svg new file mode 100644 index 0000000..4176014 --- /dev/null +++ b/public/assets/img/icons/sidebar-icon-03.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/siderbar-icon1.svg b/public/assets/img/icons/siderbar-icon1.svg new file mode 100644 index 0000000..3b73fbb --- /dev/null +++ b/public/assets/img/icons/siderbar-icon1.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/siderbar-icon2.svg b/public/assets/img/icons/siderbar-icon2.svg new file mode 100644 index 0000000..7faf5a3 --- /dev/null +++ b/public/assets/img/icons/siderbar-icon2.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/siderbar-icon3.svg b/public/assets/img/icons/siderbar-icon3.svg new file mode 100644 index 0000000..4c307be --- /dev/null +++ b/public/assets/img/icons/siderbar-icon3.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/smile-chat.svg b/public/assets/img/icons/smile-chat.svg new file mode 100644 index 0000000..499c60f --- /dev/null +++ b/public/assets/img/icons/smile-chat.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/sms-icon-01.svg b/public/assets/img/icons/sms-icon-01.svg new file mode 100644 index 0000000..ba63b65 --- /dev/null +++ b/public/assets/img/icons/sms-icon-01.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/sms-icon-02.svg b/public/assets/img/icons/sms-icon-02.svg new file mode 100644 index 0000000..94ed644 --- /dev/null +++ b/public/assets/img/icons/sms-icon-02.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/sms-icon-03.svg b/public/assets/img/icons/sms-icon-03.svg new file mode 100644 index 0000000..e2def23 --- /dev/null +++ b/public/assets/img/icons/sms-icon-03.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/storage-icon-01.svg b/public/assets/img/icons/storage-icon-01.svg new file mode 100644 index 0000000..ae00f44 --- /dev/null +++ b/public/assets/img/icons/storage-icon-01.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/storage-icon-02.svg b/public/assets/img/icons/storage-icon-02.svg new file mode 100644 index 0000000..816d839 --- /dev/null +++ b/public/assets/img/icons/storage-icon-02.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/stripe.svg b/public/assets/img/icons/stripe.svg new file mode 100644 index 0000000..5a5b2b0 --- /dev/null +++ b/public/assets/img/icons/stripe.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/sun-icon.svg b/public/assets/img/icons/sun-icon.svg new file mode 100644 index 0000000..55afc1d --- /dev/null +++ b/public/assets/img/icons/sun-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/time-big.svg b/public/assets/img/icons/time-big.svg new file mode 100644 index 0000000..7c60512 --- /dev/null +++ b/public/assets/img/icons/time-big.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/time.svg b/public/assets/img/icons/time.svg new file mode 100644 index 0000000..7b1b27a --- /dev/null +++ b/public/assets/img/icons/time.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/total-sales.svg b/public/assets/img/icons/total-sales.svg new file mode 100644 index 0000000..36387f4 --- /dev/null +++ b/public/assets/img/icons/total-sales.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/icons/transcation.svg b/public/assets/img/icons/transcation.svg new file mode 100644 index 0000000..1d11a18 --- /dev/null +++ b/public/assets/img/icons/transcation.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/transfer1.svg b/public/assets/img/icons/transfer1.svg new file mode 100644 index 0000000..9e57335 --- /dev/null +++ b/public/assets/img/icons/transfer1.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/trash-bin.svg b/public/assets/img/icons/trash-bin.svg new file mode 100644 index 0000000..8ecb7e4 --- /dev/null +++ b/public/assets/img/icons/trash-bin.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/trash.svg b/public/assets/img/icons/trash.svg new file mode 100644 index 0000000..87f025d --- /dev/null +++ b/public/assets/img/icons/trash.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/trash12.svg b/public/assets/img/icons/trash12.svg new file mode 100644 index 0000000..6c970df --- /dev/null +++ b/public/assets/img/icons/trash12.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/img/icons/twitter-icon.svg b/public/assets/img/icons/twitter-icon.svg new file mode 100644 index 0000000..9c54feb --- /dev/null +++ b/public/assets/img/icons/twitter-icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/upload.svg b/public/assets/img/icons/upload.svg new file mode 100644 index 0000000..3c6e37e --- /dev/null +++ b/public/assets/img/icons/upload.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/img/icons/user-icon.svg b/public/assets/img/icons/user-icon.svg new file mode 100644 index 0000000..1578f48 --- /dev/null +++ b/public/assets/img/icons/user-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/user.svg b/public/assets/img/icons/user.svg new file mode 100644 index 0000000..850fa49 --- /dev/null +++ b/public/assets/img/icons/user.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/img/icons/users.svg b/public/assets/img/icons/users.svg new file mode 100644 index 0000000..6d7b046 --- /dev/null +++ b/public/assets/img/icons/users.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/assets/img/icons/users1.svg b/public/assets/img/icons/users1.svg new file mode 100644 index 0000000..1d2f0a2 --- /dev/null +++ b/public/assets/img/icons/users1.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/img/icons/video.svg b/public/assets/img/icons/video.svg new file mode 100644 index 0000000..00c1313 --- /dev/null +++ b/public/assets/img/icons/video.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/voice.svg b/public/assets/img/icons/voice.svg new file mode 100644 index 0000000..2681d18 --- /dev/null +++ b/public/assets/img/icons/voice.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/wallet.svg b/public/assets/img/icons/wallet.svg new file mode 100644 index 0000000..62f2d1b --- /dev/null +++ b/public/assets/img/icons/wallet.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/wallet1.svg b/public/assets/img/icons/wallet1.svg new file mode 100644 index 0000000..f71024c --- /dev/null +++ b/public/assets/img/icons/wallet1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/img/icons/weekly-earning.svg b/public/assets/img/icons/weekly-earning.svg new file mode 100644 index 0000000..42b3dc3 --- /dev/null +++ b/public/assets/img/icons/weekly-earning.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/img/icons/xls.svg b/public/assets/img/icons/xls.svg new file mode 100644 index 0000000..0b2ba03 --- /dev/null +++ b/public/assets/img/icons/xls.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/img/icons/zip.svg b/public/assets/img/icons/zip.svg new file mode 100644 index 0000000..f087bf3 --- /dev/null +++ b/public/assets/img/icons/zip.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/public/assets/img/img-01.jpg b/public/assets/img/img-01.jpg new file mode 100644 index 0000000..f8b71cd Binary files /dev/null and b/public/assets/img/img-01.jpg differ diff --git a/public/assets/img/img-02.jpg b/public/assets/img/img-02.jpg new file mode 100644 index 0000000..f8b71cd Binary files /dev/null and b/public/assets/img/img-02.jpg differ diff --git a/public/assets/img/img-03.jpg b/public/assets/img/img-03.jpg new file mode 100644 index 0000000..f8b71cd Binary files /dev/null and b/public/assets/img/img-03.jpg differ diff --git a/public/assets/img/img-04.jpg b/public/assets/img/img-04.jpg new file mode 100644 index 0000000..f8b71cd Binary files /dev/null and b/public/assets/img/img-04.jpg differ diff --git a/public/assets/img/img-05.jpg b/public/assets/img/img-05.jpg new file mode 100644 index 0000000..f8b71cd Binary files /dev/null and b/public/assets/img/img-05.jpg differ diff --git a/public/assets/img/img-1.jpg b/public/assets/img/img-1.jpg new file mode 100644 index 0000000..7f25530 Binary files /dev/null and b/public/assets/img/img-1.jpg differ diff --git a/public/assets/img/img-2.jpg b/public/assets/img/img-2.jpg new file mode 100644 index 0000000..7f25530 Binary files /dev/null and b/public/assets/img/img-2.jpg differ diff --git a/public/assets/img/img-3.jpg b/public/assets/img/img-3.jpg new file mode 100644 index 0000000..7f25530 Binary files /dev/null and b/public/assets/img/img-3.jpg differ diff --git a/public/assets/img/img-4.jpg b/public/assets/img/img-4.jpg new file mode 100644 index 0000000..7f25530 Binary files /dev/null and b/public/assets/img/img-4.jpg differ diff --git a/public/assets/img/img-5.jpg b/public/assets/img/img-5.jpg new file mode 100644 index 0000000..7f25530 Binary files /dev/null and b/public/assets/img/img-5.jpg differ diff --git a/public/assets/img/join-call.jpg b/public/assets/img/join-call.jpg new file mode 100644 index 0000000..f21d249 Binary files /dev/null and b/public/assets/img/join-call.jpg differ diff --git a/public/assets/img/join-call1.jpg b/public/assets/img/join-call1.jpg new file mode 100644 index 0000000..f21d249 Binary files /dev/null and b/public/assets/img/join-call1.jpg differ diff --git a/public/assets/img/layout-01.png b/public/assets/img/layout-01.png new file mode 100644 index 0000000..f69300f Binary files /dev/null and b/public/assets/img/layout-01.png differ diff --git a/public/assets/img/layout-02.png b/public/assets/img/layout-02.png new file mode 100644 index 0000000..09b6fd1 Binary files /dev/null and b/public/assets/img/layout-02.png differ diff --git a/public/assets/img/layout-03.png b/public/assets/img/layout-03.png new file mode 100644 index 0000000..4f70ec9 Binary files /dev/null and b/public/assets/img/layout-03.png differ diff --git a/public/assets/img/layout-04.png b/public/assets/img/layout-04.png new file mode 100644 index 0000000..29ef45d Binary files /dev/null and b/public/assets/img/layout-04.png differ diff --git a/public/assets/img/layout-ltr.png b/public/assets/img/layout-ltr.png new file mode 100644 index 0000000..d9969bd Binary files /dev/null and b/public/assets/img/layout-ltr.png differ diff --git a/public/assets/img/layout-rtl.png b/public/assets/img/layout-rtl.png new file mode 100644 index 0000000..5da772d Binary files /dev/null and b/public/assets/img/layout-rtl.png differ diff --git a/public/assets/img/login-user.png b/public/assets/img/login-user.png new file mode 100644 index 0000000..6239498 Binary files /dev/null and b/public/assets/img/login-user.png differ diff --git a/public/assets/img/login.jpg b/public/assets/img/login.jpg new file mode 100644 index 0000000..959e2bd Binary files /dev/null and b/public/assets/img/login.jpg differ diff --git a/public/assets/img/logo-small.png b/public/assets/img/logo-small.png new file mode 100644 index 0000000..42d8a3c Binary files /dev/null and b/public/assets/img/logo-small.png differ diff --git a/public/assets/img/logo-white.png b/public/assets/img/logo-white.png new file mode 100644 index 0000000..19778be Binary files /dev/null and b/public/assets/img/logo-white.png differ diff --git a/public/assets/img/logo.png b/public/assets/img/logo.png new file mode 100644 index 0000000..7257955 Binary files /dev/null and b/public/assets/img/logo.png differ diff --git a/public/assets/img/media/media-01.jpg b/public/assets/img/media/media-01.jpg new file mode 100644 index 0000000..c47e5b7 Binary files /dev/null and b/public/assets/img/media/media-01.jpg differ diff --git a/public/assets/img/media/media-02.jpg b/public/assets/img/media/media-02.jpg new file mode 100644 index 0000000..c47e5b7 Binary files /dev/null and b/public/assets/img/media/media-02.jpg differ diff --git a/public/assets/img/media/media-03.jpg b/public/assets/img/media/media-03.jpg new file mode 100644 index 0000000..c47e5b7 Binary files /dev/null and b/public/assets/img/media/media-03.jpg differ diff --git a/public/assets/img/media/media-04.jpg b/public/assets/img/media/media-04.jpg new file mode 100644 index 0000000..c47e5b7 Binary files /dev/null and b/public/assets/img/media/media-04.jpg differ diff --git a/public/assets/img/media/media-05.jpg b/public/assets/img/media/media-05.jpg new file mode 100644 index 0000000..c47e5b7 Binary files /dev/null and b/public/assets/img/media/media-05.jpg differ diff --git a/public/assets/img/media/media-35.jpg b/public/assets/img/media/media-35.jpg new file mode 100644 index 0000000..4bb5376 Binary files /dev/null and b/public/assets/img/media/media-35.jpg differ diff --git a/public/assets/img/media/media-36.jpg b/public/assets/img/media/media-36.jpg new file mode 100644 index 0000000..4bb5376 Binary files /dev/null and b/public/assets/img/media/media-36.jpg differ diff --git a/public/assets/img/media/media-6.jpg b/public/assets/img/media/media-6.jpg new file mode 100644 index 0000000..b2b7fc5 Binary files /dev/null and b/public/assets/img/media/media-6.jpg differ diff --git a/public/assets/img/media/media-link-01.jpg b/public/assets/img/media/media-link-01.jpg new file mode 100644 index 0000000..ac44fe6 Binary files /dev/null and b/public/assets/img/media/media-link-01.jpg differ diff --git a/public/assets/img/media/media-link-02.jpg b/public/assets/img/media/media-link-02.jpg new file mode 100644 index 0000000..ac44fe6 Binary files /dev/null and b/public/assets/img/media/media-link-02.jpg differ diff --git a/public/assets/img/product/Macbook.png b/public/assets/img/product/Macbook.png new file mode 100644 index 0000000..119367b Binary files /dev/null and b/public/assets/img/product/Macbook.png differ diff --git a/public/assets/img/product/noimage.png b/public/assets/img/product/noimage.png new file mode 100644 index 0000000..546c42c Binary files /dev/null and b/public/assets/img/product/noimage.png differ diff --git a/public/assets/img/product/product1.jpg b/public/assets/img/product/product1.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product1.jpg differ diff --git a/public/assets/img/product/product10.jpg b/public/assets/img/product/product10.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product10.jpg differ diff --git a/public/assets/img/product/product11.jpg b/public/assets/img/product/product11.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product11.jpg differ diff --git a/public/assets/img/product/product12.jpg b/public/assets/img/product/product12.jpg new file mode 100644 index 0000000..3054510 Binary files /dev/null and b/public/assets/img/product/product12.jpg differ diff --git a/public/assets/img/product/product13.jpg b/public/assets/img/product/product13.jpg new file mode 100644 index 0000000..3054510 Binary files /dev/null and b/public/assets/img/product/product13.jpg differ diff --git a/public/assets/img/product/product15.jpg b/public/assets/img/product/product15.jpg new file mode 100644 index 0000000..3054510 Binary files /dev/null and b/public/assets/img/product/product15.jpg differ diff --git a/public/assets/img/product/product17.jpg b/public/assets/img/product/product17.jpg new file mode 100644 index 0000000..3054510 Binary files /dev/null and b/public/assets/img/product/product17.jpg differ diff --git a/public/assets/img/product/product19.jpg b/public/assets/img/product/product19.jpg new file mode 100644 index 0000000..3054510 Binary files /dev/null and b/public/assets/img/product/product19.jpg differ diff --git a/public/assets/img/product/product2.jpg b/public/assets/img/product/product2.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product2.jpg differ diff --git a/public/assets/img/product/product20.jpg b/public/assets/img/product/product20.jpg new file mode 100644 index 0000000..3054510 Binary files /dev/null and b/public/assets/img/product/product20.jpg differ diff --git a/public/assets/img/product/product21.jpg b/public/assets/img/product/product21.jpg new file mode 100644 index 0000000..3054510 Binary files /dev/null and b/public/assets/img/product/product21.jpg differ diff --git a/public/assets/img/product/product22.jpg b/public/assets/img/product/product22.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product22.jpg differ diff --git a/public/assets/img/product/product23.jpg b/public/assets/img/product/product23.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product23.jpg differ diff --git a/public/assets/img/product/product24.jpg b/public/assets/img/product/product24.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product24.jpg differ diff --git a/public/assets/img/product/product28.jpg b/public/assets/img/product/product28.jpg new file mode 100644 index 0000000..c9449a6 Binary files /dev/null and b/public/assets/img/product/product28.jpg differ diff --git a/public/assets/img/product/product29.jpg b/public/assets/img/product/product29.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product29.jpg differ diff --git a/public/assets/img/product/product3.jpg b/public/assets/img/product/product3.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product3.jpg differ diff --git a/public/assets/img/product/product30.jpg b/public/assets/img/product/product30.jpg new file mode 100644 index 0000000..c9449a6 Binary files /dev/null and b/public/assets/img/product/product30.jpg differ diff --git a/public/assets/img/product/product31.jpg b/public/assets/img/product/product31.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product31.jpg differ diff --git a/public/assets/img/product/product32.jpg b/public/assets/img/product/product32.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product32.jpg differ diff --git a/public/assets/img/product/product33.jpg b/public/assets/img/product/product33.jpg new file mode 100644 index 0000000..c9449a6 Binary files /dev/null and b/public/assets/img/product/product33.jpg differ diff --git a/public/assets/img/product/product34.jpg b/public/assets/img/product/product34.jpg new file mode 100644 index 0000000..5337654 Binary files /dev/null and b/public/assets/img/product/product34.jpg differ diff --git a/public/assets/img/product/product35.jpg b/public/assets/img/product/product35.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product35.jpg differ diff --git a/public/assets/img/product/product36.jpg b/public/assets/img/product/product36.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product36.jpg differ diff --git a/public/assets/img/product/product37.jpg b/public/assets/img/product/product37.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product37.jpg differ diff --git a/public/assets/img/product/product4.jpg b/public/assets/img/product/product4.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product4.jpg differ diff --git a/public/assets/img/product/product44.jpg b/public/assets/img/product/product44.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product44.jpg differ diff --git a/public/assets/img/product/product45.jpg b/public/assets/img/product/product45.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product45.jpg differ diff --git a/public/assets/img/product/product46.jpg b/public/assets/img/product/product46.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product46.jpg differ diff --git a/public/assets/img/product/product47.jpg b/public/assets/img/product/product47.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product47.jpg differ diff --git a/public/assets/img/product/product48.jpg b/public/assets/img/product/product48.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product48.jpg differ diff --git a/public/assets/img/product/product48.png b/public/assets/img/product/product48.png new file mode 100644 index 0000000..5e9502e Binary files /dev/null and b/public/assets/img/product/product48.png differ diff --git a/public/assets/img/product/product49.jpg b/public/assets/img/product/product49.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product49.jpg differ diff --git a/public/assets/img/product/product5.jpg b/public/assets/img/product/product5.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product5.jpg differ diff --git a/public/assets/img/product/product50.jpg b/public/assets/img/product/product50.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product50.jpg differ diff --git a/public/assets/img/product/product51.jpg b/public/assets/img/product/product51.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product51.jpg differ diff --git a/public/assets/img/product/product52.jpg b/public/assets/img/product/product52.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product52.jpg differ diff --git a/public/assets/img/product/product53.jpg b/public/assets/img/product/product53.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product53.jpg differ diff --git a/public/assets/img/product/product54.jpg b/public/assets/img/product/product54.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product54.jpg differ diff --git a/public/assets/img/product/product55.jpg b/public/assets/img/product/product55.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product55.jpg differ diff --git a/public/assets/img/product/product56.jpg b/public/assets/img/product/product56.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product56.jpg differ diff --git a/public/assets/img/product/product57.jpg b/public/assets/img/product/product57.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product57.jpg differ diff --git a/public/assets/img/product/product58.jpg b/public/assets/img/product/product58.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product58.jpg differ diff --git a/public/assets/img/product/product59.jpg b/public/assets/img/product/product59.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product59.jpg differ diff --git a/public/assets/img/product/product6.jpg b/public/assets/img/product/product6.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product6.jpg differ diff --git a/public/assets/img/product/product60.jpg b/public/assets/img/product/product60.jpg new file mode 100644 index 0000000..17a14c7 Binary files /dev/null and b/public/assets/img/product/product60.jpg differ diff --git a/public/assets/img/product/product61.png b/public/assets/img/product/product61.png new file mode 100644 index 0000000..8e55158 Binary files /dev/null and b/public/assets/img/product/product61.png differ diff --git a/public/assets/img/product/product62.png b/public/assets/img/product/product62.png new file mode 100644 index 0000000..040c53a Binary files /dev/null and b/public/assets/img/product/product62.png differ diff --git a/public/assets/img/product/product63.png b/public/assets/img/product/product63.png new file mode 100644 index 0000000..f909eb7 Binary files /dev/null and b/public/assets/img/product/product63.png differ diff --git a/public/assets/img/product/product64.png b/public/assets/img/product/product64.png new file mode 100644 index 0000000..f1d068c Binary files /dev/null and b/public/assets/img/product/product64.png differ diff --git a/public/assets/img/product/product65.png b/public/assets/img/product/product65.png new file mode 100644 index 0000000..bda314d Binary files /dev/null and b/public/assets/img/product/product65.png differ diff --git a/public/assets/img/product/product66.png b/public/assets/img/product/product66.png new file mode 100644 index 0000000..e0c8ea5 Binary files /dev/null and b/public/assets/img/product/product66.png differ diff --git a/public/assets/img/product/product67.png b/public/assets/img/product/product67.png new file mode 100644 index 0000000..ee1f8f9 Binary files /dev/null and b/public/assets/img/product/product67.png differ diff --git a/public/assets/img/product/product68.png b/public/assets/img/product/product68.png new file mode 100644 index 0000000..1a8b5c9 Binary files /dev/null and b/public/assets/img/product/product68.png differ diff --git a/public/assets/img/product/product69.jpg b/public/assets/img/product/product69.jpg new file mode 100644 index 0000000..d3e9ba6 Binary files /dev/null and b/public/assets/img/product/product69.jpg differ diff --git a/public/assets/img/product/product7.jpg b/public/assets/img/product/product7.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product7.jpg differ diff --git a/public/assets/img/product/product8.jpg b/public/assets/img/product/product8.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product8.jpg differ diff --git a/public/assets/img/product/product9.jpg b/public/assets/img/product/product9.jpg new file mode 100644 index 0000000..2e3d4f9 Binary files /dev/null and b/public/assets/img/product/product9.jpg differ diff --git a/public/assets/img/products/expire-product-01.png b/public/assets/img/products/expire-product-01.png new file mode 100644 index 0000000..0fedc1c Binary files /dev/null and b/public/assets/img/products/expire-product-01.png differ diff --git a/public/assets/img/products/expire-product-02.png b/public/assets/img/products/expire-product-02.png new file mode 100644 index 0000000..7c3dad4 Binary files /dev/null and b/public/assets/img/products/expire-product-02.png differ diff --git a/public/assets/img/products/expire-product-03.png b/public/assets/img/products/expire-product-03.png new file mode 100644 index 0000000..e398c87 Binary files /dev/null and b/public/assets/img/products/expire-product-03.png differ diff --git a/public/assets/img/products/expire-product-04.png b/public/assets/img/products/expire-product-04.png new file mode 100644 index 0000000..0e716ea Binary files /dev/null and b/public/assets/img/products/expire-product-04.png differ diff --git a/public/assets/img/products/phone-add-1.png b/public/assets/img/products/phone-add-1.png new file mode 100644 index 0000000..fcdca21 Binary files /dev/null and b/public/assets/img/products/phone-add-1.png differ diff --git a/public/assets/img/products/phone-add-2.png b/public/assets/img/products/phone-add-2.png new file mode 100644 index 0000000..9b4e321 Binary files /dev/null and b/public/assets/img/products/phone-add-2.png differ diff --git a/public/assets/img/products/pos-product-01.png b/public/assets/img/products/pos-product-01.png new file mode 100644 index 0000000..98a4e76 Binary files /dev/null and b/public/assets/img/products/pos-product-01.png differ diff --git a/public/assets/img/products/pos-product-02.png b/public/assets/img/products/pos-product-02.png new file mode 100644 index 0000000..0be26e7 Binary files /dev/null and b/public/assets/img/products/pos-product-02.png differ diff --git a/public/assets/img/products/pos-product-03.png b/public/assets/img/products/pos-product-03.png new file mode 100644 index 0000000..5cf3de3 Binary files /dev/null and b/public/assets/img/products/pos-product-03.png differ diff --git a/public/assets/img/products/pos-product-04.png b/public/assets/img/products/pos-product-04.png new file mode 100644 index 0000000..e2fa56b Binary files /dev/null and b/public/assets/img/products/pos-product-04.png differ diff --git a/public/assets/img/products/pos-product-05.png b/public/assets/img/products/pos-product-05.png new file mode 100644 index 0000000..00d02a7 Binary files /dev/null and b/public/assets/img/products/pos-product-05.png differ diff --git a/public/assets/img/products/pos-product-06.png b/public/assets/img/products/pos-product-06.png new file mode 100644 index 0000000..03fb521 Binary files /dev/null and b/public/assets/img/products/pos-product-06.png differ diff --git a/public/assets/img/products/pos-product-07.png b/public/assets/img/products/pos-product-07.png new file mode 100644 index 0000000..c058a70 Binary files /dev/null and b/public/assets/img/products/pos-product-07.png differ diff --git a/public/assets/img/products/pos-product-08.png b/public/assets/img/products/pos-product-08.png new file mode 100644 index 0000000..4390369 Binary files /dev/null and b/public/assets/img/products/pos-product-08.png differ diff --git a/public/assets/img/products/pos-product-09.png b/public/assets/img/products/pos-product-09.png new file mode 100644 index 0000000..b2284ac Binary files /dev/null and b/public/assets/img/products/pos-product-09.png differ diff --git a/public/assets/img/products/pos-product-10.png b/public/assets/img/products/pos-product-10.png new file mode 100644 index 0000000..f7cc2c9 Binary files /dev/null and b/public/assets/img/products/pos-product-10.png differ diff --git a/public/assets/img/products/pos-product-11.png b/public/assets/img/products/pos-product-11.png new file mode 100644 index 0000000..3fde07c Binary files /dev/null and b/public/assets/img/products/pos-product-11.png differ diff --git a/public/assets/img/products/pos-product-12.png b/public/assets/img/products/pos-product-12.png new file mode 100644 index 0000000..6270c2c Binary files /dev/null and b/public/assets/img/products/pos-product-12.png differ diff --git a/public/assets/img/products/pos-product-13.png b/public/assets/img/products/pos-product-13.png new file mode 100644 index 0000000..c4c133d Binary files /dev/null and b/public/assets/img/products/pos-product-13.png differ diff --git a/public/assets/img/products/pos-product-14.png b/public/assets/img/products/pos-product-14.png new file mode 100644 index 0000000..941a1d2 Binary files /dev/null and b/public/assets/img/products/pos-product-14.png differ diff --git a/public/assets/img/products/pos-product-16.png b/public/assets/img/products/pos-product-16.png new file mode 100644 index 0000000..aad1078 Binary files /dev/null and b/public/assets/img/products/pos-product-16.png differ diff --git a/public/assets/img/products/pos-product-17.png b/public/assets/img/products/pos-product-17.png new file mode 100644 index 0000000..d5bfaf1 Binary files /dev/null and b/public/assets/img/products/pos-product-17.png differ diff --git a/public/assets/img/products/pos-product-18.png b/public/assets/img/products/pos-product-18.png new file mode 100644 index 0000000..af2bfdb Binary files /dev/null and b/public/assets/img/products/pos-product-18.png differ diff --git a/public/assets/img/products/product-02.jpg b/public/assets/img/products/product-02.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product-02.jpg differ diff --git a/public/assets/img/products/product1.jpg b/public/assets/img/products/product1.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product1.jpg differ diff --git a/public/assets/img/products/product10.jpg b/public/assets/img/products/product10.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product10.jpg differ diff --git a/public/assets/img/products/product11.jpg b/public/assets/img/products/product11.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product11.jpg differ diff --git a/public/assets/img/products/product12.jpg b/public/assets/img/products/product12.jpg new file mode 100644 index 0000000..a75e93c Binary files /dev/null and b/public/assets/img/products/product12.jpg differ diff --git a/public/assets/img/products/product13.jpg b/public/assets/img/products/product13.jpg new file mode 100644 index 0000000..a75e93c Binary files /dev/null and b/public/assets/img/products/product13.jpg differ diff --git a/public/assets/img/products/product15.jpg b/public/assets/img/products/product15.jpg new file mode 100644 index 0000000..a75e93c Binary files /dev/null and b/public/assets/img/products/product15.jpg differ diff --git a/public/assets/img/products/product17.jpg b/public/assets/img/products/product17.jpg new file mode 100644 index 0000000..a75e93c Binary files /dev/null and b/public/assets/img/products/product17.jpg differ diff --git a/public/assets/img/products/product19.jpg b/public/assets/img/products/product19.jpg new file mode 100644 index 0000000..a75e93c Binary files /dev/null and b/public/assets/img/products/product19.jpg differ diff --git a/public/assets/img/products/product2.jpg b/public/assets/img/products/product2.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product2.jpg differ diff --git a/public/assets/img/products/product20.jpg b/public/assets/img/products/product20.jpg new file mode 100644 index 0000000..a75e93c Binary files /dev/null and b/public/assets/img/products/product20.jpg differ diff --git a/public/assets/img/products/product21.jpg b/public/assets/img/products/product21.jpg new file mode 100644 index 0000000..a75e93c Binary files /dev/null and b/public/assets/img/products/product21.jpg differ diff --git a/public/assets/img/products/product22.jpg b/public/assets/img/products/product22.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product22.jpg differ diff --git a/public/assets/img/products/product23.jpg b/public/assets/img/products/product23.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product23.jpg differ diff --git a/public/assets/img/products/product24.jpg b/public/assets/img/products/product24.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product24.jpg differ diff --git a/public/assets/img/products/product28.jpg b/public/assets/img/products/product28.jpg new file mode 100644 index 0000000..5c1e724 Binary files /dev/null and b/public/assets/img/products/product28.jpg differ diff --git a/public/assets/img/products/product29.jpg b/public/assets/img/products/product29.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product29.jpg differ diff --git a/public/assets/img/products/product3.jpg b/public/assets/img/products/product3.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product3.jpg differ diff --git a/public/assets/img/products/product30.jpg b/public/assets/img/products/product30.jpg new file mode 100644 index 0000000..5c1e724 Binary files /dev/null and b/public/assets/img/products/product30.jpg differ diff --git a/public/assets/img/products/product31.jpg b/public/assets/img/products/product31.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product31.jpg differ diff --git a/public/assets/img/products/product32.jpg b/public/assets/img/products/product32.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product32.jpg differ diff --git a/public/assets/img/products/product33.jpg b/public/assets/img/products/product33.jpg new file mode 100644 index 0000000..5c1e724 Binary files /dev/null and b/public/assets/img/products/product33.jpg differ diff --git a/public/assets/img/products/product34.jpg b/public/assets/img/products/product34.jpg new file mode 100644 index 0000000..a2112d4 Binary files /dev/null and b/public/assets/img/products/product34.jpg differ diff --git a/public/assets/img/products/product35.jpg b/public/assets/img/products/product35.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product35.jpg differ diff --git a/public/assets/img/products/product36.jpg b/public/assets/img/products/product36.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product36.jpg differ diff --git a/public/assets/img/products/product37.jpg b/public/assets/img/products/product37.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product37.jpg differ diff --git a/public/assets/img/products/product4.jpg b/public/assets/img/products/product4.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product4.jpg differ diff --git a/public/assets/img/products/product44.jpg b/public/assets/img/products/product44.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product44.jpg differ diff --git a/public/assets/img/products/product45.jpg b/public/assets/img/products/product45.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product45.jpg differ diff --git a/public/assets/img/products/product46.jpg b/public/assets/img/products/product46.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product46.jpg differ diff --git a/public/assets/img/products/product47.jpg b/public/assets/img/products/product47.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product47.jpg differ diff --git a/public/assets/img/products/product48.png b/public/assets/img/products/product48.png new file mode 100644 index 0000000..cebdf23 Binary files /dev/null and b/public/assets/img/products/product48.png differ diff --git a/public/assets/img/products/product49.jpg b/public/assets/img/products/product49.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product49.jpg differ diff --git a/public/assets/img/products/product5.jpg b/public/assets/img/products/product5.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product5.jpg differ diff --git a/public/assets/img/products/product51.jpg b/public/assets/img/products/product51.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product51.jpg differ diff --git a/public/assets/img/products/product52.jpg b/public/assets/img/products/product52.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product52.jpg differ diff --git a/public/assets/img/products/product53.jpg b/public/assets/img/products/product53.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product53.jpg differ diff --git a/public/assets/img/products/product54.jpg b/public/assets/img/products/product54.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product54.jpg differ diff --git a/public/assets/img/products/product55.jpg b/public/assets/img/products/product55.jpg new file mode 100644 index 0000000..e1698db Binary files /dev/null and b/public/assets/img/products/product55.jpg differ diff --git a/public/assets/img/products/product56.jpg b/public/assets/img/products/product56.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product56.jpg differ diff --git a/public/assets/img/products/product57.jpg b/public/assets/img/products/product57.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product57.jpg differ diff --git a/public/assets/img/products/product58.jpg b/public/assets/img/products/product58.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product58.jpg differ diff --git a/public/assets/img/products/product59.jpg b/public/assets/img/products/product59.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product59.jpg differ diff --git a/public/assets/img/products/product6.jpg b/public/assets/img/products/product6.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product6.jpg differ diff --git a/public/assets/img/products/product60.jpg b/public/assets/img/products/product60.jpg new file mode 100644 index 0000000..3ec0c62 Binary files /dev/null and b/public/assets/img/products/product60.jpg differ diff --git a/public/assets/img/products/product61.png b/public/assets/img/products/product61.png new file mode 100644 index 0000000..8e55158 Binary files /dev/null and b/public/assets/img/products/product61.png differ diff --git a/public/assets/img/products/product62.png b/public/assets/img/products/product62.png new file mode 100644 index 0000000..040c53a Binary files /dev/null and b/public/assets/img/products/product62.png differ diff --git a/public/assets/img/products/product63.png b/public/assets/img/products/product63.png new file mode 100644 index 0000000..f909eb7 Binary files /dev/null and b/public/assets/img/products/product63.png differ diff --git a/public/assets/img/products/product64.png b/public/assets/img/products/product64.png new file mode 100644 index 0000000..f1d068c Binary files /dev/null and b/public/assets/img/products/product64.png differ diff --git a/public/assets/img/products/product65.png b/public/assets/img/products/product65.png new file mode 100644 index 0000000..bda314d Binary files /dev/null and b/public/assets/img/products/product65.png differ diff --git a/public/assets/img/products/product66.png b/public/assets/img/products/product66.png new file mode 100644 index 0000000..e0c8ea5 Binary files /dev/null and b/public/assets/img/products/product66.png differ diff --git a/public/assets/img/products/product67.png b/public/assets/img/products/product67.png new file mode 100644 index 0000000..ee1f8f9 Binary files /dev/null and b/public/assets/img/products/product67.png differ diff --git a/public/assets/img/products/product68.png b/public/assets/img/products/product68.png new file mode 100644 index 0000000..1a8b5c9 Binary files /dev/null and b/public/assets/img/products/product68.png differ diff --git a/public/assets/img/products/product69.jpg b/public/assets/img/products/product69.jpg new file mode 100644 index 0000000..56e223a Binary files /dev/null and b/public/assets/img/products/product69.jpg differ diff --git a/public/assets/img/products/product7.jpg b/public/assets/img/products/product7.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product7.jpg differ diff --git a/public/assets/img/products/product8.jpg b/public/assets/img/products/product8.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product8.jpg differ diff --git a/public/assets/img/products/product9.jpg b/public/assets/img/products/product9.jpg new file mode 100644 index 0000000..a0d0648 Binary files /dev/null and b/public/assets/img/products/product9.jpg differ diff --git a/public/assets/img/products/stock-img-01.png b/public/assets/img/products/stock-img-01.png new file mode 100644 index 0000000..823be2a Binary files /dev/null and b/public/assets/img/products/stock-img-01.png differ diff --git a/public/assets/img/products/stock-img-02.png b/public/assets/img/products/stock-img-02.png new file mode 100644 index 0000000..b152f06 Binary files /dev/null and b/public/assets/img/products/stock-img-02.png differ diff --git a/public/assets/img/products/stock-img-03.png b/public/assets/img/products/stock-img-03.png new file mode 100644 index 0000000..81261ce Binary files /dev/null and b/public/assets/img/products/stock-img-03.png differ diff --git a/public/assets/img/products/stock-img-04.png b/public/assets/img/products/stock-img-04.png new file mode 100644 index 0000000..da86f19 Binary files /dev/null and b/public/assets/img/products/stock-img-04.png differ diff --git a/public/assets/img/products/stock-img-05.png b/public/assets/img/products/stock-img-05.png new file mode 100644 index 0000000..8c06778 Binary files /dev/null and b/public/assets/img/products/stock-img-05.png differ diff --git a/public/assets/img/products/stock-img-06.png b/public/assets/img/products/stock-img-06.png new file mode 100644 index 0000000..f46b642 Binary files /dev/null and b/public/assets/img/products/stock-img-06.png differ diff --git a/public/assets/img/profiles/avatar-01.jpg b/public/assets/img/profiles/avatar-01.jpg new file mode 100644 index 0000000..dc822de Binary files /dev/null and b/public/assets/img/profiles/avatar-01.jpg differ diff --git a/public/assets/img/profiles/avatar-02.jpg b/public/assets/img/profiles/avatar-02.jpg new file mode 100644 index 0000000..41421f9 Binary files /dev/null and b/public/assets/img/profiles/avatar-02.jpg differ diff --git a/public/assets/img/profiles/avatar-03.jpg b/public/assets/img/profiles/avatar-03.jpg new file mode 100644 index 0000000..b8fbed5 Binary files /dev/null and b/public/assets/img/profiles/avatar-03.jpg differ diff --git a/public/assets/img/profiles/avatar-04.jpg b/public/assets/img/profiles/avatar-04.jpg new file mode 100644 index 0000000..1b5eb23 Binary files /dev/null and b/public/assets/img/profiles/avatar-04.jpg differ diff --git a/public/assets/img/profiles/avatar-05.jpg b/public/assets/img/profiles/avatar-05.jpg new file mode 100644 index 0000000..fb8201f Binary files /dev/null and b/public/assets/img/profiles/avatar-05.jpg differ diff --git a/public/assets/img/profiles/avatar-06.jpg b/public/assets/img/profiles/avatar-06.jpg new file mode 100644 index 0000000..3a3489f Binary files /dev/null and b/public/assets/img/profiles/avatar-06.jpg differ diff --git a/public/assets/img/profiles/avatar-07.jpg b/public/assets/img/profiles/avatar-07.jpg new file mode 100644 index 0000000..3d63238 Binary files /dev/null and b/public/assets/img/profiles/avatar-07.jpg differ diff --git a/public/assets/img/profiles/avatar-08.jpg b/public/assets/img/profiles/avatar-08.jpg new file mode 100644 index 0000000..66e0e92 Binary files /dev/null and b/public/assets/img/profiles/avatar-08.jpg differ diff --git a/public/assets/img/profiles/avatar-09.jpg b/public/assets/img/profiles/avatar-09.jpg new file mode 100644 index 0000000..89f8df5 Binary files /dev/null and b/public/assets/img/profiles/avatar-09.jpg differ diff --git a/public/assets/img/profiles/avatar-10.jpg b/public/assets/img/profiles/avatar-10.jpg new file mode 100644 index 0000000..d8acbd0 Binary files /dev/null and b/public/assets/img/profiles/avatar-10.jpg differ diff --git a/public/assets/img/profiles/avatar-100.jpg b/public/assets/img/profiles/avatar-100.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-100.jpg differ diff --git a/public/assets/img/profiles/avatar-11.jpg b/public/assets/img/profiles/avatar-11.jpg new file mode 100644 index 0000000..d8b98a9 Binary files /dev/null and b/public/assets/img/profiles/avatar-11.jpg differ diff --git a/public/assets/img/profiles/avatar-12.jpg b/public/assets/img/profiles/avatar-12.jpg new file mode 100644 index 0000000..3114503 Binary files /dev/null and b/public/assets/img/profiles/avatar-12.jpg differ diff --git a/public/assets/img/profiles/avatar-13.jpg b/public/assets/img/profiles/avatar-13.jpg new file mode 100644 index 0000000..8f58174 Binary files /dev/null and b/public/assets/img/profiles/avatar-13.jpg differ diff --git a/public/assets/img/profiles/avatar-14.jpg b/public/assets/img/profiles/avatar-14.jpg new file mode 100644 index 0000000..dc7cb80 Binary files /dev/null and b/public/assets/img/profiles/avatar-14.jpg differ diff --git a/public/assets/img/profiles/avatar-15.jpg b/public/assets/img/profiles/avatar-15.jpg new file mode 100644 index 0000000..d5490d7 Binary files /dev/null and b/public/assets/img/profiles/avatar-15.jpg differ diff --git a/public/assets/img/profiles/avatar-16.jpg b/public/assets/img/profiles/avatar-16.jpg new file mode 100644 index 0000000..d6dde8b Binary files /dev/null and b/public/assets/img/profiles/avatar-16.jpg differ diff --git a/public/assets/img/profiles/avatar-17.jpg b/public/assets/img/profiles/avatar-17.jpg new file mode 100644 index 0000000..1b4bf46 Binary files /dev/null and b/public/assets/img/profiles/avatar-17.jpg differ diff --git a/public/assets/img/profiles/avatar-18.jpg b/public/assets/img/profiles/avatar-18.jpg new file mode 100644 index 0000000..fc3db0e Binary files /dev/null and b/public/assets/img/profiles/avatar-18.jpg differ diff --git a/public/assets/img/profiles/avatar-19.jpg b/public/assets/img/profiles/avatar-19.jpg new file mode 100644 index 0000000..8aca6d8 Binary files /dev/null and b/public/assets/img/profiles/avatar-19.jpg differ diff --git a/public/assets/img/profiles/avatar-20.jpg b/public/assets/img/profiles/avatar-20.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-20.jpg differ diff --git a/public/assets/img/profiles/avatar-21.jpg b/public/assets/img/profiles/avatar-21.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-21.jpg differ diff --git a/public/assets/img/profiles/avatar-22.jpg b/public/assets/img/profiles/avatar-22.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-22.jpg differ diff --git a/public/assets/img/profiles/avatar-23.jpg b/public/assets/img/profiles/avatar-23.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-23.jpg differ diff --git a/public/assets/img/profiles/avatar-24.jpg b/public/assets/img/profiles/avatar-24.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-24.jpg differ diff --git a/public/assets/img/profiles/avatar-25.jpg b/public/assets/img/profiles/avatar-25.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-25.jpg differ diff --git a/public/assets/img/profiles/avatar-26.jpg b/public/assets/img/profiles/avatar-26.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-26.jpg differ diff --git a/public/assets/img/profiles/avatar-27.jpg b/public/assets/img/profiles/avatar-27.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-27.jpg differ diff --git a/public/assets/img/profiles/avatar-28.jpg b/public/assets/img/profiles/avatar-28.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-28.jpg differ diff --git a/public/assets/img/profiles/avatar-29.jpg b/public/assets/img/profiles/avatar-29.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-29.jpg differ diff --git a/public/assets/img/profiles/avatar-30.jpg b/public/assets/img/profiles/avatar-30.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avatar-30.jpg differ diff --git a/public/assets/img/profiles/avator1.jpg b/public/assets/img/profiles/avator1.jpg new file mode 100644 index 0000000..928f2de Binary files /dev/null and b/public/assets/img/profiles/avator1.jpg differ diff --git a/public/assets/img/profiles/profile-01.png b/public/assets/img/profiles/profile-01.png new file mode 100644 index 0000000..f79bf65 Binary files /dev/null and b/public/assets/img/profiles/profile-01.png differ diff --git a/public/assets/img/profiles/profile-02.png b/public/assets/img/profiles/profile-02.png new file mode 100644 index 0000000..3fdf8a9 Binary files /dev/null and b/public/assets/img/profiles/profile-02.png differ diff --git a/public/assets/img/profiles/profile-03.png b/public/assets/img/profiles/profile-03.png new file mode 100644 index 0000000..41dbd14 Binary files /dev/null and b/public/assets/img/profiles/profile-03.png differ diff --git a/public/assets/img/profiles/profile.png b/public/assets/img/profiles/profile.png new file mode 100644 index 0000000..ad635fe Binary files /dev/null and b/public/assets/img/profiles/profile.png differ diff --git a/public/assets/img/sending-img.png b/public/assets/img/sending-img.png new file mode 100644 index 0000000..97fdfd5 Binary files /dev/null and b/public/assets/img/sending-img.png differ diff --git a/public/assets/img/space-upgrade.jpg b/public/assets/img/space-upgrade.jpg new file mode 100644 index 0000000..6fa88b7 Binary files /dev/null and b/public/assets/img/space-upgrade.jpg differ diff --git a/public/assets/img/store/store-01.png b/public/assets/img/store/store-01.png new file mode 100644 index 0000000..82df252 Binary files /dev/null and b/public/assets/img/store/store-01.png differ diff --git a/public/assets/img/store/store-02.png b/public/assets/img/store/store-02.png new file mode 100644 index 0000000..ee691ab Binary files /dev/null and b/public/assets/img/store/store-02.png differ diff --git a/public/assets/img/store/store-03.png b/public/assets/img/store/store-03.png new file mode 100644 index 0000000..9d17a8d Binary files /dev/null and b/public/assets/img/store/store-03.png differ diff --git a/public/assets/img/store/store-04.png b/public/assets/img/store/store-04.png new file mode 100644 index 0000000..162d159 Binary files /dev/null and b/public/assets/img/store/store-04.png differ diff --git a/public/assets/img/supplier/edit-supplier.jpg b/public/assets/img/supplier/edit-supplier.jpg new file mode 100644 index 0000000..4b283a0 Binary files /dev/null and b/public/assets/img/supplier/edit-supplier.jpg differ diff --git a/public/assets/img/supplier/supplier-01.png b/public/assets/img/supplier/supplier-01.png new file mode 100644 index 0000000..fe17e66 Binary files /dev/null and b/public/assets/img/supplier/supplier-01.png differ diff --git a/public/assets/img/supplier/supplier-02.png b/public/assets/img/supplier/supplier-02.png new file mode 100644 index 0000000..4f09612 Binary files /dev/null and b/public/assets/img/supplier/supplier-02.png differ diff --git a/public/assets/img/supplier/supplier-03.png b/public/assets/img/supplier/supplier-03.png new file mode 100644 index 0000000..405f5c3 Binary files /dev/null and b/public/assets/img/supplier/supplier-03.png differ diff --git a/public/assets/img/supplier/supplier-04.png b/public/assets/img/supplier/supplier-04.png new file mode 100644 index 0000000..5f18697 Binary files /dev/null and b/public/assets/img/supplier/supplier-04.png differ diff --git a/public/assets/img/supplier/supplier-05.png b/public/assets/img/supplier/supplier-05.png new file mode 100644 index 0000000..1d5430a Binary files /dev/null and b/public/assets/img/supplier/supplier-05.png differ diff --git a/public/assets/img/supplier/supplier-06.png b/public/assets/img/supplier/supplier-06.png new file mode 100644 index 0000000..dcc53d7 Binary files /dev/null and b/public/assets/img/supplier/supplier-06.png differ diff --git a/public/assets/img/supplier/supplier-07.png b/public/assets/img/supplier/supplier-07.png new file mode 100644 index 0000000..6a39470 Binary files /dev/null and b/public/assets/img/supplier/supplier-07.png differ diff --git a/public/assets/img/supplier/supplier-08.png b/public/assets/img/supplier/supplier-08.png new file mode 100644 index 0000000..d7a6777 Binary files /dev/null and b/public/assets/img/supplier/supplier-08.png differ diff --git a/public/assets/img/supplier/supplier-09.png b/public/assets/img/supplier/supplier-09.png new file mode 100644 index 0000000..cf14b9d Binary files /dev/null and b/public/assets/img/supplier/supplier-09.png differ diff --git a/public/assets/img/supplier/supplier-10.png b/public/assets/img/supplier/supplier-10.png new file mode 100644 index 0000000..d3e9b97 Binary files /dev/null and b/public/assets/img/supplier/supplier-10.png differ diff --git a/public/assets/img/supplier/supplier1.png b/public/assets/img/supplier/supplier1.png new file mode 100644 index 0000000..83bdb2c Binary files /dev/null and b/public/assets/img/supplier/supplier1.png differ diff --git a/public/assets/img/supplier/supplier10.png b/public/assets/img/supplier/supplier10.png new file mode 100644 index 0000000..d6cc071 Binary files /dev/null and b/public/assets/img/supplier/supplier10.png differ diff --git a/public/assets/img/supplier/supplier2.png b/public/assets/img/supplier/supplier2.png new file mode 100644 index 0000000..43c0e1a Binary files /dev/null and b/public/assets/img/supplier/supplier2.png differ diff --git a/public/assets/img/supplier/supplier3.png b/public/assets/img/supplier/supplier3.png new file mode 100644 index 0000000..c9e9641 Binary files /dev/null and b/public/assets/img/supplier/supplier3.png differ diff --git a/public/assets/img/supplier/supplier4.png b/public/assets/img/supplier/supplier4.png new file mode 100644 index 0000000..612ae4e Binary files /dev/null and b/public/assets/img/supplier/supplier4.png differ diff --git a/public/assets/img/supplier/supplier5.png b/public/assets/img/supplier/supplier5.png new file mode 100644 index 0000000..bedfbdb Binary files /dev/null and b/public/assets/img/supplier/supplier5.png differ diff --git a/public/assets/img/supplier/supplier6.png b/public/assets/img/supplier/supplier6.png new file mode 100644 index 0000000..0efe499 Binary files /dev/null and b/public/assets/img/supplier/supplier6.png differ diff --git a/public/assets/img/supplier/supplier7.png b/public/assets/img/supplier/supplier7.png new file mode 100644 index 0000000..c7c54e7 Binary files /dev/null and b/public/assets/img/supplier/supplier7.png differ diff --git a/public/assets/img/supplier/supplier8.png b/public/assets/img/supplier/supplier8.png new file mode 100644 index 0000000..ffdbf8c Binary files /dev/null and b/public/assets/img/supplier/supplier8.png differ diff --git a/public/assets/img/supplier/supplier9.png b/public/assets/img/supplier/supplier9.png new file mode 100644 index 0000000..28c8290 Binary files /dev/null and b/public/assets/img/supplier/supplier9.png differ diff --git a/public/assets/img/theme/layout-01.png b/public/assets/img/theme/layout-01.png new file mode 100644 index 0000000..f69300f Binary files /dev/null and b/public/assets/img/theme/layout-01.png differ diff --git a/public/assets/img/theme/layout-02.png b/public/assets/img/theme/layout-02.png new file mode 100644 index 0000000..09b6fd1 Binary files /dev/null and b/public/assets/img/theme/layout-02.png differ diff --git a/public/assets/img/theme/layout-03.png b/public/assets/img/theme/layout-03.png new file mode 100644 index 0000000..4f70ec9 Binary files /dev/null and b/public/assets/img/theme/layout-03.png differ diff --git a/public/assets/img/theme/layout-04.png b/public/assets/img/theme/layout-04.png new file mode 100644 index 0000000..29ef45d Binary files /dev/null and b/public/assets/img/theme/layout-04.png differ diff --git a/public/assets/img/theme/layout-ltr.png b/public/assets/img/theme/layout-ltr.png new file mode 100644 index 0000000..d9969bd Binary files /dev/null and b/public/assets/img/theme/layout-ltr.png differ diff --git a/public/assets/img/theme/layout-rtl.png b/public/assets/img/theme/layout-rtl.png new file mode 100644 index 0000000..5da772d Binary files /dev/null and b/public/assets/img/theme/layout-rtl.png differ diff --git a/public/assets/img/theme/theme-img-01.jpg b/public/assets/img/theme/theme-img-01.jpg new file mode 100644 index 0000000..751ae6b Binary files /dev/null and b/public/assets/img/theme/theme-img-01.jpg differ diff --git a/public/assets/img/theme/theme-img-02.jpg b/public/assets/img/theme/theme-img-02.jpg new file mode 100644 index 0000000..751ae6b Binary files /dev/null and b/public/assets/img/theme/theme-img-02.jpg differ diff --git a/public/assets/img/theme/theme-img-03.jpg b/public/assets/img/theme/theme-img-03.jpg new file mode 100644 index 0000000..751ae6b Binary files /dev/null and b/public/assets/img/theme/theme-img-03.jpg differ diff --git a/public/assets/img/theme/theme-img-04.jpg b/public/assets/img/theme/theme-img-04.jpg new file mode 100644 index 0000000..751ae6b Binary files /dev/null and b/public/assets/img/theme/theme-img-04.jpg differ diff --git a/public/assets/img/theme/theme-img-05.jpg b/public/assets/img/theme/theme-img-05.jpg new file mode 100644 index 0000000..751ae6b Binary files /dev/null and b/public/assets/img/theme/theme-img-05.jpg differ diff --git a/public/assets/img/theme/theme-img-06.jpg b/public/assets/img/theme/theme-img-06.jpg new file mode 100644 index 0000000..751ae6b Binary files /dev/null and b/public/assets/img/theme/theme-img-06.jpg differ diff --git a/public/assets/img/theme/theme-img-07.jpg b/public/assets/img/theme/theme-img-07.jpg new file mode 100644 index 0000000..751ae6b Binary files /dev/null and b/public/assets/img/theme/theme-img-07.jpg differ diff --git a/public/assets/img/theme/theme-img-08.jpg b/public/assets/img/theme/theme-img-08.jpg new file mode 100644 index 0000000..cb81590 Binary files /dev/null and b/public/assets/img/theme/theme-img-08.jpg differ diff --git a/public/assets/img/theme/theme-img-09.jpg b/public/assets/img/theme/theme-img-09.jpg new file mode 100644 index 0000000..cb81590 Binary files /dev/null and b/public/assets/img/theme/theme-img-09.jpg differ diff --git a/public/assets/img/theme/theme-img-10.jpg b/public/assets/img/theme/theme-img-10.jpg new file mode 100644 index 0000000..cb81590 Binary files /dev/null and b/public/assets/img/theme/theme-img-10.jpg differ diff --git a/public/assets/img/users/edit-user.jpg b/public/assets/img/users/edit-user.jpg new file mode 100644 index 0000000..4b283a0 Binary files /dev/null and b/public/assets/img/users/edit-user.jpg differ diff --git a/public/assets/img/users/user-01.jpg b/public/assets/img/users/user-01.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-01.jpg differ diff --git a/public/assets/img/users/user-02.jpg b/public/assets/img/users/user-02.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-02.jpg differ diff --git a/public/assets/img/users/user-03.jpg b/public/assets/img/users/user-03.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-03.jpg differ diff --git a/public/assets/img/users/user-04.jpg b/public/assets/img/users/user-04.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-04.jpg differ diff --git a/public/assets/img/users/user-05.jpg b/public/assets/img/users/user-05.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-05.jpg differ diff --git a/public/assets/img/users/user-06.jpg b/public/assets/img/users/user-06.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-06.jpg differ diff --git a/public/assets/img/users/user-07.jpg b/public/assets/img/users/user-07.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-07.jpg differ diff --git a/public/assets/img/users/user-08.jpg b/public/assets/img/users/user-08.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-08.jpg differ diff --git a/public/assets/img/users/user-09.jpg b/public/assets/img/users/user-09.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-09.jpg differ diff --git a/public/assets/img/users/user-10.jpg b/public/assets/img/users/user-10.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-10.jpg differ diff --git a/public/assets/img/users/user-11.jpg b/public/assets/img/users/user-11.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-11.jpg differ diff --git a/public/assets/img/users/user-12.jpg b/public/assets/img/users/user-12.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-12.jpg differ diff --git a/public/assets/img/users/user-13.jpg b/public/assets/img/users/user-13.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-13.jpg differ diff --git a/public/assets/img/users/user-14.jpg b/public/assets/img/users/user-14.jpg new file mode 100644 index 0000000..cced5d5 Binary files /dev/null and b/public/assets/img/users/user-14.jpg differ diff --git a/public/assets/img/users/user-15.jpg b/public/assets/img/users/user-15.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-15.jpg differ diff --git a/public/assets/img/users/user-16.jpg b/public/assets/img/users/user-16.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-16.jpg differ diff --git a/public/assets/img/users/user-17.jpg b/public/assets/img/users/user-17.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-17.jpg differ diff --git a/public/assets/img/users/user-18.jpg b/public/assets/img/users/user-18.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-18.jpg differ diff --git a/public/assets/img/users/user-19.jpg b/public/assets/img/users/user-19.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-19.jpg differ diff --git a/public/assets/img/users/user-20.jpg b/public/assets/img/users/user-20.jpg new file mode 100644 index 0000000..f3a7aea Binary files /dev/null and b/public/assets/img/users/user-20.jpg differ diff --git a/public/assets/img/users/user-21.jpg b/public/assets/img/users/user-21.jpg new file mode 100644 index 0000000..163ea2c Binary files /dev/null and b/public/assets/img/users/user-21.jpg differ diff --git a/public/assets/img/users/user-22.jpg b/public/assets/img/users/user-22.jpg new file mode 100644 index 0000000..163ea2c Binary files /dev/null and b/public/assets/img/users/user-22.jpg differ diff --git a/public/assets/img/users/user-23.jpg b/public/assets/img/users/user-23.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-23.jpg differ diff --git a/public/assets/img/users/user-24.jpg b/public/assets/img/users/user-24.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-24.jpg differ diff --git a/public/assets/img/users/user-25.jpg b/public/assets/img/users/user-25.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-25.jpg differ diff --git a/public/assets/img/users/user-26.jpg b/public/assets/img/users/user-26.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-26.jpg differ diff --git a/public/assets/img/users/user-27.jpg b/public/assets/img/users/user-27.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-27.jpg differ diff --git a/public/assets/img/users/user-28.jpg b/public/assets/img/users/user-28.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-28.jpg differ diff --git a/public/assets/img/users/user-29.jpg b/public/assets/img/users/user-29.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-29.jpg differ diff --git a/public/assets/img/users/user-30.jpg b/public/assets/img/users/user-30.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-30.jpg differ diff --git a/public/assets/img/users/user-31.jpg b/public/assets/img/users/user-31.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-31.jpg differ diff --git a/public/assets/img/users/user-5.jpg b/public/assets/img/users/user-5.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-5.jpg differ diff --git a/public/assets/img/users/user-6.jpg b/public/assets/img/users/user-6.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-6.jpg differ diff --git a/public/assets/img/users/user-7.jpg b/public/assets/img/users/user-7.jpg new file mode 100644 index 0000000..46278da Binary files /dev/null and b/public/assets/img/users/user-7.jpg differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..e35e3e1 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..e6cb98a --- /dev/null +++ b/public/index.html @@ -0,0 +1,14 @@ + + + + + + + + Dreams Pos admin template + + + +
+ + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..ece8581 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.png", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/src/InitialPage/Sidebar/Header.jsx b/src/InitialPage/Sidebar/Header.jsx new file mode 100644 index 0000000..4fce5fa --- /dev/null +++ b/src/InitialPage/Sidebar/Header.jsx @@ -0,0 +1,689 @@ +/* eslint-disable no-unused-vars */ +import React, { useEffect, useState } from "react"; +import { Link } from "react-router-dom"; +import FeatherIcon from "feather-icons-react"; +import ImageWithBasePath from "../../core/img/imagewithbasebath"; +import { Search, XCircle } from "react-feather"; +import { all_routes } from "../../Router/all_routes"; + +const Header = () => { + const route = all_routes; + const [toggle, SetToggle] = useState(false); + const [isFullscreen, setIsFullscreen] = useState(false); + + const isElementVisible = (element) => { + return element.offsetWidth > 0 || element.offsetHeight > 0; + }; + + const slideDownSubmenu = () => { + const subdropPlusUl = document.getElementsByClassName("subdrop"); + for (let i = 0; i < subdropPlusUl.length; i++) { + const submenu = subdropPlusUl[i].nextElementSibling; + if (submenu && submenu.tagName.toLowerCase() === "ul") { + submenu.style.display = "block"; + } + } + }; + + const slideUpSubmenu = () => { + const subdropPlusUl = document.getElementsByClassName("subdrop"); + for (let i = 0; i < subdropPlusUl.length; i++) { + const submenu = subdropPlusUl[i].nextElementSibling; + if (submenu && submenu.tagName.toLowerCase() === "ul") { + submenu.style.display = "none"; + } + } + }; + + useEffect(() => { + const handleMouseover = (e) => { + e.stopPropagation(); + + const body = document.body; + const toggleBtn = document.getElementById("toggle_btn"); + + if ( + body.classList.contains("mini-sidebar") && + isElementVisible(toggleBtn) + ) { + const target = e.target.closest(".sidebar, .header-left"); + + if (target) { + body.classList.add("expand-menu"); + slideDownSubmenu(); + } else { + body.classList.remove("expand-menu"); + slideUpSubmenu(); + } + + e.preventDefault(); + } + }; + + document.addEventListener("mouseover", handleMouseover); + + return () => { + document.removeEventListener("mouseover", handleMouseover); + }; + }, []); // Empty dependency array ensures that the effect runs only once on mount + useEffect(() => { + const handleFullscreenChange = () => { + setIsFullscreen( + document.fullscreenElement || + document.mozFullScreenElement || + document.webkitFullscreenElement || + document.msFullscreenElement + ); + }; + + document.addEventListener("fullscreenchange", handleFullscreenChange); + document.addEventListener("mozfullscreenchange", handleFullscreenChange); + document.addEventListener("webkitfullscreenchange", handleFullscreenChange); + document.addEventListener("msfullscreenchange", handleFullscreenChange); + + return () => { + document.removeEventListener("fullscreenchange", handleFullscreenChange); + document.removeEventListener( + "mozfullscreenchange", + handleFullscreenChange + ); + document.removeEventListener( + "webkitfullscreenchange", + handleFullscreenChange + ); + document.removeEventListener( + "msfullscreenchange", + handleFullscreenChange + ); + }; + }, []); + const handlesidebar = () => { + document.body.classList.toggle("mini-sidebar"); + SetToggle((current) => !current); + }; + const expandMenu = () => { + document.body.classList.remove("expand-menu"); + }; + const expandMenuOpen = () => { + document.body.classList.add("expand-menu"); + }; + const sidebarOverlay = () => { + document?.querySelector(".main-wrapper")?.classList?.toggle("slide-nav"); + document?.querySelector(".sidebar-overlay")?.classList?.toggle("opened"); + document?.querySelector("html")?.classList?.toggle("menu-opened"); + }; + + let pathname = location.pathname; + + const exclusionArray = [ + "/reactjs/template/dream-pos/index-three", + "/reactjs/template/dream-pos/index-one", + ]; + if (exclusionArray.indexOf(window.location.pathname) >= 0) { + return ""; + } + + + + + const toggleFullscreen = (elem) => { + elem = elem || document.documentElement; + if ( + !document.fullscreenElement && + !document.mozFullScreenElement && + !document.webkitFullscreenElement && + !document.msFullscreenElement + ) { + if (elem.requestFullscreen) { + elem.requestFullscreen(); + } else if (elem.msRequestFullscreen) { + elem.msRequestFullscreen(); + } else if (elem.mozRequestFullScreen) { + elem.mozRequestFullScreen(); + } else if (elem.webkitRequestFullscreen) { + elem.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT); + } + } else { + if (document.exitFullscreen) { + document.exitFullscreen(); + } else if (document.msExitFullscreen) { + document.msExitFullscreen(); + } else if (document.mozCancelFullScreen) { + document.mozCancelFullScreen(); + } else if (document.webkitExitFullscreen) { + document.webkitExitFullscreen(); + } + } + }; + + return ( + <> +
+ {/* Logo */} +
+ + + + + + + + + + + + +
+ {/* /Logo */} + + + + + + + + {/* Header Menu */} +
    + {/* Search */} +
  • +
    + + + +
    + +
    +
    +
    + + + + Recent Searches +
    +
      +
    • + Products +
    • +
    • + Sales +
    • +
    • + Applications +
    • +
    +
    +
    +
    + + + + Help +
    +

    + How to Change Product Volume from 0 to 200 on Inventory + management +

    +

    Change Product Name

    +
    +
    +
    + + + + Customers +
    +
      +
    • + + Aron Varu + + +
    • +
    • + + Jonita + + +
    • +
    • + + Aaron + + +
    • +
    +
    +
    + +
    +
  • + {/* /Search */} + + {/* Select Store */} +
  • + + + + + + + Select Store + + + +
    + + {" "} + Grocery Alpha + + + {" "} + Grocery Apex + + + {" "} + Grocery Bevy + + + {" "} + Grocery Eden + +
    +
  • + {/* /Select Store */} + + {/* Flag */} +
  • + + {/* */} + {/* */} + + +
    + + + English + + + {" "} + French + + + {" "} + Spanish + + + {" "} + German + +
    +
  • + {/* /Flag */} +
  • + toggleFullscreen()} + className={isFullscreen ? "Exit Fullscreen" : "Go Fullscreen"} + > + {/* */} + + +
  • +
  • + + {/* */} + + 1 + +
  • + {/* Notifications */} +
  • + + {/* */} + + 2 + +
    +
    + Notifications + + {" "} + Clear All{" "} + +
    +
    +
      +
    • + +
      + + + +
      +

      + John Doe added + new task{" "} + + Patient appointment booking + +

      +

      + + 4 mins ago + +

      +
      +
      + +
    • +
    • + +
      + + + +
      +

      + Tarah Shropshire{" "} + changed the task name{" "} + + Appointment booking with payment gateway + +

      +

      + + 6 mins ago + +

      +
      +
      + +
    • +
    • + +
      + + + +
      +

      + Misty Tison{" "} + added{" "} + Domenic Houston{" "} + and Claire Mapes{" "} + to project{" "} + + Doctor available module + +

      +

      + + 8 mins ago + +

      +
      +
      + +
    • +
    • + +
      + + + +
      +

      + Rolland Webber{" "} + completed task{" "} + + Patient and Doctor video conferencing + +

      +

      + + 12 mins ago + +

      +
      +
      + +
    • +
    • + +
      + + + +
      +

      + Bernardo Galaviz{" "} + added new task{" "} + + Private chat module + +

      +

      + + 2 days ago + +

      +
      +
      + +
    • +
    +
    +
    + View all Notifications +
    +
    +
  • + {/* /Notifications */} +
  • + + {/* */} + + +
  • +
  • + + + + + + + John Smilga + Super Admin + + + +
    +
    +
    + + + + +
    +
    John Smilga
    +
    Super Admin
    +
    +
    +
    + + My Profile + + + + Settings + +
    + + + Logout + +
    +
    +
  • +
+ {/* /Header Menu */} + {/* Mobile Menu */} +
+ + + +
+ + My Profile + + + Settings + + + Logout + +
+
+ {/* /Mobile Menu */} +
+ + ); +}; + +export default Header; diff --git a/src/InitialPage/Sidebar/LoadingSpinner.jsx b/src/InitialPage/Sidebar/LoadingSpinner.jsx new file mode 100644 index 0000000..dc4ce5d --- /dev/null +++ b/src/InitialPage/Sidebar/LoadingSpinner.jsx @@ -0,0 +1,9 @@ +import React from "react"; + +export default function LoadingSpinner() { + return ( +
+
+
+ ); +} \ No newline at end of file diff --git a/src/InitialPage/Sidebar/Sidebar.jsx b/src/InitialPage/Sidebar/Sidebar.jsx new file mode 100644 index 0000000..c403b04 --- /dev/null +++ b/src/InitialPage/Sidebar/Sidebar.jsx @@ -0,0 +1,174 @@ +import React, { useState } from "react"; +import Scrollbars from "react-custom-scrollbars-2"; +// import { useSelector } from "react-redux"; +import { Link, useLocation } from "react-router-dom"; +import { SidebarData } from "../../core/json/siderbar_data"; +import HorizontalSidebar from "./horizontalSidebar"; +import CollapsedSidebar from "./collapsedSidebar"; + +const Sidebar = () => { + // const SidebarData = useSelector((state) => state.sidebar_data); + // console.log(sidebarData, "sidebar"); + + const Location = useLocation(); + + console.log("Location.pathname", Location.pathname); + + const [subOpen, setSubopen] = useState(""); + const [subsidebar, setSubsidebar] = useState(""); + + const toggleSidebar = (title) => { + if (title == subOpen) { + setSubopen(""); + } else { + setSubopen(title); + } + }; + + const toggleSubsidebar = (subitem) => { + if (subitem == subsidebar) { + setSubsidebar(""); + } else { + setSubsidebar(subitem); + } + }; + + return ( +
+ + + +
+ ); +}; + +export default Sidebar; diff --git a/src/InitialPage/Sidebar/collapsedSidebar.jsx b/src/InitialPage/Sidebar/collapsedSidebar.jsx new file mode 100644 index 0000000..c1ed2d4 --- /dev/null +++ b/src/InitialPage/Sidebar/collapsedSidebar.jsx @@ -0,0 +1,1197 @@ +import React, { useState } from "react"; +import { Link } from "react-router-dom"; +import ImageWithBasePath from "../../core/img/imagewithbasebath"; + +const CollapsedSidebar = () => { + const [isActive, setIsActive] = useState(false); + const [isActive2, setIsActive2] = useState(false); + const [isActive3, setIsActive3] = useState(false); + const [isActive4, setIsActive4] = useState(false); + const [isActive5, setIsActive5] = useState(false); + const [isActive6, setIsActive6] = useState(false); + const [isActive7, setIsActive7] = useState(false); + + const handleSelectClick = () => { + setIsActive(!isActive); + }; + const handleSelectClick2 = () => { + setIsActive2(!isActive2); + }; + const handleSelectClick3 = () => { + setIsActive3(!isActive3); + }; + const handleSelectClick4 = () => { + setIsActive4(!isActive4); + }; + const handleSelectClick5 = () => { + setIsActive5(!isActive5); + }; + const handleSelectClick6 = () => { + setIsActive6(!isActive6); + }; + const handleSelectClick7 = () => { + setIsActive7(!isActive7); + }; + + return ( +
+
+ +
+
+ ); +}; + +export default CollapsedSidebar; diff --git a/src/InitialPage/Sidebar/horizontalSidebar.jsx b/src/InitialPage/Sidebar/horizontalSidebar.jsx new file mode 100644 index 0000000..7a1ba9f --- /dev/null +++ b/src/InitialPage/Sidebar/horizontalSidebar.jsx @@ -0,0 +1,1403 @@ +import React, { useState } from "react"; +import { Grid, User } from "react-feather"; +import { Link } from "react-router-dom"; + +const HorizontalSidebar = () => { + const [isActive, setIsActive] = useState(false); + const [isActive2, setIsActive2] = useState(false); + const [isActive3, setIsActive3] = useState(false); + const [isActive4, setIsActive4] = useState(false); + const [isActive5, setIsActive5] = useState(false); + const [isActive6, setIsActive6] = useState(false); + const [isActive7, setIsActive7] = useState(false); + + const [subActive, setsubActive] = useState(false); + const [subActive2, setsubActive2] = useState(false); + const [subActive3, setsubActive3] = useState(false); + const [subActive4, setsubActive4] = useState(false); + const [subActive5, setsubActive5] = useState(false); + const [subActive6, setsubActive6] = useState(false); + const [subActive7, setsubActive7] = useState(false); + const [subActive8, setsubActive8] = useState(false); + const [subActive9, setsubActive9] = useState(false); + const [subActive10, setsubActive10] = useState(false); + const [subActive11, setsubActive11] = useState(false); + const [subActive12, setsubActive12] = useState(false); + const [subActive13, setsubActive13] = useState(false); + const [subActive14, setSubActive14] = useState(false); + const [subActive15, setSubActive15] = useState(false); + const [subActive16, setSubActive16] = useState(false); + const [subActive17, setSubActive17] = useState(false); + const [subActive18, setSubActive18] = useState(false); + const [subActive19, setSubActive19] = useState(false); + const [subActive20, setSubActive20] = useState(false); + const [subActive21, setSubActive21] = useState(false); + const [subActive22, setSubActive22] = useState(false); + const [subActive23, setSubActive23] = useState(false); + const [subActive24, setSubActive24] = useState(false); + const [subActive25, setSubActive25] = useState(false); + const [subActive26, setSubActive26] = useState(false); + + const handleSubClick = () => { + setsubActive(!subActive); + }; + const handleSubClick2 = () => { + setsubActive2(!subActive2); + }; + const handleSubClick3 = () => { + setsubActive3(!subActive3); + }; + const handleSubClick4 = () => { + setsubActive4(!subActive4); + }; + const handleSubClick5 = () => { + setsubActive5(!subActive5); + }; + const handleSubClick6 = () => { + setsubActive6(!subActive6); + }; + const handleSubClick7 = () => { + setsubActive7(!subActive7); + }; + const handleSubClick8 = () => { + setsubActive8(!subActive8); + }; + const handleSubClick9 = () => { + setsubActive9(!subActive9); + }; + const handleSubClick10 = () => { + setsubActive10(!subActive10); + }; + const handleSubClick11 = () => { + setsubActive11(!subActive11); + }; + const handleSubClick12 = () => { + setsubActive12(!subActive12); + }; + const handleSubClick13 = () => { + setsubActive13(!subActive13); + }; + + const handleSubClick14 = () => { + setSubActive14(!subActive14); + }; + + const handleSubClick15 = () => { + setSubActive15(!subActive15); + }; + + const handleSubClick16 = () => { + setSubActive16(!subActive16); + }; + + const handleSubClick17 = () => { + setSubActive17(!subActive17); + }; + + const handleSubClick18 = () => { + setSubActive18(!subActive18); + }; + + const handleSubClick19 = () => { + setSubActive19(!subActive19); + }; + + const handleSubClick20 = () => { + setSubActive20(!subActive20); + }; + + const handleSubClick21 = () => { + setSubActive21(!subActive21); + }; + + const handleSubClick22 = () => { + setSubActive22(!subActive22); + }; + + const handleSubClick23 = () => { + setSubActive23(!subActive23); + }; + + const handleSubClick24 = () => { + setSubActive24(!subActive24); + }; + + const handleSubClick25 = () => { + setSubActive25(!subActive25); + }; + + const handleSubClick26 = () => { + setSubActive26(!subActive26); + }; + + const handleSelectClick = () => { + setIsActive(!isActive); + setIsActive2(false); + setIsActive3(false); + setIsActive4(false); + setIsActive5(false); + setIsActive6(false); + setIsActive7(false); + }; + const handleSelectClick2 = () => { + setIsActive(false); + setIsActive2(!isActive2); + setIsActive3(false); + setIsActive4(false); + setIsActive5(false); + setIsActive6(false); + setIsActive7(false); + }; + const handleSelectClick3 = () => { + setIsActive(false); + setIsActive2(false); + setIsActive3(!isActive3); + setIsActive4(false); + setIsActive5(false); + setIsActive6(false); + setIsActive7(false); + }; + const handleSelectClick4 = () => { + setIsActive(false); + setIsActive2(false); + setIsActive3(false); + setIsActive4(!isActive4); + setIsActive5(false); + setIsActive6(false); + setIsActive7(false); + }; + const handleSelectClick5 = () => { + setIsActive(false); + setIsActive2(false); + setIsActive3(false); + setIsActive4(false); + setIsActive5(!isActive5); + setIsActive6(false); + setIsActive7(false); + }; + const handleSelectClick6 = () => { + setIsActive(false); + setIsActive2(false); + setIsActive3(false); + setIsActive4(false); + setIsActive5(false); + setIsActive6(!isActive6); + setIsActive7(false); + }; + const handleSelectClick7 = () => { + setIsActive(false); + setIsActive2(false); + setIsActive3(false); + setIsActive4(false); + setIsActive5(false); + setIsActive6(false); + setIsActive7(!isActive7); + }; + + return ( +
+ +
+ ); +}; + +export default HorizontalSidebar; diff --git a/src/InitialPage/themeSettings.jsx b/src/InitialPage/themeSettings.jsx new file mode 100644 index 0000000..78d6dd8 --- /dev/null +++ b/src/InitialPage/themeSettings.jsx @@ -0,0 +1,544 @@ +import React, { useEffect, useState } from "react"; +import { Settings } from "react-feather"; +import { useDispatch } from "react-redux"; +import { Link } from "react-router-dom"; +import { setLayoutChange } from "../core/redux/action"; +import ImageWithBasePath from "../core/img/imagewithbasebath"; + +const ThemeSettings = () => { + const dispatch = useDispatch(); + + const [show, setShow] = useState(false); + const [layoutColor, setlayoutColor] = useState( + localStorage.getItem("colorschema") + ); + + const [layoutView, setLayoutView] = useState( + localStorage.getItem("layoutStyling") + ); + + const [layoutTheme, setLayoutTheme] = useState( + localStorage.getItem("layoutThemeColors") + ); + + const showSettings = () => { + setShow(!show); + }; + + const DarkThemes = () => { + localStorage.setItem("colorschema", "dark_mode"); + console.log("check dark mode"); + setlayoutColor("dark_mode"); + document.documentElement.setAttribute("data-layout-mode", "dark_mode"); + }; + + const LightThemes = () => { + localStorage.setItem("colorschema", "light_mode"); + setlayoutColor("light_mode"); + document.documentElement.setAttribute("data-layout-mode", "light_mode"); + }; + + const DefaultStyle = () => { + localStorage.setItem("layoutStyling", "default"); + setLayoutView("default"); + dispatch(setLayoutChange("default")); + document.documentElement.setAttribute("data-layout-style", "default"); + }; + + const LayoutBox = () => { + localStorage.setItem("layoutStyling", "box"); + setLayoutView("box"); + dispatch(setLayoutChange("box")); + document.documentElement.setAttribute("data-layout-style", "box"); + }; + const collapsedLayout = () => { + localStorage.setItem("layoutStyling", "collapsed"); + setLayoutView("collapsed"); + dispatch(setLayoutChange("collapsed")); + document.documentElement.setAttribute("data-layout-style", "collapsed"); + }; + + const HorizontalLayout = () => { + localStorage.setItem("layoutStyling", "horizontal"); + setLayoutView("horizontal"); + dispatch(setLayoutChange("horizontal")); + document.documentElement.setAttribute("data-layout-style", "horizontal"); + }; + const modernLayout = () => { + localStorage.setItem("layoutStyling", "modern"); + setLayoutView("modern"); + dispatch(setLayoutChange("modern")); + document.documentElement.setAttribute("data-layout-style", "modern"); + }; + + const LayoutGrey = () => { + localStorage.setItem("layoutThemeColors", "grey"); + setLayoutTheme("grey"); + document.documentElement.setAttribute("data-nav-color", "grey"); + }; + + const LayoutDark = () => { + localStorage.setItem("layoutThemeColors", "dark"); + setLayoutTheme("dark"); + document.documentElement.setAttribute("data-nav-color", "dark"); + }; + const LayoutLight = () => { + localStorage.setItem("layoutThemeColors", "light"); + setLayoutTheme("light"); + document.documentElement.setAttribute("data-nav-color", "light"); + }; + const ResetData = () => { + localStorage.setItem("colorschema", "light_mode"); + localStorage.setItem("layoutStyling", "default"); + localStorage.setItem("layoutThemeColors", "light"); + + setlayoutColor("light_mode"); + setLayoutView("default"); + setLayoutTheme("light"); + + document.documentElement.setAttribute("data-layout-mode", "light_mode"); + document.documentElement.setAttribute("data-layout-style", "default"); + document.documentElement.setAttribute("data-nav-color", "light"); + }; + + useEffect(() => { + document.documentElement.setAttribute("data-layout-mode", layoutColor); + document.documentElement.setAttribute("data-layout-style", layoutView); + document.documentElement.setAttribute("data-nav-color", layoutTheme); + }, [layoutColor, layoutTheme, layoutView]); + return ( + <> +
+
    +
  • + + + +
  • +
+
+ +
+
+
+
+
Theme Customizer
+

Customize & Preview in Real Time

+
+
+ {/* */} + + ⟳ + + + X + +
+
+
+
+
+
+
+
Theme Mode
+

Enjoy Dark & Light modes.

+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
Direction
+

Select the direction for your app.

+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
Layout Mode
+

Select the primary layout style for your app.

+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
+
Navigation Colors
+

Setup the color for the Navigation

+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ + Buy Now + +
+
+
+
+
+ +
+
+
+ + ); +}; + +export default ThemeSettings; diff --git a/src/Router/all_routes.jsx b/src/Router/all_routes.jsx new file mode 100644 index 0000000..3e075b9 --- /dev/null +++ b/src/Router/all_routes.jsx @@ -0,0 +1,193 @@ +export const all_routes = { + dashboard: "/", + productlist: "/product-list", + addproduct: "/add-product", + salesdashboard: "/sales-dashboard", + brandlist: "/brand-list", + units: "/units", + variantyattributes: "/variant-attributes", + warranty: "/warranty", + barcode: "/barcode", + alerts: "/ui-alerts", + accordion: "/ui-accordion", + avatar: "/ui-avatar", + badges: "/ui-badges", + borders: "/ui-borders", + buttons: "ui-buttons", + buttonsgroup: "/ui-buttons-group", + breadcrumb: "/ui-breadcrumb", + cards: "/ui-cards", + dropdowns: "/ui-dropdowns", + colors: "/ui-colors", + carousel: "/ui-carousel", + navtabs: "/ui-nav-tabs", + grid: "/ui-grid", + images: "/ui-images", + lightbox: "/ui-lightbox", + media: "/ui-media", + modals: "/ui-modals", + offcanvas: "/ui-offcanvas", + pagination: "/ui-pagination", + typography: "/ui-typography", + tooltip: "/ui-tooltips", + draganddrop: "/ui-drag-drop", + departmentgrid: "/department-grid", + departmentlist: "/department-list", + designation: "/designation", + shift: "/shift", + attendanceemployee: "/attendance-employee", + clipboard: "/ui-clipboard", + popover: "/ui-popovers", + tablebasic: "/tables-basic", + datatable: "/data-tables", + basicinput: "/form-basic-inputs", + checkboxradio: "/form-checkbox-radios", + inputgroup: "/form-input-groups", + gridgutters: "/form-grid-gutters", + formselect: "/form-select", + fileupload: "/form-fileupload", + formmask: "/form-mask", + formhorizontal: "/form-horizontal", + formvertical: "/form-vertical", + floatinglabel: "/form-floating-labels", + formvalidation: "/form-validation", + select2: "/form-select2", + + toasts: "/ui-toasts", + video: "/ui-video", + sweetalerts: "/ui-sweetalerts", + spinner: "/ui-spinner", + progress: "/ui-progress", + placeholder: "/ui-placeholders", + rating: "/ui-rating", + texteditor: "/ui-text-editor", + counter: "/ui-counter", + scrollbar: "/ui-scrollbar", + stickynote: "/ui-stickynote", + timeline: "/ui-timeline", + apexchart: "/chart-apex", + chartjs: "/chart-js", + rangeslider: "/ui-rangeslider", + fontawesome: "/icon-fontawesome", + feathericon: "/icon-feather", + ionicicons: "/icon-ionic", + materialicons: "/icon-material", + pe7icons: "/icon-pe7", + simpleline: "/icon-simpleline", + themifyicons: "/icon-themify", + iconweather: "/icon-weather", + typicons: "/icon-typicon", + flagicons: "/icon-flag", + ribbon: "/ui-ribbon", + + chat: "/chat", + videocall: "/video-call", + audiocall: "/audio-call", + email: "/email", + callhistory: "/call-history", + todo: "/todo", + wizard: "/form-wizard", + expiredproduct: "/expired-products", + lowstock: "/low-stocks", + categorylist: "/category-list", + subcategories: "/sub-categories", + productdetails: "/product-details", + editproduct: "/edit-product", + expenselist: "/expense-list", + expensecategory: "/expense-category", + calendar: "/calendar", + variantattributes: "/variant-attributes", + qrcode: "/qrcode", + purchaselist: "/purchase-list", + purchaseorderreport: "/purchase-order-report", + purchasereturn: "/purchase-returns", + appearance: "/appearance", + socialauthendication: "/social-authentication", + languagesettings: "/language-settings", + invoicesettings: "/invoice-settings", + printersettings: "/printer-settings", + possettings: "/pos-settings", + customfields: "/custom-fields", + emailsettings: "/email-settings", + smssettings: "/sms-gateway", + otpsettings: "/otp-settings", + gdbrsettings: "/gdpr-settings", + paymentgateway: "/payment-gateway-settings", + banksettingslist: "/bank-settings-list", + banksettingsgrid: "/bank-settings-grid", + taxrates: "/tax-rates", + currencysettings: "/currency-settings", + storagesettings: "/storage-settings", + banipaddress: "/ban-ip-address", + generalsettings: "/general-settings", + securitysettings: "/security-settings", + notification: "/notification", + connectedapps: "/connected-apps", + systemsettings: "/system-settings", + companysettings: "/company-settings", + localizationsettings: "/localization-settings", + prefixes: "/prefixes", + preference: "/preference", + saleslist: "/sales-list", + invoicereport: "/invoice-report", + salesreturn: "/sales-returns", + quotationlist: "/quotation-list", + pos: "/pos", + attendanceadmin: "attendance-admin", + payslip: "/payslip", + holidays: "/holidays", + customers: "/customers", + suppliers: "/suppliers", + storelist: "/store-list", + managestock: "/manage-stocks", + stockadjustment: "/stock-adjustment", + stocktransfer: "/stock-transfer", + salesreport: "/sales-report", + purchasereport: "/purchase-report", + inventoryreport: "/inventory-report", + supplierreport: "/supplier-report", + customerreport: "/customer-report", + expensereport: "/expense-report", + incomereport: "/income-report", + taxreport: "/tax-report", + profitloss: "/profit-loss-report", + notes: "/notes", + filemanager: "/file-manager", + profile: "/profile", + signin: "/signin", + signintwo: "/signin-2", + signinthree: "/signin-3", + register: "/register", + registerTwo: "/register-2", + registerThree: "/register-3", + forgotPassword: "/forgot-password", + forgotPasswordTwo: "/forgot-password-2", + forgotPasswordThree: "/forgot-password-3", + resetpassword: "/reset-password", + resetpasswordTwo: "/reset-password-2", + resetpasswordThree: "/reset-password-3", + emailverification: "/email-verification", + emailverificationTwo: "/email-verification-2", + emailverificationThree: "/email-verification-3", + twostepverification: "/two-step-verification", + twostepverificationTwo: "/two-step-verification-2", + twostepverificationThree: "/two-step-verification-3", + lockscreen: "/lock-screen", + error404: "/error-404", + error500: "/error-500", + blankpage: "/blank-page", + comingsoon: "/coming-soon", + undermaintenance: "/under-maintenance", + users: "/users", + rolespermission: "/roles-permissions", + permissions: "/permissions", + deleteaccount: "/delete-account", + employeegrid: "/employees-grid", + addemployee: "/add-employee", + editemployee: "/edit-employee", + leavesadmin: "leaves-admin", + leavesemployee: "/leaves-employee", + leavestype: "/leave-types", + warehouses: "/warehouse", + coupons:"/coupons", +}; diff --git a/src/Router/router.jsx b/src/Router/router.jsx new file mode 100644 index 0000000..59f5546 --- /dev/null +++ b/src/Router/router.jsx @@ -0,0 +1,82 @@ +import React from "react"; +import { Route, Routes } from "react-router-dom"; +import Header from "../InitialPage/Sidebar/Header"; +import Sidebar from "../InitialPage/Sidebar/Sidebar"; +import { pagesRoute, posRoutes, publicRoutes } from "./router.link"; +import { Outlet } from "react-router-dom"; +import { useSelector } from "react-redux"; +import ThemeSettings from "../InitialPage/themeSettings"; +// import CollapsedSidebar from "../InitialPage/Sidebar/collapsedSidebar"; +import Loader from "../feature-module/loader/loader"; +// import HorizontalSidebar from "../InitialPage/Sidebar/horizontalSidebar"; +//import LoadingSpinner from "../InitialPage/Sidebar/LoadingSpinner"; + +const AllRoutes = () => { + const data = useSelector((state) => state.toggle_header); + // const layoutStyles = useSelector((state) => state.layoutstyledata); + const HeaderLayout = () => ( +
+
+ {/* {layoutStyles == "collapsed" ? ( + + ) : layoutStyles == "horizontal" ? ( + + ) : ( + + )} */} + + + + +
+ ); + + const Authpages = () => ( +
+ + + +
+ ); + + const Pospages = () => ( +
+
+ + + +
+ ); + + console.log(publicRoutes, "dashboard"); + + return ( +
+ + }> + {posRoutes.map((route, id) => ( + + ))} + + }> + {publicRoutes.map((route, id) => ( + + ))} + + + }> + {pagesRoute.map((route, id) => ( + + ))} + + + {/* }> + {expensesRoutes.map((route, id) => ( + + ))} + */} + +
+ ); +}; +export default AllRoutes; diff --git a/src/Router/router.link.jsx b/src/Router/router.link.jsx new file mode 100644 index 0000000..cb134ad --- /dev/null +++ b/src/Router/router.link.jsx @@ -0,0 +1,1570 @@ +import React from "react"; +import { Route, Navigate } from "react-router-dom"; +import ProductList from "../feature-module/inventory/productlist"; +import Dashboard from "../feature-module/dashboard/Dashboard"; +import AddProduct from "../feature-module/inventory/addproduct"; +import SalesDashbaord from "../feature-module/dashboard/salesdashbaord"; +import BrandList from "../feature-module/inventory/brandlist"; +import VariantAttributes from "../feature-module/inventory/variantattributes"; +import Warranty from "../feature-module/inventory/warranty"; +import PrintBarcode from "../feature-module/inventory/printbarcode"; +import Grid from "../feature-module/uiinterface/grid"; +import Images from "../feature-module/uiinterface/images"; +import Lightboxes from "../feature-module/uiinterface/lightbox"; +import Media from "../feature-module/uiinterface/media"; +import Modals from "../feature-module/uiinterface/modals"; +import Offcanvas from "../feature-module/uiinterface/offcanvas"; +import Pagination from "../feature-module/uiinterface/pagination"; + +import Alert from "../feature-module/uiinterface/alert"; +import Accordion from "../feature-module/uiinterface/accordion"; +import Avatar from "../feature-module/uiinterface/avatar"; +import Badges from "../feature-module/uiinterface/badges"; +import Borders from "../feature-module/uiinterface/borders"; +import Buttons from "../feature-module/uiinterface/buttons"; +import ButtonsGroup from "../feature-module/uiinterface/buttonsgroup"; +import Popovers from "../feature-module/uiinterface/popover"; + +import Breadcrumb from "../feature-module/uiinterface/breadcrumb"; +import Cards from "../feature-module/uiinterface/cards"; +import Dropdowns from "../feature-module/uiinterface/dropdowns"; +import Colors from "../feature-module/uiinterface/colors"; +import Carousel from "../feature-module/uiinterface/carousel"; +import Spinner from "../feature-module/uiinterface/spinner"; +import NavTabs from "../feature-module/uiinterface/navtabs"; +import Toasts from "../feature-module/uiinterface/toasts"; +import Typography from "../feature-module/uiinterface/typography"; +import Video from "../feature-module/uiinterface/video"; +import Tooltips from "../feature-module/uiinterface/tooltips"; +import DragDrop from "../feature-module/uiinterface/advancedui/dragdrop"; +import SweetAlert from "../feature-module/uiinterface/sweetalert"; +import Progress from "../feature-module/uiinterface/progress"; +import Placeholder from "../feature-module/uiinterface/placeholder"; +import Rating from "../feature-module/uiinterface/advancedui/rating"; +import TextEditor from "../feature-module/uiinterface/advancedui/texteditor"; +import Counter from "../feature-module/uiinterface/advancedui/counter"; +import Uiscrollbar from "../feature-module/uiinterface/advancedui/uiscrollbar"; +import Stickynote from "../feature-module/uiinterface/advancedui/stickynote"; +import Timeline from "../feature-module/uiinterface/advancedui/timeline"; +import Apexchart from "../feature-module/uiinterface/charts/apexcharts"; +import ChartJs from "../feature-module/uiinterface/charts/chartjs"; +import RangeSlides from "../feature-module/uiinterface/rangeslider"; +import FontawesomeIcons from "../feature-module/uiinterface/icons/fontawesome"; +import FeatherIcons from "../feature-module/uiinterface/icons/feathericon"; +import IonicIcons from "../feature-module/uiinterface/icons/ionicicons"; +import MaterialIcons from "../feature-module/uiinterface/icons/materialicon"; +import PE7Icons from "../feature-module/uiinterface/icons/pe7icons"; +import SimplelineIcons from "../feature-module/uiinterface/icons/simplelineicon"; +import ThemifyIcons from "../feature-module/uiinterface/icons/themify"; +import WeatherIcons from "../feature-module/uiinterface/icons/weathericons"; +import TypiconIcons from "../feature-module/uiinterface/icons/typicons"; +import FlagIcons from "../feature-module/uiinterface/icons/flagicons"; + +const routes = all_routes; + +import DepartmentGrid from "../feature-module/hrm/departmentgrid"; +import DepartmentList from "../feature-module/hrm/departmentlist"; +import Designation from "../feature-module/hrm/designation"; +import Shift from "../feature-module/hrm/shift"; +import AttendanceEmployee from "../feature-module/hrm/attendance-employee"; +import ClipBoard from "../feature-module/uiinterface/advancedui/clipboard"; +import TablesBasic from "../feature-module/uiinterface/table/tables-basic"; +import DataTables from "../feature-module/uiinterface/table/data-tables"; +import FormBasicInputs from "../feature-module/uiinterface/forms/formelements/basic-inputs"; +import CheckboxRadios from "../feature-module/uiinterface/forms/formelements/checkbox-radios"; +import InputGroup from "../feature-module/uiinterface/forms/formelements/input-group"; +import GridGutters from "../feature-module/uiinterface/forms/formelements/grid-gutters"; +import FormSelect from "../feature-module/uiinterface/forms/formelements/form-select"; +import FileUpload from "../feature-module/uiinterface/forms/formelements/fileupload"; +import FormMask from "../feature-module/uiinterface/forms/formelements/form-mask"; +import FormHorizontal from "../feature-module/uiinterface/forms/formelements/layouts/form-horizontal"; +import FormVertical from "../feature-module/uiinterface/forms/formelements/layouts/form-vertical"; +import FloatingLabel from "../feature-module/uiinterface/forms/formelements/layouts/floating-label"; +import FormValidation from "../feature-module/uiinterface/forms/formelements/layouts/form-validation"; +import FormSelect2 from "../feature-module/uiinterface/forms/formelements/layouts/form-select2"; +import Ribbon from "../feature-module/uiinterface/advancedui/ribbon"; +import Chat from "../feature-module/Application/chat"; +import ExpensesList from "../feature-module/FinanceAccounts/expenseslist"; +import ExpenseCategory from "../feature-module/FinanceAccounts/expensecategory"; +import Calendar from "../feature-module/Application/calendar"; +import FormWizard from "../feature-module/uiinterface/forms/formelements/form-wizard"; +import ExpiredProduct from "../feature-module/inventory/expiredproduct"; +import LowStock from "../feature-module/inventory/lowstock"; +import CategoryList from "../feature-module/inventory/categorylist"; +import SubCategories from "../feature-module/inventory/subcategories"; +import EditProduct from "../feature-module/inventory/editproduct"; +import Videocall from "../feature-module/Application/videocall"; +import Audiocall from "../feature-module/Application/audiocall"; +import Email from "../feature-module/Application/email"; +import Callhistory from "../feature-module/Application/callhistory"; +import ToDo from "../feature-module/Application/todo"; +import QRcode from "../feature-module/inventory/qrcode"; +import PurchasesList from "../feature-module/purchases/purchaseslist"; +import PurchaseOrderReport from "../feature-module/purchases/purchaseorderreport"; +import PurchaseReturns from "../feature-module/purchases/purchasereturns"; +import Appearance from "../feature-module/settings/websitesettings/appearance"; +import SocialAuthentication from "../feature-module/settings/websitesettings/socialauthentication"; +import LanguageSettings from "../feature-module/settings/websitesettings/languagesettings"; +import InvoiceSettings from "../feature-module/settings/appsetting/invoicesettings"; +import PrinterSettings from "../feature-module/settings/appsetting/printersettings"; +import PosSettings from "../feature-module/settings/websitesettings/possettings"; +import CustomFields from "../feature-module/settings/websitesettings/customfields"; +import EmailSettings from "../feature-module/settings/systemsettings/emailsettings"; +import SmsGateway from "../feature-module/settings/systemsettings/smsgateway"; +import OtpSettings from "../feature-module/settings/systemsettings/otpsettings"; +import GdprSettings from "../feature-module/settings/systemsettings/gdprsettings"; +import PaymentGateway from "../feature-module/settings/financialsettings/paymentgateway"; +import BankSetting from "../feature-module/settings/financialsettings/banksetting"; +import Customers from "../feature-module/people/customers"; +import Suppliers from "../feature-module/people/suppliers"; +import StoreList from "../core/modals/peoples/storelist"; +import Managestock from "../feature-module/stock/managestock"; +import StockAdjustment from "../feature-module/stock/stockAdjustment"; +import StockTransfer from "../feature-module/stock/stockTransfer"; +import SalesReport from "../feature-module/Reports/salesreport"; +import PurchaseReport from "../feature-module/Reports/purchasereport"; +import InventoryReport from "../feature-module/Reports/inventoryreport"; +import Invoicereport from "../feature-module/Reports/invoicereport"; +import SupplierReport from "../feature-module/Reports/supplierreport"; +import CustomerReport from "../feature-module/Reports/customerreport"; +import ExpenseReport from "../feature-module/Reports/expensereport"; +import IncomeReport from "../feature-module/Reports/incomereport"; +import TaxReport from "../feature-module/Reports/taxreport"; +import ProfitLoss from "../feature-module/Reports/profitloss"; +import GeneralSettings from "../feature-module/settings/generalsettings/generalsettings"; +import SecuritySettings from "../feature-module/settings/generalsettings/securitysettings"; +import Notification from "../feature-module/settings/generalsettings/notification"; +import ConnectedApps from "../feature-module/settings/generalsettings/connectedapps"; +import SystemSettings from "../feature-module/settings/websitesettings/systemsettings"; +import CompanySettings from "../feature-module/settings/websitesettings/companysettings"; +import LocalizationSettings from "../feature-module/settings/websitesettings/localizationsettings"; +import Prefixes from "../feature-module/settings/websitesettings/prefixes"; +import Preference from "../feature-module/settings/websitesettings/preference"; +import BanIpaddress from "../feature-module/settings/othersettings/ban-ipaddress"; +import StorageSettings from "../feature-module/settings/othersettings/storagesettings"; +import Pos from "../feature-module/sales/pos"; +import AttendanceAdmin from "../feature-module/hrm/attendanceadmin"; +import Payslip from "../feature-module/hrm/payslip"; +import Holidays from "../feature-module/hrm/holidays"; +import SalesList from "../feature-module/sales/saleslist"; +import InvoiceReport from "../feature-module/sales/invoicereport"; +import SalesReturn from "../feature-module/sales/salesreturn"; +import QuotationList from "../feature-module/sales/quotationlist"; +import Notes from "../feature-module/Application/notes"; +import FileManager from "../feature-module/Application/filemanager"; +import Profile from "../feature-module/pages/profile"; +import Signin from "../feature-module/pages/login/signin"; +import SigninTwo from "../feature-module/pages/login/signinTwo"; +import SigninThree from "../feature-module/pages/login/signinThree"; +import RegisterTwo from "../feature-module/pages/register/registerTwo"; +import Register from "../feature-module/pages/register/register"; +import RegisterThree from "../feature-module/pages/register/registerThree"; +import Forgotpassword from "../feature-module/pages/forgotpassword/forgotpassword"; +import ForgotpasswordTwo from "../feature-module/pages/forgotpassword/forgotpasswordTwo"; +import ForgotpasswordThree from "../feature-module/pages/forgotpassword/forgotpasswordThree"; +import Resetpassword from "../feature-module/pages/resetpassword/resetpassword"; +import ResetpasswordTwo from "../feature-module/pages/resetpassword/resetpasswordTwo"; +import ResetpasswordThree from "../feature-module/pages/resetpassword/resetpasswordThree"; +import EmailVerification from "../feature-module/pages/emailverification/emailverification"; +import EmailverificationTwo from "../feature-module/pages/emailverification/emailverificationTwo"; +import EmailverificationThree from "../feature-module/pages/emailverification/emailverificationThree"; +import Twostepverification from "../feature-module/pages/twostepverification/twostepverification"; +import TwostepverificationTwo from "../feature-module/pages/twostepverification/twostepverificationTwo"; +import TwostepverificationThree from "../feature-module/pages/twostepverification/twostepverificationThree"; +import Lockscreen from "../feature-module/pages/lockscreen"; +import Error404 from "../feature-module/pages/errorpages/error404"; +import Error500 from "../feature-module/pages/errorpages/error500"; +import Blankpage from "../feature-module/pages/blankpage"; +import Comingsoon from "../feature-module/pages/comingsoon"; +import Undermaintainence from "../feature-module/pages/undermaintainence"; +import Users from "../feature-module/usermanagement/users"; +import RolesPermissions from "../feature-module/usermanagement/rolespermissions"; +import Permissions from "../feature-module/usermanagement/permissions"; +import DeleteAccount from "../feature-module/usermanagement/deleteaccount"; +import EmployeesGrid from "../feature-module/hrm/employeesgrid"; +import EditEmployee from "../feature-module/hrm/editemployee"; +import AddEmployee from "../feature-module/hrm/addemployee"; +import LeavesAdmin from "../feature-module/hrm/leavesadmin"; +import LeavesEmployee from "../feature-module/hrm/leavesemployee"; +import LeaveTypes from "../feature-module/hrm/leavetypes"; +import ProductDetail from "../feature-module/inventory/productdetail"; +import { Units } from "../feature-module/inventory/units"; +import TaxRates from "../feature-module/settings/financialsettings/taxrates"; +import CurrencySettings from "../feature-module/settings/financialsettings/currencysettings"; +import WareHouses from "../core/modals/peoples/warehouses"; +import Coupons from "../feature-module/coupons/coupons"; +import { all_routes } from "./all_routes"; +export const publicRoutes = [ + { + id: 1, + path: routes.dashboard, + name: "home", + element: , + route: Route, + }, + { + id: 2, + path: routes.productlist, + name: "products", + element: , + route: Route, + }, + { + id: 3, + path: routes.addproduct, + name: "products", + element: , + route: Route, + }, + { + id: 4, + path: routes.salesdashboard, + name: "salesdashboard", + element: , + route: Route, + }, + { + id: 5, + path: routes.brandlist, + name: "brant", + element: , + route: Route, + }, + { + id: 6, + path: routes.units, + name: "unit", + element: , + route: Route, + }, + { + id: 7, + path: routes.variantyattributes, + name: "variantyattributes", + element: , + route: Route, + }, + { + id: 8, + path: routes.warranty, + name: "warranty", + element: , + route: Route, + }, + { + id: 9, + path: routes.barcode, + name: "barcode", + element: , + route: Route, + }, + { + id: 10, + path: routes.alerts, + name: "alert", + element: , + route: Route, + }, + { + id: 11, + path: routes.grid, + name: "grid", + element: , + route: Route, + }, + + { + id: 12, + path: routes.accordion, + name: "accordion", + element: , + route: Route, + }, + { + id: 13, + path: routes.avatar, + name: "avatar", + element: , + route: Route, + }, + { + id: 14, + path: routes.images, + name: "images", + element: , + route: Route, + }, + + { + id: 15, + path: routes.badges, + name: "badges", + element: , + route: Route, + }, + { + id: 16, + path: routes.lightbox, + name: "lightbox", + element: , + route: Route, + }, + + { + id: 17, + path: routes.borders, + name: "borders", + element: , + route: Route, + }, + { + id: 18, + path: routes.media, + name: "lightbox", + element: , + route: Route, + }, + { + id: 19, + path: routes.buttons, + name: "borders", + element: , + route: Route, + }, + { + id: 20, + path: routes.modals, + name: "modals", + element: , + route: Route, + }, + { + id: 21, + path: routes.offcanvas, + name: "offcanvas", + element: , + route: Route, + }, + { + id: 22, + path: routes.pagination, + name: "offcanvas", + element: , + route: Route, + }, + { + id: 23, + path: routes.buttonsgroup, + name: "buttonsgroup", + element: , + route: Route, + }, + { + id: 24, + path: routes.popover, + name: "buttonsgroup", + element: , + route: Route, + }, + { + id: 25, + path: routes.breadcrumb, + name: "breadcrumb", + element: , + route: Route, + }, + { + id: 26, + path: routes.cards, + name: "cards", + element: , + route: Route, + }, + { + id: 27, + path: routes.dropdowns, + name: "dropdowns", + element: , + route: Route, + }, + { + id: 27, + path: routes.colors, + name: "colors", + element: , + route: Route, + }, + { + id: 28, + path: routes.carousel, + name: "carousel", + element: , + route: Route, + }, + { + id: 29, + path: routes.spinner, + name: "spinner", + element: , + route: Route, + }, + { + id: 30, + path: routes.carousel, + name: "carousel", + element: , + route: Route, + }, + { + id: 31, + path: routes.navtabs, + name: "navtabs", + element: , + route: Route, + }, + { + id: 32, + path: routes.toasts, + name: "toasts", + element: , + route: Route, + }, + { + id: 33, + path: routes.typography, + name: "typography", + element: , + route: Route, + }, + { + id: 34, + path: routes.video, + name: "video", + element: