├── README.md ├── discount-code.html ├── docs.html ├── hire-us.html ├── landingpage ├── assets │ ├── .DS_Store │ ├── images │ │ ├── blue-circle.jpg │ │ ├── dark-circle.jpg │ │ ├── favicon.png │ │ ├── light-circle.jpg │ │ └── logo-text.svg │ └── plugins │ │ ├── bootstrap │ │ └── dist │ │ │ ├── css │ │ │ ├── bootstrap-grid.min.css │ │ │ ├── bootstrap-reboot.min.css │ │ │ └── bootstrap.min.css │ │ │ └── js │ │ │ ├── bootstrap.bundle.min.js │ │ │ └── bootstrap.min.js │ │ ├── jquery │ │ └── dist │ │ │ ├── core.js │ │ │ ├── jquery.min.js │ │ │ └── jquery.slim.min.js │ │ ├── owl.carousel │ │ └── dist │ │ │ ├── assets │ │ │ ├── ajax-loader.gif │ │ │ ├── owl.carousel.css │ │ │ ├── owl.carousel.min.css │ │ │ ├── owl.theme.default.css │ │ │ ├── owl.theme.default.min.css │ │ │ ├── owl.theme.green.css │ │ │ ├── owl.theme.green.min.css │ │ │ └── owl.video.play.png │ │ │ ├── owl.carousel.js │ │ │ └── owl.carousel.min.js │ │ └── popper.js │ │ └── dist │ │ ├── esm │ │ ├── popper-utils.min.js │ │ └── popper.min.js │ │ ├── popper-utils.min.js │ │ ├── popper.min.js │ │ └── umd │ │ ├── popper-utils.min.js │ │ └── popper.min.js ├── dist │ ├── css │ │ ├── icons │ │ │ ├── font-awesome │ │ │ │ ├── css │ │ │ │ │ ├── fa-brands.css │ │ │ │ │ ├── fa-brands.min.css │ │ │ │ │ ├── fa-regular.css │ │ │ │ │ ├── fa-regular.min.css │ │ │ │ │ ├── fa-solid.css │ │ │ │ │ ├── fa-solid.min.css │ │ │ │ │ ├── fontawesome-all.css │ │ │ │ │ ├── fontawesome-all.min.css │ │ │ │ │ ├── fontawesome.css │ │ │ │ │ └── fontawesome.min.css │ │ │ │ ├── less │ │ │ │ │ ├── _animated.less │ │ │ │ │ ├── _bordered-pulled.less │ │ │ │ │ ├── _core.less │ │ │ │ │ ├── _fixed-width.less │ │ │ │ │ ├── _icons.less │ │ │ │ │ ├── _larger.less │ │ │ │ │ ├── _list.less │ │ │ │ │ ├── _mixins.less │ │ │ │ │ ├── _rotated-flipped.less │ │ │ │ │ ├── _screen-reader.less │ │ │ │ │ ├── _stacked.less │ │ │ │ │ ├── _variables.less │ │ │ │ │ ├── fa-brands.less │ │ │ │ │ ├── fa-regular.less │ │ │ │ │ ├── fa-solid.less │ │ │ │ │ └── fontawesome.less │ │ │ │ ├── scss │ │ │ │ │ ├── _animated.scss │ │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ │ ├── _core.scss │ │ │ │ │ ├── _fixed-width.scss │ │ │ │ │ ├── _icons.scss │ │ │ │ │ ├── _larger.scss │ │ │ │ │ ├── _list.scss │ │ │ │ │ ├── _mixins.scss │ │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ │ ├── _screen-reader.scss │ │ │ │ │ ├── _stacked.scss │ │ │ │ │ ├── _variables.scss │ │ │ │ │ ├── fa-brands.scss │ │ │ │ │ ├── fa-regular.scss │ │ │ │ │ ├── fa-solid.scss │ │ │ │ │ └── fontawesome.scss │ │ │ │ └── webfonts │ │ │ │ │ ├── fa-brands-400.eot │ │ │ │ │ ├── fa-brands-400.svg │ │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ │ ├── fa-brands-400.woff │ │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ │ ├── fa-regular-400.eot │ │ │ │ │ ├── fa-regular-400.svg │ │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ │ ├── fa-regular-400.woff │ │ │ │ │ ├── fa-regular-400.woff2 │ │ │ │ │ ├── fa-solid-900.eot │ │ │ │ │ ├── fa-solid-900.svg │ │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ │ ├── fa-solid-900.woff │ │ │ │ │ └── fa-solid-900.woff2 │ │ │ └── material-design-iconic-font │ │ │ │ ├── css │ │ │ │ ├── material-design-iconic-font.css │ │ │ │ ├── material-design-iconic-font.min.css │ │ │ │ └── materialdesignicons.min.css │ │ │ │ └── fonts │ │ │ │ ├── Material-Design-Iconic-Font.eot │ │ │ │ ├── Material-Design-Iconic-Font.svg │ │ │ │ ├── Material-Design-Iconic-Font.ttf │ │ │ │ ├── Material-Design-Iconic-Font.woff │ │ │ │ ├── Material-Design-Iconic-Font.woff2 │ │ │ │ ├── materialdesignicons-webfont.eot │ │ │ │ ├── materialdesignicons-webfont.svg │ │ │ │ ├── materialdesignicons-webfont.ttf │ │ │ │ ├── materialdesignicons-webfont.woff │ │ │ │ └── materialdesignicons-webfont.woff2 │ │ └── style.css │ └── scss │ │ ├── bootstrap │ │ ├── _alert.scss │ │ ├── _badge.scss │ │ ├── _breadcrumb.scss │ │ ├── _button-group.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _carousel.scss │ │ ├── _close.scss │ │ ├── _code.scss │ │ ├── _custom-forms.scss │ │ ├── _dropdown.scss │ │ ├── _forms.scss │ │ ├── _functions.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _input-group.scss │ │ ├── _jumbotron.scss │ │ ├── _list-group.scss │ │ ├── _media.scss │ │ ├── _mixins.scss │ │ ├── _modal.scss │ │ ├── _nav.scss │ │ ├── _navbar.scss │ │ ├── _pagination.scss │ │ ├── _popover.scss │ │ ├── _print.scss │ │ ├── _progress.scss │ │ ├── _reboot.scss │ │ ├── _root.scss │ │ ├── _tables.scss │ │ ├── _tooltip.scss │ │ ├── _transitions.scss │ │ ├── _type.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── bootstrap-grid.scss │ │ ├── bootstrap-reboot.scss │ │ ├── bootstrap.scss │ │ ├── mixins │ │ │ ├── _alert.scss │ │ │ ├── _background-variant.scss │ │ │ ├── _badge.scss │ │ │ ├── _border-radius.scss │ │ │ ├── _box-shadow.scss │ │ │ ├── _breakpoints.scss │ │ │ ├── _buttons.scss │ │ │ ├── _caret.scss │ │ │ ├── _clearfix.scss │ │ │ ├── _float.scss │ │ │ ├── _forms.scss │ │ │ ├── _gradients.scss │ │ │ ├── _grid-framework.scss │ │ │ ├── _grid.scss │ │ │ ├── _hover.scss │ │ │ ├── _image.scss │ │ │ ├── _list-group.scss │ │ │ ├── _lists.scss │ │ │ ├── _nav-divider.scss │ │ │ ├── _pagination.scss │ │ │ ├── _reset-text.scss │ │ │ ├── _resize.scss │ │ │ ├── _screen-reader.scss │ │ │ ├── _size.scss │ │ │ ├── _table-row.scss │ │ │ ├── _text-emphasis.scss │ │ │ ├── _text-hide.scss │ │ │ ├── _text-truncate.scss │ │ │ ├── _transition.scss │ │ │ └── _visibility.scss │ │ └── utilities │ │ │ ├── _align.scss │ │ │ ├── _background.scss │ │ │ ├── _borders.scss │ │ │ ├── _clearfix.scss │ │ │ ├── _display.scss │ │ │ ├── _embed.scss │ │ │ ├── _flex.scss │ │ │ ├── _float.scss │ │ │ ├── _position.scss │ │ │ ├── _screenreaders.scss │ │ │ ├── _shadows.scss │ │ │ ├── _sizing.scss │ │ │ ├── _spacing.scss │ │ │ ├── _text.scss │ │ │ └── _visibility.scss │ │ ├── custom.scss │ │ ├── responsive.scss │ │ ├── style.scss │ │ └── variable.scss └── index.html └── package ├── .env ├── .eslintrc.cjs ├── .gitignore ├── .npmrc ├── .prettierrc ├── README.md ├── env.d.ts ├── index.html ├── netlify.toml ├── package-lock.json ├── package.json ├── public ├── _redirects ├── assets │ └── images │ │ ├── icon │ │ ├── danger.svg │ │ ├── success.svg │ │ └── warning.svg │ │ ├── products │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ └── 4.jpg │ │ └── users │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── user.jpg │ │ └── user2.jpg └── favicon.png ├── src ├── App.vue ├── assets │ └── images │ │ ├── backgrounds │ │ ├── errorimg.svg │ │ ├── materialm-free-tailwind-nextjs-v2.zip │ │ └── sidebar-buynow-bg.svg │ │ ├── blog │ │ ├── blog-img1.jpg │ │ └── blog-img4.jpg │ │ ├── logos │ │ ├── logo-dark-rtl.svg │ │ ├── logo-dark.svg │ │ ├── logo-light-rtl.svg │ │ ├── logo-light.svg │ │ └── logo-wrappixel.svg │ │ ├── products │ │ ├── s11.jpg │ │ ├── s4.jpg │ │ ├── s5.jpg │ │ └── s7.jpg │ │ ├── profile │ │ ├── user-1.jpg │ │ ├── user-10.jpg │ │ ├── user-2.jpg │ │ ├── user-3.jpg │ │ ├── user-4.jpg │ │ ├── user-5.jpg │ │ ├── user-6.jpg │ │ ├── user-7.jpg │ │ ├── user-8.jpg │ │ ├── user-9.jpg │ │ ├── user1.jpg │ │ ├── user2.jpg │ │ ├── user3.jpg │ │ ├── user4.jpg │ │ ├── user5.jpg │ │ └── user6.jpg │ │ └── technology │ │ ├── angular-cat-icon.svg │ │ ├── bt-cat-icon.svg │ │ ├── next-cat-icon.svg │ │ ├── nuxt-cat-icon.svg │ │ ├── react-cat-icon.svg │ │ ├── tailwind-icon.svg │ │ └── vue-cat-icon.svg ├── components │ ├── auth │ │ ├── LoginForm.vue │ │ └── RegisterForm.vue │ ├── dashboards │ │ ├── ProductCards.vue │ │ ├── ProductSales.vue │ │ ├── ProfitExpense.vue │ │ ├── TopPayingClients.vue │ │ ├── TrafficDistribution.vue │ │ └── UpcommingSchedule.vue │ ├── shared │ │ ├── BaseCard.vue │ │ ├── CardHeaderFooter.vue │ │ ├── UiChildCard.vue │ │ ├── UiParentCard.vue │ │ └── UiParentCardLogo.vue │ └── ui-components │ │ ├── alert │ │ ├── Basic.vue │ │ ├── Closable.vue │ │ └── Filled.vue │ │ ├── button │ │ ├── BaseButtons.vue │ │ ├── ColorsButtons.vue │ │ ├── IconColorSizes.vue │ │ ├── OutlinedButtons.vue │ │ ├── SizeButtons.vue │ │ └── TextButtons.vue │ │ └── cards │ │ ├── CardsContentWrap.vue │ │ ├── CardsMedia.vue │ │ ├── CardsProps.vue │ │ ├── CardsSlots.vue │ │ ├── CardsTwitter.vue │ │ └── CardsWeather.vue ├── data │ └── dashboard │ │ └── dashboardData.ts ├── layouts │ ├── blank │ │ └── BlankLayout.vue │ └── full │ │ ├── FullLayout.vue │ │ ├── Main.vue │ │ ├── Topbar.vue │ │ ├── logo │ │ ├── Logo.vue │ │ └── LogoDark.vue │ │ ├── vertical-header │ │ ├── NotificationDD.vue │ │ └── ProfileDD.vue │ │ └── vertical-sidebar │ │ ├── DropDown │ │ └── index.vue │ │ ├── Icon.vue │ │ ├── NavCollapse │ │ └── NavCollapse.vue │ │ ├── NavGroup │ │ └── index.vue │ │ ├── NavItem │ │ └── index.vue │ │ └── sidebarItem.ts ├── main.ts ├── plugins │ └── vuetify.ts ├── router │ ├── AuthRoutes.ts │ ├── MainRoutes.ts │ └── index.ts ├── scss │ ├── _override.scss │ ├── _variables.scss │ ├── components │ │ ├── _VButtons.scss │ │ ├── _VCard.scss │ │ ├── _VInput.scss │ │ ├── _VNavigationDrawer.scss │ │ ├── _VShadow.scss │ │ └── _VTextField.scss │ ├── layout │ │ ├── _container.scss │ │ ├── _sidebar.scss │ │ └── _topbar.scss │ ├── pages │ │ ├── _authentication.scss │ │ └── _dashboards.scss │ └── style.scss ├── theme │ └── LightTheme.ts ├── types │ ├── dashboard │ │ └── index.ts │ └── themeTypes │ │ └── ThemeType.ts └── views │ ├── authentication │ ├── BoxedLogin.vue │ ├── BoxedRegister.vue │ └── Error.vue │ ├── dashboard │ └── index.vue │ ├── icons │ └── TablerIcons.vue │ ├── pages │ ├── Icons.vue │ └── SamplePage.vue │ └── ui-components │ ├── Alerts.vue │ ├── Buttons.vue │ ├── Cards.vue │ └── Tables.vue ├── tsconfig.json ├── tsconfig.vite-config.json └── vite.config.ts /discount-code.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 |