├── .github └── FUNDING.yml ├── .gitignore ├── .prettierignore ├── .prettierrc ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── dist ├── assets │ ├── css │ │ ├── app.css │ │ └── bootstrap.css │ ├── fonts │ │ └── Raleway-Regular.ttf │ ├── images │ │ ├── avatar │ │ │ ├── avatar-1.png │ │ │ ├── avatar-s-1.png │ │ │ ├── avatar-s-10.png │ │ │ ├── avatar-s-11.png │ │ │ ├── avatar-s-12.png │ │ │ ├── avatar-s-13.png │ │ │ ├── avatar-s-14.png │ │ │ ├── avatar-s-15.png │ │ │ ├── avatar-s-16.png │ │ │ ├── avatar-s-17.png │ │ │ ├── avatar-s-18.png │ │ │ ├── avatar-s-19.png │ │ │ ├── avatar-s-2.png │ │ │ ├── avatar-s-20.png │ │ │ ├── avatar-s-21.png │ │ │ ├── avatar-s-22.png │ │ │ ├── avatar-s-23.png │ │ │ ├── avatar-s-24.png │ │ │ ├── avatar-s-25.png │ │ │ ├── avatar-s-26.png │ │ │ ├── avatar-s-3.png │ │ │ ├── avatar-s-4.png │ │ │ ├── avatar-s-5.png │ │ │ ├── avatar-s-6.png │ │ │ ├── avatar-s-7.png │ │ │ ├── avatar-s-8.png │ │ │ └── avatar-s-9.png │ │ ├── background │ │ │ └── auth.jpg │ │ ├── favicon.png │ │ ├── favicon.svg │ │ ├── logo.png │ │ ├── logo.svg │ │ ├── samples │ │ │ ├── aerial-panoramic-image-of-sansonvale-lake-X6TCENW.jpg │ │ │ ├── amazing-animal-beautiful-beautifull.jpg │ │ │ ├── back-view-of-focused-programmer-writing-code-and-PDVAFDS.jpg │ │ │ ├── bright-milky-way-over-snow-covered-mountains-and-UEAQBXN.jpg │ │ │ ├── happy-children-building-robots-at-robotics-school-PW3NYKH.jpg │ │ │ ├── inspirational-aerial-landscape-autumn-forest-and-FU2LKHA.jpg │ │ │ ├── introspective-programmer-examining-code-5YKU7FP.jpg │ │ │ ├── learning-new-codes-8VKXG4E.jpg │ │ │ ├── lovatnet-lake-beautiful-nature-norway-PUTLQJ4.jpg │ │ │ ├── man-coding-in-office-LHVW23S.jpg │ │ │ ├── modern-teaching-concept-P7BTJU7.jpg │ │ │ ├── moody-autumn-day-in-the-dolomites-forest-and-MBFNHV2.jpg │ │ │ ├── pexels-photo-443446.jpeg │ │ │ ├── portrait-of-a-cheerful-couple-shopping-online-LQH69WU.jpg │ │ │ ├── programmer-working-on-code-X596MJF.jpg │ │ │ ├── programmers-coding-computer-app-7CFXNL5.jpg │ │ │ ├── road-over-dutch-dike-PLN5XJR.jpg │ │ │ ├── tuscany-foggy-hills-panorama-view-crop-Z9RFQ5X.jpg │ │ │ └── white-pelicans-pelecanus-onocrotalus-P4TFZ6E.jpg │ │ └── screenshot.png │ ├── js │ │ ├── app.js │ │ ├── app.js.LICENSE.txt │ │ ├── feather-icons.js │ │ ├── feather-icons.js.LICENSE.txt │ │ ├── feather-icons │ │ │ ├── feather-sprite.svg │ │ │ ├── feather.js │ │ │ ├── feather.js.map │ │ │ ├── feather.min.js │ │ │ ├── feather.min.js.map │ │ │ ├── icons.json │ │ │ └── icons │ │ │ │ ├── activity.svg │ │ │ │ ├── airplay.svg │ │ │ │ ├── alert-circle.svg │ │ │ │ ├── alert-octagon.svg │ │ │ │ ├── alert-triangle.svg │ │ │ │ ├── align-center.svg │ │ │ │ ├── align-justify.svg │ │ │ │ ├── align-left.svg │ │ │ │ ├── align-right.svg │ │ │ │ ├── anchor.svg │ │ │ │ ├── aperture.svg │ │ │ │ ├── archive.svg │ │ │ │ ├── arrow-down-circle.svg │ │ │ │ ├── arrow-down-left.svg │ │ │ │ ├── arrow-down-right.svg │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── arrow-left-circle.svg │ │ │ │ ├── arrow-left.svg │ │ │ │ ├── arrow-right-circle.svg │ │ │ │ ├── arrow-right.svg │ │ │ │ ├── arrow-up-circle.svg │ │ │ │ ├── arrow-up-left.svg │ │ │ │ ├── arrow-up-right.svg │ │ │ │ ├── arrow-up.svg │ │ │ │ ├── at-sign.svg │ │ │ │ ├── award.svg │ │ │ │ ├── bar-chart-2.svg │ │ │ │ ├── bar-chart.svg │ │ │ │ ├── battery-charging.svg │ │ │ │ ├── battery.svg │ │ │ │ ├── bell-off.svg │ │ │ │ ├── bell.svg │ │ │ │ ├── bluetooth.svg │ │ │ │ ├── bold.svg │ │ │ │ ├── book-open.svg │ │ │ │ ├── book.svg │ │ │ │ ├── bookmark.svg │ │ │ │ ├── box.svg │ │ │ │ ├── briefcase.svg │ │ │ │ ├── calendar.svg │ │ │ │ ├── camera-off.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── cast.svg │ │ │ │ ├── check-circle.svg │ │ │ │ ├── check-square.svg │ │ │ │ ├── check.svg │ │ │ │ ├── chevron-down.svg │ │ │ │ ├── chevron-left.svg │ │ │ │ ├── chevron-right.svg │ │ │ │ ├── chevron-up.svg │ │ │ │ ├── chevrons-down.svg │ │ │ │ ├── chevrons-left.svg │ │ │ │ ├── chevrons-right.svg │ │ │ │ ├── chevrons-up.svg │ │ │ │ ├── chrome.svg │ │ │ │ ├── circle.svg │ │ │ │ ├── clipboard.svg │ │ │ │ ├── clock.svg │ │ │ │ ├── cloud-drizzle.svg │ │ │ │ ├── cloud-lightning.svg │ │ │ │ ├── cloud-off.svg │ │ │ │ ├── cloud-rain.svg │ │ │ │ ├── cloud-snow.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── code.svg │ │ │ │ ├── codepen.svg │ │ │ │ ├── codesandbox.svg │ │ │ │ ├── coffee.svg │ │ │ │ ├── columns.svg │ │ │ │ ├── command.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── copy.svg │ │ │ │ ├── corner-down-left.svg │ │ │ │ ├── corner-down-right.svg │ │ │ │ ├── corner-left-down.svg │ │ │ │ ├── corner-left-up.svg │ │ │ │ ├── corner-right-down.svg │ │ │ │ ├── corner-right-up.svg │ │ │ │ ├── corner-up-left.svg │ │ │ │ ├── corner-up-right.svg │ │ │ │ ├── cpu.svg │ │ │ │ ├── credit-card.svg │ │ │ │ ├── crop.svg │ │ │ │ ├── crosshair.svg │ │ │ │ ├── database.svg │ │ │ │ ├── delete.svg │ │ │ │ ├── disc.svg │ │ │ │ ├── divide-circle.svg │ │ │ │ ├── divide-square.svg │ │ │ │ ├── divide.svg │ │ │ │ ├── dollar-sign.svg │ │ │ │ ├── download-cloud.svg │ │ │ │ ├── download.svg │ │ │ │ ├── dribbble.svg │ │ │ │ ├── droplet.svg │ │ │ │ ├── edit-2.svg │ │ │ │ ├── edit-3.svg │ │ │ │ ├── edit.svg │ │ │ │ ├── external-link.svg │ │ │ │ ├── eye-off.svg │ │ │ │ ├── eye.svg │ │ │ │ ├── facebook.svg │ │ │ │ ├── fast-forward.svg │ │ │ │ ├── feather.svg │ │ │ │ ├── figma.svg │ │ │ │ ├── file-minus.svg │ │ │ │ ├── file-plus.svg │ │ │ │ ├── file-text.svg │ │ │ │ ├── file.svg │ │ │ │ ├── film.svg │ │ │ │ ├── filter.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── folder-minus.svg │ │ │ │ ├── folder-plus.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── framer.svg │ │ │ │ ├── frown.svg │ │ │ │ ├── gift.svg │ │ │ │ ├── git-branch.svg │ │ │ │ ├── git-commit.svg │ │ │ │ ├── git-merge.svg │ │ │ │ ├── git-pull-request.svg │ │ │ │ ├── github.svg │ │ │ │ ├── gitlab.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── grid.svg │ │ │ │ ├── hard-drive.svg │ │ │ │ ├── hash.svg │ │ │ │ ├── headphones.svg │ │ │ │ ├── heart.svg │ │ │ │ ├── help-circle.svg │ │ │ │ ├── hexagon.svg │ │ │ │ ├── home.svg │ │ │ │ ├── image.svg │ │ │ │ ├── inbox.svg │ │ │ │ ├── info.svg │ │ │ │ ├── instagram.svg │ │ │ │ ├── italic.svg │ │ │ │ ├── key.svg │ │ │ │ ├── layers.svg │ │ │ │ ├── layout.svg │ │ │ │ ├── life-buoy.svg │ │ │ │ ├── link-2.svg │ │ │ │ ├── link.svg │ │ │ │ ├── linkedin.svg │ │ │ │ ├── list.svg │ │ │ │ ├── loader.svg │ │ │ │ ├── lock.svg │ │ │ │ ├── log-in.svg │ │ │ │ ├── log-out.svg │ │ │ │ ├── mail.svg │ │ │ │ ├── map-pin.svg │ │ │ │ ├── map.svg │ │ │ │ ├── maximize-2.svg │ │ │ │ ├── maximize.svg │ │ │ │ ├── meh.svg │ │ │ │ ├── menu.svg │ │ │ │ ├── message-circle.svg │ │ │ │ ├── message-square.svg │ │ │ │ ├── mic-off.svg │ │ │ │ ├── mic.svg │ │ │ │ ├── minimize-2.svg │ │ │ │ ├── minimize.svg │ │ │ │ ├── minus-circle.svg │ │ │ │ ├── minus-square.svg │ │ │ │ ├── minus.svg │ │ │ │ ├── monitor.svg │ │ │ │ ├── moon.svg │ │ │ │ ├── more-horizontal.svg │ │ │ │ ├── more-vertical.svg │ │ │ │ ├── mouse-pointer.svg │ │ │ │ ├── move.svg │ │ │ │ ├── music.svg │ │ │ │ ├── navigation-2.svg │ │ │ │ ├── navigation.svg │ │ │ │ ├── octagon.svg │ │ │ │ ├── package.svg │ │ │ │ ├── paperclip.svg │ │ │ │ ├── pause-circle.svg │ │ │ │ ├── pause.svg │ │ │ │ ├── pen-tool.svg │ │ │ │ ├── percent.svg │ │ │ │ ├── phone-call.svg │ │ │ │ ├── phone-forwarded.svg │ │ │ │ ├── phone-incoming.svg │ │ │ │ ├── phone-missed.svg │ │ │ │ ├── phone-off.svg │ │ │ │ ├── phone-outgoing.svg │ │ │ │ ├── phone.svg │ │ │ │ ├── pie-chart.svg │ │ │ │ ├── play-circle.svg │ │ │ │ ├── play.svg │ │ │ │ ├── plus-circle.svg │ │ │ │ ├── plus-square.svg │ │ │ │ ├── plus.svg │ │ │ │ ├── pocket.svg │ │ │ │ ├── power.svg │ │ │ │ ├── printer.svg │ │ │ │ ├── radio.svg │ │ │ │ ├── refresh-ccw.svg │ │ │ │ ├── refresh-cw.svg │ │ │ │ ├── repeat.svg │ │ │ │ ├── rewind.svg │ │ │ │ ├── rotate-ccw.svg │ │ │ │ ├── rotate-cw.svg │ │ │ │ ├── rss.svg │ │ │ │ ├── save.svg │ │ │ │ ├── scissors.svg │ │ │ │ ├── search.svg │ │ │ │ ├── send.svg │ │ │ │ ├── server.svg │ │ │ │ ├── settings.svg │ │ │ │ ├── share-2.svg │ │ │ │ ├── share.svg │ │ │ │ ├── shield-off.svg │ │ │ │ ├── shield.svg │ │ │ │ ├── shopping-bag.svg │ │ │ │ ├── shopping-cart.svg │ │ │ │ ├── shuffle.svg │ │ │ │ ├── sidebar.svg │ │ │ │ ├── skip-back.svg │ │ │ │ ├── skip-forward.svg │ │ │ │ ├── slack.svg │ │ │ │ ├── slash.svg │ │ │ │ ├── sliders.svg │ │ │ │ ├── smartphone.svg │ │ │ │ ├── smile.svg │ │ │ │ ├── speaker.svg │ │ │ │ ├── square.svg │ │ │ │ ├── star.svg │ │ │ │ ├── stop-circle.svg │ │ │ │ ├── sun.svg │ │ │ │ ├── sunrise.svg │ │ │ │ ├── sunset.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── tag.svg │ │ │ │ ├── target.svg │ │ │ │ ├── terminal.svg │ │ │ │ ├── thermometer.svg │ │ │ │ ├── thumbs-down.svg │ │ │ │ ├── thumbs-up.svg │ │ │ │ ├── toggle-left.svg │ │ │ │ ├── toggle-right.svg │ │ │ │ ├── tool.svg │ │ │ │ ├── trash-2.svg │ │ │ │ ├── trash.svg │ │ │ │ ├── trello.svg │ │ │ │ ├── trending-down.svg │ │ │ │ ├── trending-up.svg │ │ │ │ ├── triangle.svg │ │ │ │ ├── truck.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── twitch.svg │ │ │ │ ├── twitter.svg │ │ │ │ ├── type.svg │ │ │ │ ├── umbrella.svg │ │ │ │ ├── underline.svg │ │ │ │ ├── unlock.svg │ │ │ │ ├── upload-cloud.svg │ │ │ │ ├── upload.svg │ │ │ │ ├── user-check.svg │ │ │ │ ├── user-minus.svg │ │ │ │ ├── user-plus.svg │ │ │ │ ├── user-x.svg │ │ │ │ ├── user.svg │ │ │ │ ├── users.svg │ │ │ │ ├── video-off.svg │ │ │ │ ├── video.svg │ │ │ │ ├── voicemail.svg │ │ │ │ ├── volume-1.svg │ │ │ │ ├── volume-2.svg │ │ │ │ ├── volume-x.svg │ │ │ │ ├── volume.svg │ │ │ │ ├── watch.svg │ │ │ │ ├── wifi-off.svg │ │ │ │ ├── wifi.svg │ │ │ │ ├── wind.svg │ │ │ │ ├── x-circle.svg │ │ │ │ ├── x-octagon.svg │ │ │ │ ├── x-square.svg │ │ │ │ ├── x.svg │ │ │ │ ├── youtube.svg │ │ │ │ ├── zap-off.svg │ │ │ │ ├── zap.svg │ │ │ │ ├── zoom-in.svg │ │ │ │ └── zoom-out.svg │ │ ├── main.js │ │ ├── pages │ │ │ ├── dashboard.js │ │ │ ├── form-editor.js │ │ │ ├── ui-apexchart.js │ │ │ ├── ui-chartjs.js │ │ │ └── widgets.js │ │ └── vendors.js │ └── vendors │ │ ├── apexcharts │ │ ├── apexcharts.amd.js │ │ ├── apexcharts.common.js │ │ ├── apexcharts.css │ │ ├── apexcharts.esm.js │ │ ├── apexcharts.js │ │ ├── apexcharts.min.js │ │ └── locales │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en.json │ │ │ ├── es.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── it.json │ │ │ ├── ka.json │ │ │ ├── ko.js │ │ │ ├── ko.json │ │ │ ├── lt.json │ │ │ ├── nb.json │ │ │ ├── nl.json │ │ │ ├── pl.json │ │ │ ├── pt-br.json │ │ │ ├── pt.json │ │ │ ├── rs.json │ │ │ ├── ru.json │ │ │ ├── se.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sq.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── ua.json │ │ │ └── zh-cn.json │ │ ├── chartjs │ │ ├── Chart.bundle.js │ │ ├── Chart.bundle.min.js │ │ ├── Chart.css │ │ ├── Chart.js │ │ ├── Chart.min.css │ │ └── Chart.min.js │ │ ├── choices.js │ │ ├── base.css │ │ ├── base.min.css │ │ ├── choices.css │ │ ├── choices.js │ │ ├── choices.min.css │ │ └── choices.min.js │ │ ├── dayjs │ │ └── dayjs.min.js │ │ ├── dragula │ │ ├── dragula.min.css │ │ └── dragula.min.js │ │ ├── perfect-scrollbar │ │ ├── perfect-scrollbar.css │ │ ├── perfect-scrollbar.min.js │ │ └── perfect-scrollbar.min.js.map │ │ ├── quill │ │ ├── quill.bubble.css │ │ ├── quill.core.css │ │ ├── quill.core.js │ │ ├── quill.js │ │ ├── quill.min.js │ │ ├── quill.min.js.map │ │ └── quill.snow.css │ │ ├── simple-datatables │ │ ├── simple-datatables.js │ │ └── style.css │ │ └── toastify │ │ └── src │ │ ├── toastify.css │ │ └── toastify.js ├── auth-forgot-password.html ├── auth-login.html ├── auth-register.html ├── component-alert.html ├── component-badge.html ├── component-breadcrumb.html ├── component-buttons.html ├── component-card.html ├── component-carousel.html ├── component-dropdowns.html ├── component-extra-avatar.html ├── component-extra-divider.html ├── component-list-group.html ├── component-modal.html ├── component-navs.html ├── component-pagination.html ├── component-progress.html ├── dist │ └── assets │ │ └── css │ │ ├── app.css │ │ └── bootstrap.css ├── error-403.html ├── error-404.html ├── error-500.html ├── fonts │ └── Raleway-Regular.ttf ├── form-editor.html ├── form-element-checkbox.html ├── form-element-input-group.html ├── form-element-input.html ├── form-element-radio.html ├── form-element-select.html ├── form-element-textarea.html ├── form-layout.html ├── index.html ├── layouts │ ├── error.html │ ├── master-auth.html │ ├── master.html │ └── sidebar.html ├── mix-manifest.json ├── table-datatable.html ├── table.html ├── ui-chart-apexchart.html ├── ui-chart-chartjs.html ├── ui-chatbox.html ├── ui-pricing.html ├── ui-todolist.html ├── ui-widgets-chatbox.html ├── ui-widgets-pricing.html └── ui-widgets-todolist.html ├── package-lock.json ├── package.json ├── screenshot.png ├── sidebar-items.json ├── src ├── assets │ ├── fonts │ │ └── Raleway-Regular.ttf │ ├── js │ │ ├── app.js │ │ ├── feather-icons.js │ │ └── main.js │ └── scss │ │ ├── _main.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── app.scss │ │ ├── bootstrap.scss │ │ ├── components │ │ ├── _alert.scss │ │ ├── _avatar.scss │ │ ├── _badge.scss │ │ ├── _breadcrumb.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _carousel.scss │ │ ├── _divider.scss │ │ ├── _dropdowns.scss │ │ ├── _forms.scss │ │ ├── _modal.scss │ │ ├── _navbar.scss │ │ ├── _navs.scss │ │ ├── _pagination.scss │ │ ├── _progress.scss │ │ ├── _sidebar.scss │ │ └── _table.scss │ │ ├── pages │ │ ├── _auth.scss │ │ └── _error.scss │ │ └── widgets │ │ ├── _chat.scss │ │ └── _todo.scss ├── auth-forgot-password.html ├── auth-login.html ├── auth-register.html ├── component-alert.html ├── component-badge.html ├── component-breadcrumb.html ├── component-buttons.html ├── component-card.html ├── component-carousel.html ├── component-dropdowns.html ├── component-extra-avatar.html ├── component-extra-divider.html ├── component-list-group.html ├── component-modal.html ├── component-navs.html ├── component-pagination.html ├── component-progress.html ├── error-403.html ├── error-404.html ├── error-500.html ├── form-editor.html ├── form-element-checkbox.html ├── form-element-input-group.html ├── form-element-input.html ├── form-element-radio.html ├── form-element-select.html ├── form-element-textarea.html ├── form-layout.html ├── index.html ├── layouts │ ├── error.html │ ├── master-auth.html │ ├── master.html │ └── sidebar.html ├── table-datatable.html ├── table.html ├── ui-chart-apexchart.html ├── ui-chart-chartjs.html ├── ui-widgets-chatbox.html ├── ui-widgets-pricing.html └── ui-widgets-todolist.html ├── webpack.mix.js └── yarn.lock /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: zuramai 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | /dist 2 | /node_modules 3 | package.json 4 | package-lock.json 5 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "trailingComma": "es5", 3 | "tabWidth": 2, 4 | "printWidth": 350, 5 | "semi": false, 6 | "singleQuote": true 7 | } 8 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## Contributing 2 | 3 | - Fork it ( https://github.com/zuramai/voler/fork ) 4 | - Create your feature branch (`git checkout -b my-new-feature`) 5 | - Commit your changes (`git commit -am 'Add some feature'`) 6 | - Push to the branch (`git push origin my-new-feature`) 7 | - Create a new Pull Request 8 | 9 | ## Note 10 | 11 | ### CSS 12 | If you want to make some changes in the CSS style. Don't edit the `.css` file, use the SCSS file instead. 13 | 14 | ### HTML 15 | Since we use Nunjucks, if you want to make changes to the HTML structure, make sure you change the source file (Nunjucks) located in `src`. 16 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Ahmad Saugi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /dist/assets/fonts/Raleway-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/fonts/Raleway-Regular.ttf -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-1.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-1.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-10.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-11.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-12.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-13.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-14.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-15.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-16.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-17.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-18.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-19.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-2.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-20.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-21.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-22.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-23.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-24.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-25.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-26.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-3.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-4.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-5.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-6.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-7.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-8.png -------------------------------------------------------------------------------- /dist/assets/images/avatar/avatar-s-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/avatar/avatar-s-9.png -------------------------------------------------------------------------------- /dist/assets/images/background/auth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/background/auth.jpg -------------------------------------------------------------------------------- /dist/assets/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/favicon.png -------------------------------------------------------------------------------- /dist/assets/images/favicon.svg: -------------------------------------------------------------------------------- 1 | favicon -------------------------------------------------------------------------------- /dist/assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/logo.png -------------------------------------------------------------------------------- /dist/assets/images/samples/aerial-panoramic-image-of-sansonvale-lake-X6TCENW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/aerial-panoramic-image-of-sansonvale-lake-X6TCENW.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/amazing-animal-beautiful-beautifull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/amazing-animal-beautiful-beautifull.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/back-view-of-focused-programmer-writing-code-and-PDVAFDS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/back-view-of-focused-programmer-writing-code-and-PDVAFDS.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/bright-milky-way-over-snow-covered-mountains-and-UEAQBXN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/bright-milky-way-over-snow-covered-mountains-and-UEAQBXN.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/happy-children-building-robots-at-robotics-school-PW3NYKH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/happy-children-building-robots-at-robotics-school-PW3NYKH.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/inspirational-aerial-landscape-autumn-forest-and-FU2LKHA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/inspirational-aerial-landscape-autumn-forest-and-FU2LKHA.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/introspective-programmer-examining-code-5YKU7FP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/introspective-programmer-examining-code-5YKU7FP.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/learning-new-codes-8VKXG4E.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/learning-new-codes-8VKXG4E.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/lovatnet-lake-beautiful-nature-norway-PUTLQJ4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/lovatnet-lake-beautiful-nature-norway-PUTLQJ4.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/man-coding-in-office-LHVW23S.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/man-coding-in-office-LHVW23S.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/modern-teaching-concept-P7BTJU7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/modern-teaching-concept-P7BTJU7.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/moody-autumn-day-in-the-dolomites-forest-and-MBFNHV2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/moody-autumn-day-in-the-dolomites-forest-and-MBFNHV2.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/pexels-photo-443446.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/pexels-photo-443446.jpeg -------------------------------------------------------------------------------- /dist/assets/images/samples/portrait-of-a-cheerful-couple-shopping-online-LQH69WU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/portrait-of-a-cheerful-couple-shopping-online-LQH69WU.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/programmer-working-on-code-X596MJF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/programmer-working-on-code-X596MJF.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/programmers-coding-computer-app-7CFXNL5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/programmers-coding-computer-app-7CFXNL5.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/road-over-dutch-dike-PLN5XJR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/road-over-dutch-dike-PLN5XJR.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/tuscany-foggy-hills-panorama-view-crop-Z9RFQ5X.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/tuscany-foggy-hills-panorama-view-crop-Z9RFQ5X.jpg -------------------------------------------------------------------------------- /dist/assets/images/samples/white-pelicans-pelecanus-onocrotalus-P4TFZ6E.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/samples/white-pelicans-pelecanus-onocrotalus-P4TFZ6E.jpg -------------------------------------------------------------------------------- /dist/assets/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/assets/images/screenshot.png -------------------------------------------------------------------------------- /dist/assets/js/app.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v5.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 5 | */ 6 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! 2 | Copyright (c) 2016 Jed Watson. 3 | Licensed under the MIT License (MIT), see 4 | http://jedwatson.github.io/classnames 5 | */ 6 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/activity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/alert-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/alert-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/anchor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/aperture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-down-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-left-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-right-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-up-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/at-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/award.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/bar-chart-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/bar-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/battery-charging.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/bell-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/bell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/book-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/calendar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/camera-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/check-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/check-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevrons-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevrons-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevrons-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chevrons-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/chrome.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cloud-drizzle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cloud-lightning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cloud-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cloud-rain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cloud-snow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/codepen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/codesandbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/coffee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/command.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/compass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-left-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-left-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-right-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-right-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/corner-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/cpu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/crosshair.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/divide-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/divide-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/dollar-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/download-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/dribbble.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/droplet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/edit-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/edit-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/external-link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/eye-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/feather.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/figma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/file-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/file-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/file-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/film.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/folder-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/folder-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/framer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/frown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/gift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/git-branch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/git-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/git-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/git-pull-request.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/github.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/gitlab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/globe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/hard-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/hash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/headphones.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/help-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/hexagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/life-buoy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/link-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/loader.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/log-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/log-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/map-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/maximize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/message-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/message-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/mic-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/mic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/minimize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/moon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/more-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/more-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/mouse-pointer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/move.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/navigation-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/package.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/paperclip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/pause-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/pen-tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/percent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/phone-call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/phone-forwarded.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/phone-incoming.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/phone-missed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/phone-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/phone-outgoing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/pie-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/plus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/printer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/radio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/refresh-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/refresh-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/rotate-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/rotate-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/scissors.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/settings.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/share-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/shield-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/shopping-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/shopping-cart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/shuffle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/skip-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/slack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/sliders.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/smartphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/smile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/speaker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/sun.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/sunrise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/sunset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/target.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/thumbs-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/thumbs-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/toggle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/toggle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/trash-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/trash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/trello.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/truck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/type.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/umbrella.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/upload-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/user-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/user-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/user-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/user-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/users.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/video-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/volume-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/volume-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/volume-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/volume.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/watch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/wifi-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/wind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/x-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/x-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/x-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/youtube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/zap-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/zap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/zoom-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/feather-icons/icons/zoom-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/assets/js/main.js: -------------------------------------------------------------------------------- 1 | (()=>{for(var e=document.querySelectorAll(".sidebar-item.has-sub"),t=function(){var t=e[r];e[r].querySelector(".sidebar-link").addEventListener("click",(function(e){e.preventDefault();var r=t.querySelector(".submenu");r.classList.contains("active")?r.classList.remove("active"):r.classList.add("active")}))},r=0;r div { 34 | position: absolute; 35 | width: 1000000px; 36 | height: 1000000px; 37 | left: 0; 38 | top: 0; 39 | } 40 | 41 | .chartjs-size-monitor-shrink > div { 42 | position: absolute; 43 | width: 200%; 44 | height: 200%; 45 | left: 0; 46 | top: 0; 47 | } 48 | -------------------------------------------------------------------------------- /dist/assets/vendors/chartjs/Chart.min.css: -------------------------------------------------------------------------------- 1 | @keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0} -------------------------------------------------------------------------------- /dist/assets/vendors/dragula/dragula.min.css: -------------------------------------------------------------------------------- 1 | .gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)} -------------------------------------------------------------------------------- /dist/error-403.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Forbidden - Voler Admin Dashboard 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 403 16 | You're not allowed in here 17 | Go Home 18 | 19 | 20 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /dist/error-404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Not Found - Voler Admin Dashboard 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 404 16 | we couldn't find the page you are looking for 17 | Go Home 18 | 19 | 20 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /dist/error-500.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Forbidden - Voler Admin Dashboard 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 500 16 | Error system. Please contact administrator. 17 | Go Home 18 | 19 | 20 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /dist/fonts/Raleway-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/dist/fonts/Raleway-Regular.ttf -------------------------------------------------------------------------------- /dist/layouts/error.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | - Voler Admin Dashboard 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /dist/layouts/master-auth.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | - Voler Admin Dashboard 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/screenshot.png -------------------------------------------------------------------------------- /src/assets/fonts/Raleway-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zuramai/voler/c0a8a5e625847d3d37d134ba4b93f744c0a718cb/src/assets/fonts/Raleway-Regular.ttf -------------------------------------------------------------------------------- /src/assets/js/app.js: -------------------------------------------------------------------------------- 1 | require('bootstrap'); -------------------------------------------------------------------------------- /src/assets/js/feather-icons.js: -------------------------------------------------------------------------------- 1 | require('feather-icons/dist/feather.min.js') -------------------------------------------------------------------------------- /src/assets/scss/components/_alert.scss: -------------------------------------------------------------------------------- 1 | 2 | .alert { 3 | border:none; 4 | .alert-heading { 5 | } 6 | p { 7 | margin-bottom: 0; 8 | } 9 | button.close { 10 | padding: .75rem; 11 | line-height: .75; 12 | } 13 | .alert-heading { 14 | margin-left: .4rem; 15 | & + p { 16 | margin-left: .4rem; 17 | } 18 | } 19 | } 20 | @each $key, $value in $alert-colors { 21 | .alert-#{$key} { 22 | background-color: map-get($value, 'background-color'); 23 | color: map-get($value, 'text-color'); 24 | box-shadow: 1px 2px 9px rgba(map-get($value, 'background-color'), .3); 25 | a { 26 | color: #fff; 27 | } 28 | } 29 | } 30 | @each $key, $value in $theme-colors-light { 31 | .alert-light-#{$key} { 32 | background-color: $value; 33 | // color: darken(map-get(map-get($alert-colors, $key), 'text-color'), .5) 34 | } 35 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_badge.scss: -------------------------------------------------------------------------------- 1 | .btn { 2 | .badge { 3 | border-radius: 50%; 4 | margin-left: 5px; 5 | &.bg-transparent { 6 | background-color: rgba(255,255,255,.25) !important; 7 | color: #fff; 8 | } 9 | } 10 | } 11 | 12 | 13 | a.badge:hover { 14 | 15 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_breadcrumb.scss: -------------------------------------------------------------------------------- 1 | .breadcrumb { 2 | &.breadcrumb-right { 3 | justify-content: flex-end; 4 | margin-top: $breadcrumb-margin-top; 5 | } 6 | &.breadcrumb-center { 7 | justify-content: center; 8 | margin-top: $breadcrumb-margin-top; 9 | } 10 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_carousel.scss: -------------------------------------------------------------------------------- 1 | .carousel-inner { 2 | border-radius: .7rem; 3 | box-shadow: 0 5px 10px $gray-500; 4 | } 5 | .carousel-caption h5 { 6 | color: $carousel-caption-color 7 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_divider.scss: -------------------------------------------------------------------------------- 1 | .divider { 2 | display: block; 3 | text-align: center; 4 | overflow: hidden; 5 | margin: 1rem 0; 6 | .divider-text { 7 | position: relative; 8 | display: inline-block; 9 | padding: 0 1rem; 10 | background-color: #FFF; 11 | &:before, &:after { 12 | content: ''; 13 | position: absolute; 14 | top: 50%; 15 | width: 9999px; 16 | border-top: 1px solid #DFE3E7; 17 | } 18 | &:before { 19 | right: 100%; 20 | } 21 | &:after { 22 | left: 100%; 23 | } 24 | } 25 | &.divider-left .divider-text { 26 | left: 0; 27 | float: left; 28 | padding-left: 0; 29 | } 30 | &.divider-left-center .divider-text { 31 | left: -25%; 32 | } 33 | &.divider-right-center .divider-text { 34 | left: 25%; 35 | } 36 | &.divider-right .divider-text { 37 | float: right; 38 | padding-right: 0; 39 | } 40 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_dropdowns.scss: -------------------------------------------------------------------------------- 1 | .dropdown-toggle:after { 2 | color: #fff; 3 | } 4 | .dropdown-menu-large { 5 | min-width: 16rem; 6 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_modal.scss: -------------------------------------------------------------------------------- 1 | .modal { 2 | .modal-content { 3 | box-shadow: -8px 12px 18px 0 rgba(25,42,70,.13); 4 | border: none; 5 | } 6 | .modal-full { 7 | max-width: 94% 8 | } 9 | .white { 10 | color: white; 11 | } 12 | .modal-header { 13 | display:flex; 14 | justify-content: space-between; 15 | align-items: center; 16 | .modal-title { 17 | font-size: $modal-header-font-size; 18 | } 19 | .close { 20 | padding: 7px 10px; 21 | border-radius: 50%; 22 | background:none; 23 | border: none; 24 | &:hover { 25 | background: $gray-300 26 | } 27 | } 28 | i, svg { 29 | font-size: 12px; 30 | height: 12px; 31 | width: 12px; 32 | } 33 | } 34 | .modal-footer { 35 | padding: $modal-inner-padding; 36 | } 37 | 38 | &.modal-borderless { 39 | .modal-header { 40 | border-bottom: 0; 41 | } 42 | .modal-footer { 43 | border-top: 0; 44 | } 45 | } 46 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_navbar.scss: -------------------------------------------------------------------------------- 1 | .navbar { 2 | height:70px; 3 | padding: 1.5rem; 4 | 5 | .nav-link-user img { 6 | width: 30px; 7 | } 8 | 9 | &.navbar-header { 10 | li { 11 | display: flex; 12 | align-items: center; 13 | &.nav-icon { 14 | margin-right: .4rem; 15 | .nav-link { 16 | display:block; 17 | padding: .4rem; 18 | border-radius: 50%; 19 | &:hover { 20 | background-color: $gray-200; 21 | } 22 | } 23 | } 24 | } 25 | .dropdown > a { 26 | color: $gray-600; 27 | font-weight: 600; 28 | 29 | svg { 30 | height: 24px; 31 | width: 24px; 32 | } 33 | &:after { 34 | display:none; 35 | } 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /src/assets/scss/components/_navs.scss: -------------------------------------------------------------------------------- 1 | .nav-pills { 2 | .nav-link { 3 | &.active { 4 | box-shadow: 0 2px 10px rgba(map-get($theme-colors, 'primary'), .5); 5 | } 6 | } 7 | } 8 | .nav-tabs { 9 | border: none ; 10 | .nav-link { 11 | border: none; 12 | } 13 | .nav-link:hover { 14 | border:none; 15 | text-shadow: 0 0 2px rgba(map-get($theme-colors, 'primary'),.3); 16 | } 17 | .nav-link.active { 18 | border: none; 19 | position: relative; 20 | color: map-get($theme-colors, 'primary'); 21 | &:after { 22 | content: ''; 23 | width: 100%; 24 | position: absolute; 25 | bottom: 0; 26 | height: 2px; 27 | background-color: map-get($theme-colors, 'primary'); 28 | left: 0; 29 | box-shadow: 0 2px 5px rgba(map-get($theme-colors, 'primary'),.5); 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_pagination.scss: -------------------------------------------------------------------------------- 1 | .pagination { 2 | @each $key, $value in $theme-colors { 3 | &.pagination-#{$key} { 4 | .page-item.active { 5 | .page-link { 6 | background-color: $value; 7 | border-color: $value; 8 | box-shadow: 0 2px 5px rgba($value,.3); 9 | } 10 | } 11 | } 12 | } 13 | } 14 | .page-item { 15 | &:not(.active) { 16 | .page-link { 17 | &:hover { 18 | color: $black 19 | } 20 | } 21 | } 22 | i, svg { 23 | font-size: 13px; 24 | width: 13px; 25 | height: 13px; 26 | } 27 | .page-link { 28 | font-size: .875rem; 29 | &:focus { 30 | box-shadow: none; 31 | } 32 | } 33 | &:first-child { 34 | margin-right: .4rem; 35 | } 36 | &:last-child { 37 | margin-left: .4rem; 38 | } 39 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_progress.scss: -------------------------------------------------------------------------------- 1 | .progress { 2 | @each $key, $value in $theme-colors { 3 | &.progress-#{$key} { 4 | overflow: visible; 5 | .progress-bar { 6 | background-color: $value; 7 | border-radius: $progress-border-radius; 8 | box-shadow: 0px 2px 3px rgba($value,.8); 9 | } 10 | } 11 | } 12 | &.progress-sm { 13 | height: .4rem; 14 | } 15 | &.progress-lg { 16 | height: .8rem; 17 | } 18 | 19 | .progress-bar { 20 | position: relative; 21 | overflow: visible; 22 | 23 | &.progress-label:before { 24 | content: attr(aria-valuenow) '%'; 25 | position: absolute; 26 | right: 0; 27 | top: -1.3rem; 28 | color: $gray-700; 29 | font-size: .8rem; 30 | 31 | } 32 | } 33 | } -------------------------------------------------------------------------------- /src/assets/scss/components/_table.scss: -------------------------------------------------------------------------------- 1 | .table td, .table thead th { 2 | vertical-align: middle; 3 | } 4 | 5 | .table thead th { 6 | border-bottom: 2px solid #475F7B; 7 | } 8 | 9 | .dataTable-table { 10 | @extend .table 11 | } 12 | 13 | .dataTable-container { 14 | overflow-x:auto 15 | } -------------------------------------------------------------------------------- /src/assets/scss/pages/_auth.scss: -------------------------------------------------------------------------------- 1 | #auth { 2 | background:$gray-600; 3 | min-height: 100vh; 4 | padding-top: 100px; 5 | background-image: url(../images/background/auth.jpg); 6 | 7 | .card { 8 | box-shadow: 0 5px 15px rgba(#246892, .6); 9 | border:none; 10 | } 11 | } -------------------------------------------------------------------------------- /src/assets/scss/pages/_error.scss: -------------------------------------------------------------------------------- 1 | #error { 2 | height: 100vh; 3 | width: 100%; 4 | background-color: $gray-200; 5 | 6 | .error-title { 7 | font-size: 10rem; 8 | } 9 | } -------------------------------------------------------------------------------- /src/assets/scss/widgets/_chat.scss: -------------------------------------------------------------------------------- 1 | 2 | .chat { 3 | border-radius: 5px; 4 | &.chat-left { 5 | .chat-message { 6 | background: #5A8DEE !important; 7 | float: left !important; 8 | color: #fff; 9 | } 10 | } 11 | .chat-message { 12 | text-align: left !important; 13 | float: right !important; 14 | margin: .2rem 0 1.8rem .2rem !important; 15 | color: rgb(82, 83, 97); 16 | background-color: #FAFBFB !important; 17 | box-shadow: 0 2px 6px 0 rgba(0,0,0,.3) !important; 18 | padding: .75rem 1rem !important; 19 | position: relative !important; 20 | max-width: calc(100% - 5rem) !important; 21 | clear: both !important; 22 | word-break: break-word !important; 23 | border-radius: .267rem !important; 24 | 25 | } 26 | } -------------------------------------------------------------------------------- /src/assets/scss/widgets/_todo.scss: -------------------------------------------------------------------------------- 1 | .widget-todo-list-wrapper { 2 | padding: 0; 3 | margin: 0; 4 | .widget-todo-item { 5 | padding: .8rem 2rem .8rem .8rem; 6 | list-style: none; 7 | 8 | &:hover { 9 | background-color: $gray-100; 10 | } 11 | .checkbox { 12 | margin-left: 1rem; 13 | } 14 | i, svg { 15 | font-size: 12px; 16 | cursor: move; 17 | height: 1rem 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /src/error-403.html: -------------------------------------------------------------------------------- 1 | {% extends 'layouts/error.html' %} 2 | {% set title = 'Forbidden' %} 3 | {% block content %} 4 | 5 | 403 6 | You're not allowed in here 7 | Go Home 8 | 9 | {% endblock %} -------------------------------------------------------------------------------- /src/error-404.html: -------------------------------------------------------------------------------- 1 | {% extends 'layouts/error.html' %} 2 | {% set title = 'Not Found' %} 3 | {% block content %} 4 | 5 | 404 6 | we couldn't find the page you are looking for 7 | Go Home 8 | 9 | {% endblock %} -------------------------------------------------------------------------------- /src/error-500.html: -------------------------------------------------------------------------------- 1 | {% extends 'layouts/error.html' %} 2 | {% set title = 'Forbidden' %} 3 | {% block content %} 4 | 5 | 500 6 | Error system. Please contact administrator. 7 | Go Home 8 | 9 | {% endblock %} -------------------------------------------------------------------------------- /src/layouts/error.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {{ title }} - {{ web_title }} 6 | 7 | {% block styles %}{% endblock %} 8 | 9 | 10 | 11 | 12 | 13 | {% block content %}{% endblock %} 14 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/layouts/master-auth.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | {{ title }} - {{ web_title }} 8 | 9 | {% block styles %}{% endblock %} 10 | 11 | 12 | 13 | 14 | 15 | 16 | {% block content %}{% endblock %} 17 | 18 | 19 | 20 | {% block js %}{% endblock %} 21 | 22 | 23 | 24 | --------------------------------------------------------------------------------
You're not allowed in here
we couldn't find the page you are looking for
Error system. Please contact administrator.