├── .gitignore ├── CHANGELOG.md ├── Gift Coupon - Star Admin 2.jpg ├── README.md ├── docs ├── documentation.html └── documentation.js ├── package.json ├── screenshot.jpg ├── screenshot1.jpg ├── src ├── assets │ ├── css │ │ ├── maps │ │ │ └── vertical-layout-light │ │ │ │ └── style.css.map │ │ └── vertical-layout-light │ │ │ └── style.css │ ├── images │ │ ├── auth │ │ │ ├── lockscreen-bg.jpg │ │ │ ├── login-bg.jpg │ │ │ └── register-bg.jpg │ │ ├── dashboard │ │ │ ├── banner_bg.jpg │ │ │ ├── banner_img.png │ │ │ ├── darkBG.png │ │ │ ├── img_1.jpg │ │ │ ├── img_2.jpg │ │ │ ├── img_3.jpg │ │ │ ├── profile-card.jpg │ │ │ ├── progress-card-bg.jpg │ │ │ └── weather-card.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 │ │ │ ├── face3.jpg │ │ │ ├── face4.jpg │ │ │ ├── face5.jpg │ │ │ ├── face6.jpg │ │ │ ├── face7.jpg │ │ │ ├── face8.jpg │ │ │ ├── face9.jpg │ │ │ └── profile │ │ │ │ └── profile.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-reverse.svg │ │ ├── logo-mini.svg │ │ ├── logo.svg │ │ └── sprites │ │ │ ├── blue.png │ │ │ ├── dark.png │ │ │ ├── flag.png │ │ │ ├── green.png │ │ │ ├── jsgrid-icons.png │ │ │ ├── red.png │ │ │ └── yellow.png │ ├── 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 │ │ ├── jquery.cookie.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 │ │ ├── proBanner.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 │ ├── scss │ │ ├── common │ │ │ └── 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 │ │ └── 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-command_bar.js │ │ │ ├── ext-elastic_tabstops_lite.js │ │ │ ├── ext-emmet.js │ │ │ ├── ext-error_marker.js │ │ │ ├── ext-hardwrap.js │ │ │ ├── ext-inline_autocomplete.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-simple_tokenizer.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-astro.js │ │ │ ├── mode-autohotkey.js │ │ │ ├── mode-batchfile.js │ │ │ ├── mode-bibtex.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-cuttlefish.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-flix.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-ion.js │ │ │ ├── mode-jack.js │ │ │ ├── mode-jade.js │ │ │ ├── mode-java.js │ │ │ ├── mode-javascript.js │ │ │ ├── mode-jexl.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-latte.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-mips.js │ │ │ ├── mode-mixal.js │ │ │ ├── mode-mushcode.js │ │ │ ├── mode-mysql.js │ │ │ ├── mode-nasal.js │ │ │ ├── mode-nginx.js │ │ │ ├── mode-nim.js │ │ │ ├── mode-nix.js │ │ │ ├── mode-nsis.js │ │ │ ├── mode-nunjucks.js │ │ │ ├── mode-objectivec.js │ │ │ ├── mode-ocaml.js │ │ │ ├── mode-odin.js │ │ │ ├── mode-partiql.js │ │ │ ├── mode-pascal.js │ │ │ ├── mode-perl.js │ │ │ ├── mode-pgsql.js │ │ │ ├── mode-php.js │ │ │ ├── mode-php_laravel_blade.js │ │ │ ├── mode-pig.js │ │ │ ├── mode-plain_text.js │ │ │ ├── mode-plsql.js │ │ │ ├── mode-powershell.js │ │ │ ├── mode-praat.js │ │ │ ├── mode-prisma.js │ │ │ ├── mode-prolog.js │ │ │ ├── mode-properties.js │ │ │ ├── mode-protobuf.js │ │ │ ├── mode-prql.js │ │ │ ├── mode-puppet.js │ │ │ ├── mode-python.js │ │ │ ├── mode-qml.js │ │ │ ├── mode-r.js │ │ │ ├── mode-raku.js │ │ │ ├── mode-razor.js │ │ │ ├── mode-rdoc.js │ │ │ ├── mode-red.js │ │ │ ├── mode-redshift.js │ │ │ ├── mode-rhtml.js │ │ │ ├── mode-robot.js │ │ │ ├── mode-rst.js │ │ │ ├── mode-ruby.js │ │ │ ├── mode-rust.js │ │ │ ├── mode-sac.js │ │ │ ├── mode-sass.js │ │ │ ├── mode-scad.js │ │ │ ├── mode-scala.js │ │ │ ├── mode-scheme.js │ │ │ ├── mode-scrypt.js │ │ │ ├── mode-scss.js │ │ │ ├── mode-sh.js │ │ │ ├── mode-sjs.js │ │ │ ├── mode-slim.js │ │ │ ├── mode-smarty.js │ │ │ ├── mode-smithy.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 │ │ │ ├── astro.js │ │ │ ├── autohotkey.js │ │ │ ├── batchfile.js │ │ │ ├── bibtex.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 │ │ │ ├── cuttlefish.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 │ │ │ ├── flix.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 │ │ │ ├── ion.js │ │ │ ├── jack.js │ │ │ ├── jade.js │ │ │ ├── java.js │ │ │ ├── javascript.js │ │ │ ├── jexl.js │ │ │ ├── json.js │ │ │ ├── json5.js │ │ │ ├── jsoniq.js │ │ │ ├── jsp.js │ │ │ ├── jssm.js │ │ │ ├── jsx.js │ │ │ ├── julia.js │ │ │ ├── kotlin.js │ │ │ ├── latex.js │ │ │ ├── latte.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 │ │ │ ├── mips.js │ │ │ ├── mixal.js │ │ │ ├── mushcode.js │ │ │ ├── mysql.js │ │ │ ├── nasal.js │ │ │ ├── nginx.js │ │ │ ├── nim.js │ │ │ ├── nix.js │ │ │ ├── nsis.js │ │ │ ├── nunjucks.js │ │ │ ├── objectivec.js │ │ │ ├── ocaml.js │ │ │ ├── odin.js │ │ │ ├── partiql.js │ │ │ ├── pascal.js │ │ │ ├── perl.js │ │ │ ├── pgsql.js │ │ │ ├── php.js │ │ │ ├── php_laravel_blade.js │ │ │ ├── pig.js │ │ │ ├── plain_text.js │ │ │ ├── plsql.js │ │ │ ├── powershell.js │ │ │ ├── praat.js │ │ │ ├── prisma.js │ │ │ ├── prolog.js │ │ │ ├── properties.js │ │ │ ├── protobuf.js │ │ │ ├── prql.js │ │ │ ├── puppet.js │ │ │ ├── python.js │ │ │ ├── qml.js │ │ │ ├── r.js │ │ │ ├── raku.js │ │ │ ├── razor.js │ │ │ ├── rdoc.js │ │ │ ├── red.js │ │ │ ├── redshift.js │ │ │ ├── rhtml.js │ │ │ ├── robot.js │ │ │ ├── rst.js │ │ │ ├── ruby.js │ │ │ ├── rust.js │ │ │ ├── sac.js │ │ │ ├── sass.js │ │ │ ├── scad.js │ │ │ ├── scala.js │ │ │ ├── scheme.js │ │ │ ├── scrypt.js │ │ │ ├── scss.js │ │ │ ├── sh.js │ │ │ ├── sjs.js │ │ │ ├── slim.js │ │ │ ├── smarty.js │ │ │ ├── smithy.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-cloud9_day.js │ │ │ ├── theme-cloud9_night.js │ │ │ ├── theme-cloud9_night_low_color.js │ │ │ ├── theme-cloud_editor.js │ │ │ ├── theme-cloud_editor_dark.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-github_dark.js │ │ │ ├── theme-gob.js │ │ │ ├── theme-gruvbox.js │ │ │ ├── theme-gruvbox_dark_hard.js │ │ │ ├── theme-gruvbox_light_hard.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-one_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 │ │ │ └── worker-yaml.js │ │ ├── bootstrap-datepicker │ │ ├── bootstrap-datepicker.min.css │ │ └── bootstrap-datepicker.min.js │ │ ├── chart.js │ │ └── Chart.min.js │ │ ├── clipboard │ │ └── clipboard.min.js │ │ ├── colcade │ │ └── colcade.js │ │ ├── css │ │ └── vendor.bundle.base.css │ │ ├── datatables.net-bs4 │ │ ├── dataTables.bootstrap4.css │ │ └── dataTables.bootstrap4.js │ │ ├── datatables.net │ │ └── jquery.dataTables.js │ │ ├── dropify │ │ ├── dropify.min.css │ │ └── dropify.min.js │ │ ├── dropzone │ │ ├── dropzone.css │ │ └── dropzone.js │ │ ├── feather │ │ ├── feather.css │ │ └── fonts │ │ │ ├── feather-webfont.eot │ │ │ ├── feather-webfont.svg │ │ │ ├── feather-webfont.ttf │ │ │ └── feather-webfont.woff │ │ ├── flag-icon-css │ │ ├── css │ │ │ └── flag-icons.min.css │ │ └── flags │ │ │ ├── 1x1 │ │ │ ├── ac.svg │ │ │ ├── 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 │ │ │ ├── cp.svg │ │ │ ├── cr.svg │ │ │ ├── cu.svg │ │ │ ├── cv.svg │ │ │ ├── cw.svg │ │ │ ├── cx.svg │ │ │ ├── cy.svg │ │ │ ├── cz.svg │ │ │ ├── de.svg │ │ │ ├── dg.svg │ │ │ ├── dj.svg │ │ │ ├── dk.svg │ │ │ ├── dm.svg │ │ │ ├── do.svg │ │ │ ├── dz.svg │ │ │ ├── ea.svg │ │ │ ├── ec.svg │ │ │ ├── ee.svg │ │ │ ├── eg.svg │ │ │ ├── eh.svg │ │ │ ├── er.svg │ │ │ ├── es-ct.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 │ │ │ ├── ic.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 │ │ │ ├── ta.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 │ │ │ ├── xx.svg │ │ │ ├── ye.svg │ │ │ ├── yt.svg │ │ │ ├── za.svg │ │ │ ├── zm.svg │ │ │ └── zw.svg │ │ │ └── 4x3 │ │ │ ├── ac.svg │ │ │ ├── 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 │ │ │ ├── cp.svg │ │ │ ├── cr.svg │ │ │ ├── cu.svg │ │ │ ├── cv.svg │ │ │ ├── cw.svg │ │ │ ├── cx.svg │ │ │ ├── cy.svg │ │ │ ├── cz.svg │ │ │ ├── de.svg │ │ │ ├── dg.svg │ │ │ ├── dj.svg │ │ │ ├── dk.svg │ │ │ ├── dm.svg │ │ │ ├── do.svg │ │ │ ├── dz.svg │ │ │ ├── ea.svg │ │ │ ├── ec.svg │ │ │ ├── ee.svg │ │ │ ├── eg.svg │ │ │ ├── eh.svg │ │ │ ├── er.svg │ │ │ ├── es-ct.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 │ │ │ ├── ic.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 │ │ │ ├── ta.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 │ │ │ ├── xx.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 │ │ ├── ion-rangeslider │ │ ├── css │ │ │ └── ion.rangeSlider.css │ │ └── js │ │ │ └── ion.rangeSlider.min.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.map │ │ └── jquery.contextMenu.min.js.map │ │ ├── jquery-file-upload │ │ ├── jquery.uploadfile.min.js │ │ └── uploadfile.css │ │ ├── jquery-sparkline │ │ └── jquery.sparkline.min.js │ │ ├── jquery-tags-input │ │ ├── jquery.tagsinput.min.css │ │ └── jquery.tagsinput.min.js │ │ ├── jquery-toast-plugin │ │ ├── jquery.toast.min.css │ │ └── jquery.toast.min.js │ │ ├── jquery-validation │ │ └── jquery.validate.min.js │ │ ├── jquery.avgrund │ │ └── jquery.avgrund.min.js │ │ ├── jquery.repeater │ │ └── jquery.repeater.min.js │ │ ├── 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 │ │ ├── morris.js │ │ └── morris.min.js │ │ ├── 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 │ │ ├── simple-line-icons │ │ ├── css │ │ │ └── simple-line-icons.css │ │ └── fonts │ │ │ ├── Simple-Line-Icons.eot │ │ │ ├── Simple-Line-Icons.svg │ │ │ ├── Simple-Line-Icons.ttf │ │ │ ├── Simple-Line-Icons.woff │ │ │ └── Simple-Line-Icons.woff2 │ │ ├── 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 │ │ ├── CHANGELOG.md │ │ ├── bower.json │ │ ├── composer.json │ │ ├── icons │ │ │ └── default │ │ │ │ ├── icons.js │ │ │ │ ├── icons.min.js │ │ │ │ └── index.js │ │ ├── license.txt │ │ ├── models │ │ │ └── dom │ │ │ │ ├── index.js │ │ │ │ ├── model.js │ │ │ │ └── model.min.js │ │ ├── package.json │ │ ├── plugins │ │ │ ├── accordion │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── 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 │ │ │ ├── charmap │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── code │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── codesample │ │ │ │ ├── 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 │ │ │ ├── fullscreen │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── help │ │ │ │ ├── index.js │ │ │ │ ├── js │ │ │ │ │ └── i18n │ │ │ │ │ │ └── keynav │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── bg_BG.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr_FR.js │ │ │ │ │ │ ├── he_IL.js │ │ │ │ │ │ ├── hi.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu_HU.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── kk.js │ │ │ │ │ │ ├── ko_KR.js │ │ │ │ │ │ ├── ms.js │ │ │ │ │ │ ├── nb_NO.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt_BR.js │ │ │ │ │ │ ├── pt_PT.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl_SI.js │ │ │ │ │ │ ├── sv_SE.js │ │ │ │ │ │ ├── th_TH.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh_CN.js │ │ │ │ │ │ └── zh_TW.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── image │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── importcss │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── insertdatetime │ │ │ │ ├── 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 │ │ │ ├── pagebreak │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── preview │ │ │ │ ├── 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 │ │ │ ├── table │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── template │ │ │ │ ├── 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.js │ │ │ │ │ └── content.min.css │ │ │ │ ├── default │ │ │ │ │ ├── content.css │ │ │ │ │ ├── content.js │ │ │ │ │ └── content.min.css │ │ │ │ ├── document │ │ │ │ │ ├── content.css │ │ │ │ │ ├── content.js │ │ │ │ │ └── content.min.css │ │ │ │ ├── tinymce-5-dark │ │ │ │ │ ├── content.css │ │ │ │ │ ├── content.js │ │ │ │ │ └── content.min.css │ │ │ │ ├── tinymce-5 │ │ │ │ │ ├── content.css │ │ │ │ │ ├── content.js │ │ │ │ │ └── content.min.css │ │ │ │ └── writer │ │ │ │ │ ├── content.css │ │ │ │ │ ├── content.js │ │ │ │ │ └── content.min.css │ │ │ └── ui │ │ │ │ ├── oxide-dark │ │ │ │ ├── content.css │ │ │ │ ├── content.inline.css │ │ │ │ ├── content.inline.js │ │ │ │ ├── content.inline.min.css │ │ │ │ ├── content.js │ │ │ │ ├── content.min.css │ │ │ │ ├── skin.css │ │ │ │ ├── skin.js │ │ │ │ ├── skin.min.css │ │ │ │ ├── skin.shadowdom.css │ │ │ │ ├── skin.shadowdom.js │ │ │ │ └── skin.shadowdom.min.css │ │ │ │ ├── oxide │ │ │ │ ├── content.css │ │ │ │ ├── content.inline.css │ │ │ │ ├── content.inline.js │ │ │ │ ├── content.inline.min.css │ │ │ │ ├── content.js │ │ │ │ ├── content.min.css │ │ │ │ ├── skin.css │ │ │ │ ├── skin.js │ │ │ │ ├── skin.min.css │ │ │ │ ├── skin.shadowdom.css │ │ │ │ ├── skin.shadowdom.js │ │ │ │ └── skin.shadowdom.min.css │ │ │ │ ├── tinymce-5-dark │ │ │ │ ├── content.css │ │ │ │ ├── content.inline.css │ │ │ │ ├── content.inline.js │ │ │ │ ├── content.inline.min.css │ │ │ │ ├── content.js │ │ │ │ ├── content.min.css │ │ │ │ ├── skin.css │ │ │ │ ├── skin.js │ │ │ │ ├── skin.min.css │ │ │ │ ├── skin.shadowdom.css │ │ │ │ ├── skin.shadowdom.js │ │ │ │ └── skin.shadowdom.min.css │ │ │ │ └── tinymce-5 │ │ │ │ ├── content.css │ │ │ │ ├── content.inline.css │ │ │ │ ├── content.inline.js │ │ │ │ ├── content.inline.min.css │ │ │ │ ├── content.js │ │ │ │ ├── content.min.css │ │ │ │ ├── skin.css │ │ │ │ ├── skin.js │ │ │ │ ├── skin.min.css │ │ │ │ ├── skin.shadowdom.css │ │ │ │ ├── skin.shadowdom.js │ │ │ │ └── skin.shadowdom.min.css │ │ ├── themes │ │ │ └── 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 │ │ ├── typicons │ │ ├── LICENCE.md │ │ ├── demo.html │ │ ├── typicons.css │ │ ├── typicons.eot │ │ ├── typicons.json │ │ ├── typicons.svg │ │ ├── typicons.ttf │ │ ├── typicons.woff │ │ └── typicons.woff2 │ │ └── x-editable │ │ ├── bootstrap-editable.css │ │ └── bootstrap-editable.min.js ├── gulpfile.js ├── index.html ├── pages │ ├── charts │ │ └── chartjs.html │ ├── documentation │ │ └── documentation.html │ ├── forms │ │ └── basic_elements.html │ ├── icons │ │ └── mdi.html │ ├── samples │ │ └── login.html │ ├── tables │ │ └── basic-table.html │ └── ui-features │ │ ├── buttons.html │ │ ├── dropdowns.html │ │ └── typography.html └── partials │ ├── _footer.html │ ├── _navbar.html │ ├── _settings-panel.html │ └── _sidebar.html └── star-admin2-free.zip /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # CHANGELOG 2 | 3 | ## V3.0.0 4 | 5 | - removed unwanted packages 6 | 7 | ## V2.0.0 8 | 9 | - Bootstrap5 10 | 11 | 12 | ## V1.0.0 13 | 14 | - Initial release 15 | -------------------------------------------------------------------------------- /Gift Coupon - Star Admin 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/Gift Coupon - Star Admin 2.jpg -------------------------------------------------------------------------------- /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/screenshot.jpg -------------------------------------------------------------------------------- /screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/screenshot1.jpg -------------------------------------------------------------------------------- /src/assets/images/auth/lockscreen-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/auth/lockscreen-bg.jpg -------------------------------------------------------------------------------- /src/assets/images/auth/login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/auth/login-bg.jpg -------------------------------------------------------------------------------- /src/assets/images/auth/register-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/auth/register-bg.jpg -------------------------------------------------------------------------------- /src/assets/images/dashboard/banner_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/banner_bg.jpg -------------------------------------------------------------------------------- /src/assets/images/dashboard/banner_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/banner_img.png -------------------------------------------------------------------------------- /src/assets/images/dashboard/darkBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/darkBG.png -------------------------------------------------------------------------------- /src/assets/images/dashboard/img_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/img_1.jpg -------------------------------------------------------------------------------- /src/assets/images/dashboard/img_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/img_2.jpg -------------------------------------------------------------------------------- /src/assets/images/dashboard/img_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/img_3.jpg -------------------------------------------------------------------------------- /src/assets/images/dashboard/profile-card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/profile-card.jpg -------------------------------------------------------------------------------- /src/assets/images/dashboard/progress-card-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/progress-card-bg.jpg -------------------------------------------------------------------------------- /src/assets/images/dashboard/weather-card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/dashboard/weather-card.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face1.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face10.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face11.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face12.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face13.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face14.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face15.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face16.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face17.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face18.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face19.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face2.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face20.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face21.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face22.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face23.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face24.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face25.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face26.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face27.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face3.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face4.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face5.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face6.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face7.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face8.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/face9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/face9.jpg -------------------------------------------------------------------------------- /src/assets/images/faces/profile/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/faces/profile/profile.jpg -------------------------------------------------------------------------------- /src/assets/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/favicon.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/001-interface-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/001-interface-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/002-tool.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/003-interface.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/004-folder-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/005-database.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/006-record.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/007-folder.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/128/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/128/008-archive.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/001-interface-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/001-interface-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/002-tool.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/003-interface.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/004-folder-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/005-database.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/006-record.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/007-folder.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/256/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/256/008-archive.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/001-interface-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/001-interface-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/002-tool.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/003-interface.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/004-folder-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/005-database.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/006-record.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/007-folder.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/512/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/512/008-archive.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/001-interface-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/001-interface-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/002-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/002-tool.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/003-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/003-interface.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/004-folder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/004-folder-1.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/005-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/005-database.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/006-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/006-record.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/007-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/007-folder.png -------------------------------------------------------------------------------- /src/assets/images/file-icons/64/008-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/file-icons/64/008-archive.png -------------------------------------------------------------------------------- /src/assets/images/lightbox/play-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/lightbox/play-button.png -------------------------------------------------------------------------------- /src/assets/images/lightbox/thumb-v-v-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/lightbox/thumb-v-v-1.jpg -------------------------------------------------------------------------------- /src/assets/images/lightbox/thumb-v-v-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/lightbox/thumb-v-v-2.jpg -------------------------------------------------------------------------------- /src/assets/images/lightbox/thumb-v-y-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/lightbox/thumb-v-y-1.jpg -------------------------------------------------------------------------------- /src/assets/images/lightbox/thumb-v-y-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/lightbox/thumb-v-y-2.jpg -------------------------------------------------------------------------------- /src/assets/images/logo-mini-reverse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/images/logo-mini.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/images/sprites/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/sprites/blue.png -------------------------------------------------------------------------------- /src/assets/images/sprites/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/sprites/dark.png -------------------------------------------------------------------------------- /src/assets/images/sprites/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/sprites/flag.png -------------------------------------------------------------------------------- /src/assets/images/sprites/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/sprites/green.png -------------------------------------------------------------------------------- /src/assets/images/sprites/jsgrid-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/sprites/jsgrid-icons.png -------------------------------------------------------------------------------- /src/assets/images/sprites/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/sprites/red.png -------------------------------------------------------------------------------- /src/assets/images/sprites/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/images/sprites/yellow.png -------------------------------------------------------------------------------- /src/assets/js/ace.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | var editor = ace.edit("aceExample"); 4 | editor.setTheme("ace/theme/chaos"); 5 | editor.getSession().setMode("ace/mode/javascript"); 6 | document.getElementById('aceExample').style.fontSize = '1rem'; 7 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/circle-progress.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | if ($(".circle-progress-1").length) { 4 | $('.circle-progress-1').circleProgress({}).on('circle-animation-progress', function(event, progress, stepValue) { 5 | $(this).find('.value').html(Math.round(100 * stepValue.toFixed(2).substr(1)) + '%'); 6 | }); 7 | } 8 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/clipboard.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | var clipboard = new ClipboardJS('.btn-clipboard'); 4 | clipboard.on('success', function(e) { 5 | console.log(e); 6 | }); 7 | clipboard.on('error', function(e) { 8 | console.log(e); 9 | }); 10 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/cropper.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $('#cropperExample').cropper({ 4 | aspectRatio: 16 / 9 5 | }); 6 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/demo.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | $("#features-link").on("click", function() { 5 | $('html, body').animate({ 6 | scrollTop: $("#features").offset().top 7 | }, 1000); 8 | }); 9 | }); 10 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/dropify.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $('.dropify').dropify(); 4 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/dropzone.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $("my-awesome-dropzone").dropzone({ 4 | url: "bootstrapdash.com/" 5 | }); 6 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/file-upload.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | $('.file-upload-browse').on('click', function() { 5 | var file = $(this).parent().parent().parent().find('.file-upload-default'); 6 | file.trigger('click'); 7 | }); 8 | $('.file-upload-default').on('change', function() { 9 | $(this).parent().find('.form-control').val($(this).val().replace(/C:\\fakepath\\/i, '')); 10 | }); 11 | }); 12 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/inputmask.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | 4 | // initializing inputmask 5 | $(":input").inputmask(); 6 | 7 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/jquery-file-upload.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | if ($("#fileuploader").length) { 4 | $("#fileuploader").uploadFile({ 5 | url: "YOUR_FILE_UPLOAD_URL", 6 | fileName: "myfile" 7 | }); 8 | } 9 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/light-gallery.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | if ($("#lightgallery").length) { 4 | $("#lightgallery").lightGallery(); 5 | } 6 | 7 | if ($("#lightgallery-without-thumb").length) { 8 | $("#lightgallery-without-thumb").lightGallery({ 9 | thumbnail: true, 10 | animateThumb: false, 11 | showThumbByDefault: false 12 | }); 13 | } 14 | 15 | if ($("#video-gallery").length) { 16 | $("#video-gallery").lightGallery(); 17 | } 18 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/listify.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | var options = { 4 | valueNames: ['name', 'born'] 5 | }; 6 | 7 | var userList = new List('users', options); 8 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/mapael.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 'use strict'; 3 | if ($(".mapael-container").length) { 4 | $(".mapael-container").mapael({ 5 | map: { 6 | name: "world_countries" 7 | } 8 | }); 9 | } 10 | }); -------------------------------------------------------------------------------- /src/assets/js/off-canvas.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | $('[data-bs-toggle="offcanvas"]').on("click", function() { 5 | $('.sidebar-offcanvas').toggleClass('active') 6 | }); 7 | }); 8 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/profile-demo.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | $('#profile-rating').barrating({ 5 | theme: 'css-stars', 6 | showSelectedRating: false 7 | }); 8 | }); 9 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/select2.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | 4 | if ($(".js-example-basic-single").length) { 5 | $(".js-example-basic-single").select2(); 6 | } 7 | if ($(".js-example-basic-multiple").length) { 8 | $(".js-example-basic-multiple").select2(); 9 | } 10 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/tablesorter.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | $(function() { 4 | if ($('#sortable-table-1').length) { 5 | $('#sortable-table-1').tablesort(); 6 | } 7 | if ($('#sortable-table-2').length) { 8 | $('#sortable-table-2').tablesort(); 9 | } 10 | }); 11 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/js/tight-grid.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 'use strict'; 3 | if ($('.grid').length) { 4 | var colcade = new Colcade('.grid', { 5 | columns: '.grid-col', 6 | items: '.grid-item' 7 | }); 8 | } 9 | })(jQuery); -------------------------------------------------------------------------------- /src/assets/scss/common/light/_background.scss: -------------------------------------------------------------------------------- 1 | @each $color, $value in $social-colors { 2 | .bg-#{$color} { 3 | background: social-color($color); 4 | } 5 | } 6 | 7 | @each $color, $value in $theme-gradient-colors { 8 | .bg-gradient-#{$color} { 9 | background: $value; 10 | } 11 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/_fonts.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap'); -------------------------------------------------------------------------------- /src/assets/scss/common/light/_functions.scss: -------------------------------------------------------------------------------- 1 | // Functions 2 | @function social-color($key: "twitter") { 3 | @return map-get($social-colors, $key); 4 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/_bootstrap-progress.scss: -------------------------------------------------------------------------------- 1 | /* Bootstrap Progress */ 2 | 3 | .progress { 4 | @include border-radius(7px); 5 | height: 8px; 6 | .progress-bar { 7 | @include border-radius(7px); 8 | } 9 | 10 | &.progress-sm{ 11 | height: 0.375rem; 12 | } 13 | &.progress-md { 14 | height: 5px; 15 | } 16 | &.progress-lg { 17 | height: 15px; 18 | } 19 | &.progress-xl { 20 | height: 18px; 21 | } 22 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/_pricing-table.scss: -------------------------------------------------------------------------------- 1 | /* Pricing table */ 2 | 3 | .pricing-table{ 4 | .pricing-card{ 5 | .pricing-card-body{ 6 | padding: 50px 56px 43px 56px; 7 | .pricing-card-head{} 8 | .plan-features{ 9 | width: 100%; 10 | margin-bottom: 32px; 11 | li{ 12 | text-align: left; 13 | padding: 4px 0px; 14 | font-weight: 400; 15 | font-size: $default-font-size; 16 | } 17 | } 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/_user-profile.scss: -------------------------------------------------------------------------------- 1 | .profile-navbar { 2 | .nav-item { 3 | .nav-link { 4 | color: $body-color; 5 | &.active { 6 | color: $primary; 7 | } 8 | i { 9 | font-size: 1.25rem; 10 | } 11 | } 12 | } 13 | } 14 | .profile-feed-item { 15 | padding: 1.5rem 0; 16 | border-bottom: 1px solid $border-color; 17 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/loaders/_loaders.scss: -------------------------------------------------------------------------------- 1 | /* Loaders */ 2 | 3 | @import "variables"; 4 | @import "colored-balls"; 5 | @import "glowing-ball"; 6 | @import "pixel-loader"; 7 | @import "square-box"; 8 | @import "circle-loader"; 9 | @import "jumping-dots-loader"; 10 | @import "bar-loader"; 11 | @import "square-path-loader"; 12 | @import "dot-opacity-loader"; 13 | @import "flip-square-loader"; 14 | @import "moving-square-loader"; -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/loaders/_variables.scss: -------------------------------------------------------------------------------- 1 | $square-box-scale: 3; 2 | $square-size: 30px; 3 | $square-corner-size: ceil($square-size / $square-box-scale); 4 | $square-corner-position: ceil($square-corner-size / $square-box-scale); -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_ace.scss: -------------------------------------------------------------------------------- 1 | /* Ace Editor */ 2 | 3 | .ace_editor { 4 | margin: auto; 5 | height: 300px; 6 | width: 100%; 7 | font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; 8 | .ace_content{ 9 | font-size: $default-font-size; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_codemirror.scss: -------------------------------------------------------------------------------- 1 | /* CodeMirror */ 2 | 3 | .CodeMirror { 4 | font-size: $default-font-size; 5 | height: auto; 6 | text-align: left; 7 | min-height: auto; 8 | } 9 | .CodeMirror-scroll { 10 | min-height: auto; 11 | } 12 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_colorpicker.scss: -------------------------------------------------------------------------------- 1 | /* Colorpicker */ 2 | 3 | .asColorPicker-dropdown { 4 | max-width: initial; 5 | } 6 | .asColorPicker-trigger{ 7 | height: auto; 8 | border: 0; 9 | span { 10 | border-radius: 2px; 11 | width: 35px; 12 | } 13 | } 14 | 15 | .asColorPicker-input { 16 | @extend .form-control; 17 | } 18 | 19 | .asColorPicker-wrap { 20 | @extend .input-group; 21 | } 22 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_flot-chart.scss: -------------------------------------------------------------------------------- 1 | /* Flot chart */ 2 | 3 | .flot-chart-container { 4 | box-sizing: border-box; 5 | width: 100%; 6 | height: 100%; 7 | min-height: 300px; 8 | max-height: 100%; 9 | } 10 | 11 | .flot-chart { 12 | width: 100%; 13 | position: relative; 14 | canvas { 15 | position:absolute; 16 | top: 0; 17 | bottom: 0; 18 | } 19 | max-width: none; 20 | height: 400px; 21 | } 22 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_google-charts.scss: -------------------------------------------------------------------------------- 1 | /* Google Charts */ 2 | 3 | .google-chart-container { 4 | .google-charts { 5 | width: 100%; 6 | height: 280px; 7 | min-height: 280px; 8 | min-width: 100%; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_icheck.scss: -------------------------------------------------------------------------------- 1 | /* Icheck */ 2 | 3 | .icheck, 4 | .icheck-flat, 5 | .icheck-square, 6 | .icheck-line { 7 | margin-bottom: .5rem; 8 | label { 9 | font-size: .8125rem; 10 | line-height: 1.5; 11 | margin-left: 5px; 12 | margin-bottom: 0; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_jvectormap.scss: -------------------------------------------------------------------------------- 1 | /* Jvectormap */ 2 | 3 | .jvectormap-container { 4 | background: $white; 5 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_mapael.scss: -------------------------------------------------------------------------------- 1 | .mapael { 2 | svg { 3 | max-width: 100%; 4 | } 5 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_progressbar-js.scss: -------------------------------------------------------------------------------- 1 | /* Progressbar-js */ 2 | 3 | .progress-bar-js-line { 4 | height: 6px; 5 | } 6 | 7 | .progressbar-js-circle { 8 | width: 100%; 9 | position: relative; 10 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_quill.scss: -------------------------------------------------------------------------------- 1 | /* Quill Editor */ 2 | 3 | .quill-container { 4 | height: 300px; 5 | } 6 | .ql-toolbar, 7 | .quill-container { 8 | &.ql-snow { 9 | border-color: $border-color; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_summernote.scss: -------------------------------------------------------------------------------- 1 | /* Summernote Editor */ 2 | 3 | .note-editor{ 4 | &.note-frame { 5 | border: 1px solid $border-color; 6 | } 7 | } 8 | .note-popover { 9 | border: 1px solid $border-color; 10 | } 11 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_tags.scss: -------------------------------------------------------------------------------- 1 | /* Tags */ 2 | 3 | div.tagsinput { 4 | padding: 15px 15px 10px; 5 | border-color: $border-color; 6 | span.tag { 7 | background: $primary; 8 | border: 0; 9 | color: color(white); 10 | padding: 6px 14px; 11 | font-size: .8125rem; 12 | font-family: inherit; 13 | line-height: 1; 14 | a { 15 | color: color(white); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_tinymce.scss: -------------------------------------------------------------------------------- 1 | /* TinyMCE Editor */ 2 | 3 | .mce-tinymce { 4 | &.mce-panel, 5 | .mce-panel { 6 | border-color: $border-color; 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/components/plugin-overrides/_toast.scss: -------------------------------------------------------------------------------- 1 | /* Toast */ 2 | 3 | .jq-toast-wrap { 4 | .jq-icon-success { 5 | background-color: theme-color("success"); 6 | } 7 | .jq-icon-info { 8 | background-color: theme-color("info"); 9 | } 10 | .jq-icon-warning { 11 | background-color: theme-color("warning"); 12 | } 13 | .jq-icon-error { 14 | background-color: theme-color("danger"); 15 | } 16 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/mixins/_badges.scss: -------------------------------------------------------------------------------- 1 | //Badge Mixins 2 | 3 | // Badge outlined variations 4 | @mixin badge-outline-variations($color) { 5 | color: $color; 6 | border: 1px solid $color; 7 | } 8 | @mixin badge-opacity-variations($color) { 9 | background: lighten( $color, 42% ); 10 | color:darken($color,10%); 11 | } 12 | @mixin badge-variations($color) { 13 | color: $color; 14 | border: 1px solid $color; 15 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/mixins/_blockqoute.scss: -------------------------------------------------------------------------------- 1 | // BlockQuote Mixins // 2 | 3 | @mixin blockquote($color) { 4 | border-color: $color; 5 | .blockquote-footer { 6 | color: $color; 7 | } 8 | } 9 | 10 | @mixin alert-variant($color) { 11 | color: $color; 12 | } 13 | @mixin alert-variant-fill($color) { 14 | color: lighten($color, 80%); 15 | background: $color; 16 | } 17 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/mixins/_cards.scss: -------------------------------------------------------------------------------- 1 | // Cards Mixins 2 | 3 | @mixin card-inverse-variant($bg, $border, $color) { 4 | background: $bg; 5 | border: 1px solid $border; 6 | color: $color; 7 | } 8 | -------------------------------------------------------------------------------- /src/assets/scss/common/light/mixins/_no-ui-slider.scss: -------------------------------------------------------------------------------- 1 | 2 | // Sider color variations 3 | @mixin slider-color-variant($color) { 4 | .noUi-base { 5 | .noUi-connect { 6 | background: $color; 7 | } 8 | 9 | .noUi-origin { 10 | background: $color; 11 | 12 | .noUi-handle { 13 | &:after { 14 | background: $color; 15 | } 16 | 17 | .noUi-tooltip { 18 | background: $color; 19 | color: $white; 20 | } 21 | } 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /src/assets/scss/common/light/mixins/_pagination.scss: -------------------------------------------------------------------------------- 1 | // Pagination variations 2 | @mixin pagination-variants($color) { 3 | .page-item { 4 | &.active { 5 | .page-link { 6 | background: $color; 7 | border-color: $color; 8 | } 9 | } 10 | &:hover { 11 | .page-link { 12 | background: lighten($color,5%); 13 | border-color: $color; 14 | color: $white; 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /src/assets/scss/vertical-layout-light/style.scss: -------------------------------------------------------------------------------- 1 | @import "../common/light/common"; 2 | @import "variables"; 3 | @import "vertical-wrapper"; 4 | @import "sidebar"; 5 | @import "navbar"; 6 | @import "layouts"; 7 | @import "settings-panel" -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/ext-error_marker.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/ext/error_marker"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/mode-text.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/mode/text"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/abap.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/abap"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/ada.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/ada"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/alda.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/alda"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/apache_conf.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/apache_conf"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/apex.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/apex"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/applescript.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/applescript"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/aql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/aql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/asciidoc.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/asciidoc"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/asl.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/asl"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/assembly_x86.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/assembly_x86"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/astro.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/astro"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/autohotkey.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/autohotkey"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/batchfile.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/batchfile"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/bibtex.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/bibtex"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/c9search.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/c9search"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/cirru.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/cirru"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/cobol.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/cobol"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/coldfusion.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/coldfusion"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/crystal.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/crystal"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/csharp.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/csharp"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/csound_score.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/csound_score"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/csp.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/csp"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/curly.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/curly"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/cuttlefish.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/cuttlefish"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/d.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/d"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/dockerfile.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/dockerfile"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/dot.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/dot"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/eiffel.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/eiffel"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/ejs.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/ejs"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/elixir.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/elixir"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/elm.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/elm"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/flix.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/flix"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/forth.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/forth"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/fortran.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/fortran"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/fsharp.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/fsharp"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/ftl.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/ftl"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/gcode.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/gcode"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/gherkin.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/gherkin"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/gitignore.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/gitignore"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/glsl.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/glsl"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/golang.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/golang"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/groovy.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/groovy"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/handlebars.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/handlebars"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/haskell_cabal.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/haskell_cabal"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/haxe.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/haxe"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/hjson.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/hjson"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/html_elixir.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/html_elixir"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/html_ruby.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/html_ruby"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/ini.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/ini"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/ion.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/ion"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/jack.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/jack"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/jade.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/jade"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/jexl.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/jexl"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/json.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/json"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/json5.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/json5"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/jssm.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/jssm"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/jsx.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/jsx"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/julia.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/julia"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/kotlin.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/kotlin"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/latex.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/latex"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/latte.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/latte"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/less.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/less"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/lisp.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/lisp"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/livescript.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/livescript"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/logiql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/logiql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/logtalk.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/logtalk"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/luapage.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/luapage"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/lucene.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/lucene"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/mask.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/mask"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/matlab.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/matlab"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/mediawiki.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/mediawiki"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/mel.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/mel"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/mips.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/mips"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/mixal.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/mixal"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/mushcode.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/mushcode"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/mysql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/mysql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/nasal.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/nasal"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/nginx.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/nginx"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/nim.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/nim"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/nix.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/nix"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/nsis.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/nsis"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/nunjucks.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/nunjucks"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/objectivec.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/objectivec"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/ocaml.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/ocaml"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/odin.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/odin"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/partiql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/partiql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/pascal.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/pascal"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/pgsql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/pgsql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/php_laravel_blade.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/php_laravel_blade"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/pig.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/pig"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/plain_text.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/plain_text"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/plsql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/plsql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/powershell.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/powershell"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/praat.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/praat"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/prisma.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/prisma"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/prolog.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/prolog"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/properties.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/properties"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/protobuf.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/protobuf"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/prql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/prql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/puppet.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/puppet"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/qml.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/qml"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/raku.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/raku"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/rdoc.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/rdoc"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/red.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/red"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/redshift.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/redshift"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/rhtml.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/rhtml"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/rust.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/rust"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/sac.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/sac"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/sass.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/sass"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/scad.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/scad"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/scala.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/scala"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/scheme.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/scheme"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/scrypt.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/scrypt"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/scss.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/scss"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/sjs.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/sjs"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/slim.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/slim"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/smarty.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/smarty"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/smithy.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/smithy"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/soy_template.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/soy_template"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/space.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/space"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/sparql.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/sparql"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/stylus.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/stylus"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/svg.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/svg"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/swift.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/swift"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/terraform.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/terraform"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/text.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/text"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/toml.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/toml"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/tsx.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/tsx"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/turtle.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/turtle"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/twig.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/twig"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/typescript.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/typescript"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/vbscript.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/vbscript"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/verilog.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/verilog"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/vhdl.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/vhdl"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/visualforce.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/visualforce"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/xml.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/xml"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/yaml.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/yaml"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/ace-builds/src-min/snippets/zeek.js: -------------------------------------------------------------------------------- 1 | ; (function() { 2 | window.require(["ace/snippets/zeek"], function(m) { 3 | if (typeof module == "object" && typeof exports == "object" && module) { 4 | module.exports = m; 5 | } 6 | }); 7 | })(); 8 | -------------------------------------------------------------------------------- /src/assets/vendors/feather/fonts/feather-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/feather/fonts/feather-webfont.eot -------------------------------------------------------------------------------- /src/assets/vendors/feather/fonts/feather-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/feather/fonts/feather-webfont.ttf -------------------------------------------------------------------------------- /src/assets/vendors/feather/fonts/feather-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/feather/fonts/feather-webfont.woff -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ae.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/am.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/at.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/bd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/be.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/bl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/bq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/bw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ci.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/co.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/cp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/cr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/cz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/dk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/dz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/es-ct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/fi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/fr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ga.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gb-eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gb-sct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/gy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/hu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/id.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/jm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/lc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/lt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/lu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/lv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/mv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ne.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/nl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/pl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/pm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/qa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/re.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ru.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/se.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/sj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/sl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/sn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/sr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/td.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/th.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/to.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/tt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/wf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/ye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/1x1/yt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ae.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/am.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/at.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/bd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/be.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/bl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/bq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/bw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/cd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ci.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/co.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/cp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/cr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/cz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/dk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/dz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/es-ct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/fi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/fr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ga.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/gb-eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/gb-sct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/gf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/gh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/gl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/gn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/gp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/hu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/id.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/jm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/la.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/lc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/lt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/lu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/lv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/mv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ne.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/nl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/pl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/pm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/qa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/re.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ru.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/se.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/sj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/sl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/sn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/sr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/td.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/th.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/to.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/tt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/vc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/wf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/ye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/flag-icon-css/flags/4x3/yt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/assets/vendors/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /src/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /src/assets/vendors/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /src/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/vendors/jquery-asColorPicker/images/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/jquery-asColorPicker/images/alpha.png -------------------------------------------------------------------------------- /src/assets/vendors/jquery-asColorPicker/images/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/jquery-asColorPicker/images/hue.png -------------------------------------------------------------------------------- /src/assets/vendors/jquery-asColorPicker/images/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/jquery-asColorPicker/images/saturation.png -------------------------------------------------------------------------------- /src/assets/vendors/jquery-asColorPicker/images/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/jquery-asColorPicker/images/transparent.png -------------------------------------------------------------------------------- /src/assets/vendors/mdi/fonts/materialdesignicons-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/mdi/fonts/materialdesignicons-webfont.eot -------------------------------------------------------------------------------- /src/assets/vendors/mdi/fonts/materialdesignicons-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/mdi/fonts/materialdesignicons-webfont.ttf -------------------------------------------------------------------------------- /src/assets/vendors/mdi/fonts/materialdesignicons-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/mdi/fonts/materialdesignicons-webfont.woff -------------------------------------------------------------------------------- /src/assets/vendors/mdi/fonts/materialdesignicons-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/mdi/fonts/materialdesignicons-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.eot -------------------------------------------------------------------------------- /src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.ttf -------------------------------------------------------------------------------- /src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.woff -------------------------------------------------------------------------------- /src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/simple-line-icons/fonts/Simple-Line-Icons.woff2 -------------------------------------------------------------------------------- /src/assets/vendors/ti-icons/fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/ti-icons/fonts/themify.eot -------------------------------------------------------------------------------- /src/assets/vendors/ti-icons/fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/ti-icons/fonts/themify.ttf -------------------------------------------------------------------------------- /src/assets/vendors/ti-icons/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/ti-icons/fonts/themify.woff -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/icons/default/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "default" icons for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/icons/default') 5 | // ES2015: 6 | // import 'tinymce/icons/default' 7 | require('./icons.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/models/dom/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "dom" model for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/models/dom') 5 | // ES2015: 6 | // import 'tinymce/models/dom' 7 | require('./model.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/accordion/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "accordion" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/accordion') 5 | // ES2015: 6 | // import 'tinymce/plugins/accordion' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/advlist/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "advlist" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/advlist') 5 | // ES2015: 6 | // import 'tinymce/plugins/advlist' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/anchor/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "anchor" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/anchor') 5 | // ES2015: 6 | // import 'tinymce/plugins/anchor' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/autolink/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "autolink" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/autolink') 5 | // ES2015: 6 | // import 'tinymce/plugins/autolink' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/autoresize/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "autoresize" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/autoresize') 5 | // ES2015: 6 | // import 'tinymce/plugins/autoresize' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/autosave/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "autosave" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/autosave') 5 | // ES2015: 6 | // import 'tinymce/plugins/autosave' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/charmap/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "charmap" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/charmap') 5 | // ES2015: 6 | // import 'tinymce/plugins/charmap' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/code/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "code" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/code') 5 | // ES2015: 6 | // import 'tinymce/plugins/code' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/codesample/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "codesample" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/codesample') 5 | // ES2015: 6 | // import 'tinymce/plugins/codesample' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/directionality/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "directionality" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/directionality') 5 | // ES2015: 6 | // import 'tinymce/plugins/directionality' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/emoticons/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "emoticons" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/emoticons') 5 | // ES2015: 6 | // import 'tinymce/plugins/emoticons' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/fullscreen/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "fullscreen" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/fullscreen') 5 | // ES2015: 6 | // import 'tinymce/plugins/fullscreen' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/help/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "help" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/help') 5 | // ES2015: 6 | // import 'tinymce/plugins/help' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/image/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "image" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/image') 5 | // ES2015: 6 | // import 'tinymce/plugins/image' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/importcss/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "importcss" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/importcss') 5 | // ES2015: 6 | // import 'tinymce/plugins/importcss' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/insertdatetime/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "insertdatetime" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/insertdatetime') 5 | // ES2015: 6 | // import 'tinymce/plugins/insertdatetime' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/link/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "link" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/link') 5 | // ES2015: 6 | // import 'tinymce/plugins/link' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/lists/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "lists" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/lists') 5 | // ES2015: 6 | // import 'tinymce/plugins/lists' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/media/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "media" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/media') 5 | // ES2015: 6 | // import 'tinymce/plugins/media' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/nonbreaking/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "nonbreaking" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/nonbreaking') 5 | // ES2015: 6 | // import 'tinymce/plugins/nonbreaking' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/pagebreak/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "pagebreak" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/pagebreak') 5 | // ES2015: 6 | // import 'tinymce/plugins/pagebreak' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/preview/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "preview" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/preview') 5 | // ES2015: 6 | // import 'tinymce/plugins/preview' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/quickbars/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "quickbars" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/quickbars') 5 | // ES2015: 6 | // import 'tinymce/plugins/quickbars' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/save/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "save" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/save') 5 | // ES2015: 6 | // import 'tinymce/plugins/save' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/searchreplace/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "searchreplace" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/searchreplace') 5 | // ES2015: 6 | // import 'tinymce/plugins/searchreplace' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/table/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "table" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/table') 5 | // ES2015: 6 | // import 'tinymce/plugins/table' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/template/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "template" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/template') 5 | // ES2015: 6 | // import 'tinymce/plugins/template' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/visualblocks/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "visualblocks" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/visualblocks') 5 | // ES2015: 6 | // import 'tinymce/plugins/visualblocks' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/visualchars/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "visualchars" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/visualchars') 5 | // ES2015: 6 | // import 'tinymce/plugins/visualchars' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/plugins/wordcount/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "wordcount" plugin for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/plugins/wordcount') 5 | // ES2015: 6 | // import 'tinymce/plugins/wordcount' 7 | require('./plugin.js'); -------------------------------------------------------------------------------- /src/assets/vendors/tinymce/themes/silver/index.js: -------------------------------------------------------------------------------- 1 | // Exports the "silver" theme for usage with module loaders 2 | // Usage: 3 | // CommonJS: 4 | // require('tinymce/themes/silver') 5 | // ES2015: 6 | // import 'tinymce/themes/silver' 7 | require('./theme.js'); -------------------------------------------------------------------------------- /src/assets/vendors/typicons/typicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/typicons/typicons.eot -------------------------------------------------------------------------------- /src/assets/vendors/typicons/typicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/typicons/typicons.ttf -------------------------------------------------------------------------------- /src/assets/vendors/typicons/typicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/typicons/typicons.woff -------------------------------------------------------------------------------- /src/assets/vendors/typicons/typicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/src/assets/vendors/typicons/typicons.woff2 -------------------------------------------------------------------------------- /src/partials/_footer.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /star-admin2-free.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BootstrapDash/star-admin2-free-admin-template/6ff264e107605d5a7d798bed12f7cb95ad82be20/star-admin2-free.zip --------------------------------------------------------------------------------