diff --git a/package.json b/package.json index 9673fbc2..48e5a8bb 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,9 @@ "@coreui/coreui": "^4.0.1", "@coreui/icons": "^2.0.1", "@coreui/icons-vue": "2.0.0-alpha.0", - "@coreui/utils": "1.3.1", - "@coreui/vue": "^4.0.0-alpha.0", + "@coreui/utils": "^1.3.1", + "@coreui/vue": "^4.0.0-alpha.2", + "@coreui/vue-chartjs": "2.0.0-alpha.0", "core-js": "^3.6.5", "vue": "^3.0.0", "vue-router": "^4.0.0-0", diff --git a/public/images/angular.jpg b/public/images/angular.jpg new file mode 100755 index 00000000..50448112 Binary files /dev/null and b/public/images/angular.jpg differ diff --git a/public/images/avatars/1.jpg b/public/images/avatars/1.jpg new file mode 100644 index 00000000..0b087037 Binary files /dev/null and b/public/images/avatars/1.jpg differ diff --git a/public/images/avatars/2.jpg b/public/images/avatars/2.jpg new file mode 100644 index 00000000..e7367094 Binary files /dev/null and b/public/images/avatars/2.jpg differ diff --git a/public/images/avatars/3.jpg b/public/images/avatars/3.jpg new file mode 100644 index 00000000..caf9a7e7 Binary files /dev/null and b/public/images/avatars/3.jpg differ diff --git a/public/images/avatars/4.jpg b/public/images/avatars/4.jpg new file mode 100644 index 00000000..97f67696 Binary files /dev/null and b/public/images/avatars/4.jpg differ diff --git a/public/images/avatars/5.jpg b/public/images/avatars/5.jpg new file mode 100644 index 00000000..82b025fe Binary files /dev/null and b/public/images/avatars/5.jpg differ diff --git a/public/images/avatars/6.jpg b/public/images/avatars/6.jpg new file mode 100644 index 00000000..1d2b8843 Binary files /dev/null and b/public/images/avatars/6.jpg differ diff --git a/public/images/avatars/7.jpg b/public/images/avatars/7.jpg new file mode 100644 index 00000000..2903cd2f Binary files /dev/null and b/public/images/avatars/7.jpg differ diff --git a/public/images/avatars/8.jpg b/public/images/avatars/8.jpg new file mode 100644 index 00000000..3a5eba9e Binary files /dev/null and b/public/images/avatars/8.jpg differ diff --git a/public/images/brand/coreui-signet.svg b/public/images/brand/coreui-signet.svg new file mode 100644 index 00000000..9a4b2c5f --- /dev/null +++ b/public/images/brand/coreui-signet.svg @@ -0,0 +1,10 @@ + + + Untitled 3 + + + + + + + \ No newline at end of file diff --git a/public/images/react.jpg b/public/images/react.jpg new file mode 100755 index 00000000..a1fe5a74 Binary files /dev/null and b/public/images/react.jpg differ diff --git a/public/images/vue.jpg b/public/images/vue.jpg new file mode 100755 index 00000000..d7b39647 Binary files /dev/null and b/public/images/vue.jpg differ diff --git a/public/images/vue400.jpg b/public/images/vue400.jpg new file mode 100644 index 00000000..7f309ec2 Binary files /dev/null and b/public/images/vue400.jpg differ diff --git a/public/img/avatars/1.jpg b/public/img/avatars/1.jpg new file mode 100644 index 00000000..0b087037 Binary files /dev/null and b/public/img/avatars/1.jpg differ diff --git a/public/img/avatars/2.jpg b/public/img/avatars/2.jpg new file mode 100644 index 00000000..e7367094 Binary files /dev/null and b/public/img/avatars/2.jpg differ diff --git a/public/img/avatars/3.jpg b/public/img/avatars/3.jpg new file mode 100644 index 00000000..caf9a7e7 Binary files /dev/null and b/public/img/avatars/3.jpg differ diff --git a/public/img/avatars/4.jpg b/public/img/avatars/4.jpg new file mode 100644 index 00000000..97f67696 Binary files /dev/null and b/public/img/avatars/4.jpg differ diff --git a/public/img/avatars/5.jpg b/public/img/avatars/5.jpg new file mode 100644 index 00000000..82b025fe Binary files /dev/null and b/public/img/avatars/5.jpg differ diff --git a/public/img/avatars/6.jpg b/public/img/avatars/6.jpg new file mode 100644 index 00000000..1d2b8843 Binary files /dev/null and b/public/img/avatars/6.jpg differ diff --git a/public/img/avatars/7.jpg b/public/img/avatars/7.jpg new file mode 100644 index 00000000..2903cd2f Binary files /dev/null and b/public/img/avatars/7.jpg differ diff --git a/public/img/avatars/8.jpg b/public/img/avatars/8.jpg new file mode 100644 index 00000000..3a5eba9e Binary files /dev/null and b/public/img/avatars/8.jpg differ diff --git a/src/_nav.js b/src/_nav.js index b5af186c..438be945 100644 --- a/src/_nav.js +++ b/src/_nav.js @@ -1,217 +1,272 @@ export default [ { - _name: 'CNavItem', - name: 'Dashboard', - to: '/dashboard', - icon: 'cil-speedometer', + _name: "CNavItem", + name: "Dashboard", + to: "/dashboard", + icon: "cil-speedometer", badge: { - color: 'primary', - text: 'NEW' - } + color: "primary", + text: "NEW", + }, }, - // { - // _name: 'CNavTitle', - // name: 'Theme' - // }, - // { - // _name: 'CNavItem', - // name: 'Colors', - // to: '/theme/colors', - // icon: 'cil-drop' - // }, - // { - // _name: 'CNavItem', - // name: 'Typography', - // to: '/theme/typography', - // icon: 'cil-pencil' - // }, - // { - // _name: 'CNavTitle', - // name: 'Components' - // }, { - _name: 'CNavGroup', - name: 'Base', - route: '/base', - icon: 'cil-puzzle', + _name: "CNavTitle", + name: "Theme", + }, + { + _name: "CNavItem", + name: "Colors", + to: "/theme/colors", + icon: "cil-drop", + }, + { + _name: "CNavItem", + name: "Typography", + to: "/theme/typography", + icon: "cil-pencil", + }, + { + _name: "CNavTitle", + name: "Components", + }, + { + _name: "CNavGroup", + name: "Base", + route: "/base", + icon: "cil-puzzle", children: [ { - _name: 'CNavItem', - name: 'Breadcrumbs', - to: '/base/breadcrumbs' + _name: "CNavItem", + name: "Accordion", + to: "/base/accordion", }, - // { - // _name: 'CNavItem', - // name: 'Cards', - // to: '/base/cards' - // }, - // { - // _name: 'CNavItem', - // name: 'Carousels', - // to: '/base/carousels' - // }, - // { - // _name: 'CNavItem', - // name: 'Collapses', - // to: '/base/collapses' - // }, - // { - // _name: 'CNavItem', - // name: 'Forms', - // to: '/base/forms' - // }, - // { - // _name: 'CNavItem', - // name: 'Jumbotrons', - // to: '/base/jumbotrons' - // }, - // { - // _name: 'CNavItem', - // name: 'List Groups', - // to: '/base/list-groups' - // }, - // { - // _name: 'CNavItem', - // name: 'Navs', - // to: '/base/navs' - // }, - // { - // _name: 'CNavItem', - // name: 'Navbars', - // to: '/base/navbars' - // }, - // { - // _name: 'CNavItem', - // name: 'Paginations', - // to: '/base/paginations' - // }, - // { - // _name: 'CNavItem', - // name: 'Popovers', - // to: '/base/popovers' - // }, - // { - // _name: 'CNavItem', - // name: 'Progress Bars', - // to: '/base/progress-bars' - // }, - // { - // _name: 'CNavItem', - // name: 'Switches', - // to: '/base/switches' - // }, - // { - // _name: 'CNavItem', - // name: 'Tables', - // to: '/base/tables' - // }, - // { - // _name: 'CNavItem', - // name: 'Tabs', - // to: '/base/tabs' - // }, - // { - // _name: 'CNavItem', - // name: 'Tooltips', - // to: '/base/tooltips' - // } - ] + { + _name: "CNavItem", + name: "Breadcrumbs", + to: "/base/breadcrumbs", + }, + { + _name: "CNavItem", + name: "Cards", + to: "/base/cards", + }, + { + _name: "CNavItem", + name: "Carousels", + to: "/base/carousels", + }, + { + _name: "CNavItem", + name: "Collapses", + to: "/base/collapses", + }, + { + _name: "CNavItem", + name: "Forms", + to: "/base/forms", + }, + /* + { + _name: 'CNavItem', + name: 'Jumbotrons', + to: '/base/jumbotrons' + }, + */ + { + _name: "CNavItem", + name: "List Groups", + to: "/base/list-groups", + }, + { + _name: "CNavItem", + name: "Navs", + to: "/base/navs", + }, + { + _name: "CNavItem", + name: "Navbars", + to: "/base/navbars", + }, + { + _name: "CNavItem", + name: "Paginations", + to: "/base/paginations", + }, + { + _name: "CNavItem", + name: "Popovers", + to: "/base/popovers", + }, + { + _name: "CNavItem", + name: "Progress", + to: "/base/progress", + }, + { + _name: "CNavItem", + name: "Switches", + to: "/base/switches", + }, + { + _name: "CNavItem", + name: "Tables", + to: "/base/tables", + }, + { + _name: "CNavItem", + name: "Tabs", + to: "/base/tabs", + }, + { + _name: "CNavItem", + name: "Tooltips", + to: "/base/tooltips", + }, + ], + }, + { + _name: "CNavGroup", + name: "Buttons", + route: "/buttons", + icon: "cil-cursor", + children: [ + { + _name: "CNavItem", + name: "Buttons", + to: "/buttons/standard-buttons", + }, + { + _name: "CNavItem", + name: "Button Dropdowns", + to: "/buttons/dropdowns", + }, + { + _name: "CNavItem", + name: "Button Groups", + to: "/buttons/button-groups", + }, + // { + // _name: 'CNavItem', + // name: 'Brand Buttons', + // to: '/buttons/brand-buttons' + // } + ], + }, + { + _name: "CNavGroup", + name: "Forms", + route: "/forms", + icon: "cil-star", + children: [ + { + _name: "CNavItem", + name: "Form Control", + to: "/forms/form-control", + }, + { + _name: "CNavItem", + name: "Select", + to: "/forms/select", + }, + { + _name: "CNavItem", + name: "Checks & Radios", + to: "/forms/checks-radios", + }, + { + _name: "CNavItem", + name: "Range", + to: "/forms/range", + }, + { + _name: "CNavItem", + name: "Input Group", + to: "/forms/input-group", + }, + { + _name: "CNavItem", + name: "Floating Labels", + to: "/forms/floating-labels", + }, + { + _name: "CNavItem", + name: "Layout", + to: "/forms/layout", + }, + { + _name: "CNavItem", + name: "Validation", + to: "/forms/validation", + }, + ], + }, + { + _name: "CNavItem", + name: "Charts", + to: "/charts", + icon: "cil-chart-pie", + }, + { + _name: "CNavGroup", + name: "Icons", + route: "/icons", + icon: "cil-star", + children: [ + { + _name: "CNavItem", + name: "CoreUI Icons", + to: "/icons/coreui-icons", + badge: { + color: "info", + text: "NEW", + }, + }, + { + _name: "CNavItem", + name: "Brands", + to: "/icons/brands", + }, + { + _name: "CNavItem", + name: "Flags", + to: "/icons/flags", + }, + ], + }, + { + _name: "CNavGroup", + name: "Notifications", + route: "/notifications", + icon: "cil-bell", + children: [ + { + _name: "CNavItem", + name: "Alerts", + to: "/notifications/alerts", + }, + { + _name: "CNavItem", + name: "Badges", + to: "/notifications/badges", + }, + { + _name: "CNavItem", + name: "Modals", + to: "/notifications/modals", + }, + ], + }, + { + _name: "CNavItem", + name: "Widgets", + to: "/widgets", + icon: "cil-calculator", + badge: { + color: "primary", + text: "NEW", + shape: "pill", + }, }, - // { - // _name: 'CNavGroup', - // name: 'Buttons', - // route: '/buttons', - // icon: 'cil-cursor', - // children: [ - // { - // _name: 'CNavItem', - // name: 'Buttons', - // to: '/buttons/standard-buttons' - // }, - // { - // _name: 'CNavItem', - // name: 'Button Dropdowns', - // to: '/buttons/dropdowns' - // }, - // { - // _name: 'CNavItem', - // name: 'Button Groups', - // to: '/buttons/button-groups' - // }, - // { - // _name: 'CNavItem', - // name: 'Brand Buttons', - // to: '/buttons/brand-buttons' - // } - // ] - // }, - // { - // _name: 'CNavItem', - // name: 'Charts', - // to: '/charts', - // icon: 'cil-chart-pie' - // }, - // { - // _name: 'CNavGroup', - // name: 'Icons', - // route: '/icons', - // icon: 'cil-star', - // children: [ - // { - // _name: 'CNavItem', - // name: 'CoreUI Icons', - // to: '/icons/coreui-icons', - // badge: { - // color: 'info', - // text: 'NEW' - // } - // }, - // { - // _name: 'CNavItem', - // name: 'Brands', - // to: '/icons/brands' - // }, - // { - // _name: 'CNavItem', - // name: 'Flags', - // to: '/icons/flags' - // } - // ] - // }, - // { - // _name: 'CNavGroup', - // name: 'Notifications', - // route: '/notifications', - // icon: 'cil-bell', - // children: [ - // { - // _name: 'CNavItem', - // name: 'Alerts', - // to: '/notifications/alerts' - // }, - // { - // _name: 'CNavItem', - // name: 'Badges', - // to: '/notifications/badges' - // }, - // { - // _name: 'CNavItem', - // name: 'Modals', - // to: '/notifications/modals' - // } - // ] - // }, - // { - // _name: 'CNavItem', - // name: 'Widgets', - // to: '/widgets', - // icon: 'cil-calculator', - // badge: { - // color: 'primary', - // text: 'NEW', - // shape: 'pill' - // } - // }, // { // _name: 'CSidebarNavDivider', // _class: 'm-2' @@ -264,4 +319,4 @@ export default [ // _class: 'bg-danger text-white', // target: '_blank' // } -] +]; diff --git a/src/assets/icons/icons.js b/src/assets/icons/icons.js index 6d41c2a4..aec51e79 100644 --- a/src/assets/icons/icons.js +++ b/src/assets/icons/icons.js @@ -25,7 +25,9 @@ import { } from "@coreui/icons"; import { cifUs, cifBr, cifIn, cifFr, cifEs, cifPl } from "@coreui/icons"; import { + cilArrowBottom, cilArrowRight, + cilArrowTop, cilBan, cilBasket, cilBell, @@ -80,7 +82,9 @@ export const iconsSet = Object.assign( {}, { logo }, { + cilArrowBottom, cilArrowRight, + cilArrowTop, cilBan, cilBasket, cilBell, diff --git a/src/assets/images/avatars/1.jpg b/src/assets/images/avatars/1.jpg new file mode 100644 index 00000000..8b5f8091 Binary files /dev/null and b/src/assets/images/avatars/1.jpg differ diff --git a/src/assets/images/avatars/2.jpg b/src/assets/images/avatars/2.jpg new file mode 100644 index 00000000..161eeef5 Binary files /dev/null and b/src/assets/images/avatars/2.jpg differ diff --git a/src/assets/images/avatars/3.jpg b/src/assets/images/avatars/3.jpg new file mode 100644 index 00000000..53ecc542 Binary files /dev/null and b/src/assets/images/avatars/3.jpg differ diff --git a/src/assets/images/avatars/4.jpg b/src/assets/images/avatars/4.jpg new file mode 100644 index 00000000..a6ee3c72 Binary files /dev/null and b/src/assets/images/avatars/4.jpg differ diff --git a/src/assets/images/avatars/5.jpg b/src/assets/images/avatars/5.jpg new file mode 100644 index 00000000..c38baeed Binary files /dev/null and b/src/assets/images/avatars/5.jpg differ diff --git a/src/assets/images/avatars/6.jpg b/src/assets/images/avatars/6.jpg new file mode 100644 index 00000000..57bbf968 Binary files /dev/null and b/src/assets/images/avatars/6.jpg differ diff --git a/src/assets/images/avatars/7.jpg b/src/assets/images/avatars/7.jpg new file mode 100644 index 00000000..dfc20b7a Binary files /dev/null and b/src/assets/images/avatars/7.jpg differ diff --git a/src/assets/images/avatars/8.jpg b/src/assets/images/avatars/8.jpg new file mode 100644 index 00000000..4e8b48d4 Binary files /dev/null and b/src/assets/images/avatars/8.jpg differ diff --git a/src/assets/images/avatars/9.jpg b/src/assets/images/avatars/9.jpg new file mode 100644 index 00000000..f690e78c Binary files /dev/null and b/src/assets/images/avatars/9.jpg differ diff --git a/src/assets/logo.png b/src/assets/logo.png deleted file mode 100644 index f3d2503f..00000000 Binary files a/src/assets/logo.png and /dev/null differ diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 253bda97..2554d911 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -5,7 +5,7 @@ © {{new Date().getFullYear()}} creativeLabs.
- Powered by + Powered by CoreUI for Vue
diff --git a/src/components/AppHeader.vue b/src/components/AppHeader.vue index 16b4da27..092cbbee 100644 --- a/src/components/AppHeader.vue +++ b/src/components/AppHeader.vue @@ -1,52 +1,101 @@ diff --git a/src/components/AppHeaderDropdownAccnt.vue b/src/components/AppHeaderDropdownAccnt.vue new file mode 100644 index 00000000..cefc137e --- /dev/null +++ b/src/components/AppHeaderDropdownAccnt.vue @@ -0,0 +1,59 @@ + + + diff --git a/src/components/AppSidebar.vue b/src/components/AppSidebar.vue index 9b39af8a..cdc8c3cd 100644 --- a/src/components/AppSidebar.vue +++ b/src/components/AppSidebar.vue @@ -1,5 +1,5 @@