├── .gitignore ├── CHANGELOG.md ├── Gift Coupon - Skydash.jpg ├── README.md ├── docs ├── documentation.html └── documentation.js ├── preview.jpg └── template ├── css ├── maps │ └── vertical-layout-light │ │ └── style.css.map └── vertical-layout-light │ └── style.css ├── fonts ├── Manrope │ ├── Manrope-Bold.eot │ ├── Manrope-Bold.ttf │ ├── Manrope-Bold.woff │ ├── Manrope-Bold.woff2 │ ├── Manrope-ExtraBold.eot │ ├── Manrope-ExtraBold.ttf │ ├── Manrope-ExtraBold.woff │ ├── Manrope-ExtraBold.woff2 │ ├── Manrope-ExtraLight.eot │ ├── Manrope-ExtraLight.ttf │ ├── Manrope-ExtraLight.woff │ ├── Manrope-ExtraLight.woff2 │ ├── Manrope-Light.eot │ ├── Manrope-Light.ttf │ ├── Manrope-Light.woff │ ├── Manrope-Light.woff2 │ ├── Manrope-Medium.eot │ ├── Manrope-Medium.ttf │ ├── Manrope-Medium.woff │ ├── Manrope-Medium.woff2 │ ├── Manrope-Regular.eot │ ├── Manrope-Regular.ttf │ ├── Manrope-Regular.woff │ ├── Manrope-Regular.woff2 │ ├── Manrope-SemiBold.eot │ ├── Manrope-SemiBold.ttf │ ├── Manrope-SemiBold.woff │ └── Manrope-SemiBold.woff2 ├── Nunito │ ├── Nunito-Black.eot │ ├── Nunito-Black.ttf │ ├── Nunito-Black.woff │ ├── Nunito-Black.woff2 │ ├── Nunito-Bold.eot │ ├── Nunito-Bold.ttf │ ├── Nunito-Bold.woff │ ├── Nunito-Bold.woff2 │ ├── Nunito-ExtraBold.eot │ ├── Nunito-ExtraBold.ttf │ ├── Nunito-ExtraBold.woff │ ├── Nunito-ExtraBold.woff2 │ ├── Nunito-ExtraLight.eot │ ├── Nunito-ExtraLight.ttf │ ├── Nunito-ExtraLight.woff │ ├── Nunito-ExtraLight.woff2 │ ├── Nunito-Italic.eot │ ├── Nunito-Italic.ttf │ ├── Nunito-Italic.woff │ ├── Nunito-Italic.woff2 │ ├── Nunito-Light.eot │ ├── Nunito-Light.ttf │ ├── Nunito-Light.woff │ ├── Nunito-Light.woff2 │ ├── Nunito-Regular.eot │ ├── Nunito-Regular.ttf │ ├── Nunito-Regular.woff │ ├── Nunito-Regular.woff2 │ ├── Nunito-SemiBold.eot │ ├── Nunito-SemiBold.ttf │ ├── Nunito-SemiBold.woff │ └── Nunito-SemiBold.woff2 └── Roboto │ ├── Roboto-Black.eot │ ├── Roboto-Black.ttf │ ├── Roboto-Black.woff │ ├── Roboto-Black.woff2 │ ├── Roboto-Bold.eot │ ├── Roboto-Bold.ttf │ ├── Roboto-Bold.woff │ ├── Roboto-Bold.woff2 │ ├── Roboto-Light.eot │ ├── Roboto-Light.ttf │ ├── Roboto-Light.woff │ ├── Roboto-Light.woff2 │ ├── Roboto-Medium.eot │ ├── Roboto-Medium.ttf │ ├── Roboto-Medium.woff │ ├── Roboto-Medium.woff2 │ ├── Roboto-Regular.eot │ ├── Roboto-Regular.ttf │ ├── Roboto-Regular.woff │ └── Roboto-Regular.woff2 ├── gulpfile.js ├── images ├── auth │ ├── lockscreen-bg.jpg │ ├── login-bg.jpg │ └── register-bg.jpg ├── carousel │ ├── banner_1.jpg │ ├── banner_10.jpg │ ├── banner_11.jpg │ ├── banner_12.jpg │ ├── banner_2.jpg │ ├── banner_3.jpg │ ├── banner_4.jpg │ ├── banner_5.jpg │ ├── banner_6.jpg │ ├── banner_7.jpg │ ├── banner_8.jpg │ └── banner_9.jpg ├── dashboard │ ├── people.png │ ├── people.svg │ ├── people11.svg │ ├── shape-1.svg │ ├── shape-2.svg │ ├── shape-3.svg │ └── shape-4.svg ├── demo │ ├── boxed-layout.jpg │ ├── calendar.jpg │ ├── compact-menu.jpg │ ├── dark-sidebar.jpg │ ├── email.jpg │ ├── fixed-menu.jpg │ ├── horizontal-menu-dark.jpg │ ├── horizontal-menu-light.jpg │ ├── icon-menu.jpg │ ├── login.jpg │ ├── portfolio.jpg │ ├── pricing.jpg │ ├── toggle-menu.jpg │ ├── toggle-overlay-menu.jpg │ ├── vertical-dark.jpg │ └── vertical-default.jpg ├── faces │ ├── face1.jpg │ ├── face10.jpg │ ├── face11.jpg │ ├── face12.jpg │ ├── face13.jpg │ ├── face14.jpg │ ├── face15.jpg │ ├── face16.jpg │ ├── face17.jpg │ ├── face18.jpg │ ├── face19.jpg │ ├── face2.jpg │ ├── face20.jpg │ ├── face21.jpg │ ├── face22.jpg │ ├── face23.jpg │ ├── face24.jpg │ ├── face25.jpg │ ├── face26.jpg │ ├── face27.jpg │ ├── face28.jpg │ ├── face3.jpg │ ├── face4.jpg │ ├── face5.jpg │ ├── face6.jpg │ ├── face7.jpg │ ├── face8.jpg │ └── face9.jpg ├── favicon.png ├── file-icons │ ├── 64 │ │ ├── 001-interface-1.png │ │ ├── 002-tool.png │ │ ├── 003-interface.png │ │ ├── 004-folder-1.png │ │ ├── 005-database.png │ │ ├── 006-record.png │ │ ├── 007-folder.png │ │ └── 008-archive.png │ ├── 128 │ │ ├── 001-interface-1.png │ │ ├── 002-tool.png │ │ ├── 003-interface.png │ │ ├── 004-folder-1.png │ │ ├── 005-database.png │ │ ├── 006-record.png │ │ ├── 007-folder.png │ │ └── 008-archive.png │ ├── 256 │ │ ├── 001-interface-1.png │ │ ├── 002-tool.png │ │ ├── 003-interface.png │ │ ├── 004-folder-1.png │ │ ├── 005-database.png │ │ ├── 006-record.png │ │ ├── 007-folder.png │ │ └── 008-archive.png │ └── 512 │ │ ├── 001-interface-1.png │ │ ├── 002-tool.png │ │ ├── 003-interface.png │ │ ├── 004-folder-1.png │ │ ├── 005-database.png │ │ ├── 006-record.png │ │ ├── 007-folder.png │ │ └── 008-archive.png ├── lightbox │ ├── play-button.png │ ├── thumb-v-v-1.jpg │ ├── thumb-v-v-2.jpg │ ├── thumb-v-y-1.jpg │ └── thumb-v-y-2.jpg ├── logo-light.svg ├── logo-mini.svg ├── logo-white.svg ├── logo.svg ├── logo1.svg ├── samples │ ├── 1280x768 │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ └── 9.jpg │ └── 300x300 │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ └── 9.jpg └── sprites │ ├── blue.png │ ├── dark.png │ ├── flag.png │ ├── green.png │ ├── jsgrid-icons.png │ ├── red.png │ └── yellow.png ├── index.html ├── js ├── Chart.roundedBarCharts.js ├── ace.js ├── alerts.js ├── avgrund.js ├── bootstrap-table.js ├── bt-maxLength.js ├── c3.js ├── calendar.js ├── chart.js ├── chartist.js ├── circle-progress.js ├── clipboard.js ├── codeEditor.js ├── codemirror.js ├── context-menu.js ├── cropper.js ├── dashboard.js ├── data-table.js ├── data.txt ├── dataTables.select.min.js ├── db.js ├── demo.js ├── desktop-notification.js ├── dragula.js ├── dropify.js ├── dropzone.js ├── editorDemo.js ├── file-upload.js ├── flot-chart.js ├── form-addons.js ├── form-repeater.js ├── form-validation.js ├── formpickers.js ├── google-charts.js ├── google-maps.js ├── hoverable-collapse.js ├── iCheck.js ├── inputmask.js ├── ion-range-slider.js ├── jq.tablesort.js ├── jquery-file-upload.js ├── js-grid.js ├── just-gage.js ├── light-gallery.js ├── listify.js ├── mapael.js ├── mapael_example_1.js ├── mapael_example_2.js ├── maps.js ├── modal-demo.js ├── morris.js ├── no-ui-slider.js ├── off-canvas.js ├── owl-carousel.js ├── paginate.js ├── popover.js ├── profile-demo.js ├── progress-bar.js ├── rickshaw.js ├── select.dataTables.min.css ├── select2.js ├── settings.js ├── sparkline.js ├── tablesorter.js ├── tabs.js ├── template.js ├── tight-grid.js ├── toastDemo.js ├── todolist.js ├── tooltips.js ├── typeahead.js ├── wizard.js └── x-editable.js ├── package-lock.json ├── package.json ├── pages ├── charts │ └── chartjs.html ├── documentation │ └── documentation.html ├── forms │ └── basic_elements.html ├── icons │ └── mdi.html ├── samples │ ├── error-404.html │ ├── error-500.html │ ├── login.html │ └── register.html ├── tables │ └── basic-table.html └── ui-features │ ├── buttons.html │ ├── dropdowns.html │ └── typography.html ├── partials ├── _footer.html ├── _navbar.html ├── _settings-panel.html └── _sidebar.html ├── scss ├── common │ ├── dark │ │ ├── _background.scss │ │ ├── _dashboard.scss │ │ ├── _demo.scss │ │ ├── _fonts.scss │ │ ├── _footer.scss │ │ ├── _functions.scss │ │ ├── _misc.scss │ │ ├── _reset.scss │ │ ├── _typography.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── common.scss │ │ ├── components │ │ │ ├── _accordions.scss │ │ │ ├── _badges.scss │ │ │ ├── _bootstrap-alerts.scss │ │ │ ├── _bootstrap-progress.scss │ │ │ ├── _breadcrumbs.scss │ │ │ ├── _buttons.scss │ │ │ ├── _cards.scss │ │ │ ├── _checkbox-radio.scss │ │ │ ├── _dropdown.scss │ │ │ ├── _forms.scss │ │ │ ├── _google-maps.scss │ │ │ ├── _icons.scss │ │ │ ├── _lists.scss │ │ │ ├── _modals.scss │ │ │ ├── _pagination.scss │ │ │ ├── _popover.scss │ │ │ ├── _portfolio.scss │ │ │ ├── _preview.scss │ │ │ ├── _pricing-table.scss │ │ │ ├── _tables.scss │ │ │ ├── _tabs.scss │ │ │ ├── _timeline.scss │ │ │ ├── _todo-list.scss │ │ │ ├── _tooltips.scss │ │ │ ├── _user-profile.scss │ │ │ ├── loaders │ │ │ │ ├── _bar-loader.scss │ │ │ │ ├── _circle-loader.scss │ │ │ │ ├── _colored-balls.scss │ │ │ │ ├── _dot-opacity-loader.scss │ │ │ │ ├── _flip-square-loader.scss │ │ │ │ ├── _glowing-ball.scss │ │ │ │ ├── _jumping-dots-loader.scss │ │ │ │ ├── _loaders.scss │ │ │ │ ├── _moving-square-loader.scss │ │ │ │ ├── _pixel-loader.scss │ │ │ │ ├── _square-box.scss │ │ │ │ ├── _square-path-loader.scss │ │ │ │ └── _variables.scss │ │ │ ├── mail-components │ │ │ │ ├── _mail-list-container.scss │ │ │ │ ├── _mail-sidebar.scss │ │ │ │ └── _messagecontent.scss │ │ │ └── plugin-overrides │ │ │ │ ├── _ace.scss │ │ │ │ ├── _avgrund.scss │ │ │ │ ├── _chartist.scss │ │ │ │ ├── _codemirror.scss │ │ │ │ ├── _colcade.scss │ │ │ │ ├── _colorpicker.scss │ │ │ │ ├── _context-menu.scss │ │ │ │ ├── _data-tables.scss │ │ │ │ ├── _datepicker.scss │ │ │ │ ├── _dropify.scss │ │ │ │ ├── _dropzone.scss │ │ │ │ ├── _flot-chart.scss │ │ │ │ ├── _full-calendar.scss │ │ │ │ ├── _google-charts.scss │ │ │ │ ├── _icheck.scss │ │ │ │ ├── _jquery-file-upload.scss │ │ │ │ ├── _js-grid.scss │ │ │ │ ├── _jvectormap.scss │ │ │ │ ├── _light-gallery.scss │ │ │ │ ├── _listify.scss │ │ │ │ ├── _mapael.scss │ │ │ │ ├── _no-ui-slider.scss │ │ │ │ ├── _owl-carousel.scss │ │ │ │ ├── _progressbar-js.scss │ │ │ │ ├── _pws-tabs.scss │ │ │ │ ├── _quill.scss │ │ │ │ ├── _rating.scss │ │ │ │ ├── _select2.scss │ │ │ │ ├── _summernote.scss │ │ │ │ ├── _sweet-alert.scss │ │ │ │ ├── _switchery.scss │ │ │ │ ├── _tags.scss │ │ │ │ ├── _tinymce.scss │ │ │ │ ├── _toast.scss │ │ │ │ ├── _typeahead.scss │ │ │ │ ├── _wizard.scss │ │ │ │ ├── _wysieditor.scss │ │ │ │ └── _x-editable.scss │ │ ├── landing-screens │ │ │ └── _auth.scss │ │ └── mixins │ │ │ ├── _animation.scss │ │ │ ├── _badges.scss │ │ │ ├── _blockqoute.scss │ │ │ ├── _breadcrumbs.scss │ │ │ ├── _buttons.scss │ │ │ ├── _cards.scss │ │ │ ├── _misc.scss │ │ │ ├── _no-ui-slider.scss │ │ │ ├── _pagination.scss │ │ │ ├── _popovers.scss │ │ │ └── _tooltips.scss │ └── light │ │ ├── _background.scss │ │ ├── _dashboard.scss │ │ ├── _demo.scss │ │ ├── _fonts.scss │ │ ├── _footer.scss │ │ ├── _functions.scss │ │ ├── _misc.scss │ │ ├── _reset.scss │ │ ├── _typography.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── common.scss │ │ ├── components │ │ ├── _accordions.scss │ │ ├── _badges.scss │ │ ├── _bootstrap-alerts.scss │ │ ├── _bootstrap-progress.scss │ │ ├── _breadcrumbs.scss │ │ ├── _buttons.scss │ │ ├── _cards.scss │ │ ├── _checkbox-radio.scss │ │ ├── _dropdown.scss │ │ ├── _forms.scss │ │ ├── _google-maps.scss │ │ ├── _icons.scss │ │ ├── _lists.scss │ │ ├── _modals.scss │ │ ├── _pagination.scss │ │ ├── _popover.scss │ │ ├── _portfolio.scss │ │ ├── _preview.scss │ │ ├── _pricing-table.scss │ │ ├── _tables.scss │ │ ├── _tabs.scss │ │ ├── _timeline.scss │ │ ├── _todo-list.scss │ │ ├── _tooltips.scss │ │ ├── _user-profile.scss │ │ ├── loaders │ │ │ ├── _bar-loader.scss │ │ │ ├── _circle-loader.scss │ │ │ ├── _colored-balls.scss │ │ │ ├── _dot-opacity-loader.scss │ │ │ ├── _flip-square-loader.scss │ │ │ ├── _glowing-ball.scss │ │ │ ├── _jumping-dots-loader.scss │ │ │ ├── _loaders.scss │ │ │ ├── _moving-square-loader.scss │ │ │ ├── _pixel-loader.scss │ │ │ ├── _square-box.scss │ │ │ ├── _square-path-loader.scss │ │ │ └── _variables.scss │ │ ├── mail-components │ │ │ ├── _mail-list-container.scss │ │ │ ├── _mail-sidebar.scss │ │ │ └── _messagecontent.scss │ │ └── plugin-overrides │ │ │ ├── _ace.scss │ │ │ ├── _avgrund.scss │ │ │ ├── _chartist.scss │ │ │ ├── _codemirror.scss │ │ │ ├── _colcade.scss │ │ │ ├── _colorpicker.scss │ │ │ ├── _context-menu.scss │ │ │ ├── _data-tables.scss │ │ │ ├── _datepicker.scss │ │ │ ├── _dropify.scss │ │ │ ├── _dropzone.scss │ │ │ ├── _flot-chart.scss │ │ │ ├── _full-calendar.scss │ │ │ ├── _google-charts.scss │ │ │ ├── _icheck.scss │ │ │ ├── _jquery-file-upload.scss │ │ │ ├── _js-grid.scss │ │ │ ├── _jvectormap.scss │ │ │ ├── _light-gallery.scss │ │ │ ├── _listify.scss │ │ │ ├── _mapael.scss │ │ │ ├── _no-ui-slider.scss │ │ │ ├── _owl-carousel.scss │ │ │ ├── _progressbar-js.scss │ │ │ ├── _pws-tabs.scss │ │ │ ├── _quill.scss │ │ │ ├── _rating.scss │ │ │ ├── _select2.scss │ │ │ ├── _summernote.scss │ │ │ ├── _sweet-alert.scss │ │ │ ├── _switchery.scss │ │ │ ├── _tags.scss │ │ │ ├── _tinymce.scss │ │ │ ├── _toast.scss │ │ │ ├── _typeahead.scss │ │ │ ├── _wizard.scss │ │ │ ├── _wysieditor.scss │ │ │ └── _x-editable.scss │ │ ├── landing-screens │ │ └── _auth.scss │ │ └── mixins │ │ ├── _animation.scss │ │ ├── _badges.scss │ │ ├── _blockqoute.scss │ │ ├── _breadcrumbs.scss │ │ ├── _buttons.scss │ │ ├── _cards.scss │ │ ├── _misc.scss │ │ ├── _no-ui-slider.scss │ │ ├── _pagination.scss │ │ ├── _popovers.scss │ │ └── _tooltips.scss ├── fonts │ └── Manrope │ │ └── Manrope-Light.eot └── vertical-layout-light │ ├── _layouts.scss │ ├── _navbar.scss │ ├── _settings-panel.scss │ ├── _sidebar.scss │ ├── _variables.scss │ ├── _vertical-wrapper.scss │ └── style.scss └── vendors ├── ace-builds └── src-min │ ├── ace.js │ ├── ext-beautify.js │ ├── ext-code_lens.js │ ├── ext-elastic_tabstops_lite.js │ ├── ext-emmet.js │ ├── ext-error_marker.js │ ├── ext-keybinding_menu.js │ ├── ext-language_tools.js │ ├── ext-linking.js │ ├── ext-modelist.js │ ├── ext-options.js │ ├── ext-prompt.js │ ├── ext-rtl.js │ ├── ext-searchbox.js │ ├── ext-settings_menu.js │ ├── ext-spellcheck.js │ ├── ext-split.js │ ├── ext-static_highlight.js │ ├── ext-statusbar.js │ ├── ext-textarea.js │ ├── ext-themelist.js │ ├── ext-whitespace.js │ ├── keybinding-emacs.js │ ├── keybinding-sublime.js │ ├── keybinding-vim.js │ ├── keybinding-vscode.js │ ├── mode-abap.js │ ├── mode-abc.js │ ├── mode-actionscript.js │ ├── mode-ada.js │ ├── mode-alda.js │ ├── mode-apache_conf.js │ ├── mode-apex.js │ ├── mode-applescript.js │ ├── mode-aql.js │ ├── mode-asciidoc.js │ ├── mode-asl.js │ ├── mode-assembly_x86.js │ ├── mode-autohotkey.js │ ├── mode-batchfile.js │ ├── mode-c9search.js │ ├── mode-c_cpp.js │ ├── mode-cirru.js │ ├── mode-clojure.js │ ├── mode-cobol.js │ ├── mode-coffee.js │ ├── mode-coldfusion.js │ ├── mode-crystal.js │ ├── mode-csharp.js │ ├── mode-csound_document.js │ ├── mode-csound_orchestra.js │ ├── mode-csound_score.js │ ├── mode-csp.js │ ├── mode-css.js │ ├── mode-curly.js │ ├── mode-d.js │ ├── mode-dart.js │ ├── mode-diff.js │ ├── mode-django.js │ ├── mode-dockerfile.js │ ├── mode-dot.js │ ├── mode-drools.js │ ├── mode-edifact.js │ ├── mode-eiffel.js │ ├── mode-ejs.js │ ├── mode-elixir.js │ ├── mode-elm.js │ ├── mode-erlang.js │ ├── mode-forth.js │ ├── mode-fortran.js │ ├── mode-fsharp.js │ ├── mode-fsl.js │ ├── mode-ftl.js │ ├── mode-gcode.js │ ├── mode-gherkin.js │ ├── mode-gitignore.js │ ├── mode-glsl.js │ ├── mode-gobstones.js │ ├── mode-golang.js │ ├── mode-graphqlschema.js │ ├── mode-groovy.js │ ├── mode-haml.js │ ├── mode-handlebars.js │ ├── mode-haskell.js │ ├── mode-haskell_cabal.js │ ├── mode-haxe.js │ ├── mode-hjson.js │ ├── mode-html.js │ ├── mode-html_elixir.js │ ├── mode-html_ruby.js │ ├── mode-ini.js │ ├── mode-io.js │ ├── mode-jack.js │ ├── mode-jade.js │ ├── mode-java.js │ ├── mode-javascript.js │ ├── mode-json.js │ ├── mode-json5.js │ ├── mode-jsoniq.js │ ├── mode-jsp.js │ ├── mode-jssm.js │ ├── mode-jsx.js │ ├── mode-julia.js │ ├── mode-kotlin.js │ ├── mode-latex.js │ ├── mode-less.js │ ├── mode-liquid.js │ ├── mode-lisp.js │ ├── mode-livescript.js │ ├── mode-logiql.js │ ├── mode-logtalk.js │ ├── mode-lsl.js │ ├── mode-lua.js │ ├── mode-luapage.js │ ├── mode-lucene.js │ ├── mode-makefile.js │ ├── mode-markdown.js │ ├── mode-mask.js │ ├── mode-matlab.js │ ├── mode-maze.js │ ├── mode-mediawiki.js │ ├── mode-mel.js │ ├── mode-mixal.js │ ├── mode-mushcode.js │ ├── mode-mysql.js │ ├── mode-nginx.js │ ├── mode-nim.js │ ├── mode-nix.js │ ├── mode-nsis.js │ ├── mode-nunjucks.js │ ├── mode-objectivec.js │ ├── mode-ocaml.js │ ├── mode-pascal.js │ ├── mode-perl.js │ ├── mode-perl6.js │ ├── mode-pgsql.js │ ├── mode-php.js │ ├── mode-php_laravel_blade.js │ ├── mode-pig.js │ ├── mode-plain_text.js │ ├── mode-powershell.js │ ├── mode-praat.js │ ├── mode-prisma.js │ ├── mode-prolog.js │ ├── mode-properties.js │ ├── mode-protobuf.js │ ├── mode-puppet.js │ ├── mode-python.js │ ├── mode-qml.js │ ├── mode-r.js │ ├── mode-razor.js │ ├── mode-rdoc.js │ ├── mode-red.js │ ├── mode-redshift.js │ ├── mode-rhtml.js │ ├── mode-rst.js │ ├── mode-ruby.js │ ├── mode-rust.js │ ├── mode-sass.js │ ├── mode-scad.js │ ├── mode-scala.js │ ├── mode-scheme.js │ ├── mode-scss.js │ ├── mode-sh.js │ ├── mode-sjs.js │ ├── mode-slim.js │ ├── mode-smarty.js │ ├── mode-snippets.js │ ├── mode-soy_template.js │ ├── mode-space.js │ ├── mode-sparql.js │ ├── mode-sql.js │ ├── mode-sqlserver.js │ ├── mode-stylus.js │ ├── mode-svg.js │ ├── mode-swift.js │ ├── mode-tcl.js │ ├── mode-terraform.js │ ├── mode-tex.js │ ├── mode-text.js │ ├── mode-textile.js │ ├── mode-toml.js │ ├── mode-tsx.js │ ├── mode-turtle.js │ ├── mode-twig.js │ ├── mode-typescript.js │ ├── mode-vala.js │ ├── mode-vbscript.js │ ├── mode-velocity.js │ ├── mode-verilog.js │ ├── mode-vhdl.js │ ├── mode-visualforce.js │ ├── mode-wollok.js │ ├── mode-xml.js │ ├── mode-xquery.js │ ├── mode-yaml.js │ ├── mode-zeek.js │ ├── snippets │ ├── abap.js │ ├── abc.js │ ├── actionscript.js │ ├── ada.js │ ├── alda.js │ ├── apache_conf.js │ ├── apex.js │ ├── applescript.js │ ├── aql.js │ ├── asciidoc.js │ ├── asl.js │ ├── assembly_x86.js │ ├── autohotkey.js │ ├── batchfile.js │ ├── c9search.js │ ├── c_cpp.js │ ├── cirru.js │ ├── clojure.js │ ├── cobol.js │ ├── coffee.js │ ├── coldfusion.js │ ├── crystal.js │ ├── csharp.js │ ├── csound_document.js │ ├── csound_orchestra.js │ ├── csound_score.js │ ├── csp.js │ ├── css.js │ ├── curly.js │ ├── d.js │ ├── dart.js │ ├── diff.js │ ├── django.js │ ├── dockerfile.js │ ├── dot.js │ ├── drools.js │ ├── edifact.js │ ├── eiffel.js │ ├── ejs.js │ ├── elixir.js │ ├── elm.js │ ├── erlang.js │ ├── forth.js │ ├── fortran.js │ ├── fsharp.js │ ├── fsl.js │ ├── ftl.js │ ├── gcode.js │ ├── gherkin.js │ ├── gitignore.js │ ├── glsl.js │ ├── gobstones.js │ ├── golang.js │ ├── graphqlschema.js │ ├── groovy.js │ ├── haml.js │ ├── handlebars.js │ ├── haskell.js │ ├── haskell_cabal.js │ ├── haxe.js │ ├── hjson.js │ ├── html.js │ ├── html_elixir.js │ ├── html_ruby.js │ ├── ini.js │ ├── io.js │ ├── jack.js │ ├── jade.js │ ├── java.js │ ├── javascript.js │ ├── json.js │ ├── json5.js │ ├── jsoniq.js │ ├── jsp.js │ ├── jssm.js │ ├── jsx.js │ ├── julia.js │ ├── kotlin.js │ ├── latex.js │ ├── less.js │ ├── liquid.js │ ├── lisp.js │ ├── livescript.js │ ├── logiql.js │ ├── logtalk.js │ ├── lsl.js │ ├── lua.js │ ├── luapage.js │ ├── lucene.js │ ├── makefile.js │ ├── markdown.js │ ├── mask.js │ ├── matlab.js │ ├── maze.js │ ├── mediawiki.js │ ├── mel.js │ ├── mixal.js │ ├── mushcode.js │ ├── mysql.js │ ├── nginx.js │ ├── nim.js │ ├── nix.js │ ├── nsis.js │ ├── nunjucks.js │ ├── objectivec.js │ ├── ocaml.js │ ├── pascal.js │ ├── perl.js │ ├── perl6.js │ ├── pgsql.js │ ├── php.js │ ├── php_laravel_blade.js │ ├── pig.js │ ├── plain_text.js │ ├── powershell.js │ ├── praat.js │ ├── prisma.js │ ├── prolog.js │ ├── properties.js │ ├── protobuf.js │ ├── puppet.js │ ├── python.js │ ├── qml.js │ ├── r.js │ ├── razor.js │ ├── rdoc.js │ ├── red.js │ ├── redshift.js │ ├── rhtml.js │ ├── rst.js │ ├── ruby.js │ ├── rust.js │ ├── sass.js │ ├── scad.js │ ├── scala.js │ ├── scheme.js │ ├── scss.js │ ├── sh.js │ ├── sjs.js │ ├── slim.js │ ├── smarty.js │ ├── snippets.js │ ├── soy_template.js │ ├── space.js │ ├── sparql.js │ ├── sql.js │ ├── sqlserver.js │ ├── stylus.js │ ├── svg.js │ ├── swift.js │ ├── tcl.js │ ├── terraform.js │ ├── tex.js │ ├── text.js │ ├── textile.js │ ├── toml.js │ ├── tsx.js │ ├── turtle.js │ ├── twig.js │ ├── typescript.js │ ├── vala.js │ ├── vbscript.js │ ├── velocity.js │ ├── verilog.js │ ├── vhdl.js │ ├── visualforce.js │ ├── wollok.js │ ├── xml.js │ ├── xquery.js │ ├── yaml.js │ └── zeek.js │ ├── theme-ambiance.js │ ├── theme-chaos.js │ ├── theme-chrome.js │ ├── theme-clouds.js │ ├── theme-clouds_midnight.js │ ├── theme-cobalt.js │ ├── theme-crimson_editor.js │ ├── theme-dawn.js │ ├── theme-dracula.js │ ├── theme-dreamweaver.js │ ├── theme-eclipse.js │ ├── theme-github.js │ ├── theme-gob.js │ ├── theme-gruvbox.js │ ├── theme-idle_fingers.js │ ├── theme-iplastic.js │ ├── theme-katzenmilch.js │ ├── theme-kr_theme.js │ ├── theme-kuroir.js │ ├── theme-merbivore.js │ ├── theme-merbivore_soft.js │ ├── theme-mono_industrial.js │ ├── theme-monokai.js │ ├── theme-nord_dark.js │ ├── theme-pastel_on_dark.js │ ├── theme-solarized_dark.js │ ├── theme-solarized_light.js │ ├── theme-sqlserver.js │ ├── theme-terminal.js │ ├── theme-textmate.js │ ├── theme-tomorrow.js │ ├── theme-tomorrow_night.js │ ├── theme-tomorrow_night_blue.js │ ├── theme-tomorrow_night_bright.js │ ├── theme-tomorrow_night_eighties.js │ ├── theme-twilight.js │ ├── theme-vibrant_ink.js │ ├── theme-xcode.js │ ├── worker-base.js │ ├── worker-coffee.js │ ├── worker-css.js │ ├── worker-html.js │ ├── worker-javascript.js │ ├── worker-json.js │ ├── worker-lua.js │ ├── worker-php.js │ ├── worker-xml.js │ └── worker-xquery.js ├── bootstrap-datepicker ├── bootstrap-datepicker.min.css └── bootstrap-datepicker.min.js ├── bootstrap-maxlength └── bootstrap-maxlength.min.js ├── chart.js └── Chart.min.js ├── clipboard └── clipboard.min.js ├── codemirror ├── ambiance.css ├── codemirror.css ├── codemirror.js ├── javascript.js └── shell.js ├── colcade └── colcade.js ├── css └── vendor.bundle.base.css ├── datatables.net-bs4 ├── dataTables.bootstrap4.css └── dataTables.bootstrap4.js ├── datatables.net └── jquery.dataTables.js ├── feather ├── feather.css └── fonts │ ├── feather-webfont.eot │ ├── feather-webfont.svg │ ├── feather-webfont.ttf │ └── feather-webfont.woff ├── flag-icon-css ├── css │ └── flag-icon.min.css └── flags │ ├── 1x1 │ ├── ad.svg │ ├── ae.svg │ ├── af.svg │ ├── ag.svg │ ├── ai.svg │ ├── al.svg │ ├── am.svg │ ├── ao.svg │ ├── aq.svg │ ├── ar.svg │ ├── as.svg │ ├── at.svg │ ├── au.svg │ ├── aw.svg │ ├── ax.svg │ ├── az.svg │ ├── ba.svg │ ├── bb.svg │ ├── bd.svg │ ├── be.svg │ ├── bf.svg │ ├── bg.svg │ ├── bh.svg │ ├── bi.svg │ ├── bj.svg │ ├── bl.svg │ ├── bm.svg │ ├── bn.svg │ ├── bo.svg │ ├── bq.svg │ ├── br.svg │ ├── bs.svg │ ├── bt.svg │ ├── bv.svg │ ├── bw.svg │ ├── by.svg │ ├── bz.svg │ ├── ca.svg │ ├── cc.svg │ ├── cd.svg │ ├── cf.svg │ ├── cg.svg │ ├── ch.svg │ ├── ci.svg │ ├── ck.svg │ ├── cl.svg │ ├── cm.svg │ ├── cn.svg │ ├── co.svg │ ├── cr.svg │ ├── cu.svg │ ├── cv.svg │ ├── cw.svg │ ├── cx.svg │ ├── cy.svg │ ├── cz.svg │ ├── de.svg │ ├── dj.svg │ ├── dk.svg │ ├── dm.svg │ ├── do.svg │ ├── dz.svg │ ├── ec.svg │ ├── ee.svg │ ├── eg.svg │ ├── eh.svg │ ├── er.svg │ ├── es-ca.svg │ ├── es-ga.svg │ ├── es.svg │ ├── et.svg │ ├── eu.svg │ ├── fi.svg │ ├── fj.svg │ ├── fk.svg │ ├── fm.svg │ ├── fo.svg │ ├── fr.svg │ ├── ga.svg │ ├── gb-eng.svg │ ├── gb-nir.svg │ ├── gb-sct.svg │ ├── gb-wls.svg │ ├── gb.svg │ ├── gd.svg │ ├── ge.svg │ ├── gf.svg │ ├── gg.svg │ ├── gh.svg │ ├── gi.svg │ ├── gl.svg │ ├── gm.svg │ ├── gn.svg │ ├── gp.svg │ ├── gq.svg │ ├── gr.svg │ ├── gs.svg │ ├── gt.svg │ ├── gu.svg │ ├── gw.svg │ ├── gy.svg │ ├── hk.svg │ ├── hm.svg │ ├── hn.svg │ ├── hr.svg │ ├── ht.svg │ ├── hu.svg │ ├── id.svg │ ├── ie.svg │ ├── il.svg │ ├── im.svg │ ├── in.svg │ ├── io.svg │ ├── iq.svg │ ├── ir.svg │ ├── is.svg │ ├── it.svg │ ├── je.svg │ ├── jm.svg │ ├── jo.svg │ ├── jp.svg │ ├── ke.svg │ ├── kg.svg │ ├── kh.svg │ ├── ki.svg │ ├── km.svg │ ├── kn.svg │ ├── kp.svg │ ├── kr.svg │ ├── kw.svg │ ├── ky.svg │ ├── kz.svg │ ├── la.svg │ ├── lb.svg │ ├── lc.svg │ ├── li.svg │ ├── lk.svg │ ├── lr.svg │ ├── ls.svg │ ├── lt.svg │ ├── lu.svg │ ├── lv.svg │ ├── ly.svg │ ├── ma.svg │ ├── mc.svg │ ├── md.svg │ ├── me.svg │ ├── mf.svg │ ├── mg.svg │ ├── mh.svg │ ├── mk.svg │ ├── ml.svg │ ├── mm.svg │ ├── mn.svg │ ├── mo.svg │ ├── mp.svg │ ├── mq.svg │ ├── mr.svg │ ├── ms.svg │ ├── mt.svg │ ├── mu.svg │ ├── mv.svg │ ├── mw.svg │ ├── mx.svg │ ├── my.svg │ ├── mz.svg │ ├── na.svg │ ├── nc.svg │ ├── ne.svg │ ├── nf.svg │ ├── ng.svg │ ├── ni.svg │ ├── nl.svg │ ├── no.svg │ ├── np.svg │ ├── nr.svg │ ├── nu.svg │ ├── nz.svg │ ├── om.svg │ ├── pa.svg │ ├── pe.svg │ ├── pf.svg │ ├── pg.svg │ ├── ph.svg │ ├── pk.svg │ ├── pl.svg │ ├── pm.svg │ ├── pn.svg │ ├── pr.svg │ ├── ps.svg │ ├── pt.svg │ ├── pw.svg │ ├── py.svg │ ├── qa.svg │ ├── re.svg │ ├── ro.svg │ ├── rs.svg │ ├── ru.svg │ ├── rw.svg │ ├── sa.svg │ ├── sb.svg │ ├── sc.svg │ ├── sd.svg │ ├── se.svg │ ├── sg.svg │ ├── sh.svg │ ├── si.svg │ ├── sj.svg │ ├── sk.svg │ ├── sl.svg │ ├── sm.svg │ ├── sn.svg │ ├── so.svg │ ├── sr.svg │ ├── ss.svg │ ├── st.svg │ ├── sv.svg │ ├── sx.svg │ ├── sy.svg │ ├── sz.svg │ ├── tc.svg │ ├── td.svg │ ├── tf.svg │ ├── tg.svg │ ├── th.svg │ ├── tj.svg │ ├── tk.svg │ ├── tl.svg │ ├── tm.svg │ ├── tn.svg │ ├── to.svg │ ├── tr.svg │ ├── tt.svg │ ├── tv.svg │ ├── tw.svg │ ├── tz.svg │ ├── ua.svg │ ├── ug.svg │ ├── um.svg │ ├── un.svg │ ├── us.svg │ ├── uy.svg │ ├── uz.svg │ ├── va.svg │ ├── vc.svg │ ├── ve.svg │ ├── vg.svg │ ├── vi.svg │ ├── vn.svg │ ├── vu.svg │ ├── wf.svg │ ├── ws.svg │ ├── xk.svg │ ├── ye.svg │ ├── yt.svg │ ├── za.svg │ ├── zm.svg │ └── zw.svg │ └── 4x3 │ ├── ad.svg │ ├── ae.svg │ ├── af.svg │ ├── ag.svg │ ├── ai.svg │ ├── al.svg │ ├── am.svg │ ├── ao.svg │ ├── aq.svg │ ├── ar.svg │ ├── as.svg │ ├── at.svg │ ├── au.svg │ ├── aw.svg │ ├── ax.svg │ ├── az.svg │ ├── ba.svg │ ├── bb.svg │ ├── bd.svg │ ├── be.svg │ ├── bf.svg │ ├── bg.svg │ ├── bh.svg │ ├── bi.svg │ ├── bj.svg │ ├── bl.svg │ ├── bm.svg │ ├── bn.svg │ ├── bo.svg │ ├── bq.svg │ ├── br.svg │ ├── bs.svg │ ├── bt.svg │ ├── bv.svg │ ├── bw.svg │ ├── by.svg │ ├── bz.svg │ ├── ca.svg │ ├── cc.svg │ ├── cd.svg │ ├── cf.svg │ ├── cg.svg │ ├── ch.svg │ ├── ci.svg │ ├── ck.svg │ ├── cl.svg │ ├── cm.svg │ ├── cn.svg │ ├── co.svg │ ├── cr.svg │ ├── cu.svg │ ├── cv.svg │ ├── cw.svg │ ├── cx.svg │ ├── cy.svg │ ├── cz.svg │ ├── de.svg │ ├── dj.svg │ ├── dk.svg │ ├── dm.svg │ ├── do.svg │ ├── dz.svg │ ├── ec.svg │ ├── ee.svg │ ├── eg.svg │ ├── eh.svg │ ├── er.svg │ ├── es-ca.svg │ ├── es-ga.svg │ ├── es.svg │ ├── et.svg │ ├── eu.svg │ ├── fi.svg │ ├── fj.svg │ ├── fk.svg │ ├── fm.svg │ ├── fo.svg │ ├── fr.svg │ ├── ga.svg │ ├── gb-eng.svg │ ├── gb-nir.svg │ ├── gb-sct.svg │ ├── gb-wls.svg │ ├── gb.svg │ ├── gd.svg │ ├── ge.svg │ ├── gf.svg │ ├── gg.svg │ ├── gh.svg │ ├── gi.svg │ ├── gl.svg │ ├── gm.svg │ ├── gn.svg │ ├── gp.svg │ ├── gq.svg │ ├── gr.svg │ ├── gs.svg │ ├── gt.svg │ ├── gu.svg │ ├── gw.svg │ ├── gy.svg │ ├── hk.svg │ ├── hm.svg │ ├── hn.svg │ ├── hr.svg │ ├── ht.svg │ ├── hu.svg │ ├── id.svg │ ├── ie.svg │ ├── il.svg │ ├── im.svg │ ├── in.svg │ ├── io.svg │ ├── iq.svg │ ├── ir.svg │ ├── is.svg │ ├── it.svg │ ├── je.svg │ ├── jm.svg │ ├── jo.svg │ ├── jp.svg │ ├── ke.svg │ ├── kg.svg │ ├── kh.svg │ ├── ki.svg │ ├── km.svg │ ├── kn.svg │ ├── kp.svg │ ├── kr.svg │ ├── kw.svg │ ├── ky.svg │ ├── kz.svg │ ├── la.svg │ ├── lb.svg │ ├── lc.svg │ ├── li.svg │ ├── lk.svg │ ├── lr.svg │ ├── ls.svg │ ├── lt.svg │ ├── lu.svg │ ├── lv.svg │ ├── ly.svg │ ├── ma.svg │ ├── mc.svg │ ├── md.svg │ ├── me.svg │ ├── mf.svg │ ├── mg.svg │ ├── mh.svg │ ├── mk.svg │ ├── ml.svg │ ├── mm.svg │ ├── mn.svg │ ├── mo.svg │ ├── mp.svg │ ├── mq.svg │ ├── mr.svg │ ├── ms.svg │ ├── mt.svg │ ├── mu.svg │ ├── mv.svg │ ├── mw.svg │ ├── mx.svg │ ├── my.svg │ ├── mz.svg │ ├── na.svg │ ├── nc.svg │ ├── ne.svg │ ├── nf.svg │ ├── ng.svg │ ├── ni.svg │ ├── nl.svg │ ├── no.svg │ ├── np.svg │ ├── nr.svg │ ├── nu.svg │ ├── nz.svg │ ├── om.svg │ ├── pa.svg │ ├── pe.svg │ ├── pf.svg │ ├── pg.svg │ ├── ph.svg │ ├── pk.svg │ ├── pl.svg │ ├── pm.svg │ ├── pn.svg │ ├── pr.svg │ ├── ps.svg │ ├── pt.svg │ ├── pw.svg │ ├── py.svg │ ├── qa.svg │ ├── re.svg │ ├── ro.svg │ ├── rs.svg │ ├── ru.svg │ ├── rw.svg │ ├── sa.svg │ ├── sb.svg │ ├── sc.svg │ ├── sd.svg │ ├── se.svg │ ├── sg.svg │ ├── sh.svg │ ├── si.svg │ ├── sj.svg │ ├── sk.svg │ ├── sl.svg │ ├── sm.svg │ ├── sn.svg │ ├── so.svg │ ├── sr.svg │ ├── ss.svg │ ├── st.svg │ ├── sv.svg │ ├── sx.svg │ ├── sy.svg │ ├── sz.svg │ ├── tc.svg │ ├── td.svg │ ├── tf.svg │ ├── tg.svg │ ├── th.svg │ ├── tj.svg │ ├── tk.svg │ ├── tl.svg │ ├── tm.svg │ ├── tn.svg │ ├── to.svg │ ├── tr.svg │ ├── tt.svg │ ├── tv.svg │ ├── tw.svg │ ├── tz.svg │ ├── ua.svg │ ├── ug.svg │ ├── um.svg │ ├── un.svg │ ├── us.svg │ ├── uy.svg │ ├── uz.svg │ ├── va.svg │ ├── vc.svg │ ├── ve.svg │ ├── vg.svg │ ├── vi.svg │ ├── vn.svg │ ├── vu.svg │ ├── wf.svg │ ├── ws.svg │ ├── xk.svg │ ├── ye.svg │ ├── yt.svg │ ├── za.svg │ ├── zm.svg │ └── zw.svg ├── font-awesome ├── css │ └── font-awesome.min.css └── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── inputmask └── jquery.inputmask.bundle.js ├── jquery-asColor ├── jquery-asColor.min.js └── jquery-asColor.min.js.map ├── jquery-asColorPicker ├── css │ ├── asColorPicker.min.css │ └── asColorPicker.min.css.map ├── images │ ├── alpha.png │ ├── hue.png │ ├── saturation.png │ └── transparent.png ├── jquery-asColorPicker.min.js └── jquery-asColorPicker.min.js.map ├── jquery-asGradient ├── jquery-asGradient.min.js └── jquery-asGradient.min.js.map ├── jquery-bar-rating ├── bars-1to10.css ├── bars-horizontal.css ├── bars-movie.css ├── bars-pill.css ├── bars-reversed.css ├── bars-square.css ├── bootstrap-stars.css ├── css-stars.css ├── examples.css ├── fontawesome-stars-o.css ├── fontawesome-stars.css ├── jquery.barrating.min.js └── jquery.barrating.min.js.map ├── jquery-contextmenu ├── jquery.contextMenu.min.css ├── jquery.contextMenu.min.css.map ├── jquery.contextMenu.min.js └── jquery.contextMenu.min.js.map ├── jquery-file-upload ├── jquery.uploadfile.min.js └── uploadfile.css ├── js ├── bootstrap.min.js.map └── vendor.bundle.base.js ├── mdi ├── css │ ├── materialdesignicons.min.css │ └── materialdesignicons.min.css.map └── fonts │ ├── materialdesignicons-webfont.eot │ ├── materialdesignicons-webfont.ttf │ ├── materialdesignicons-webfont.woff │ └── materialdesignicons-webfont.woff2 ├── moment ├── moment.js └── moment.min.js ├── nouislider ├── nouislider.min.css └── nouislider.min.js ├── owl-carousel-2 ├── owl.carousel.min.css ├── owl.carousel.min.js ├── owl.theme.default.min.css └── owl.video.play.png ├── progressbar.js └── progressbar.min.js ├── pwstabs ├── jquery.pwstabs.min.css └── jquery.pwstabs.min.js ├── quill ├── quill.min.js ├── quill.min.js.map └── quill.snow.css ├── raphael └── raphael.min.js ├── select2-bootstrap-theme └── select2-bootstrap.min.css ├── select2 ├── select2.min.css └── select2.min.js ├── simplemde ├── simplemde.min.css └── simplemde.min.js ├── sweetalert └── sweetalert.min.js ├── tempusdominus-bootstrap-4 ├── tempusdominus-bootstrap-4.js └── tempusdominus-bootstrap-4.min.css ├── ti-icons ├── css │ └── themify-icons.css └── fonts │ ├── themify.eot │ ├── themify.svg │ ├── themify.ttf │ └── themify.woff ├── tinymce ├── bower.json ├── changelog.txt ├── composer.json ├── icons │ └── default │ │ ├── icons.js │ │ ├── icons.min.js │ │ └── index.js ├── jquery.tinymce.js ├── jquery.tinymce.min.js ├── license.txt ├── package.json ├── plugins │ ├── advlist │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── anchor │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── autolink │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── autoresize │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── autosave │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── bbcode │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── charmap │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── code │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── codesample │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── colorpicker │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── contextmenu │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── directionality │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── emoticons │ │ ├── index.js │ │ ├── js │ │ │ ├── emojiimages.js │ │ │ ├── emojiimages.min.js │ │ │ ├── emojis.js │ │ │ └── emojis.min.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── fullpage │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── fullscreen │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── help │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── hr │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── image │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── imagetools │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── importcss │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── insertdatetime │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── legacyoutput │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── link │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── lists │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── media │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── nonbreaking │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── noneditable │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── pagebreak │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── paste │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── preview │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── print │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── quickbars │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── save │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── searchreplace │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── spellchecker │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── tabfocus │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── table │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── template │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── textcolor │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── textpattern │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── toc │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── visualblocks │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ ├── visualchars │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js │ └── wordcount │ │ ├── index.js │ │ ├── plugin.js │ │ └── plugin.min.js ├── readme.md ├── skins │ ├── content │ │ ├── dark │ │ │ ├── content.css │ │ │ └── content.min.css │ │ ├── default │ │ │ ├── content.css │ │ │ └── content.min.css │ │ ├── document │ │ │ ├── content.css │ │ │ └── content.min.css │ │ └── writer │ │ │ ├── content.css │ │ │ └── content.min.css │ └── ui │ │ ├── oxide-dark │ │ ├── content.css │ │ ├── content.inline.css │ │ ├── content.inline.min.css │ │ ├── content.min.css │ │ ├── content.mobile.css │ │ ├── content.mobile.min.css │ │ ├── fonts │ │ │ └── tinymce-mobile.woff │ │ ├── skin.css │ │ ├── skin.min.css │ │ ├── skin.mobile.css │ │ ├── skin.mobile.min.css │ │ ├── skin.shadowdom.css │ │ └── skin.shadowdom.min.css │ │ └── oxide │ │ ├── content.css │ │ ├── content.inline.css │ │ ├── content.inline.min.css │ │ ├── content.min.css │ │ ├── content.mobile.css │ │ ├── content.mobile.min.css │ │ ├── fonts │ │ └── tinymce-mobile.woff │ │ ├── skin.css │ │ ├── skin.min.css │ │ ├── skin.mobile.css │ │ ├── skin.mobile.min.css │ │ ├── skin.shadowdom.css │ │ └── skin.shadowdom.min.css ├── themes │ ├── mobile │ │ ├── index.js │ │ ├── theme.js │ │ └── theme.min.js │ └── silver │ │ ├── index.js │ │ ├── theme.js │ │ └── theme.min.js ├── tinymce.d.ts ├── tinymce.js └── tinymce.min.js ├── twbs-pagination └── jquery.twbsPagination.min.js ├── typeahead.js └── typeahead.bundle.min.js └── x-editable ├── bootstrap-editable.css └── bootstrap-editable.min.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Gift Coupon - Skydash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/Gift Coupon - Skydash.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/README.md -------------------------------------------------------------------------------- /docs/documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/docs/documentation.html -------------------------------------------------------------------------------- /docs/documentation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/docs/documentation.js -------------------------------------------------------------------------------- /preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/preview.jpg -------------------------------------------------------------------------------- /template/css/vertical-layout-light/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/css/vertical-layout-light/style.css -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Bold.eot -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Bold.ttf -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Bold.woff -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Bold.woff2 -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraBold.eot -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraBold.ttf -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraBold.woff -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraBold.woff2 -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraLight.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraLight.eot -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraLight.ttf -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraLight.woff -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-ExtraLight.woff2 -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Light.eot -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Light.ttf -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Light.woff -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Light.woff2 -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Medium.eot -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Medium.ttf -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Medium.woff -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Medium.woff2 -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Regular.eot -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Regular.ttf -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Regular.woff -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-Regular.woff2 -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-SemiBold.eot -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-SemiBold.ttf -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-SemiBold.woff -------------------------------------------------------------------------------- /template/fonts/Manrope/Manrope-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Manrope/Manrope-SemiBold.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Black.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Black.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Black.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Black.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Bold.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Bold.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Bold.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Bold.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraBold.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraBold.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraBold.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraBold.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraLight.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraLight.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraLight.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraLight.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-ExtraLight.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-ExtraLight.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Italic.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Italic.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Italic.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Italic.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Light.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Light.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Light.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Light.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Regular.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Regular.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Regular.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-Regular.woff2 -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-SemiBold.eot -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-SemiBold.ttf -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-SemiBold.woff -------------------------------------------------------------------------------- /template/fonts/Nunito/Nunito-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Nunito/Nunito-SemiBold.woff2 -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Black.eot -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Black.ttf -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Black.woff -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Black.woff2 -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Bold.eot -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Light.eot -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Medium.eot -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Regular.eot -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /template/fonts/Roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/fonts/Roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /template/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/gulpfile.js -------------------------------------------------------------------------------- /template/images/auth/lockscreen-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/auth/lockscreen-bg.jpg -------------------------------------------------------------------------------- /template/images/auth/login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/auth/login-bg.jpg -------------------------------------------------------------------------------- /template/images/auth/register-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/auth/register-bg.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_1.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_10.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_11.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_12.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_2.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_3.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_4.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_5.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_6.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_7.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_8.jpg -------------------------------------------------------------------------------- /template/images/carousel/banner_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/carousel/banner_9.jpg -------------------------------------------------------------------------------- /template/images/dashboard/people.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/dashboard/people.png -------------------------------------------------------------------------------- /template/images/dashboard/people.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/dashboard/people.svg -------------------------------------------------------------------------------- /template/images/dashboard/people11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/dashboard/people11.svg -------------------------------------------------------------------------------- /template/images/dashboard/shape-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/dashboard/shape-1.svg -------------------------------------------------------------------------------- /template/images/dashboard/shape-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/dashboard/shape-2.svg -------------------------------------------------------------------------------- /template/images/dashboard/shape-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/dashboard/shape-3.svg -------------------------------------------------------------------------------- /template/images/dashboard/shape-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/dashboard/shape-4.svg -------------------------------------------------------------------------------- /template/images/demo/boxed-layout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/boxed-layout.jpg -------------------------------------------------------------------------------- /template/images/demo/calendar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/calendar.jpg -------------------------------------------------------------------------------- /template/images/demo/compact-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/compact-menu.jpg -------------------------------------------------------------------------------- /template/images/demo/dark-sidebar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/dark-sidebar.jpg -------------------------------------------------------------------------------- /template/images/demo/email.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/email.jpg -------------------------------------------------------------------------------- /template/images/demo/fixed-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/fixed-menu.jpg -------------------------------------------------------------------------------- /template/images/demo/horizontal-menu-dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/horizontal-menu-dark.jpg -------------------------------------------------------------------------------- /template/images/demo/horizontal-menu-light.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/horizontal-menu-light.jpg -------------------------------------------------------------------------------- /template/images/demo/icon-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/icon-menu.jpg -------------------------------------------------------------------------------- /template/images/demo/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/login.jpg -------------------------------------------------------------------------------- /template/images/demo/portfolio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/portfolio.jpg -------------------------------------------------------------------------------- /template/images/demo/pricing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/pricing.jpg -------------------------------------------------------------------------------- /template/images/demo/toggle-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/toggle-menu.jpg -------------------------------------------------------------------------------- /template/images/demo/toggle-overlay-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/toggle-overlay-menu.jpg -------------------------------------------------------------------------------- /template/images/demo/vertical-dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/vertical-dark.jpg -------------------------------------------------------------------------------- /template/images/demo/vertical-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/demo/vertical-default.jpg -------------------------------------------------------------------------------- /template/images/faces/face1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face1.jpg -------------------------------------------------------------------------------- /template/images/faces/face10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face10.jpg -------------------------------------------------------------------------------- /template/images/faces/face11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face11.jpg -------------------------------------------------------------------------------- /template/images/faces/face12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face12.jpg -------------------------------------------------------------------------------- /template/images/faces/face13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face13.jpg -------------------------------------------------------------------------------- /template/images/faces/face14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face14.jpg -------------------------------------------------------------------------------- /template/images/faces/face15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face15.jpg -------------------------------------------------------------------------------- /template/images/faces/face16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face16.jpg -------------------------------------------------------------------------------- /template/images/faces/face17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face17.jpg -------------------------------------------------------------------------------- /template/images/faces/face18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face18.jpg -------------------------------------------------------------------------------- /template/images/faces/face19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face19.jpg -------------------------------------------------------------------------------- /template/images/faces/face2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face2.jpg -------------------------------------------------------------------------------- /template/images/faces/face20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face20.jpg -------------------------------------------------------------------------------- /template/images/faces/face21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face21.jpg -------------------------------------------------------------------------------- /template/images/faces/face22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face22.jpg -------------------------------------------------------------------------------- /template/images/faces/face23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face23.jpg -------------------------------------------------------------------------------- /template/images/faces/face24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face24.jpg -------------------------------------------------------------------------------- /template/images/faces/face25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face25.jpg -------------------------------------------------------------------------------- /template/images/faces/face26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face26.jpg -------------------------------------------------------------------------------- /template/images/faces/face27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face27.jpg -------------------------------------------------------------------------------- /template/images/faces/face28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face28.jpg -------------------------------------------------------------------------------- /template/images/faces/face3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face3.jpg -------------------------------------------------------------------------------- /template/images/faces/face4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face4.jpg -------------------------------------------------------------------------------- /template/images/faces/face5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face5.jpg -------------------------------------------------------------------------------- /template/images/faces/face6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face6.jpg -------------------------------------------------------------------------------- /template/images/faces/face7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face7.jpg -------------------------------------------------------------------------------- /template/images/faces/face8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face8.jpg -------------------------------------------------------------------------------- /template/images/faces/face9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/faces/face9.jpg -------------------------------------------------------------------------------- /template/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/favicon.png -------------------------------------------------------------------------------- /template/images/file-icons/128/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/128/002-tool.png -------------------------------------------------------------------------------- /template/images/file-icons/128/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/128/003-interface.png -------------------------------------------------------------------------------- /template/images/file-icons/128/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/128/004-folder-1.png -------------------------------------------------------------------------------- /template/images/file-icons/128/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/128/005-database.png -------------------------------------------------------------------------------- /template/images/file-icons/128/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/128/006-record.png -------------------------------------------------------------------------------- /template/images/file-icons/128/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/128/007-folder.png -------------------------------------------------------------------------------- /template/images/file-icons/128/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/128/008-archive.png -------------------------------------------------------------------------------- /template/images/file-icons/256/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/256/002-tool.png -------------------------------------------------------------------------------- /template/images/file-icons/256/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/256/003-interface.png -------------------------------------------------------------------------------- /template/images/file-icons/256/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/256/004-folder-1.png -------------------------------------------------------------------------------- /template/images/file-icons/256/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/256/005-database.png -------------------------------------------------------------------------------- /template/images/file-icons/256/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/256/006-record.png -------------------------------------------------------------------------------- /template/images/file-icons/256/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/256/007-folder.png -------------------------------------------------------------------------------- /template/images/file-icons/256/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/256/008-archive.png -------------------------------------------------------------------------------- /template/images/file-icons/512/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/512/002-tool.png -------------------------------------------------------------------------------- /template/images/file-icons/512/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/512/003-interface.png -------------------------------------------------------------------------------- /template/images/file-icons/512/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/512/004-folder-1.png -------------------------------------------------------------------------------- /template/images/file-icons/512/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/512/005-database.png -------------------------------------------------------------------------------- /template/images/file-icons/512/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/512/006-record.png -------------------------------------------------------------------------------- /template/images/file-icons/512/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/512/007-folder.png -------------------------------------------------------------------------------- /template/images/file-icons/512/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/512/008-archive.png -------------------------------------------------------------------------------- /template/images/file-icons/64/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/64/002-tool.png -------------------------------------------------------------------------------- /template/images/file-icons/64/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/64/003-interface.png -------------------------------------------------------------------------------- /template/images/file-icons/64/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/64/004-folder-1.png -------------------------------------------------------------------------------- /template/images/file-icons/64/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/64/005-database.png -------------------------------------------------------------------------------- /template/images/file-icons/64/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/64/006-record.png -------------------------------------------------------------------------------- /template/images/file-icons/64/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/64/007-folder.png -------------------------------------------------------------------------------- /template/images/file-icons/64/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/file-icons/64/008-archive.png -------------------------------------------------------------------------------- /template/images/lightbox/play-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/lightbox/play-button.png -------------------------------------------------------------------------------- /template/images/lightbox/thumb-v-v-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/lightbox/thumb-v-v-1.jpg -------------------------------------------------------------------------------- /template/images/lightbox/thumb-v-v-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/lightbox/thumb-v-v-2.jpg -------------------------------------------------------------------------------- /template/images/lightbox/thumb-v-y-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/lightbox/thumb-v-y-1.jpg -------------------------------------------------------------------------------- /template/images/lightbox/thumb-v-y-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/lightbox/thumb-v-y-2.jpg -------------------------------------------------------------------------------- /template/images/logo-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/logo-light.svg -------------------------------------------------------------------------------- /template/images/logo-mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/logo-mini.svg -------------------------------------------------------------------------------- /template/images/logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/logo-white.svg -------------------------------------------------------------------------------- /template/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/logo.svg -------------------------------------------------------------------------------- /template/images/logo1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/logo1.svg -------------------------------------------------------------------------------- /template/images/samples/1280x768/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/1.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/10.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/11.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/12.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/13.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/14.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/15.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/2.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/3.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/4.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/5.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/6.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/7.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/8.jpg -------------------------------------------------------------------------------- /template/images/samples/1280x768/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/1280x768/9.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/1.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/10.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/11.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/12.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/13.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/14.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/15.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/2.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/3.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/4.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/5.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/6.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/7.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/8.jpg -------------------------------------------------------------------------------- /template/images/samples/300x300/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/samples/300x300/9.jpg -------------------------------------------------------------------------------- /template/images/sprites/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/sprites/blue.png -------------------------------------------------------------------------------- /template/images/sprites/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/sprites/dark.png -------------------------------------------------------------------------------- /template/images/sprites/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/sprites/flag.png -------------------------------------------------------------------------------- /template/images/sprites/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/sprites/green.png -------------------------------------------------------------------------------- /template/images/sprites/jsgrid-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/sprites/jsgrid-icons.png -------------------------------------------------------------------------------- /template/images/sprites/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/sprites/red.png -------------------------------------------------------------------------------- /template/images/sprites/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/images/sprites/yellow.png -------------------------------------------------------------------------------- /template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/index.html -------------------------------------------------------------------------------- /template/js/Chart.roundedBarCharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/Chart.roundedBarCharts.js -------------------------------------------------------------------------------- /template/js/ace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/ace.js -------------------------------------------------------------------------------- /template/js/alerts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/alerts.js -------------------------------------------------------------------------------- /template/js/avgrund.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/avgrund.js -------------------------------------------------------------------------------- /template/js/bootstrap-table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/bootstrap-table.js -------------------------------------------------------------------------------- /template/js/bt-maxLength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/bt-maxLength.js -------------------------------------------------------------------------------- /template/js/c3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/c3.js -------------------------------------------------------------------------------- /template/js/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/calendar.js -------------------------------------------------------------------------------- /template/js/chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/chart.js -------------------------------------------------------------------------------- /template/js/chartist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/chartist.js -------------------------------------------------------------------------------- /template/js/circle-progress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/circle-progress.js -------------------------------------------------------------------------------- /template/js/clipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/clipboard.js -------------------------------------------------------------------------------- /template/js/codeEditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/codeEditor.js -------------------------------------------------------------------------------- /template/js/codemirror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/codemirror.js -------------------------------------------------------------------------------- /template/js/context-menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/context-menu.js -------------------------------------------------------------------------------- /template/js/cropper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/cropper.js -------------------------------------------------------------------------------- /template/js/dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/dashboard.js -------------------------------------------------------------------------------- /template/js/data-table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/data-table.js -------------------------------------------------------------------------------- /template/js/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/data.txt -------------------------------------------------------------------------------- /template/js/dataTables.select.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/dataTables.select.min.js -------------------------------------------------------------------------------- /template/js/db.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/db.js -------------------------------------------------------------------------------- /template/js/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/demo.js -------------------------------------------------------------------------------- /template/js/desktop-notification.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/desktop-notification.js -------------------------------------------------------------------------------- /template/js/dragula.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/dragula.js -------------------------------------------------------------------------------- /template/js/dropify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/dropify.js -------------------------------------------------------------------------------- /template/js/dropzone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/dropzone.js -------------------------------------------------------------------------------- /template/js/editorDemo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/editorDemo.js -------------------------------------------------------------------------------- /template/js/file-upload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/file-upload.js -------------------------------------------------------------------------------- /template/js/flot-chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/flot-chart.js -------------------------------------------------------------------------------- /template/js/form-addons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/form-addons.js -------------------------------------------------------------------------------- /template/js/form-repeater.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/form-repeater.js -------------------------------------------------------------------------------- /template/js/form-validation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/form-validation.js -------------------------------------------------------------------------------- /template/js/formpickers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/formpickers.js -------------------------------------------------------------------------------- /template/js/google-charts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/google-charts.js -------------------------------------------------------------------------------- /template/js/google-maps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/google-maps.js -------------------------------------------------------------------------------- /template/js/hoverable-collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/hoverable-collapse.js -------------------------------------------------------------------------------- /template/js/iCheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/iCheck.js -------------------------------------------------------------------------------- /template/js/inputmask.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/inputmask.js -------------------------------------------------------------------------------- /template/js/ion-range-slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/ion-range-slider.js -------------------------------------------------------------------------------- /template/js/jq.tablesort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/jq.tablesort.js -------------------------------------------------------------------------------- /template/js/jquery-file-upload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/jquery-file-upload.js -------------------------------------------------------------------------------- /template/js/js-grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/js-grid.js -------------------------------------------------------------------------------- /template/js/just-gage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/just-gage.js -------------------------------------------------------------------------------- /template/js/light-gallery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/light-gallery.js -------------------------------------------------------------------------------- /template/js/listify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/listify.js -------------------------------------------------------------------------------- /template/js/mapael.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/mapael.js -------------------------------------------------------------------------------- /template/js/mapael_example_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/mapael_example_1.js -------------------------------------------------------------------------------- /template/js/mapael_example_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/mapael_example_2.js -------------------------------------------------------------------------------- /template/js/maps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/maps.js -------------------------------------------------------------------------------- /template/js/modal-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/modal-demo.js -------------------------------------------------------------------------------- /template/js/morris.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/morris.js -------------------------------------------------------------------------------- /template/js/no-ui-slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/no-ui-slider.js -------------------------------------------------------------------------------- /template/js/off-canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/off-canvas.js -------------------------------------------------------------------------------- /template/js/owl-carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/owl-carousel.js -------------------------------------------------------------------------------- /template/js/paginate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/paginate.js -------------------------------------------------------------------------------- /template/js/popover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/popover.js -------------------------------------------------------------------------------- /template/js/profile-demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/profile-demo.js -------------------------------------------------------------------------------- /template/js/progress-bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/progress-bar.js -------------------------------------------------------------------------------- /template/js/rickshaw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/rickshaw.js -------------------------------------------------------------------------------- /template/js/select.dataTables.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/select.dataTables.min.css -------------------------------------------------------------------------------- /template/js/select2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/select2.js -------------------------------------------------------------------------------- /template/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/settings.js -------------------------------------------------------------------------------- /template/js/sparkline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/sparkline.js -------------------------------------------------------------------------------- /template/js/tablesorter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/tablesorter.js -------------------------------------------------------------------------------- /template/js/tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/tabs.js -------------------------------------------------------------------------------- /template/js/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/template.js -------------------------------------------------------------------------------- /template/js/tight-grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/tight-grid.js -------------------------------------------------------------------------------- /template/js/toastDemo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/toastDemo.js -------------------------------------------------------------------------------- /template/js/todolist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/todolist.js -------------------------------------------------------------------------------- /template/js/tooltips.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/tooltips.js -------------------------------------------------------------------------------- /template/js/typeahead.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/typeahead.js -------------------------------------------------------------------------------- /template/js/wizard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/wizard.js -------------------------------------------------------------------------------- /template/js/x-editable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/js/x-editable.js -------------------------------------------------------------------------------- /template/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/package-lock.json -------------------------------------------------------------------------------- /template/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/package.json -------------------------------------------------------------------------------- /template/pages/charts/chartjs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/charts/chartjs.html -------------------------------------------------------------------------------- /template/pages/documentation/documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/documentation/documentation.html -------------------------------------------------------------------------------- /template/pages/forms/basic_elements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/forms/basic_elements.html -------------------------------------------------------------------------------- /template/pages/icons/mdi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/icons/mdi.html -------------------------------------------------------------------------------- /template/pages/samples/error-404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/samples/error-404.html -------------------------------------------------------------------------------- /template/pages/samples/error-500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/samples/error-500.html -------------------------------------------------------------------------------- /template/pages/samples/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/samples/login.html -------------------------------------------------------------------------------- /template/pages/samples/register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/samples/register.html -------------------------------------------------------------------------------- /template/pages/tables/basic-table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/tables/basic-table.html -------------------------------------------------------------------------------- /template/pages/ui-features/buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/ui-features/buttons.html -------------------------------------------------------------------------------- /template/pages/ui-features/dropdowns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/ui-features/dropdowns.html -------------------------------------------------------------------------------- /template/pages/ui-features/typography.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/pages/ui-features/typography.html -------------------------------------------------------------------------------- /template/partials/_footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/partials/_footer.html -------------------------------------------------------------------------------- /template/partials/_navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/partials/_navbar.html -------------------------------------------------------------------------------- /template/partials/_settings-panel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/partials/_settings-panel.html -------------------------------------------------------------------------------- /template/partials/_sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/partials/_sidebar.html -------------------------------------------------------------------------------- /template/scss/common/dark/_background.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_background.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_dashboard.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_dashboard.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_demo.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_demo.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_fonts.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_footer.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_functions.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_functions.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_misc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_misc.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_reset.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_typography.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_typography.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_utilities.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_utilities.scss -------------------------------------------------------------------------------- /template/scss/common/dark/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/_variables.scss -------------------------------------------------------------------------------- /template/scss/common/dark/common.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/common.scss -------------------------------------------------------------------------------- /template/scss/common/dark/components/_cards.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/components/_cards.scss -------------------------------------------------------------------------------- /template/scss/common/dark/components/_forms.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/components/_forms.scss -------------------------------------------------------------------------------- /template/scss/common/dark/components/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/components/_icons.scss -------------------------------------------------------------------------------- /template/scss/common/dark/components/_lists.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/components/_lists.scss -------------------------------------------------------------------------------- /template/scss/common/dark/components/_tabs.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/components/_tabs.scss -------------------------------------------------------------------------------- /template/scss/common/dark/mixins/_animation.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/mixins/_animation.scss -------------------------------------------------------------------------------- /template/scss/common/dark/mixins/_badges.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/mixins/_badges.scss -------------------------------------------------------------------------------- /template/scss/common/dark/mixins/_buttons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/mixins/_buttons.scss -------------------------------------------------------------------------------- /template/scss/common/dark/mixins/_cards.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/mixins/_cards.scss -------------------------------------------------------------------------------- /template/scss/common/dark/mixins/_misc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/mixins/_misc.scss -------------------------------------------------------------------------------- /template/scss/common/dark/mixins/_popovers.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/mixins/_popovers.scss -------------------------------------------------------------------------------- /template/scss/common/dark/mixins/_tooltips.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/dark/mixins/_tooltips.scss -------------------------------------------------------------------------------- /template/scss/common/light/_background.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_background.scss -------------------------------------------------------------------------------- /template/scss/common/light/_dashboard.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_dashboard.scss -------------------------------------------------------------------------------- /template/scss/common/light/_demo.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_demo.scss -------------------------------------------------------------------------------- /template/scss/common/light/_fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_fonts.scss -------------------------------------------------------------------------------- /template/scss/common/light/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_footer.scss -------------------------------------------------------------------------------- /template/scss/common/light/_functions.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_functions.scss -------------------------------------------------------------------------------- /template/scss/common/light/_misc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_misc.scss -------------------------------------------------------------------------------- /template/scss/common/light/_reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_reset.scss -------------------------------------------------------------------------------- /template/scss/common/light/_typography.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_typography.scss -------------------------------------------------------------------------------- /template/scss/common/light/_utilities.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_utilities.scss -------------------------------------------------------------------------------- /template/scss/common/light/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/_variables.scss -------------------------------------------------------------------------------- /template/scss/common/light/common.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/common.scss -------------------------------------------------------------------------------- /template/scss/common/light/components/_tabs.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/components/_tabs.scss -------------------------------------------------------------------------------- /template/scss/common/light/mixins/_badges.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/mixins/_badges.scss -------------------------------------------------------------------------------- /template/scss/common/light/mixins/_buttons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/mixins/_buttons.scss -------------------------------------------------------------------------------- /template/scss/common/light/mixins/_cards.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/mixins/_cards.scss -------------------------------------------------------------------------------- /template/scss/common/light/mixins/_misc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/mixins/_misc.scss -------------------------------------------------------------------------------- /template/scss/common/light/mixins/_popovers.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/mixins/_popovers.scss -------------------------------------------------------------------------------- /template/scss/common/light/mixins/_tooltips.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/common/light/mixins/_tooltips.scss -------------------------------------------------------------------------------- /template/scss/fonts/Manrope/Manrope-Light.eot: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /template/scss/vertical-layout-light/_navbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/vertical-layout-light/_navbar.scss -------------------------------------------------------------------------------- /template/scss/vertical-layout-light/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/scss/vertical-layout-light/style.scss -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/ace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/ace.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/ext-emmet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/ext-emmet.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/ext-rtl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/ext-rtl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/ext-split.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/ext-split.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-abap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-abap.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-abc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-abc.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-ada.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-ada.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-alda.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-alda.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-apex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-apex.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-aql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-aql.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-asl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-asl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-csp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-csp.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-css.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-d.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-dart.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-diff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-diff.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-dot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-dot.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-ejs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-ejs.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-elm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-elm.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-fsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-fsl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-ftl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-ftl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-glsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-glsl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-haml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-haml.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-haxe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-haxe.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-html.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-ini.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-ini.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-io.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-io.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-jack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-jack.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-jade.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-jade.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-java.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-java.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-json.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-jsp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-jsp.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-jssm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-jssm.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-jsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-jsx.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-less.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-less.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-lisp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-lisp.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-lsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-lsl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-lua.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-mask.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-mask.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-maze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-maze.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-mel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-mel.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-nim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-nim.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-nix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-nix.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-nsis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-nsis.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-perl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-perl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-php.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-pig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-pig.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-qml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-qml.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-r.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-rdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-rdoc.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-red.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-red.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-rst.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-rst.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-ruby.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-ruby.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-rust.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-rust.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-sass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-sass.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-scad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-scad.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-scss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-scss.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-sh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-sh.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-sjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-sjs.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-slim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-slim.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-sql.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-svg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-svg.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-tcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-tcl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-tex.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-text.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-toml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-toml.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-tsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-tsx.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-twig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-twig.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-vala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-vala.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-vhdl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-vhdl.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-xml.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-yaml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-yaml.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/mode-zeek.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/mode-zeek.js -------------------------------------------------------------------------------- /template/vendors/ace-builds/src-min/theme-gob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ace-builds/src-min/theme-gob.js -------------------------------------------------------------------------------- /template/vendors/chart.js/Chart.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/chart.js/Chart.min.js -------------------------------------------------------------------------------- /template/vendors/clipboard/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/clipboard/clipboard.min.js -------------------------------------------------------------------------------- /template/vendors/codemirror/ambiance.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/codemirror/ambiance.css -------------------------------------------------------------------------------- /template/vendors/codemirror/codemirror.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/codemirror/codemirror.css -------------------------------------------------------------------------------- /template/vendors/codemirror/codemirror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/codemirror/codemirror.js -------------------------------------------------------------------------------- /template/vendors/codemirror/javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/codemirror/javascript.js -------------------------------------------------------------------------------- /template/vendors/codemirror/shell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/codemirror/shell.js -------------------------------------------------------------------------------- /template/vendors/colcade/colcade.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/colcade/colcade.js -------------------------------------------------------------------------------- /template/vendors/css/vendor.bundle.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/css/vendor.bundle.base.css -------------------------------------------------------------------------------- /template/vendors/feather/feather.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/feather/feather.css -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ad.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ae.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/af.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/af.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ag.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ai.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/al.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/al.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/am.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/am.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ao.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/aq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/aq.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ar.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/as.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/as.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/at.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/au.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/au.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/aw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/aw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ax.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/az.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/az.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ba.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bb.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bd.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/be.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bf.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bh.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bi.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bj.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bl.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bo.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bq.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/br.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/br.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bs.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bt.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bv.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/by.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/by.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/bz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/bz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ca.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cc.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cd.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cf.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ch.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ci.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ck.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cl.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/co.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cv.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cx.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cy.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/cz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/cz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/de.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/dj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/dj.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/dk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/dk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/dm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/dm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/do.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/do.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/dz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ec.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ee.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/eg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/eh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/eh.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/er.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/er.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/es.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/et.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/et.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/eu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/eu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/fi.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/fj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/fj.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/fk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/fk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/fm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/fm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/fo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/fo.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/fr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ga.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gb.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gd.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ge.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gf.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gh.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gi.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gl.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gp.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gq.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gs.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gt.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/gy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/gy.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/hk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/hk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/hm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/hm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/hn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/hn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/hr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ht.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ht.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/hu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/id.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ie.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/il.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/il.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/im.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/im.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/in.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/io.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/io.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/iq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/iq.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ir.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/is.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/is.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/it.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/je.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/je.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/jm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/jm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/jo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/jo.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/jp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/jp.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ke.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/kg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/kg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/kh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/kh.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ki.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ki.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/km.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/km.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/kn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/kn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/kp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/kp.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/kr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/kr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/kw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/kw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ky.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/kz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/kz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/la.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/la.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/lb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/lb.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/lc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/lc.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/li.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/li.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/lk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/lk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/lr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ls.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/lt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/lt.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/lu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/lu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/lv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/lv.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ly.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ma.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mc.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/md.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/me.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/me.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mf.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mh.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ml.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mo.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mp.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mq.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ms.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mt.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mv.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mx.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/my.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/mz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/mz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/na.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/na.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/nc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/nc.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ne.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/nf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/nf.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ng.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ni.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ni.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/nl.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/no.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/np.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/np.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/nr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/nr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/nu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/nu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/nz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/nz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/om.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/om.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pa.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pe.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pf.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ph.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pl.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ps.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pt.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/pw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/pw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/py.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/py.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/qa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/qa.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/re.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/re.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ro.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/rs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/rs.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ru.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/rw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/rw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sa.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sb.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sc.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sd.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/se.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sh.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/si.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/si.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sj.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sl.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/so.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/so.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ss.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/st.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/st.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sv.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sx.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sy.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/sz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/sz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tc.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/td.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/td.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tf.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/th.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tj.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tk.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tl.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tm.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/to.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/to.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tr.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tt.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tv.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tw.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/tz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/tz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ua.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ug.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/um.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/um.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/un.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/un.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/us.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/us.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/uy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/uy.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/uz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/uz.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/va.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/va.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/vc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/vc.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/ve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/ve.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/vg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/vg.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/vi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/vi.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/vn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/vn.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/vu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/vu.svg -------------------------------------------------------------------------------- /template/vendors/flag-icon-css/flags/1x1/wf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/flag-icon-css/flags/1x1/wf.svg -------------------------------------------------------------------------------- /template/vendors/js/bootstrap.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/js/bootstrap.min.js.map -------------------------------------------------------------------------------- /template/vendors/js/vendor.bundle.base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/js/vendor.bundle.base.js -------------------------------------------------------------------------------- /template/vendors/moment/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/moment/moment.js -------------------------------------------------------------------------------- /template/vendors/moment/moment.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/moment/moment.min.js -------------------------------------------------------------------------------- /template/vendors/nouislider/nouislider.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/nouislider/nouislider.min.js -------------------------------------------------------------------------------- /template/vendors/quill/quill.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/quill/quill.min.js -------------------------------------------------------------------------------- /template/vendors/quill/quill.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/quill/quill.min.js.map -------------------------------------------------------------------------------- /template/vendors/quill/quill.snow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/quill/quill.snow.css -------------------------------------------------------------------------------- /template/vendors/raphael/raphael.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/raphael/raphael.min.js -------------------------------------------------------------------------------- /template/vendors/select2/select2.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/select2/select2.min.css -------------------------------------------------------------------------------- /template/vendors/select2/select2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/select2/select2.min.js -------------------------------------------------------------------------------- /template/vendors/simplemde/simplemde.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/simplemde/simplemde.min.css -------------------------------------------------------------------------------- /template/vendors/simplemde/simplemde.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/simplemde/simplemde.min.js -------------------------------------------------------------------------------- /template/vendors/sweetalert/sweetalert.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/sweetalert/sweetalert.min.js -------------------------------------------------------------------------------- /template/vendors/ti-icons/fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ti-icons/fonts/themify.eot -------------------------------------------------------------------------------- /template/vendors/ti-icons/fonts/themify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ti-icons/fonts/themify.svg -------------------------------------------------------------------------------- /template/vendors/ti-icons/fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ti-icons/fonts/themify.ttf -------------------------------------------------------------------------------- /template/vendors/ti-icons/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/ti-icons/fonts/themify.woff -------------------------------------------------------------------------------- /template/vendors/tinymce/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/bower.json -------------------------------------------------------------------------------- /template/vendors/tinymce/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/changelog.txt -------------------------------------------------------------------------------- /template/vendors/tinymce/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/composer.json -------------------------------------------------------------------------------- /template/vendors/tinymce/jquery.tinymce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/jquery.tinymce.js -------------------------------------------------------------------------------- /template/vendors/tinymce/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/license.txt -------------------------------------------------------------------------------- /template/vendors/tinymce/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/package.json -------------------------------------------------------------------------------- /template/vendors/tinymce/plugins/hr/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/plugins/hr/index.js -------------------------------------------------------------------------------- /template/vendors/tinymce/plugins/hr/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/plugins/hr/plugin.js -------------------------------------------------------------------------------- /template/vendors/tinymce/plugins/toc/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/plugins/toc/index.js -------------------------------------------------------------------------------- /template/vendors/tinymce/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/readme.md -------------------------------------------------------------------------------- /template/vendors/tinymce/tinymce.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/tinymce.d.ts -------------------------------------------------------------------------------- /template/vendors/tinymce/tinymce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/tinymce.js -------------------------------------------------------------------------------- /template/vendors/tinymce/tinymce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/skydash-free-bootstrap-admin-template/HEAD/template/vendors/tinymce/tinymce.min.js --------------------------------------------------------------------------------