├── .gitignore ├── Angular_Dev_Grunt ├── Gruntfile.js ├── bower.json ├── css │ ├── docs.min.css │ ├── style.css │ ├── style.css.map │ └── style.min.css ├── data.json ├── fonts │ ├── FontAwesome.otf │ ├── Simple-Line-Icons.eot │ ├── Simple-Line-Icons.svg │ ├── Simple-Line-Icons.ttf │ ├── Simple-Line-Icons.woff │ ├── Simple-Line-Icons.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── img │ ├── Sorting icons.psd │ ├── avatars │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ └── 8.jpg │ ├── favicon.ico │ ├── flags │ │ ├── ASEAN.png │ │ ├── Afghanistan.png │ │ ├── African Union.png │ │ ├── Albania.png │ │ ├── Algeria.png │ │ ├── American Samoa.png │ │ ├── Andorra.png │ │ ├── Angola.png │ │ ├── Anguilla.png │ │ ├── Antarctica.png │ │ ├── Antigua & Barbuda.png │ │ ├── Arab League.png │ │ ├── Argentina.png │ │ ├── Armenia.png │ │ ├── Aruba.png │ │ ├── Australia.png │ │ ├── Austria.png │ │ ├── Azerbaijan.png │ │ ├── Bahamas.png │ │ ├── Bahrain.png │ │ ├── Bangladesh.png │ │ ├── Barbados.png │ │ ├── Belarus.png │ │ ├── Belgium.png │ │ ├── Belize.png │ │ ├── Benin.png │ │ ├── Bermuda.png │ │ ├── Bhutan.png │ │ ├── Bolivia.png │ │ ├── Bosnia & Herzegovina.png │ │ ├── Botswana.png │ │ ├── Brazil.png │ │ ├── Brunei.png │ │ ├── Bulgaria.png │ │ ├── Burkina Faso.png │ │ ├── Burundi.png │ │ ├── CARICOM.png │ │ ├── CIS.png │ │ ├── Cambodja.png │ │ ├── Cameroon.png │ │ ├── Canada.png │ │ ├── Cape Verde.png │ │ ├── Cayman Islands.png │ │ ├── Central African Republic.png │ │ ├── Chad.png │ │ ├── Chile.png │ │ ├── China.png │ │ ├── Colombia.png │ │ ├── Commonwealth.png │ │ ├── Comoros.png │ │ ├── Congo-Brazzaville.png │ │ ├── Congo-Kinshasa(Zaire).png │ │ ├── Cook Islands.png │ │ ├── Costa Rica.png │ │ ├── Cote d'Ivoire.png │ │ ├── Croatia.png │ │ ├── Cuba.png │ │ ├── Cyprus.png │ │ ├── Czech Republic.png │ │ ├── Denmark.png │ │ ├── Djibouti.png │ │ ├── Dominica.png │ │ ├── Dominican Republic.png │ │ ├── Ecuador.png │ │ ├── Egypt.png │ │ ├── El Salvador.png │ │ ├── England.png │ │ ├── Equatorial Guinea.png │ │ ├── Eritrea.png │ │ ├── Estonia.png │ │ ├── Ethiopia.png │ │ ├── European Union.png │ │ ├── Faroes.png │ │ ├── Fiji.png │ │ ├── Finland.png │ │ ├── France.png │ │ ├── Gabon.png │ │ ├── Gambia.png │ │ ├── Georgia.png │ │ ├── Germany.png │ │ ├── Ghana.png │ │ ├── Gibraltar.png │ │ ├── Greece.png │ │ ├── Greenland.png │ │ ├── Grenada.png │ │ ├── Guadeloupe.png │ │ ├── Guam.png │ │ ├── Guatemala.png │ │ ├── Guernsey.png │ │ ├── Guinea-Bissau.png │ │ ├── Guinea.png │ │ ├── Guyana.png │ │ ├── Haiti.png │ │ ├── Honduras.png │ │ ├── Hong Kong.png │ │ ├── Hungary.png │ │ ├── Iceland.png │ │ ├── India.png │ │ ├── Indonezia.png │ │ ├── Iran.png │ │ ├── Iraq.png │ │ ├── Ireland.png │ │ ├── Islamic Conference.png │ │ ├── Isle of Man.png │ │ ├── Israel.png │ │ ├── Italy.png │ │ ├── Jamaica.png │ │ ├── Japan.png │ │ ├── Jersey.png │ │ ├── Jordan.png │ │ ├── Kazakhstan.png │ │ ├── Kenya.png │ │ ├── Kiribati.png │ │ ├── Kosovo.png │ │ ├── Kuwait.png │ │ ├── Kyrgyzstan.png │ │ ├── Laos.png │ │ ├── Latvia.png │ │ ├── Lebanon.png │ │ ├── Lesotho.png │ │ ├── Liberia.png │ │ ├── Libya.png │ │ ├── Liechtenshein.png │ │ ├── Lithuania.png │ │ ├── Luxembourg.png │ │ ├── Macao.png │ │ ├── Macedonia.png │ │ ├── Madagascar.png │ │ ├── Malawi.png │ │ ├── Malaysia.png │ │ ├── Maldives.png │ │ ├── Mali.png │ │ ├── Malta.png │ │ ├── Marshall Islands.png │ │ ├── Martinique.png │ │ ├── Mauritania.png │ │ ├── Mauritius.png │ │ ├── Mexico.png │ │ ├── Micronesia.png │ │ ├── Moldova.png │ │ ├── Monaco.png │ │ ├── Mongolia.png │ │ ├── Montenegro.png │ │ ├── Montserrat.png │ │ ├── Morocco.png │ │ ├── Mozambique.png │ │ ├── Myanmar(Burma).png │ │ ├── NATO.png │ │ ├── Namibia.png │ │ ├── Nauru.png │ │ ├── Nepal.png │ │ ├── Netherlands Antilles.png │ │ ├── Netherlands.png │ │ ├── New Caledonia.png │ │ ├── New Zealand.png │ │ ├── Nicaragua.png │ │ ├── Niger.png │ │ ├── Nigeria.png │ │ ├── North Korea.png │ │ ├── Northern Cyprus.png │ │ ├── Northern Ireland.png │ │ ├── Norway.png │ │ ├── OPEC.png │ │ ├── Olimpic Movement.png │ │ ├── Oman.png │ │ ├── Pakistan.png │ │ ├── Palau.png │ │ ├── Palestine.png │ │ ├── Panama.png │ │ ├── Papua New Guinea.png │ │ ├── Paraguay.png │ │ ├── Peru.png │ │ ├── Philippines.png │ │ ├── Poland.png │ │ ├── Portugal.png │ │ ├── Puerto Rico.png │ │ ├── Qatar.png │ │ ├── Red Cross.png │ │ ├── Reunion.png │ │ ├── Romania.png │ │ ├── Russia.png │ │ ├── Rwanda.png │ │ ├── Saint Lucia.png │ │ ├── Samoa.png │ │ ├── San Marino.png │ │ ├── Sao Tome & Principe.png │ │ ├── Saudi Arabia.png │ │ ├── Scotland.png │ │ ├── Senegal.png │ │ ├── Serbia(Yugoslavia).png │ │ ├── Seychelles.png │ │ ├── Sierra Leone.png │ │ ├── Singapore.png │ │ ├── Slovakia.png │ │ ├── Slovenia.png │ │ ├── Solomon Islands.png │ │ ├── Somalia.png │ │ ├── Somaliland.png │ │ ├── South Africa.png │ │ ├── South Korea.png │ │ ├── Spain.png │ │ ├── Sri Lanka.png │ │ ├── St Kitts & Nevis.png │ │ ├── St Vincent & the Grenadines.png │ │ ├── Sudan.png │ │ ├── Suriname.png │ │ ├── Swaziland.png │ │ ├── Sweden.png │ │ ├── Switzerland.png │ │ ├── Syria.png │ │ ├── Tahiti(French Polinesia).png │ │ ├── Taiwan.png │ │ ├── Tajikistan.png │ │ ├── Tanzania.png │ │ ├── Thailand.png │ │ ├── Timor-Leste.png │ │ ├── Togo.png │ │ ├── Tonga.png │ │ ├── Trinidad & Tobago.png │ │ ├── Tunisia.png │ │ ├── Turkey.png │ │ ├── Turkmenistan.png │ │ ├── Turks and Caicos Islands.png │ │ ├── Tuvalu.png │ │ ├── USA.png │ │ ├── Uganda.png │ │ ├── Ukraine.png │ │ ├── United Arab Emirates.png │ │ ├── United Nations.png │ │ ├── United-Kingdom.png │ │ ├── Uruguay.png │ │ ├── Uzbekistan.png │ │ ├── Vanutau.png │ │ ├── Vatican City.png │ │ ├── Venezuela.png │ │ ├── Viet Nam.png │ │ ├── Virgin Islands British.png │ │ ├── Virgin Islands US.png │ │ ├── Wales.png │ │ ├── Western Sahara.png │ │ ├── Yemen.png │ │ ├── Zambia.png │ │ └── Zimbabwe.png │ ├── logo-dark.png │ ├── logo-light.png │ ├── logo.psd │ ├── select.png │ ├── select2.png │ ├── select2x2.png │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── sprite-skin-modern.png ├── index.html ├── js │ ├── app.js │ ├── controllers.js │ ├── controllers │ │ ├── calendar.js │ │ ├── charts.js │ │ ├── forms.js │ │ ├── main.js │ │ ├── notifications.js │ │ ├── shared.js │ │ ├── sliders.js │ │ ├── tables.js │ │ ├── uikits │ │ │ └── email.js │ │ └── widgets.js │ ├── demo │ │ ├── controllers.js │ │ ├── directives.js │ │ └── routes.js │ ├── directives.js │ ├── libs │ │ ├── Chart.ext.js │ │ ├── Chart.min.js │ │ ├── angular-animate.min.js │ │ ├── angular-animate.min.js.map │ │ ├── angular-breadcrumb.min.js │ │ ├── angular-chart.min.js │ │ ├── angular-chart.min.js.map │ │ ├── angular-datatables.bootstrap.min.js │ │ ├── angular-datatables.min.js │ │ ├── angular-daterangepicker.min.js │ │ ├── angular-daterangepicker.min.js.map │ │ ├── angular-echarts.min.js │ │ ├── angular-sanitize.min.js │ │ ├── angular-sanitize.min.js.map │ │ ├── angular-toastr.tpls.min.js │ │ ├── angular-translate.min.js │ │ ├── angular-ui-router.min.js │ │ ├── angular.min.js │ │ ├── angular.min.js.map │ │ ├── bootstrap.min.js │ │ ├── calendar.js │ │ ├── calendar.min.js │ │ ├── dataTables.bootstrap.min.js │ │ ├── daterangepicker.js │ │ ├── daterangepicker.min.js │ │ ├── fullcalendar.min.js │ │ ├── gauge.min.js │ │ ├── gcal.js │ │ ├── gcal.min.js │ │ ├── ion.rangeSlider.min.js │ │ ├── jquery.dataTables.min.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── jquery.nestable.js │ │ ├── jquery.nestable.min.js │ │ ├── loading-bar.min.js │ │ ├── mask.min.js │ │ ├── moment.min.js │ │ ├── oclazyload.min.js │ │ ├── rzslider.min.js │ │ ├── select.min.js │ │ ├── select2.min.js │ │ └── tether.min.js │ ├── routes.js │ └── translations.js ├── package.json ├── scss │ ├── app │ │ ├── _bootstrap.scss │ │ ├── _core.scss │ │ ├── _custom.scss │ │ ├── _mixins.scss │ │ ├── _pages.scss │ │ ├── _uikits.scss │ │ ├── _vendors.scss │ │ ├── app.scss │ │ ├── bootstrap │ │ │ ├── _breadcrumb.scss │ │ │ ├── _buttons.scss │ │ │ ├── _card.scss │ │ │ ├── _dropdown.scss │ │ │ ├── _input-group.scss │ │ │ ├── _navbar.scss │ │ │ ├── _progress.scss │ │ │ ├── _tables.scss │ │ │ └── bootstrap.scss │ │ ├── core │ │ │ ├── _animate.scss │ │ │ ├── _aside.scss │ │ │ ├── _avatars.scss │ │ │ ├── _breadcrumb-menu.scss │ │ │ ├── _buttons.scss │ │ │ ├── _callout.scss │ │ │ ├── _charts.scss │ │ │ ├── _footer.scss │ │ │ ├── _grid.scss │ │ │ ├── _layout.scss │ │ │ ├── _loading.scss │ │ │ ├── _mobile.scss │ │ │ ├── _navigation.scss │ │ │ ├── _others.scss │ │ │ ├── _page-header.scss │ │ │ ├── _switches.scss │ │ │ ├── _temp.scss │ │ │ ├── _typography.scss │ │ │ ├── _utilities-border.scss │ │ │ ├── _widgets.scss │ │ │ └── navigation │ │ │ │ ├── _disabled.scss │ │ │ │ ├── _sidebar.scss │ │ │ │ └── _top.scss │ │ ├── pages │ │ │ └── _login-register.scss │ │ ├── uikits │ │ │ └── _email.scss │ │ └── vendors │ │ │ ├── chart.js │ │ │ └── chart.scss │ │ │ ├── datatables │ │ │ └── datatables.scss │ │ │ ├── daterangepicker │ │ │ └── daterangepicker.scss │ │ │ ├── fontawesome │ │ │ ├── _animated.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ │ │ ├── fullcalendar │ │ │ └── fullcalendar.scss │ │ │ ├── ionRangeSlider │ │ │ └── ionRangeSlider.scss │ │ │ ├── select2 │ │ │ └── _select2.scss │ │ │ ├── simple-line-icons │ │ │ └── simple-line-icons.scss │ │ │ └── toastr │ │ │ └── toastr.scss │ └── bootstrap │ │ ├── _alert.scss │ │ ├── _animation.scss │ │ ├── _breadcrumb.scss │ │ ├── _button-group.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _carousel.scss │ │ ├── _close.scss │ │ ├── _code.scss │ │ ├── _custom-forms.scss │ │ ├── _dropdown.scss │ │ ├── _forms.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _input-group.scss │ │ ├── _jumbotron.scss │ │ ├── _labels.scss │ │ ├── _layout.scss │ │ ├── _list-group.scss │ │ ├── _media.scss │ │ ├── _mixins.scss │ │ ├── _modal.scss │ │ ├── _nav.scss │ │ ├── _navbar.scss │ │ ├── _normalize.scss │ │ ├── _pager.scss │ │ ├── _pagination.scss │ │ ├── _popover.scss │ │ ├── _print.scss │ │ ├── _progress.scss │ │ ├── _reboot.scss │ │ ├── _responsive-embed.scss │ │ ├── _tables.scss │ │ ├── _tooltip.scss │ │ ├── _type.scss │ │ ├── _utilities-background.scss │ │ ├── _utilities-responsive.scss │ │ ├── _utilities-spacing.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── bootstrap-flex.scss │ │ ├── bootstrap-grid.scss │ │ ├── bootstrap-reboot.scss │ │ ├── bootstrap.scss │ │ └── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _border-radius.scss │ │ ├── _breakpoints.scss │ │ ├── _buttons.scss │ │ ├── _cards.scss │ │ ├── _center-block.scss │ │ ├── _clearfix.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hide-text.scss │ │ ├── _hover.scss │ │ ├── _image.scss │ │ ├── _label.scss │ │ ├── _list-group.scss │ │ ├── _lists.scss │ │ ├── _nav-divider.scss │ │ ├── _navbar-align.scss │ │ ├── _pagination.scss │ │ ├── _progress.scss │ │ ├── _pulls.scss │ │ ├── _reset-filter.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _responsive-visibility.scss │ │ ├── _screen-reader.scss │ │ ├── _size.scss │ │ ├── _tab-focus.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-hide.scss │ │ └── _text-truncate.scss └── views │ ├── 404.html │ ├── UIkits │ ├── email │ │ ├── compose.html │ │ ├── coreElements │ │ │ ├── layout.html │ │ │ └── navigation.html │ │ ├── inbox.html │ │ └── message.html │ └── invoicing │ │ └── invoice.html │ ├── charts.html │ ├── common │ ├── aside.html │ ├── footer.html │ ├── layouts │ │ ├── full.html │ │ └── simple.html │ ├── navbar.html │ ├── navigation.html │ ├── sidebar-nav.html │ └── top-nav.html │ ├── components │ ├── buttons.html │ ├── cards.html │ ├── forms.html │ ├── social-buttons.html │ ├── switches.html │ └── tables.html │ ├── echarts.html │ ├── forms.html │ ├── icons.html │ ├── icons │ ├── font-awesome.html │ └── simple-line-icons.html │ ├── main.html │ ├── main2.html │ ├── pages │ ├── 404.html │ ├── 500.html │ ├── login.html │ └── register.html │ ├── plugins │ ├── calendar.html │ ├── notifications.html │ ├── sliders.html │ └── tables.html │ └── widgets.html ├── Angular_Seed_Grunt ├── Gruntfile.js ├── bower.json ├── css │ ├── docs.min.css │ ├── style.css │ ├── style.css.map │ └── style.min.css ├── data.json ├── fonts │ ├── FontAwesome.otf │ ├── Simple-Line-Icons.eot │ ├── Simple-Line-Icons.svg │ ├── Simple-Line-Icons.ttf │ ├── Simple-Line-Icons.woff │ ├── Simple-Line-Icons.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── img │ ├── Sorting icons.psd │ ├── avatars │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ └── 8.jpg │ ├── favicon.ico │ ├── flags │ │ ├── ASEAN.png │ │ ├── Afghanistan.png │ │ ├── African Union.png │ │ ├── Albania.png │ │ ├── Algeria.png │ │ ├── American Samoa.png │ │ ├── Andorra.png │ │ ├── Angola.png │ │ ├── Anguilla.png │ │ ├── Antarctica.png │ │ ├── Antigua & Barbuda.png │ │ ├── Arab League.png │ │ ├── Argentina.png │ │ ├── Armenia.png │ │ ├── Aruba.png │ │ ├── Australia.png │ │ ├── Austria.png │ │ ├── Azerbaijan.png │ │ ├── Bahamas.png │ │ ├── Bahrain.png │ │ ├── Bangladesh.png │ │ ├── Barbados.png │ │ ├── Belarus.png │ │ ├── Belgium.png │ │ ├── Belize.png │ │ ├── Benin.png │ │ ├── Bermuda.png │ │ ├── Bhutan.png │ │ ├── Bolivia.png │ │ ├── Bosnia & Herzegovina.png │ │ ├── Botswana.png │ │ ├── Brazil.png │ │ ├── Brunei.png │ │ ├── Bulgaria.png │ │ ├── Burkina Faso.png │ │ ├── Burundi.png │ │ ├── CARICOM.png │ │ ├── CIS.png │ │ ├── Cambodja.png │ │ ├── Cameroon.png │ │ ├── Canada.png │ │ ├── Cape Verde.png │ │ ├── Cayman Islands.png │ │ ├── Central African Republic.png │ │ ├── Chad.png │ │ ├── Chile.png │ │ ├── China.png │ │ ├── Colombia.png │ │ ├── Commonwealth.png │ │ ├── Comoros.png │ │ ├── Congo-Brazzaville.png │ │ ├── Congo-Kinshasa(Zaire).png │ │ ├── Cook Islands.png │ │ ├── Costa Rica.png │ │ ├── Cote d'Ivoire.png │ │ ├── Croatia.png │ │ ├── Cuba.png │ │ ├── Cyprus.png │ │ ├── Czech Republic.png │ │ ├── Denmark.png │ │ ├── Djibouti.png │ │ ├── Dominica.png │ │ ├── Dominican Republic.png │ │ ├── Ecuador.png │ │ ├── Egypt.png │ │ ├── El Salvador.png │ │ ├── England.png │ │ ├── Equatorial Guinea.png │ │ ├── Eritrea.png │ │ ├── Estonia.png │ │ ├── Ethiopia.png │ │ ├── European Union.png │ │ ├── Faroes.png │ │ ├── Fiji.png │ │ ├── Finland.png │ │ ├── France.png │ │ ├── Gabon.png │ │ ├── Gambia.png │ │ ├── Georgia.png │ │ ├── Germany.png │ │ ├── Ghana.png │ │ ├── Gibraltar.png │ │ ├── Greece.png │ │ ├── Greenland.png │ │ ├── Grenada.png │ │ ├── Guadeloupe.png │ │ ├── Guam.png │ │ ├── Guatemala.png │ │ ├── Guernsey.png │ │ ├── Guinea-Bissau.png │ │ ├── Guinea.png │ │ ├── Guyana.png │ │ ├── Haiti.png │ │ ├── Honduras.png │ │ ├── Hong Kong.png │ │ ├── Hungary.png │ │ ├── Iceland.png │ │ ├── India.png │ │ ├── Indonezia.png │ │ ├── Iran.png │ │ ├── Iraq.png │ │ ├── Ireland.png │ │ ├── Islamic Conference.png │ │ ├── Isle of Man.png │ │ ├── Israel.png │ │ ├── Italy.png │ │ ├── Jamaica.png │ │ ├── Japan.png │ │ ├── Jersey.png │ │ ├── Jordan.png │ │ ├── Kazakhstan.png │ │ ├── Kenya.png │ │ ├── Kiribati.png │ │ ├── Kosovo.png │ │ ├── Kuwait.png │ │ ├── Kyrgyzstan.png │ │ ├── Laos.png │ │ ├── Latvia.png │ │ ├── Lebanon.png │ │ ├── Lesotho.png │ │ ├── Liberia.png │ │ ├── Libya.png │ │ ├── Liechtenshein.png │ │ ├── Lithuania.png │ │ ├── Luxembourg.png │ │ ├── Macao.png │ │ ├── Macedonia.png │ │ ├── Madagascar.png │ │ ├── Malawi.png │ │ ├── Malaysia.png │ │ ├── Maldives.png │ │ ├── Mali.png │ │ ├── Malta.png │ │ ├── Marshall Islands.png │ │ ├── Martinique.png │ │ ├── Mauritania.png │ │ ├── Mauritius.png │ │ ├── Mexico.png │ │ ├── Micronesia.png │ │ ├── Moldova.png │ │ ├── Monaco.png │ │ ├── Mongolia.png │ │ ├── Montenegro.png │ │ ├── Montserrat.png │ │ ├── Morocco.png │ │ ├── Mozambique.png │ │ ├── Myanmar(Burma).png │ │ ├── NATO.png │ │ ├── Namibia.png │ │ ├── Nauru.png │ │ ├── Nepal.png │ │ ├── Netherlands Antilles.png │ │ ├── Netherlands.png │ │ ├── New Caledonia.png │ │ ├── New Zealand.png │ │ ├── Nicaragua.png │ │ ├── Niger.png │ │ ├── Nigeria.png │ │ ├── North Korea.png │ │ ├── Northern Cyprus.png │ │ ├── Northern Ireland.png │ │ ├── Norway.png │ │ ├── OPEC.png │ │ ├── Olimpic Movement.png │ │ ├── Oman.png │ │ ├── Pakistan.png │ │ ├── Palau.png │ │ ├── Palestine.png │ │ ├── Panama.png │ │ ├── Papua New Guinea.png │ │ ├── Paraguay.png │ │ ├── Peru.png │ │ ├── Philippines.png │ │ ├── Poland.png │ │ ├── Portugal.png │ │ ├── Puerto Rico.png │ │ ├── Qatar.png │ │ ├── Red Cross.png │ │ ├── Reunion.png │ │ ├── Romania.png │ │ ├── Russia.png │ │ ├── Rwanda.png │ │ ├── Saint Lucia.png │ │ ├── Samoa.png │ │ ├── San Marino.png │ │ ├── Sao Tome & Principe.png │ │ ├── Saudi Arabia.png │ │ ├── Scotland.png │ │ ├── Senegal.png │ │ ├── Serbia(Yugoslavia).png │ │ ├── Seychelles.png │ │ ├── Sierra Leone.png │ │ ├── Singapore.png │ │ ├── Slovakia.png │ │ ├── Slovenia.png │ │ ├── Solomon Islands.png │ │ ├── Somalia.png │ │ ├── Somaliland.png │ │ ├── South Africa.png │ │ ├── South Korea.png │ │ ├── Spain.png │ │ ├── Sri Lanka.png │ │ ├── St Kitts & Nevis.png │ │ ├── St Vincent & the Grenadines.png │ │ ├── Sudan.png │ │ ├── Suriname.png │ │ ├── Swaziland.png │ │ ├── Sweden.png │ │ ├── Switzerland.png │ │ ├── Syria.png │ │ ├── Tahiti(French Polinesia).png │ │ ├── Taiwan.png │ │ ├── Tajikistan.png │ │ ├── Tanzania.png │ │ ├── Thailand.png │ │ ├── Timor-Leste.png │ │ ├── Togo.png │ │ ├── Tonga.png │ │ ├── Trinidad & Tobago.png │ │ ├── Tunisia.png │ │ ├── Turkey.png │ │ ├── Turkmenistan.png │ │ ├── Turks and Caicos Islands.png │ │ ├── Tuvalu.png │ │ ├── USA.png │ │ ├── Uganda.png │ │ ├── Ukraine.png │ │ ├── United Arab Emirates.png │ │ ├── United Nations.png │ │ ├── United-Kingdom.png │ │ ├── Uruguay.png │ │ ├── Uzbekistan.png │ │ ├── Vanutau.png │ │ ├── Vatican City.png │ │ ├── Venezuela.png │ │ ├── Viet Nam.png │ │ ├── Virgin Islands British.png │ │ ├── Virgin Islands US.png │ │ ├── Wales.png │ │ ├── Western Sahara.png │ │ ├── Yemen.png │ │ ├── Zambia.png │ │ └── Zimbabwe.png │ ├── logo-dark.png │ ├── logo-light.png │ ├── logo.psd │ ├── select.png │ ├── select2.png │ ├── select2x2.png │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── sprite-skin-modern.png ├── index.html ├── js │ ├── app.js │ ├── controllers.js │ ├── controllers │ │ ├── main.js │ │ └── shared.js │ ├── directives.js │ ├── libs │ │ ├── Chart.ext.js │ │ ├── Chart.min.js │ │ ├── angular-animate.min.js │ │ ├── angular-animate.min.js.map │ │ ├── angular-breadcrumb.min.js │ │ ├── angular-chart.min.js │ │ ├── angular-chart.min.js.map │ │ ├── angular-datatables.bootstrap.min.js │ │ ├── angular-datatables.min.js │ │ ├── angular-daterangepicker.min.js │ │ ├── angular-daterangepicker.min.js.map │ │ ├── angular-echarts.min.js │ │ ├── angular-sanitize.min.js │ │ ├── angular-sanitize.min.js.map │ │ ├── angular-toastr.tpls.min.js │ │ ├── angular-translate.min.js │ │ ├── angular-ui-router.min.js │ │ ├── angular.min.js │ │ ├── angular.min.js.map │ │ ├── bootstrap.min.js │ │ ├── calendar.js │ │ ├── calendar.min.js │ │ ├── dataTables.bootstrap.min.js │ │ ├── daterangepicker.js │ │ ├── daterangepicker.min.js │ │ ├── fullcalendar.min.js │ │ ├── gauge.min.js │ │ ├── gcal.js │ │ ├── gcal.min.js │ │ ├── ion.rangeSlider.min.js │ │ ├── jquery.dataTables.min.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── jquery.nestable.js │ │ ├── jquery.nestable.min.js │ │ ├── loading-bar.min.js │ │ ├── mask.min.js │ │ ├── moment.min.js │ │ ├── oclazyload.min.js │ │ ├── rzslider.min.js │ │ ├── select.min.js │ │ ├── select2.min.js │ │ └── tether.min.js │ ├── routes.js │ └── translations.js ├── package.json ├── scss │ ├── app │ │ ├── _bootstrap.scss │ │ ├── _core.scss │ │ ├── _custom.scss │ │ ├── _mixins.scss │ │ ├── _pages.scss │ │ ├── _uikits.scss │ │ ├── _vendors.scss │ │ ├── app.scss │ │ ├── bootstrap │ │ │ ├── _breadcrumb.scss │ │ │ ├── _buttons.scss │ │ │ ├── _card.scss │ │ │ ├── _dropdown.scss │ │ │ ├── _input-group.scss │ │ │ ├── _navbar.scss │ │ │ ├── _progress.scss │ │ │ ├── _tables.scss │ │ │ └── bootstrap.scss │ │ ├── core │ │ │ ├── _animate.scss │ │ │ ├── _aside.scss │ │ │ ├── _avatars.scss │ │ │ ├── _breadcrumb-menu.scss │ │ │ ├── _buttons.scss │ │ │ ├── _callout.scss │ │ │ ├── _charts.scss │ │ │ ├── _footer.scss │ │ │ ├── _grid.scss │ │ │ ├── _layout.scss │ │ │ ├── _loading.scss │ │ │ ├── _mobile.scss │ │ │ ├── _navigation.scss │ │ │ ├── _others.scss │ │ │ ├── _page-header.scss │ │ │ ├── _switches.scss │ │ │ ├── _temp.scss │ │ │ ├── _typography.scss │ │ │ ├── _utilities-border.scss │ │ │ ├── _widgets.scss │ │ │ └── navigation │ │ │ │ ├── _disabled.scss │ │ │ │ ├── _sidebar.scss │ │ │ │ └── _top.scss │ │ ├── pages │ │ │ └── _login-register.scss │ │ ├── uikits │ │ │ └── _email.scss │ │ └── vendors │ │ │ ├── chart.js │ │ │ └── chart.scss │ │ │ ├── datatables │ │ │ └── datatables.scss │ │ │ ├── daterangepicker │ │ │ └── daterangepicker.scss │ │ │ ├── fontawesome │ │ │ ├── _animated.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ │ │ ├── fullcalendar │ │ │ └── fullcalendar.scss │ │ │ ├── ionRangeSlider │ │ │ └── ionRangeSlider.scss │ │ │ ├── select2 │ │ │ └── _select2.scss │ │ │ ├── simple-line-icons │ │ │ └── simple-line-icons.scss │ │ │ └── toastr │ │ │ └── toastr.scss │ └── bootstrap │ │ ├── _alert.scss │ │ ├── _animation.scss │ │ ├── _breadcrumb.scss │ │ ├── _button-group.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _carousel.scss │ │ ├── _close.scss │ │ ├── _code.scss │ │ ├── _custom-forms.scss │ │ ├── _dropdown.scss │ │ ├── _forms.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _input-group.scss │ │ ├── _jumbotron.scss │ │ ├── _labels.scss │ │ ├── _layout.scss │ │ ├── _list-group.scss │ │ ├── _media.scss │ │ ├── _mixins.scss │ │ ├── _modal.scss │ │ ├── _nav.scss │ │ ├── _navbar.scss │ │ ├── _normalize.scss │ │ ├── _pager.scss │ │ ├── _pagination.scss │ │ ├── _popover.scss │ │ ├── _print.scss │ │ ├── _progress.scss │ │ ├── _reboot.scss │ │ ├── _responsive-embed.scss │ │ ├── _tables.scss │ │ ├── _tooltip.scss │ │ ├── _type.scss │ │ ├── _utilities-background.scss │ │ ├── _utilities-responsive.scss │ │ ├── _utilities-spacing.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── bootstrap-flex.scss │ │ ├── bootstrap-grid.scss │ │ ├── bootstrap-reboot.scss │ │ ├── bootstrap.scss │ │ └── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _border-radius.scss │ │ ├── _breakpoints.scss │ │ ├── _buttons.scss │ │ ├── _cards.scss │ │ ├── _center-block.scss │ │ ├── _clearfix.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hide-text.scss │ │ ├── _hover.scss │ │ ├── _image.scss │ │ ├── _label.scss │ │ ├── _list-group.scss │ │ ├── _lists.scss │ │ ├── _nav-divider.scss │ │ ├── _navbar-align.scss │ │ ├── _pagination.scss │ │ ├── _progress.scss │ │ ├── _pulls.scss │ │ ├── _reset-filter.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _responsive-visibility.scss │ │ ├── _screen-reader.scss │ │ ├── _size.scss │ │ ├── _tab-focus.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-hide.scss │ │ └── _text-truncate.scss └── views │ ├── common │ ├── aside.html │ ├── footer.html │ ├── layouts │ │ └── full.html │ ├── navbar.html │ ├── navigation.html │ ├── sidebar-nav.html │ └── top-nav.html │ └── main.html ├── GenesisUI-1.3.2.zip ├── GenesisUI-1.3.3.zip ├── GenesisUI-1.3.4.zip ├── README.md ├── Static_Dev_Grunt ├── Gruntfile.js ├── UIkits-email-compose.html ├── UIkits-email-inbox.html ├── UIkits-email-message.html ├── UIkits-invoicing-invoice.html ├── bower.json ├── charts.html ├── components-buttons.html ├── components-cards.html ├── components-forms.html ├── components-social-buttons.html ├── components-switches.html ├── components-tables.html ├── css │ ├── docs.min.css │ ├── style.css │ ├── style.css.map │ └── style.min.css ├── fonts │ ├── FontAwesome.otf │ ├── Simple-Line-Icons.eot │ ├── Simple-Line-Icons.svg │ ├── Simple-Line-Icons.ttf │ ├── Simple-Line-Icons.woff │ ├── Simple-Line-Icons.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── forms.html ├── icons-font-awesome.html ├── icons-simple-line-icons.html ├── icons.html ├── img │ ├── Sorting icons.psd │ ├── avatars │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ └── 8.jpg │ ├── favicon.ico │ ├── flags │ │ ├── ASEAN.png │ │ ├── Afghanistan.png │ │ ├── African Union.png │ │ ├── Albania.png │ │ ├── Algeria.png │ │ ├── American Samoa.png │ │ ├── Andorra.png │ │ ├── Angola.png │ │ ├── Anguilla.png │ │ ├── Antarctica.png │ │ ├── Antigua & Barbuda.png │ │ ├── Arab League.png │ │ ├── Argentina.png │ │ ├── Armenia.png │ │ ├── Aruba.png │ │ ├── Australia.png │ │ ├── Austria.png │ │ ├── Azerbaijan.png │ │ ├── Bahamas.png │ │ ├── Bahrain.png │ │ ├── Bangladesh.png │ │ ├── Barbados.png │ │ ├── Belarus.png │ │ ├── Belgium.png │ │ ├── Belize.png │ │ ├── Benin.png │ │ ├── Bermuda.png │ │ ├── Bhutan.png │ │ ├── Bolivia.png │ │ ├── Bosnia & Herzegovina.png │ │ ├── Botswana.png │ │ ├── Brazil.png │ │ ├── Brunei.png │ │ ├── Bulgaria.png │ │ ├── Burkina Faso.png │ │ ├── Burundi.png │ │ ├── CARICOM.png │ │ ├── CIS.png │ │ ├── Cambodja.png │ │ ├── Cameroon.png │ │ ├── Canada.png │ │ ├── Cape Verde.png │ │ ├── Cayman Islands.png │ │ ├── Central African Republic.png │ │ ├── Chad.png │ │ ├── Chile.png │ │ ├── China.png │ │ ├── Colombia.png │ │ ├── Commonwealth.png │ │ ├── Comoros.png │ │ ├── Congo-Brazzaville.png │ │ ├── Congo-Kinshasa(Zaire).png │ │ ├── Cook Islands.png │ │ ├── Costa Rica.png │ │ ├── Cote d'Ivoire.png │ │ ├── Croatia.png │ │ ├── Cuba.png │ │ ├── Cyprus.png │ │ ├── Czech Republic.png │ │ ├── Denmark.png │ │ ├── Djibouti.png │ │ ├── Dominica.png │ │ ├── Dominican Republic.png │ │ ├── Ecuador.png │ │ ├── Egypt.png │ │ ├── El Salvador.png │ │ ├── England.png │ │ ├── Equatorial Guinea.png │ │ ├── Eritrea.png │ │ ├── Estonia.png │ │ ├── Ethiopia.png │ │ ├── European Union.png │ │ ├── Faroes.png │ │ ├── Fiji.png │ │ ├── Finland.png │ │ ├── France.png │ │ ├── Gabon.png │ │ ├── Gambia.png │ │ ├── Georgia.png │ │ ├── Germany.png │ │ ├── Ghana.png │ │ ├── Gibraltar.png │ │ ├── Greece.png │ │ ├── Greenland.png │ │ ├── Grenada.png │ │ ├── Guadeloupe.png │ │ ├── Guam.png │ │ ├── Guatemala.png │ │ ├── Guernsey.png │ │ ├── Guinea-Bissau.png │ │ ├── Guinea.png │ │ ├── Guyana.png │ │ ├── Haiti.png │ │ ├── Honduras.png │ │ ├── Hong Kong.png │ │ ├── Hungary.png │ │ ├── Iceland.png │ │ ├── India.png │ │ ├── Indonezia.png │ │ ├── Iran.png │ │ ├── Iraq.png │ │ ├── Ireland.png │ │ ├── Islamic Conference.png │ │ ├── Isle of Man.png │ │ ├── Israel.png │ │ ├── Italy.png │ │ ├── Jamaica.png │ │ ├── Japan.png │ │ ├── Jersey.png │ │ ├── Jordan.png │ │ ├── Kazakhstan.png │ │ ├── Kenya.png │ │ ├── Kiribati.png │ │ ├── Kosovo.png │ │ ├── Kuwait.png │ │ ├── Kyrgyzstan.png │ │ ├── Laos.png │ │ ├── Latvia.png │ │ ├── Lebanon.png │ │ ├── Lesotho.png │ │ ├── Liberia.png │ │ ├── Libya.png │ │ ├── Liechtenshein.png │ │ ├── Lithuania.png │ │ ├── Luxembourg.png │ │ ├── Macao.png │ │ ├── Macedonia.png │ │ ├── Madagascar.png │ │ ├── Malawi.png │ │ ├── Malaysia.png │ │ ├── Maldives.png │ │ ├── Mali.png │ │ ├── Malta.png │ │ ├── Marshall Islands.png │ │ ├── Martinique.png │ │ ├── Mauritania.png │ │ ├── Mauritius.png │ │ ├── Mexico.png │ │ ├── Micronesia.png │ │ ├── Moldova.png │ │ ├── Monaco.png │ │ ├── Mongolia.png │ │ ├── Montenegro.png │ │ ├── Montserrat.png │ │ ├── Morocco.png │ │ ├── Mozambique.png │ │ ├── Myanmar(Burma).png │ │ ├── NATO.png │ │ ├── Namibia.png │ │ ├── Nauru.png │ │ ├── Nepal.png │ │ ├── Netherlands Antilles.png │ │ ├── Netherlands.png │ │ ├── New Caledonia.png │ │ ├── New Zealand.png │ │ ├── Nicaragua.png │ │ ├── Niger.png │ │ ├── Nigeria.png │ │ ├── North Korea.png │ │ ├── Northern Cyprus.png │ │ ├── Northern Ireland.png │ │ ├── Norway.png │ │ ├── OPEC.png │ │ ├── Olimpic Movement.png │ │ ├── Oman.png │ │ ├── Pakistan.png │ │ ├── Palau.png │ │ ├── Palestine.png │ │ ├── Panama.png │ │ ├── Papua New Guinea.png │ │ ├── Paraguay.png │ │ ├── Peru.png │ │ ├── Philippines.png │ │ ├── Poland.png │ │ ├── Portugal.png │ │ ├── Puerto Rico.png │ │ ├── Qatar.png │ │ ├── Red Cross.png │ │ ├── Reunion.png │ │ ├── Romania.png │ │ ├── Russia.png │ │ ├── Rwanda.png │ │ ├── Saint Lucia.png │ │ ├── Samoa.png │ │ ├── San Marino.png │ │ ├── Sao Tome & Principe.png │ │ ├── Saudi Arabia.png │ │ ├── Scotland.png │ │ ├── Senegal.png │ │ ├── Serbia(Yugoslavia).png │ │ ├── Seychelles.png │ │ ├── Sierra Leone.png │ │ ├── Singapore.png │ │ ├── Slovakia.png │ │ ├── Slovenia.png │ │ ├── Solomon Islands.png │ │ ├── Somalia.png │ │ ├── Somaliland.png │ │ ├── South Africa.png │ │ ├── South Korea.png │ │ ├── Spain.png │ │ ├── Sri Lanka.png │ │ ├── St Kitts & Nevis.png │ │ ├── St Vincent & the Grenadines.png │ │ ├── Sudan.png │ │ ├── Suriname.png │ │ ├── Swaziland.png │ │ ├── Sweden.png │ │ ├── Switzerland.png │ │ ├── Syria.png │ │ ├── Tahiti(French Polinesia).png │ │ ├── Taiwan.png │ │ ├── Tajikistan.png │ │ ├── Tanzania.png │ │ ├── Thailand.png │ │ ├── Timor-Leste.png │ │ ├── Togo.png │ │ ├── Tonga.png │ │ ├── Trinidad & Tobago.png │ │ ├── Tunisia.png │ │ ├── Turkey.png │ │ ├── Turkmenistan.png │ │ ├── Turks and Caicos Islands.png │ │ ├── Tuvalu.png │ │ ├── USA.png │ │ ├── Uganda.png │ │ ├── Ukraine.png │ │ ├── United Arab Emirates.png │ │ ├── United Nations.png │ │ ├── United-Kingdom.png │ │ ├── Uruguay.png │ │ ├── Uzbekistan.png │ │ ├── Vanutau.png │ │ ├── Vatican City.png │ │ ├── Venezuela.png │ │ ├── Viet Nam.png │ │ ├── Virgin Islands British.png │ │ ├── Virgin Islands US.png │ │ ├── Wales.png │ │ ├── Western Sahara.png │ │ ├── Yemen.png │ │ ├── Zambia.png │ │ └── Zimbabwe.png │ ├── logo-dark.png │ ├── logo-light.png │ ├── logo.psd │ ├── select.png │ ├── select2.png │ ├── select2x2.png │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── sprite-skin-modern.png ├── index.html ├── index2.html ├── js │ ├── app-options.js │ ├── app.js │ ├── libs │ │ ├── Chart.min.js │ │ ├── bootstrap.min.js │ │ ├── dataTables.bootstrap.min.js │ │ ├── daterangepicker.js │ │ ├── daterangepicker.min.js │ │ ├── fullcalendar.min.js │ │ ├── gauge.min.js │ │ ├── gcal.js │ │ ├── gcal.min.js │ │ ├── ion.rangeSlider.min.js │ │ ├── jquery.dataTables.min.js │ │ ├── jquery.maskedinput.min.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── moment.min.js │ │ ├── pace.min.js │ │ ├── select2.min.js │ │ ├── tether.min.js │ │ ├── toastr.js.map │ │ └── toastr.min.js │ └── views │ │ ├── calendar.js │ │ ├── charts.js │ │ ├── forms.js │ │ ├── main.js │ │ ├── main2.js │ │ ├── notifications.js │ │ ├── shared.js │ │ ├── sliders.js │ │ ├── tables.js │ │ └── widgets.js ├── package.json ├── pages-404.html ├── pages-500.html ├── pages-login.html ├── pages-register.html ├── plugins-calendar.html ├── plugins-notifications.html ├── plugins-sliders.html ├── plugins-tables.html ├── scss │ ├── app │ │ ├── _bootstrap.scss │ │ ├── _core.scss │ │ ├── _custom.scss │ │ ├── _mixins.scss │ │ ├── _pages.scss │ │ ├── _uikits.scss │ │ ├── _vendors.scss │ │ ├── app.scss │ │ ├── bootstrap │ │ │ ├── _breadcrumb.scss │ │ │ ├── _buttons.scss │ │ │ ├── _card.scss │ │ │ ├── _dropdown.scss │ │ │ ├── _input-group.scss │ │ │ ├── _navbar.scss │ │ │ ├── _progress.scss │ │ │ ├── _tables.scss │ │ │ └── bootstrap.scss │ │ ├── core │ │ │ ├── _animate.scss │ │ │ ├── _aside.scss │ │ │ ├── _avatars.scss │ │ │ ├── _breadcrumb-menu.scss │ │ │ ├── _buttons.scss │ │ │ ├── _callout.scss │ │ │ ├── _charts.scss │ │ │ ├── _footer.scss │ │ │ ├── _grid.scss │ │ │ ├── _layout.scss │ │ │ ├── _loading.scss │ │ │ ├── _mobile.scss │ │ │ ├── _navigation-old.scss │ │ │ ├── _navigation.scss │ │ │ ├── _others.scss │ │ │ ├── _page-header.scss │ │ │ ├── _switches.scss │ │ │ ├── _temp.scss │ │ │ ├── _typography.scss │ │ │ ├── _utilities-border.scss │ │ │ ├── _widgets.scss │ │ │ └── navigation │ │ │ │ ├── _disabled.scss │ │ │ │ ├── _sidebar.scss │ │ │ │ └── _top.scss │ │ ├── pages │ │ │ └── _login-register.scss │ │ ├── uikits │ │ │ └── _email.scss │ │ └── vendors │ │ │ ├── chart.js │ │ │ └── chart.scss │ │ │ ├── datatables │ │ │ └── datatables.scss │ │ │ ├── daterangepicker │ │ │ └── daterangepicker.scss │ │ │ ├── fontawesome │ │ │ ├── _animated.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ │ │ ├── fullcalendar │ │ │ └── fullcalendar.scss │ │ │ ├── ionRangeSlider │ │ │ └── ionRangeSlider.scss │ │ │ ├── select2 │ │ │ └── _select2.scss │ │ │ ├── simple-line-icons │ │ │ └── simple-line-icons.scss │ │ │ └── toastr │ │ │ └── toastr.scss │ └── bootstrap │ │ ├── _alert.scss │ │ ├── _animation.scss │ │ ├── _breadcrumb.scss │ │ ├── _button-group.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _carousel.scss │ │ ├── _close.scss │ │ ├── _code.scss │ │ ├── _custom-forms.scss │ │ ├── _dropdown.scss │ │ ├── _forms.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _input-group.scss │ │ ├── _jumbotron.scss │ │ ├── _labels.scss │ │ ├── _layout.scss │ │ ├── _list-group.scss │ │ ├── _media.scss │ │ ├── _mixins.scss │ │ ├── _modal.scss │ │ ├── _nav.scss │ │ ├── _navbar.scss │ │ ├── _normalize.scss │ │ ├── _pager.scss │ │ ├── _pagination.scss │ │ ├── _popover.scss │ │ ├── _print.scss │ │ ├── _progress.scss │ │ ├── _reboot.scss │ │ ├── _responsive-embed.scss │ │ ├── _tables.scss │ │ ├── _tooltip.scss │ │ ├── _type.scss │ │ ├── _utilities-background.scss │ │ ├── _utilities-responsive.scss │ │ ├── _utilities-spacing.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── bootstrap-flex.scss │ │ ├── bootstrap-grid.scss │ │ ├── bootstrap-reboot.scss │ │ ├── bootstrap.scss │ │ └── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _border-radius.scss │ │ ├── _breakpoints.scss │ │ ├── _buttons.scss │ │ ├── _cards.scss │ │ ├── _center-block.scss │ │ ├── _clearfix.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hide-text.scss │ │ ├── _hover.scss │ │ ├── _image.scss │ │ ├── _label.scss │ │ ├── _list-group.scss │ │ ├── _lists.scss │ │ ├── _nav-divider.scss │ │ ├── _navbar-align.scss │ │ ├── _pagination.scss │ │ ├── _progress.scss │ │ ├── _pulls.scss │ │ ├── _reset-filter.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _responsive-visibility.scss │ │ ├── _screen-reader.scss │ │ ├── _size.scss │ │ ├── _tab-focus.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-hide.scss │ │ └── _text-truncate.scss └── widgets.html ├── Static_Seed_Grunt ├── Gruntfile.js ├── bower.json ├── css │ ├── docs.min.css │ ├── style.css │ ├── style.css.map │ └── style.min.css ├── fonts │ ├── FontAwesome.otf │ ├── Simple-Line-Icons.eot │ ├── Simple-Line-Icons.svg │ ├── Simple-Line-Icons.ttf │ ├── Simple-Line-Icons.woff │ ├── Simple-Line-Icons.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── img │ ├── Sorting icons.psd │ ├── avatars │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ └── 8.jpg │ ├── favicon.ico │ ├── flags │ │ ├── ASEAN.png │ │ ├── Afghanistan.png │ │ ├── African Union.png │ │ ├── Albania.png │ │ ├── Algeria.png │ │ ├── American Samoa.png │ │ ├── Andorra.png │ │ ├── Angola.png │ │ ├── Anguilla.png │ │ ├── Antarctica.png │ │ ├── Antigua & Barbuda.png │ │ ├── Arab League.png │ │ ├── Argentina.png │ │ ├── Armenia.png │ │ ├── Aruba.png │ │ ├── Australia.png │ │ ├── Austria.png │ │ ├── Azerbaijan.png │ │ ├── Bahamas.png │ │ ├── Bahrain.png │ │ ├── Bangladesh.png │ │ ├── Barbados.png │ │ ├── Belarus.png │ │ ├── Belgium.png │ │ ├── Belize.png │ │ ├── Benin.png │ │ ├── Bermuda.png │ │ ├── Bhutan.png │ │ ├── Bolivia.png │ │ ├── Bosnia & Herzegovina.png │ │ ├── Botswana.png │ │ ├── Brazil.png │ │ ├── Brunei.png │ │ ├── Bulgaria.png │ │ ├── Burkina Faso.png │ │ ├── Burundi.png │ │ ├── CARICOM.png │ │ ├── CIS.png │ │ ├── Cambodja.png │ │ ├── Cameroon.png │ │ ├── Canada.png │ │ ├── Cape Verde.png │ │ ├── Cayman Islands.png │ │ ├── Central African Republic.png │ │ ├── Chad.png │ │ ├── Chile.png │ │ ├── China.png │ │ ├── Colombia.png │ │ ├── Commonwealth.png │ │ ├── Comoros.png │ │ ├── Congo-Brazzaville.png │ │ ├── Congo-Kinshasa(Zaire).png │ │ ├── Cook Islands.png │ │ ├── Costa Rica.png │ │ ├── Cote d'Ivoire.png │ │ ├── Croatia.png │ │ ├── Cuba.png │ │ ├── Cyprus.png │ │ ├── Czech Republic.png │ │ ├── Denmark.png │ │ ├── Djibouti.png │ │ ├── Dominica.png │ │ ├── Dominican Republic.png │ │ ├── Ecuador.png │ │ ├── Egypt.png │ │ ├── El Salvador.png │ │ ├── England.png │ │ ├── Equatorial Guinea.png │ │ ├── Eritrea.png │ │ ├── Estonia.png │ │ ├── Ethiopia.png │ │ ├── European Union.png │ │ ├── Faroes.png │ │ ├── Fiji.png │ │ ├── Finland.png │ │ ├── France.png │ │ ├── Gabon.png │ │ ├── Gambia.png │ │ ├── Georgia.png │ │ ├── Germany.png │ │ ├── Ghana.png │ │ ├── Gibraltar.png │ │ ├── Greece.png │ │ ├── Greenland.png │ │ ├── Grenada.png │ │ ├── Guadeloupe.png │ │ ├── Guam.png │ │ ├── Guatemala.png │ │ ├── Guernsey.png │ │ ├── Guinea-Bissau.png │ │ ├── Guinea.png │ │ ├── Guyana.png │ │ ├── Haiti.png │ │ ├── Honduras.png │ │ ├── Hong Kong.png │ │ ├── Hungary.png │ │ ├── Iceland.png │ │ ├── India.png │ │ ├── Indonezia.png │ │ ├── Iran.png │ │ ├── Iraq.png │ │ ├── Ireland.png │ │ ├── Islamic Conference.png │ │ ├── Isle of Man.png │ │ ├── Israel.png │ │ ├── Italy.png │ │ ├── Jamaica.png │ │ ├── Japan.png │ │ ├── Jersey.png │ │ ├── Jordan.png │ │ ├── Kazakhstan.png │ │ ├── Kenya.png │ │ ├── Kiribati.png │ │ ├── Kosovo.png │ │ ├── Kuwait.png │ │ ├── Kyrgyzstan.png │ │ ├── Laos.png │ │ ├── Latvia.png │ │ ├── Lebanon.png │ │ ├── Lesotho.png │ │ ├── Liberia.png │ │ ├── Libya.png │ │ ├── Liechtenshein.png │ │ ├── Lithuania.png │ │ ├── Luxembourg.png │ │ ├── Macao.png │ │ ├── Macedonia.png │ │ ├── Madagascar.png │ │ ├── Malawi.png │ │ ├── Malaysia.png │ │ ├── Maldives.png │ │ ├── Mali.png │ │ ├── Malta.png │ │ ├── Marshall Islands.png │ │ ├── Martinique.png │ │ ├── Mauritania.png │ │ ├── Mauritius.png │ │ ├── Mexico.png │ │ ├── Micronesia.png │ │ ├── Moldova.png │ │ ├── Monaco.png │ │ ├── Mongolia.png │ │ ├── Montenegro.png │ │ ├── Montserrat.png │ │ ├── Morocco.png │ │ ├── Mozambique.png │ │ ├── Myanmar(Burma).png │ │ ├── NATO.png │ │ ├── Namibia.png │ │ ├── Nauru.png │ │ ├── Nepal.png │ │ ├── Netherlands Antilles.png │ │ ├── Netherlands.png │ │ ├── New Caledonia.png │ │ ├── New Zealand.png │ │ ├── Nicaragua.png │ │ ├── Niger.png │ │ ├── Nigeria.png │ │ ├── North Korea.png │ │ ├── Northern Cyprus.png │ │ ├── Northern Ireland.png │ │ ├── Norway.png │ │ ├── OPEC.png │ │ ├── Olimpic Movement.png │ │ ├── Oman.png │ │ ├── Pakistan.png │ │ ├── Palau.png │ │ ├── Palestine.png │ │ ├── Panama.png │ │ ├── Papua New Guinea.png │ │ ├── Paraguay.png │ │ ├── Peru.png │ │ ├── Philippines.png │ │ ├── Poland.png │ │ ├── Portugal.png │ │ ├── Puerto Rico.png │ │ ├── Qatar.png │ │ ├── Red Cross.png │ │ ├── Reunion.png │ │ ├── Romania.png │ │ ├── Russia.png │ │ ├── Rwanda.png │ │ ├── Saint Lucia.png │ │ ├── Samoa.png │ │ ├── San Marino.png │ │ ├── Sao Tome & Principe.png │ │ ├── Saudi Arabia.png │ │ ├── Scotland.png │ │ ├── Senegal.png │ │ ├── Serbia(Yugoslavia).png │ │ ├── Seychelles.png │ │ ├── Sierra Leone.png │ │ ├── Singapore.png │ │ ├── Slovakia.png │ │ ├── Slovenia.png │ │ ├── Solomon Islands.png │ │ ├── Somalia.png │ │ ├── Somaliland.png │ │ ├── South Africa.png │ │ ├── South Korea.png │ │ ├── Spain.png │ │ ├── Sri Lanka.png │ │ ├── St Kitts & Nevis.png │ │ ├── St Vincent & the Grenadines.png │ │ ├── Sudan.png │ │ ├── Suriname.png │ │ ├── Swaziland.png │ │ ├── Sweden.png │ │ ├── Switzerland.png │ │ ├── Syria.png │ │ ├── Tahiti(French Polinesia).png │ │ ├── Taiwan.png │ │ ├── Tajikistan.png │ │ ├── Tanzania.png │ │ ├── Thailand.png │ │ ├── Timor-Leste.png │ │ ├── Togo.png │ │ ├── Tonga.png │ │ ├── Trinidad & Tobago.png │ │ ├── Tunisia.png │ │ ├── Turkey.png │ │ ├── Turkmenistan.png │ │ ├── Turks and Caicos Islands.png │ │ ├── Tuvalu.png │ │ ├── USA.png │ │ ├── Uganda.png │ │ ├── Ukraine.png │ │ ├── United Arab Emirates.png │ │ ├── United Nations.png │ │ ├── United-Kingdom.png │ │ ├── Uruguay.png │ │ ├── Uzbekistan.png │ │ ├── Vanutau.png │ │ ├── Vatican City.png │ │ ├── Venezuela.png │ │ ├── Viet Nam.png │ │ ├── Virgin Islands British.png │ │ ├── Virgin Islands US.png │ │ ├── Wales.png │ │ ├── Western Sahara.png │ │ ├── Yemen.png │ │ ├── Zambia.png │ │ └── Zimbabwe.png │ ├── logo-dark.png │ ├── logo-light.png │ ├── logo.psd │ ├── select.png │ ├── select2.png │ ├── select2x2.png │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── sprite-skin-modern.png ├── index.html ├── js │ ├── app-options.js │ ├── app.js │ └── libs │ │ ├── Chart.min.js │ │ ├── bootstrap.min.js │ │ ├── dataTables.bootstrap.min.js │ │ ├── daterangepicker.js │ │ ├── daterangepicker.min.js │ │ ├── fullcalendar.min.js │ │ ├── gauge.min.js │ │ ├── gcal.js │ │ ├── gcal.min.js │ │ ├── ion.rangeSlider.min.js │ │ ├── jquery.dataTables.min.js │ │ ├── jquery.maskedinput.min.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── moment.min.js │ │ ├── pace.min.js │ │ ├── select2.min.js │ │ ├── tether.min.js │ │ ├── toastr.js.map │ │ └── toastr.min.js ├── package.json └── scss │ ├── app │ ├── _bootstrap.scss │ ├── _core.scss │ ├── _custom.scss │ ├── _mixins.scss │ ├── _pages.scss │ ├── _uikits.scss │ ├── _vendors.scss │ ├── app.scss │ ├── bootstrap │ │ ├── _breadcrumb.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _dropdown.scss │ │ ├── _input-group.scss │ │ ├── _navbar.scss │ │ ├── _progress.scss │ │ ├── _tables.scss │ │ └── bootstrap.scss │ ├── core │ │ ├── _animate.scss │ │ ├── _aside.scss │ │ ├── _avatars.scss │ │ ├── _breadcrumb-menu.scss │ │ ├── _buttons.scss │ │ ├── _callout.scss │ │ ├── _charts.scss │ │ ├── _footer.scss │ │ ├── _grid.scss │ │ ├── _layout.scss │ │ ├── _loading.scss │ │ ├── _mobile.scss │ │ ├── _navigation-old.scss │ │ ├── _navigation.scss │ │ ├── _others.scss │ │ ├── _page-header.scss │ │ ├── _switches.scss │ │ ├── _temp.scss │ │ ├── _typography.scss │ │ ├── _utilities-border.scss │ │ ├── _widgets.scss │ │ └── navigation │ │ │ ├── _disabled.scss │ │ │ ├── _sidebar.scss │ │ │ └── _top.scss │ ├── pages │ │ └── _login-register.scss │ ├── uikits │ │ └── _email.scss │ └── vendors │ │ ├── chart.js │ │ └── chart.scss │ │ ├── datatables │ │ └── datatables.scss │ │ ├── daterangepicker │ │ └── daterangepicker.scss │ │ ├── fontawesome │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss │ │ ├── fullcalendar │ │ └── fullcalendar.scss │ │ ├── ionRangeSlider │ │ └── ionRangeSlider.scss │ │ ├── select2 │ │ └── _select2.scss │ │ ├── simple-line-icons │ │ └── simple-line-icons.scss │ │ └── toastr │ │ └── toastr.scss │ └── bootstrap │ ├── _alert.scss │ ├── _animation.scss │ ├── _breadcrumb.scss │ ├── _button-group.scss │ ├── _buttons.scss │ ├── _card.scss │ ├── _carousel.scss │ ├── _close.scss │ ├── _code.scss │ ├── _custom-forms.scss │ ├── _dropdown.scss │ ├── _forms.scss │ ├── _grid.scss │ ├── _images.scss │ ├── _input-group.scss │ ├── _jumbotron.scss │ ├── _labels.scss │ ├── _layout.scss │ ├── _list-group.scss │ ├── _media.scss │ ├── _mixins.scss │ ├── _modal.scss │ ├── _nav.scss │ ├── _navbar.scss │ ├── _normalize.scss │ ├── _pager.scss │ ├── _pagination.scss │ ├── _popover.scss │ ├── _print.scss │ ├── _progress.scss │ ├── _reboot.scss │ ├── _responsive-embed.scss │ ├── _tables.scss │ ├── _tooltip.scss │ ├── _type.scss │ ├── _utilities-background.scss │ ├── _utilities-responsive.scss │ ├── _utilities-spacing.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── bootstrap-flex.scss │ ├── bootstrap-grid.scss │ ├── bootstrap-reboot.scss │ ├── bootstrap.scss │ └── mixins │ ├── _alert.scss │ ├── _background-variant.scss │ ├── _border-radius.scss │ ├── _breakpoints.scss │ ├── _buttons.scss │ ├── _cards.scss │ ├── _center-block.scss │ ├── _clearfix.scss │ ├── _forms.scss │ ├── _gradients.scss │ ├── _grid-framework.scss │ ├── _grid.scss │ ├── _hide-text.scss │ ├── _hover.scss │ ├── _image.scss │ ├── _label.scss │ ├── _list-group.scss │ ├── _lists.scss │ ├── _nav-divider.scss │ ├── _navbar-align.scss │ ├── _pagination.scss │ ├── _progress.scss │ ├── _pulls.scss │ ├── _reset-filter.scss │ ├── _reset-text.scss │ ├── _resize.scss │ ├── _responsive-visibility.scss │ ├── _screen-reader.scss │ ├── _size.scss │ ├── _tab-focus.scss │ ├── _table-row.scss │ ├── _text-emphasis.scss │ ├── _text-hide.scss │ └── _text-truncate.scss ├── dist ├── Angular_Dev │ ├── assets │ │ ├── css │ │ │ ├── docs.min.css │ │ │ ├── style.css │ │ │ ├── style.css.map │ │ │ └── style.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── Simple-Line-Icons.eot │ │ │ ├── Simple-Line-Icons.svg │ │ │ ├── Simple-Line-Icons.ttf │ │ │ ├── Simple-Line-Icons.woff │ │ │ ├── Simple-Line-Icons.woff2 │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── img │ │ │ ├── Sorting icons.psd │ │ │ ├── avatars │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ └── 8.jpg │ │ │ ├── favicon.ico │ │ │ ├── flags │ │ │ │ ├── ASEAN.png │ │ │ │ ├── Afghanistan.png │ │ │ │ ├── African Union.png │ │ │ │ ├── Albania.png │ │ │ │ ├── Algeria.png │ │ │ │ ├── American Samoa.png │ │ │ │ ├── Andorra.png │ │ │ │ ├── Angola.png │ │ │ │ ├── Anguilla.png │ │ │ │ ├── Antarctica.png │ │ │ │ ├── Antigua & Barbuda.png │ │ │ │ ├── Arab League.png │ │ │ │ ├── Argentina.png │ │ │ │ ├── Armenia.png │ │ │ │ ├── Aruba.png │ │ │ │ ├── Australia.png │ │ │ │ ├── Austria.png │ │ │ │ ├── Azerbaijan.png │ │ │ │ ├── Bahamas.png │ │ │ │ ├── Bahrain.png │ │ │ │ ├── Bangladesh.png │ │ │ │ ├── Barbados.png │ │ │ │ ├── Belarus.png │ │ │ │ ├── Belgium.png │ │ │ │ ├── Belize.png │ │ │ │ ├── Benin.png │ │ │ │ ├── Bermuda.png │ │ │ │ ├── Bhutan.png │ │ │ │ ├── Bolivia.png │ │ │ │ ├── Bosnia & Herzegovina.png │ │ │ │ ├── Botswana.png │ │ │ │ ├── Brazil.png │ │ │ │ ├── Brunei.png │ │ │ │ ├── Bulgaria.png │ │ │ │ ├── Burkina Faso.png │ │ │ │ ├── Burundi.png │ │ │ │ ├── CARICOM.png │ │ │ │ ├── CIS.png │ │ │ │ ├── Cambodja.png │ │ │ │ ├── Cameroon.png │ │ │ │ ├── Canada.png │ │ │ │ ├── Cape Verde.png │ │ │ │ ├── Cayman Islands.png │ │ │ │ ├── Central African Republic.png │ │ │ │ ├── Chad.png │ │ │ │ ├── Chile.png │ │ │ │ ├── China.png │ │ │ │ ├── Colombia.png │ │ │ │ ├── Commonwealth.png │ │ │ │ ├── Comoros.png │ │ │ │ ├── Congo-Brazzaville.png │ │ │ │ ├── Congo-Kinshasa(Zaire).png │ │ │ │ ├── Cook Islands.png │ │ │ │ ├── Costa Rica.png │ │ │ │ ├── Cote d'Ivoire.png │ │ │ │ ├── Croatia.png │ │ │ │ ├── Cuba.png │ │ │ │ ├── Cyprus.png │ │ │ │ ├── Czech Republic.png │ │ │ │ ├── Denmark.png │ │ │ │ ├── Djibouti.png │ │ │ │ ├── Dominica.png │ │ │ │ ├── Dominican Republic.png │ │ │ │ ├── Ecuador.png │ │ │ │ ├── Egypt.png │ │ │ │ ├── El Salvador.png │ │ │ │ ├── England.png │ │ │ │ ├── Equatorial Guinea.png │ │ │ │ ├── Eritrea.png │ │ │ │ ├── Estonia.png │ │ │ │ ├── Ethiopia.png │ │ │ │ ├── European Union.png │ │ │ │ ├── Faroes.png │ │ │ │ ├── Fiji.png │ │ │ │ ├── Finland.png │ │ │ │ ├── France.png │ │ │ │ ├── Gabon.png │ │ │ │ ├── Gambia.png │ │ │ │ ├── Georgia.png │ │ │ │ ├── Germany.png │ │ │ │ ├── Ghana.png │ │ │ │ ├── Gibraltar.png │ │ │ │ ├── Greece.png │ │ │ │ ├── Greenland.png │ │ │ │ ├── Grenada.png │ │ │ │ ├── Guadeloupe.png │ │ │ │ ├── Guam.png │ │ │ │ ├── Guatemala.png │ │ │ │ ├── Guernsey.png │ │ │ │ ├── Guinea-Bissau.png │ │ │ │ ├── Guinea.png │ │ │ │ ├── Guyana.png │ │ │ │ ├── Haiti.png │ │ │ │ ├── Honduras.png │ │ │ │ ├── Hong Kong.png │ │ │ │ ├── Hungary.png │ │ │ │ ├── Iceland.png │ │ │ │ ├── India.png │ │ │ │ ├── Indonezia.png │ │ │ │ ├── Iran.png │ │ │ │ ├── Iraq.png │ │ │ │ ├── Ireland.png │ │ │ │ ├── Islamic Conference.png │ │ │ │ ├── Isle of Man.png │ │ │ │ ├── Israel.png │ │ │ │ ├── Italy.png │ │ │ │ ├── Jamaica.png │ │ │ │ ├── Japan.png │ │ │ │ ├── Jersey.png │ │ │ │ ├── Jordan.png │ │ │ │ ├── Kazakhstan.png │ │ │ │ ├── Kenya.png │ │ │ │ ├── Kiribati.png │ │ │ │ ├── Kosovo.png │ │ │ │ ├── Kuwait.png │ │ │ │ ├── Kyrgyzstan.png │ │ │ │ ├── Laos.png │ │ │ │ ├── Latvia.png │ │ │ │ ├── Lebanon.png │ │ │ │ ├── Lesotho.png │ │ │ │ ├── Liberia.png │ │ │ │ ├── Libya.png │ │ │ │ ├── Liechtenshein.png │ │ │ │ ├── Lithuania.png │ │ │ │ ├── Luxembourg.png │ │ │ │ ├── Macao.png │ │ │ │ ├── Macedonia.png │ │ │ │ ├── Madagascar.png │ │ │ │ ├── Malawi.png │ │ │ │ ├── Malaysia.png │ │ │ │ ├── Maldives.png │ │ │ │ ├── Mali.png │ │ │ │ ├── Malta.png │ │ │ │ ├── Marshall Islands.png │ │ │ │ ├── Martinique.png │ │ │ │ ├── Mauritania.png │ │ │ │ ├── Mauritius.png │ │ │ │ ├── Mexico.png │ │ │ │ ├── Micronesia.png │ │ │ │ ├── Moldova.png │ │ │ │ ├── Monaco.png │ │ │ │ ├── Mongolia.png │ │ │ │ ├── Montenegro.png │ │ │ │ ├── Montserrat.png │ │ │ │ ├── Morocco.png │ │ │ │ ├── Mozambique.png │ │ │ │ ├── Myanmar(Burma).png │ │ │ │ ├── NATO.png │ │ │ │ ├── Namibia.png │ │ │ │ ├── Nauru.png │ │ │ │ ├── Nepal.png │ │ │ │ ├── Netherlands Antilles.png │ │ │ │ ├── Netherlands.png │ │ │ │ ├── New Caledonia.png │ │ │ │ ├── New Zealand.png │ │ │ │ ├── Nicaragua.png │ │ │ │ ├── Niger.png │ │ │ │ ├── Nigeria.png │ │ │ │ ├── North Korea.png │ │ │ │ ├── Northern Cyprus.png │ │ │ │ ├── Northern Ireland.png │ │ │ │ ├── Norway.png │ │ │ │ ├── OPEC.png │ │ │ │ ├── Olimpic Movement.png │ │ │ │ ├── Oman.png │ │ │ │ ├── Pakistan.png │ │ │ │ ├── Palau.png │ │ │ │ ├── Palestine.png │ │ │ │ ├── Panama.png │ │ │ │ ├── Papua New Guinea.png │ │ │ │ ├── Paraguay.png │ │ │ │ ├── Peru.png │ │ │ │ ├── Philippines.png │ │ │ │ ├── Poland.png │ │ │ │ ├── Portugal.png │ │ │ │ ├── Puerto Rico.png │ │ │ │ ├── Qatar.png │ │ │ │ ├── Red Cross.png │ │ │ │ ├── Reunion.png │ │ │ │ ├── Romania.png │ │ │ │ ├── Russia.png │ │ │ │ ├── Rwanda.png │ │ │ │ ├── Saint Lucia.png │ │ │ │ ├── Samoa.png │ │ │ │ ├── San Marino.png │ │ │ │ ├── Sao Tome & Principe.png │ │ │ │ ├── Saudi Arabia.png │ │ │ │ ├── Scotland.png │ │ │ │ ├── Senegal.png │ │ │ │ ├── Serbia(Yugoslavia).png │ │ │ │ ├── Seychelles.png │ │ │ │ ├── Sierra Leone.png │ │ │ │ ├── Singapore.png │ │ │ │ ├── Slovakia.png │ │ │ │ ├── Slovenia.png │ │ │ │ ├── Solomon Islands.png │ │ │ │ ├── Somalia.png │ │ │ │ ├── Somaliland.png │ │ │ │ ├── South Africa.png │ │ │ │ ├── South Korea.png │ │ │ │ ├── Spain.png │ │ │ │ ├── Sri Lanka.png │ │ │ │ ├── St Kitts & Nevis.png │ │ │ │ ├── St Vincent & the Grenadines.png │ │ │ │ ├── Sudan.png │ │ │ │ ├── Suriname.png │ │ │ │ ├── Swaziland.png │ │ │ │ ├── Sweden.png │ │ │ │ ├── Switzerland.png │ │ │ │ ├── Syria.png │ │ │ │ ├── Tahiti(French Polinesia).png │ │ │ │ ├── Taiwan.png │ │ │ │ ├── Tajikistan.png │ │ │ │ ├── Tanzania.png │ │ │ │ ├── Thailand.png │ │ │ │ ├── Timor-Leste.png │ │ │ │ ├── Togo.png │ │ │ │ ├── Tonga.png │ │ │ │ ├── Trinidad & Tobago.png │ │ │ │ ├── Tunisia.png │ │ │ │ ├── Turkey.png │ │ │ │ ├── Turkmenistan.png │ │ │ │ ├── Turks and Caicos Islands.png │ │ │ │ ├── Tuvalu.png │ │ │ │ ├── USA.png │ │ │ │ ├── Uganda.png │ │ │ │ ├── Ukraine.png │ │ │ │ ├── United Arab Emirates.png │ │ │ │ ├── United Nations.png │ │ │ │ ├── United-Kingdom.png │ │ │ │ ├── Uruguay.png │ │ │ │ ├── Uzbekistan.png │ │ │ │ ├── Vanutau.png │ │ │ │ ├── Vatican City.png │ │ │ │ ├── Venezuela.png │ │ │ │ ├── Viet Nam.png │ │ │ │ ├── Virgin Islands British.png │ │ │ │ ├── Virgin Islands US.png │ │ │ │ ├── Wales.png │ │ │ │ ├── Western Sahara.png │ │ │ │ ├── Yemen.png │ │ │ │ ├── Zambia.png │ │ │ │ └── Zimbabwe.png │ │ │ ├── logo-dark.png │ │ │ ├── logo-light.png │ │ │ ├── logo.psd │ │ │ ├── select.png │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_desc_disabled.png │ │ │ └── sprite-skin-modern.png │ │ └── js │ │ │ ├── app.js │ │ │ ├── controllers.js │ │ │ ├── controllers │ │ │ ├── calendar.js │ │ │ ├── charts.js │ │ │ ├── forms.js │ │ │ ├── main.js │ │ │ ├── notifications.js │ │ │ ├── shared.js │ │ │ ├── sliders.js │ │ │ ├── tables.js │ │ │ ├── uikits │ │ │ │ └── email.js │ │ │ └── widgets.js │ │ │ ├── demo │ │ │ ├── controllers.js │ │ │ ├── directives.js │ │ │ └── routes.js │ │ │ ├── directives.js │ │ │ ├── libs │ │ │ ├── Chart.ext.js │ │ │ ├── Chart.min.js │ │ │ ├── angular-animate.min.js │ │ │ ├── angular-animate.min.js.map │ │ │ ├── angular-breadcrumb.min.js │ │ │ ├── angular-chart.min.js │ │ │ ├── angular-chart.min.js.map │ │ │ ├── angular-datatables.bootstrap.min.js │ │ │ ├── angular-datatables.min.js │ │ │ ├── angular-daterangepicker.min.js │ │ │ ├── angular-daterangepicker.min.js.map │ │ │ ├── angular-echarts.min.js │ │ │ ├── angular-sanitize.min.js │ │ │ ├── angular-sanitize.min.js.map │ │ │ ├── angular-toastr.tpls.min.js │ │ │ ├── angular-translate.min.js │ │ │ ├── angular-ui-router.min.js │ │ │ ├── angular.min.js │ │ │ ├── angular.min.js.map │ │ │ ├── bootstrap.min.js │ │ │ ├── calendar.js │ │ │ ├── calendar.min.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── daterangepicker.js │ │ │ ├── daterangepicker.min.js │ │ │ ├── fullcalendar.min.js │ │ │ ├── gauge.min.js │ │ │ ├── gcal.js │ │ │ ├── gcal.min.js │ │ │ ├── ion.rangeSlider.min.js │ │ │ ├── jquery.dataTables.min.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.min.map │ │ │ ├── jquery.nestable.js │ │ │ ├── jquery.nestable.min.js │ │ │ ├── loading-bar.min.js │ │ │ ├── mask.min.js │ │ │ ├── moment.min.js │ │ │ ├── oclazyload.min.js │ │ │ ├── rzslider.min.js │ │ │ ├── select.min.js │ │ │ ├── select2.min.js │ │ │ └── tether.min.js │ │ │ ├── routes.js │ │ │ └── translations.js │ ├── index.html │ └── views │ │ ├── 404.html │ │ ├── UIkits │ │ ├── email │ │ │ ├── compose.html │ │ │ ├── coreElements │ │ │ │ ├── layout.html │ │ │ │ └── navigation.html │ │ │ ├── inbox.html │ │ │ └── message.html │ │ └── invoicing │ │ │ └── invoice.html │ │ ├── charts.html │ │ ├── common │ │ ├── aside.html │ │ ├── footer.html │ │ ├── layouts │ │ │ ├── full.html │ │ │ └── simple.html │ │ ├── navbar.html │ │ ├── navigation.html │ │ ├── sidebar-nav.html │ │ └── top-nav.html │ │ ├── components │ │ ├── buttons.html │ │ ├── cards.html │ │ ├── forms.html │ │ ├── social-buttons.html │ │ ├── switches.html │ │ └── tables.html │ │ ├── echarts.html │ │ ├── forms.html │ │ ├── icons.html │ │ ├── icons │ │ ├── font-awesome.html │ │ └── simple-line-icons.html │ │ ├── main.html │ │ ├── main2.html │ │ ├── pages │ │ ├── 404.html │ │ ├── 500.html │ │ ├── login.html │ │ └── register.html │ │ ├── plugins │ │ ├── calendar.html │ │ ├── notifications.html │ │ ├── sliders.html │ │ └── tables.html │ │ └── widgets.html ├── Angular_Seed │ ├── assets │ │ ├── css │ │ │ ├── docs.min.css │ │ │ ├── style.css │ │ │ ├── style.css.map │ │ │ └── style.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── Simple-Line-Icons.eot │ │ │ ├── Simple-Line-Icons.svg │ │ │ ├── Simple-Line-Icons.ttf │ │ │ ├── Simple-Line-Icons.woff │ │ │ ├── Simple-Line-Icons.woff2 │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── img │ │ │ ├── Sorting icons.psd │ │ │ ├── avatars │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ └── 8.jpg │ │ │ ├── favicon.ico │ │ │ ├── flags │ │ │ │ ├── ASEAN.png │ │ │ │ ├── Afghanistan.png │ │ │ │ ├── African Union.png │ │ │ │ ├── Albania.png │ │ │ │ ├── Algeria.png │ │ │ │ ├── American Samoa.png │ │ │ │ ├── Andorra.png │ │ │ │ ├── Angola.png │ │ │ │ ├── Anguilla.png │ │ │ │ ├── Antarctica.png │ │ │ │ ├── Antigua & Barbuda.png │ │ │ │ ├── Arab League.png │ │ │ │ ├── Argentina.png │ │ │ │ ├── Armenia.png │ │ │ │ ├── Aruba.png │ │ │ │ ├── Australia.png │ │ │ │ ├── Austria.png │ │ │ │ ├── Azerbaijan.png │ │ │ │ ├── Bahamas.png │ │ │ │ ├── Bahrain.png │ │ │ │ ├── Bangladesh.png │ │ │ │ ├── Barbados.png │ │ │ │ ├── Belarus.png │ │ │ │ ├── Belgium.png │ │ │ │ ├── Belize.png │ │ │ │ ├── Benin.png │ │ │ │ ├── Bermuda.png │ │ │ │ ├── Bhutan.png │ │ │ │ ├── Bolivia.png │ │ │ │ ├── Bosnia & Herzegovina.png │ │ │ │ ├── Botswana.png │ │ │ │ ├── Brazil.png │ │ │ │ ├── Brunei.png │ │ │ │ ├── Bulgaria.png │ │ │ │ ├── Burkina Faso.png │ │ │ │ ├── Burundi.png │ │ │ │ ├── CARICOM.png │ │ │ │ ├── CIS.png │ │ │ │ ├── Cambodja.png │ │ │ │ ├── Cameroon.png │ │ │ │ ├── Canada.png │ │ │ │ ├── Cape Verde.png │ │ │ │ ├── Cayman Islands.png │ │ │ │ ├── Central African Republic.png │ │ │ │ ├── Chad.png │ │ │ │ ├── Chile.png │ │ │ │ ├── China.png │ │ │ │ ├── Colombia.png │ │ │ │ ├── Commonwealth.png │ │ │ │ ├── Comoros.png │ │ │ │ ├── Congo-Brazzaville.png │ │ │ │ ├── Congo-Kinshasa(Zaire).png │ │ │ │ ├── Cook Islands.png │ │ │ │ ├── Costa Rica.png │ │ │ │ ├── Cote d'Ivoire.png │ │ │ │ ├── Croatia.png │ │ │ │ ├── Cuba.png │ │ │ │ ├── Cyprus.png │ │ │ │ ├── Czech Republic.png │ │ │ │ ├── Denmark.png │ │ │ │ ├── Djibouti.png │ │ │ │ ├── Dominica.png │ │ │ │ ├── Dominican Republic.png │ │ │ │ ├── Ecuador.png │ │ │ │ ├── Egypt.png │ │ │ │ ├── El Salvador.png │ │ │ │ ├── England.png │ │ │ │ ├── Equatorial Guinea.png │ │ │ │ ├── Eritrea.png │ │ │ │ ├── Estonia.png │ │ │ │ ├── Ethiopia.png │ │ │ │ ├── European Union.png │ │ │ │ ├── Faroes.png │ │ │ │ ├── Fiji.png │ │ │ │ ├── Finland.png │ │ │ │ ├── France.png │ │ │ │ ├── Gabon.png │ │ │ │ ├── Gambia.png │ │ │ │ ├── Georgia.png │ │ │ │ ├── Germany.png │ │ │ │ ├── Ghana.png │ │ │ │ ├── Gibraltar.png │ │ │ │ ├── Greece.png │ │ │ │ ├── Greenland.png │ │ │ │ ├── Grenada.png │ │ │ │ ├── Guadeloupe.png │ │ │ │ ├── Guam.png │ │ │ │ ├── Guatemala.png │ │ │ │ ├── Guernsey.png │ │ │ │ ├── Guinea-Bissau.png │ │ │ │ ├── Guinea.png │ │ │ │ ├── Guyana.png │ │ │ │ ├── Haiti.png │ │ │ │ ├── Honduras.png │ │ │ │ ├── Hong Kong.png │ │ │ │ ├── Hungary.png │ │ │ │ ├── Iceland.png │ │ │ │ ├── India.png │ │ │ │ ├── Indonezia.png │ │ │ │ ├── Iran.png │ │ │ │ ├── Iraq.png │ │ │ │ ├── Ireland.png │ │ │ │ ├── Islamic Conference.png │ │ │ │ ├── Isle of Man.png │ │ │ │ ├── Israel.png │ │ │ │ ├── Italy.png │ │ │ │ ├── Jamaica.png │ │ │ │ ├── Japan.png │ │ │ │ ├── Jersey.png │ │ │ │ ├── Jordan.png │ │ │ │ ├── Kazakhstan.png │ │ │ │ ├── Kenya.png │ │ │ │ ├── Kiribati.png │ │ │ │ ├── Kosovo.png │ │ │ │ ├── Kuwait.png │ │ │ │ ├── Kyrgyzstan.png │ │ │ │ ├── Laos.png │ │ │ │ ├── Latvia.png │ │ │ │ ├── Lebanon.png │ │ │ │ ├── Lesotho.png │ │ │ │ ├── Liberia.png │ │ │ │ ├── Libya.png │ │ │ │ ├── Liechtenshein.png │ │ │ │ ├── Lithuania.png │ │ │ │ ├── Luxembourg.png │ │ │ │ ├── Macao.png │ │ │ │ ├── Macedonia.png │ │ │ │ ├── Madagascar.png │ │ │ │ ├── Malawi.png │ │ │ │ ├── Malaysia.png │ │ │ │ ├── Maldives.png │ │ │ │ ├── Mali.png │ │ │ │ ├── Malta.png │ │ │ │ ├── Marshall Islands.png │ │ │ │ ├── Martinique.png │ │ │ │ ├── Mauritania.png │ │ │ │ ├── Mauritius.png │ │ │ │ ├── Mexico.png │ │ │ │ ├── Micronesia.png │ │ │ │ ├── Moldova.png │ │ │ │ ├── Monaco.png │ │ │ │ ├── Mongolia.png │ │ │ │ ├── Montenegro.png │ │ │ │ ├── Montserrat.png │ │ │ │ ├── Morocco.png │ │ │ │ ├── Mozambique.png │ │ │ │ ├── Myanmar(Burma).png │ │ │ │ ├── NATO.png │ │ │ │ ├── Namibia.png │ │ │ │ ├── Nauru.png │ │ │ │ ├── Nepal.png │ │ │ │ ├── Netherlands Antilles.png │ │ │ │ ├── Netherlands.png │ │ │ │ ├── New Caledonia.png │ │ │ │ ├── New Zealand.png │ │ │ │ ├── Nicaragua.png │ │ │ │ ├── Niger.png │ │ │ │ ├── Nigeria.png │ │ │ │ ├── North Korea.png │ │ │ │ ├── Northern Cyprus.png │ │ │ │ ├── Northern Ireland.png │ │ │ │ ├── Norway.png │ │ │ │ ├── OPEC.png │ │ │ │ ├── Olimpic Movement.png │ │ │ │ ├── Oman.png │ │ │ │ ├── Pakistan.png │ │ │ │ ├── Palau.png │ │ │ │ ├── Palestine.png │ │ │ │ ├── Panama.png │ │ │ │ ├── Papua New Guinea.png │ │ │ │ ├── Paraguay.png │ │ │ │ ├── Peru.png │ │ │ │ ├── Philippines.png │ │ │ │ ├── Poland.png │ │ │ │ ├── Portugal.png │ │ │ │ ├── Puerto Rico.png │ │ │ │ ├── Qatar.png │ │ │ │ ├── Red Cross.png │ │ │ │ ├── Reunion.png │ │ │ │ ├── Romania.png │ │ │ │ ├── Russia.png │ │ │ │ ├── Rwanda.png │ │ │ │ ├── Saint Lucia.png │ │ │ │ ├── Samoa.png │ │ │ │ ├── San Marino.png │ │ │ │ ├── Sao Tome & Principe.png │ │ │ │ ├── Saudi Arabia.png │ │ │ │ ├── Scotland.png │ │ │ │ ├── Senegal.png │ │ │ │ ├── Serbia(Yugoslavia).png │ │ │ │ ├── Seychelles.png │ │ │ │ ├── Sierra Leone.png │ │ │ │ ├── Singapore.png │ │ │ │ ├── Slovakia.png │ │ │ │ ├── Slovenia.png │ │ │ │ ├── Solomon Islands.png │ │ │ │ ├── Somalia.png │ │ │ │ ├── Somaliland.png │ │ │ │ ├── South Africa.png │ │ │ │ ├── South Korea.png │ │ │ │ ├── Spain.png │ │ │ │ ├── Sri Lanka.png │ │ │ │ ├── St Kitts & Nevis.png │ │ │ │ ├── St Vincent & the Grenadines.png │ │ │ │ ├── Sudan.png │ │ │ │ ├── Suriname.png │ │ │ │ ├── Swaziland.png │ │ │ │ ├── Sweden.png │ │ │ │ ├── Switzerland.png │ │ │ │ ├── Syria.png │ │ │ │ ├── Tahiti(French Polinesia).png │ │ │ │ ├── Taiwan.png │ │ │ │ ├── Tajikistan.png │ │ │ │ ├── Tanzania.png │ │ │ │ ├── Thailand.png │ │ │ │ ├── Timor-Leste.png │ │ │ │ ├── Togo.png │ │ │ │ ├── Tonga.png │ │ │ │ ├── Trinidad & Tobago.png │ │ │ │ ├── Tunisia.png │ │ │ │ ├── Turkey.png │ │ │ │ ├── Turkmenistan.png │ │ │ │ ├── Turks and Caicos Islands.png │ │ │ │ ├── Tuvalu.png │ │ │ │ ├── USA.png │ │ │ │ ├── Uganda.png │ │ │ │ ├── Ukraine.png │ │ │ │ ├── United Arab Emirates.png │ │ │ │ ├── United Nations.png │ │ │ │ ├── United-Kingdom.png │ │ │ │ ├── Uruguay.png │ │ │ │ ├── Uzbekistan.png │ │ │ │ ├── Vanutau.png │ │ │ │ ├── Vatican City.png │ │ │ │ ├── Venezuela.png │ │ │ │ ├── Viet Nam.png │ │ │ │ ├── Virgin Islands British.png │ │ │ │ ├── Virgin Islands US.png │ │ │ │ ├── Wales.png │ │ │ │ ├── Western Sahara.png │ │ │ │ ├── Yemen.png │ │ │ │ ├── Zambia.png │ │ │ │ └── Zimbabwe.png │ │ │ ├── logo-dark.png │ │ │ ├── logo-light.png │ │ │ ├── logo.psd │ │ │ ├── select.png │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_desc_disabled.png │ │ │ └── sprite-skin-modern.png │ │ └── js │ │ │ ├── app.js │ │ │ ├── controllers.js │ │ │ ├── controllers │ │ │ ├── main.js │ │ │ └── shared.js │ │ │ ├── directives.js │ │ │ ├── libs │ │ │ ├── Chart.ext.js │ │ │ ├── Chart.min.js │ │ │ ├── angular-animate.min.js │ │ │ ├── angular-animate.min.js.map │ │ │ ├── angular-breadcrumb.min.js │ │ │ ├── angular-chart.min.js │ │ │ ├── angular-chart.min.js.map │ │ │ ├── angular-datatables.bootstrap.min.js │ │ │ ├── angular-datatables.min.js │ │ │ ├── angular-daterangepicker.min.js │ │ │ ├── angular-daterangepicker.min.js.map │ │ │ ├── angular-echarts.min.js │ │ │ ├── angular-sanitize.min.js │ │ │ ├── angular-sanitize.min.js.map │ │ │ ├── angular-toastr.tpls.min.js │ │ │ ├── angular-translate.min.js │ │ │ ├── angular-ui-router.min.js │ │ │ ├── angular.min.js │ │ │ ├── angular.min.js.map │ │ │ ├── bootstrap.min.js │ │ │ ├── calendar.js │ │ │ ├── calendar.min.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── daterangepicker.js │ │ │ ├── daterangepicker.min.js │ │ │ ├── fullcalendar.min.js │ │ │ ├── gauge.min.js │ │ │ ├── gcal.js │ │ │ ├── gcal.min.js │ │ │ ├── ion.rangeSlider.min.js │ │ │ ├── jquery.dataTables.min.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.min.map │ │ │ ├── jquery.nestable.js │ │ │ ├── jquery.nestable.min.js │ │ │ ├── loading-bar.min.js │ │ │ ├── mask.min.js │ │ │ ├── moment.min.js │ │ │ ├── oclazyload.min.js │ │ │ ├── rzslider.min.js │ │ │ ├── select.min.js │ │ │ ├── select2.min.js │ │ │ └── tether.min.js │ │ │ ├── routes.js │ │ │ └── translations.js │ ├── index.html │ └── views │ │ ├── common │ │ ├── aside.html │ │ ├── footer.html │ │ ├── layouts │ │ │ └── full.html │ │ ├── navbar.html │ │ ├── navigation.html │ │ ├── sidebar-nav.html │ │ └── top-nav.html │ │ └── main.html ├── Static_Dev │ ├── UIkits-email-compose.html │ ├── UIkits-email-inbox.html │ ├── UIkits-email-message.html │ ├── UIkits-invoicing-invoice.html │ ├── assets │ │ ├── css │ │ │ ├── docs.min.css │ │ │ ├── style.css │ │ │ ├── style.css.map │ │ │ └── style.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── Simple-Line-Icons.eot │ │ │ ├── Simple-Line-Icons.svg │ │ │ ├── Simple-Line-Icons.ttf │ │ │ ├── Simple-Line-Icons.woff │ │ │ ├── Simple-Line-Icons.woff2 │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── img │ │ │ ├── Sorting icons.psd │ │ │ ├── avatars │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ └── 8.jpg │ │ │ ├── favicon.ico │ │ │ ├── flags │ │ │ │ ├── ASEAN.png │ │ │ │ ├── Afghanistan.png │ │ │ │ ├── African Union.png │ │ │ │ ├── Albania.png │ │ │ │ ├── Algeria.png │ │ │ │ ├── American Samoa.png │ │ │ │ ├── Andorra.png │ │ │ │ ├── Angola.png │ │ │ │ ├── Anguilla.png │ │ │ │ ├── Antarctica.png │ │ │ │ ├── Antigua & Barbuda.png │ │ │ │ ├── Arab League.png │ │ │ │ ├── Argentina.png │ │ │ │ ├── Armenia.png │ │ │ │ ├── Aruba.png │ │ │ │ ├── Australia.png │ │ │ │ ├── Austria.png │ │ │ │ ├── Azerbaijan.png │ │ │ │ ├── Bahamas.png │ │ │ │ ├── Bahrain.png │ │ │ │ ├── Bangladesh.png │ │ │ │ ├── Barbados.png │ │ │ │ ├── Belarus.png │ │ │ │ ├── Belgium.png │ │ │ │ ├── Belize.png │ │ │ │ ├── Benin.png │ │ │ │ ├── Bermuda.png │ │ │ │ ├── Bhutan.png │ │ │ │ ├── Bolivia.png │ │ │ │ ├── Bosnia & Herzegovina.png │ │ │ │ ├── Botswana.png │ │ │ │ ├── Brazil.png │ │ │ │ ├── Brunei.png │ │ │ │ ├── Bulgaria.png │ │ │ │ ├── Burkina Faso.png │ │ │ │ ├── Burundi.png │ │ │ │ ├── CARICOM.png │ │ │ │ ├── CIS.png │ │ │ │ ├── Cambodja.png │ │ │ │ ├── Cameroon.png │ │ │ │ ├── Canada.png │ │ │ │ ├── Cape Verde.png │ │ │ │ ├── Cayman Islands.png │ │ │ │ ├── Central African Republic.png │ │ │ │ ├── Chad.png │ │ │ │ ├── Chile.png │ │ │ │ ├── China.png │ │ │ │ ├── Colombia.png │ │ │ │ ├── Commonwealth.png │ │ │ │ ├── Comoros.png │ │ │ │ ├── Congo-Brazzaville.png │ │ │ │ ├── Congo-Kinshasa(Zaire).png │ │ │ │ ├── Cook Islands.png │ │ │ │ ├── Costa Rica.png │ │ │ │ ├── Cote d'Ivoire.png │ │ │ │ ├── Croatia.png │ │ │ │ ├── Cuba.png │ │ │ │ ├── Cyprus.png │ │ │ │ ├── Czech Republic.png │ │ │ │ ├── Denmark.png │ │ │ │ ├── Djibouti.png │ │ │ │ ├── Dominica.png │ │ │ │ ├── Dominican Republic.png │ │ │ │ ├── Ecuador.png │ │ │ │ ├── Egypt.png │ │ │ │ ├── El Salvador.png │ │ │ │ ├── England.png │ │ │ │ ├── Equatorial Guinea.png │ │ │ │ ├── Eritrea.png │ │ │ │ ├── Estonia.png │ │ │ │ ├── Ethiopia.png │ │ │ │ ├── European Union.png │ │ │ │ ├── Faroes.png │ │ │ │ ├── Fiji.png │ │ │ │ ├── Finland.png │ │ │ │ ├── France.png │ │ │ │ ├── Gabon.png │ │ │ │ ├── Gambia.png │ │ │ │ ├── Georgia.png │ │ │ │ ├── Germany.png │ │ │ │ ├── Ghana.png │ │ │ │ ├── Gibraltar.png │ │ │ │ ├── Greece.png │ │ │ │ ├── Greenland.png │ │ │ │ ├── Grenada.png │ │ │ │ ├── Guadeloupe.png │ │ │ │ ├── Guam.png │ │ │ │ ├── Guatemala.png │ │ │ │ ├── Guernsey.png │ │ │ │ ├── Guinea-Bissau.png │ │ │ │ ├── Guinea.png │ │ │ │ ├── Guyana.png │ │ │ │ ├── Haiti.png │ │ │ │ ├── Honduras.png │ │ │ │ ├── Hong Kong.png │ │ │ │ ├── Hungary.png │ │ │ │ ├── Iceland.png │ │ │ │ ├── India.png │ │ │ │ ├── Indonezia.png │ │ │ │ ├── Iran.png │ │ │ │ ├── Iraq.png │ │ │ │ ├── Ireland.png │ │ │ │ ├── Islamic Conference.png │ │ │ │ ├── Isle of Man.png │ │ │ │ ├── Israel.png │ │ │ │ ├── Italy.png │ │ │ │ ├── Jamaica.png │ │ │ │ ├── Japan.png │ │ │ │ ├── Jersey.png │ │ │ │ ├── Jordan.png │ │ │ │ ├── Kazakhstan.png │ │ │ │ ├── Kenya.png │ │ │ │ ├── Kiribati.png │ │ │ │ ├── Kosovo.png │ │ │ │ ├── Kuwait.png │ │ │ │ ├── Kyrgyzstan.png │ │ │ │ ├── Laos.png │ │ │ │ ├── Latvia.png │ │ │ │ ├── Lebanon.png │ │ │ │ ├── Lesotho.png │ │ │ │ ├── Liberia.png │ │ │ │ ├── Libya.png │ │ │ │ ├── Liechtenshein.png │ │ │ │ ├── Lithuania.png │ │ │ │ ├── Luxembourg.png │ │ │ │ ├── Macao.png │ │ │ │ ├── Macedonia.png │ │ │ │ ├── Madagascar.png │ │ │ │ ├── Malawi.png │ │ │ │ ├── Malaysia.png │ │ │ │ ├── Maldives.png │ │ │ │ ├── Mali.png │ │ │ │ ├── Malta.png │ │ │ │ ├── Marshall Islands.png │ │ │ │ ├── Martinique.png │ │ │ │ ├── Mauritania.png │ │ │ │ ├── Mauritius.png │ │ │ │ ├── Mexico.png │ │ │ │ ├── Micronesia.png │ │ │ │ ├── Moldova.png │ │ │ │ ├── Monaco.png │ │ │ │ ├── Mongolia.png │ │ │ │ ├── Montenegro.png │ │ │ │ ├── Montserrat.png │ │ │ │ ├── Morocco.png │ │ │ │ ├── Mozambique.png │ │ │ │ ├── Myanmar(Burma).png │ │ │ │ ├── NATO.png │ │ │ │ ├── Namibia.png │ │ │ │ ├── Nauru.png │ │ │ │ ├── Nepal.png │ │ │ │ ├── Netherlands Antilles.png │ │ │ │ ├── Netherlands.png │ │ │ │ ├── New Caledonia.png │ │ │ │ ├── New Zealand.png │ │ │ │ ├── Nicaragua.png │ │ │ │ ├── Niger.png │ │ │ │ ├── Nigeria.png │ │ │ │ ├── North Korea.png │ │ │ │ ├── Northern Cyprus.png │ │ │ │ ├── Northern Ireland.png │ │ │ │ ├── Norway.png │ │ │ │ ├── OPEC.png │ │ │ │ ├── Olimpic Movement.png │ │ │ │ ├── Oman.png │ │ │ │ ├── Pakistan.png │ │ │ │ ├── Palau.png │ │ │ │ ├── Palestine.png │ │ │ │ ├── Panama.png │ │ │ │ ├── Papua New Guinea.png │ │ │ │ ├── Paraguay.png │ │ │ │ ├── Peru.png │ │ │ │ ├── Philippines.png │ │ │ │ ├── Poland.png │ │ │ │ ├── Portugal.png │ │ │ │ ├── Puerto Rico.png │ │ │ │ ├── Qatar.png │ │ │ │ ├── Red Cross.png │ │ │ │ ├── Reunion.png │ │ │ │ ├── Romania.png │ │ │ │ ├── Russia.png │ │ │ │ ├── Rwanda.png │ │ │ │ ├── Saint Lucia.png │ │ │ │ ├── Samoa.png │ │ │ │ ├── San Marino.png │ │ │ │ ├── Sao Tome & Principe.png │ │ │ │ ├── Saudi Arabia.png │ │ │ │ ├── Scotland.png │ │ │ │ ├── Senegal.png │ │ │ │ ├── Serbia(Yugoslavia).png │ │ │ │ ├── Seychelles.png │ │ │ │ ├── Sierra Leone.png │ │ │ │ ├── Singapore.png │ │ │ │ ├── Slovakia.png │ │ │ │ ├── Slovenia.png │ │ │ │ ├── Solomon Islands.png │ │ │ │ ├── Somalia.png │ │ │ │ ├── Somaliland.png │ │ │ │ ├── South Africa.png │ │ │ │ ├── South Korea.png │ │ │ │ ├── Spain.png │ │ │ │ ├── Sri Lanka.png │ │ │ │ ├── St Kitts & Nevis.png │ │ │ │ ├── St Vincent & the Grenadines.png │ │ │ │ ├── Sudan.png │ │ │ │ ├── Suriname.png │ │ │ │ ├── Swaziland.png │ │ │ │ ├── Sweden.png │ │ │ │ ├── Switzerland.png │ │ │ │ ├── Syria.png │ │ │ │ ├── Tahiti(French Polinesia).png │ │ │ │ ├── Taiwan.png │ │ │ │ ├── Tajikistan.png │ │ │ │ ├── Tanzania.png │ │ │ │ ├── Thailand.png │ │ │ │ ├── Timor-Leste.png │ │ │ │ ├── Togo.png │ │ │ │ ├── Tonga.png │ │ │ │ ├── Trinidad & Tobago.png │ │ │ │ ├── Tunisia.png │ │ │ │ ├── Turkey.png │ │ │ │ ├── Turkmenistan.png │ │ │ │ ├── Turks and Caicos Islands.png │ │ │ │ ├── Tuvalu.png │ │ │ │ ├── USA.png │ │ │ │ ├── Uganda.png │ │ │ │ ├── Ukraine.png │ │ │ │ ├── United Arab Emirates.png │ │ │ │ ├── United Nations.png │ │ │ │ ├── United-Kingdom.png │ │ │ │ ├── Uruguay.png │ │ │ │ ├── Uzbekistan.png │ │ │ │ ├── Vanutau.png │ │ │ │ ├── Vatican City.png │ │ │ │ ├── Venezuela.png │ │ │ │ ├── Viet Nam.png │ │ │ │ ├── Virgin Islands British.png │ │ │ │ ├── Virgin Islands US.png │ │ │ │ ├── Wales.png │ │ │ │ ├── Western Sahara.png │ │ │ │ ├── Yemen.png │ │ │ │ ├── Zambia.png │ │ │ │ └── Zimbabwe.png │ │ │ ├── logo-dark.png │ │ │ ├── logo-light.png │ │ │ ├── logo.psd │ │ │ ├── select.png │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_desc_disabled.png │ │ │ └── sprite-skin-modern.png │ │ └── js │ │ │ ├── app-options.js │ │ │ ├── app.js │ │ │ ├── libs │ │ │ ├── Chart.min.js │ │ │ ├── bootstrap.min.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── daterangepicker.js │ │ │ ├── daterangepicker.min.js │ │ │ ├── fullcalendar.min.js │ │ │ ├── gauge.min.js │ │ │ ├── gcal.js │ │ │ ├── gcal.min.js │ │ │ ├── ion.rangeSlider.min.js │ │ │ ├── jquery.dataTables.min.js │ │ │ ├── jquery.maskedinput.min.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.min.map │ │ │ ├── moment.min.js │ │ │ ├── pace.min.js │ │ │ ├── select2.min.js │ │ │ ├── tether.min.js │ │ │ ├── toastr.js.map │ │ │ └── toastr.min.js │ │ │ └── views │ │ │ ├── calendar.js │ │ │ ├── charts.js │ │ │ ├── forms.js │ │ │ ├── main.js │ │ │ ├── main2.js │ │ │ ├── notifications.js │ │ │ ├── shared.js │ │ │ ├── sliders.js │ │ │ ├── tables.js │ │ │ └── widgets.js │ ├── charts.html │ ├── components-buttons.html │ ├── components-cards.html │ ├── components-forms.html │ ├── components-social-buttons.html │ ├── components-switches.html │ ├── components-tables.html │ ├── forms.html │ ├── icons-font-awesome.html │ ├── icons-simple-line-icons.html │ ├── icons.html │ ├── index.html │ ├── index2.html │ ├── pages-404.html │ ├── pages-500.html │ ├── pages-login.html │ ├── pages-register.html │ ├── plugins-calendar.html │ ├── plugins-notifications.html │ ├── plugins-sliders.html │ ├── plugins-tables.html │ └── widgets.html ├── Static_Seed │ ├── assets │ │ ├── css │ │ │ ├── docs.min.css │ │ │ ├── style.css │ │ │ ├── style.css.map │ │ │ └── style.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── Simple-Line-Icons.eot │ │ │ ├── Simple-Line-Icons.svg │ │ │ ├── Simple-Line-Icons.ttf │ │ │ ├── Simple-Line-Icons.woff │ │ │ ├── Simple-Line-Icons.woff2 │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── img │ │ │ ├── Sorting icons.psd │ │ │ ├── avatars │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ └── 8.jpg │ │ │ ├── favicon.ico │ │ │ ├── flags │ │ │ │ ├── ASEAN.png │ │ │ │ ├── Afghanistan.png │ │ │ │ ├── African Union.png │ │ │ │ ├── Albania.png │ │ │ │ ├── Algeria.png │ │ │ │ ├── American Samoa.png │ │ │ │ ├── Andorra.png │ │ │ │ ├── Angola.png │ │ │ │ ├── Anguilla.png │ │ │ │ ├── Antarctica.png │ │ │ │ ├── Antigua & Barbuda.png │ │ │ │ ├── Arab League.png │ │ │ │ ├── Argentina.png │ │ │ │ ├── Armenia.png │ │ │ │ ├── Aruba.png │ │ │ │ ├── Australia.png │ │ │ │ ├── Austria.png │ │ │ │ ├── Azerbaijan.png │ │ │ │ ├── Bahamas.png │ │ │ │ ├── Bahrain.png │ │ │ │ ├── Bangladesh.png │ │ │ │ ├── Barbados.png │ │ │ │ ├── Belarus.png │ │ │ │ ├── Belgium.png │ │ │ │ ├── Belize.png │ │ │ │ ├── Benin.png │ │ │ │ ├── Bermuda.png │ │ │ │ ├── Bhutan.png │ │ │ │ ├── Bolivia.png │ │ │ │ ├── Bosnia & Herzegovina.png │ │ │ │ ├── Botswana.png │ │ │ │ ├── Brazil.png │ │ │ │ ├── Brunei.png │ │ │ │ ├── Bulgaria.png │ │ │ │ ├── Burkina Faso.png │ │ │ │ ├── Burundi.png │ │ │ │ ├── CARICOM.png │ │ │ │ ├── CIS.png │ │ │ │ ├── Cambodja.png │ │ │ │ ├── Cameroon.png │ │ │ │ ├── Canada.png │ │ │ │ ├── Cape Verde.png │ │ │ │ ├── Cayman Islands.png │ │ │ │ ├── Central African Republic.png │ │ │ │ ├── Chad.png │ │ │ │ ├── Chile.png │ │ │ │ ├── China.png │ │ │ │ ├── Colombia.png │ │ │ │ ├── Commonwealth.png │ │ │ │ ├── Comoros.png │ │ │ │ ├── Congo-Brazzaville.png │ │ │ │ ├── Congo-Kinshasa(Zaire).png │ │ │ │ ├── Cook Islands.png │ │ │ │ ├── Costa Rica.png │ │ │ │ ├── Cote d'Ivoire.png │ │ │ │ ├── Croatia.png │ │ │ │ ├── Cuba.png │ │ │ │ ├── Cyprus.png │ │ │ │ ├── Czech Republic.png │ │ │ │ ├── Denmark.png │ │ │ │ ├── Djibouti.png │ │ │ │ ├── Dominica.png │ │ │ │ ├── Dominican Republic.png │ │ │ │ ├── Ecuador.png │ │ │ │ ├── Egypt.png │ │ │ │ ├── El Salvador.png │ │ │ │ ├── England.png │ │ │ │ ├── Equatorial Guinea.png │ │ │ │ ├── Eritrea.png │ │ │ │ ├── Estonia.png │ │ │ │ ├── Ethiopia.png │ │ │ │ ├── European Union.png │ │ │ │ ├── Faroes.png │ │ │ │ ├── Fiji.png │ │ │ │ ├── Finland.png │ │ │ │ ├── France.png │ │ │ │ ├── Gabon.png │ │ │ │ ├── Gambia.png │ │ │ │ ├── Georgia.png │ │ │ │ ├── Germany.png │ │ │ │ ├── Ghana.png │ │ │ │ ├── Gibraltar.png │ │ │ │ ├── Greece.png │ │ │ │ ├── Greenland.png │ │ │ │ ├── Grenada.png │ │ │ │ ├── Guadeloupe.png │ │ │ │ ├── Guam.png │ │ │ │ ├── Guatemala.png │ │ │ │ ├── Guernsey.png │ │ │ │ ├── Guinea-Bissau.png │ │ │ │ ├── Guinea.png │ │ │ │ ├── Guyana.png │ │ │ │ ├── Haiti.png │ │ │ │ ├── Honduras.png │ │ │ │ ├── Hong Kong.png │ │ │ │ ├── Hungary.png │ │ │ │ ├── Iceland.png │ │ │ │ ├── India.png │ │ │ │ ├── Indonezia.png │ │ │ │ ├── Iran.png │ │ │ │ ├── Iraq.png │ │ │ │ ├── Ireland.png │ │ │ │ ├── Islamic Conference.png │ │ │ │ ├── Isle of Man.png │ │ │ │ ├── Israel.png │ │ │ │ ├── Italy.png │ │ │ │ ├── Jamaica.png │ │ │ │ ├── Japan.png │ │ │ │ ├── Jersey.png │ │ │ │ ├── Jordan.png │ │ │ │ ├── Kazakhstan.png │ │ │ │ ├── Kenya.png │ │ │ │ ├── Kiribati.png │ │ │ │ ├── Kosovo.png │ │ │ │ ├── Kuwait.png │ │ │ │ ├── Kyrgyzstan.png │ │ │ │ ├── Laos.png │ │ │ │ ├── Latvia.png │ │ │ │ ├── Lebanon.png │ │ │ │ ├── Lesotho.png │ │ │ │ ├── Liberia.png │ │ │ │ ├── Libya.png │ │ │ │ ├── Liechtenshein.png │ │ │ │ ├── Lithuania.png │ │ │ │ ├── Luxembourg.png │ │ │ │ ├── Macao.png │ │ │ │ ├── Macedonia.png │ │ │ │ ├── Madagascar.png │ │ │ │ ├── Malawi.png │ │ │ │ ├── Malaysia.png │ │ │ │ ├── Maldives.png │ │ │ │ ├── Mali.png │ │ │ │ ├── Malta.png │ │ │ │ ├── Marshall Islands.png │ │ │ │ ├── Martinique.png │ │ │ │ ├── Mauritania.png │ │ │ │ ├── Mauritius.png │ │ │ │ ├── Mexico.png │ │ │ │ ├── Micronesia.png │ │ │ │ ├── Moldova.png │ │ │ │ ├── Monaco.png │ │ │ │ ├── Mongolia.png │ │ │ │ ├── Montenegro.png │ │ │ │ ├── Montserrat.png │ │ │ │ ├── Morocco.png │ │ │ │ ├── Mozambique.png │ │ │ │ ├── Myanmar(Burma).png │ │ │ │ ├── NATO.png │ │ │ │ ├── Namibia.png │ │ │ │ ├── Nauru.png │ │ │ │ ├── Nepal.png │ │ │ │ ├── Netherlands Antilles.png │ │ │ │ ├── Netherlands.png │ │ │ │ ├── New Caledonia.png │ │ │ │ ├── New Zealand.png │ │ │ │ ├── Nicaragua.png │ │ │ │ ├── Niger.png │ │ │ │ ├── Nigeria.png │ │ │ │ ├── North Korea.png │ │ │ │ ├── Northern Cyprus.png │ │ │ │ ├── Northern Ireland.png │ │ │ │ ├── Norway.png │ │ │ │ ├── OPEC.png │ │ │ │ ├── Olimpic Movement.png │ │ │ │ ├── Oman.png │ │ │ │ ├── Pakistan.png │ │ │ │ ├── Palau.png │ │ │ │ ├── Palestine.png │ │ │ │ ├── Panama.png │ │ │ │ ├── Papua New Guinea.png │ │ │ │ ├── Paraguay.png │ │ │ │ ├── Peru.png │ │ │ │ ├── Philippines.png │ │ │ │ ├── Poland.png │ │ │ │ ├── Portugal.png │ │ │ │ ├── Puerto Rico.png │ │ │ │ ├── Qatar.png │ │ │ │ ├── Red Cross.png │ │ │ │ ├── Reunion.png │ │ │ │ ├── Romania.png │ │ │ │ ├── Russia.png │ │ │ │ ├── Rwanda.png │ │ │ │ ├── Saint Lucia.png │ │ │ │ ├── Samoa.png │ │ │ │ ├── San Marino.png │ │ │ │ ├── Sao Tome & Principe.png │ │ │ │ ├── Saudi Arabia.png │ │ │ │ ├── Scotland.png │ │ │ │ ├── Senegal.png │ │ │ │ ├── Serbia(Yugoslavia).png │ │ │ │ ├── Seychelles.png │ │ │ │ ├── Sierra Leone.png │ │ │ │ ├── Singapore.png │ │ │ │ ├── Slovakia.png │ │ │ │ ├── Slovenia.png │ │ │ │ ├── Solomon Islands.png │ │ │ │ ├── Somalia.png │ │ │ │ ├── Somaliland.png │ │ │ │ ├── South Africa.png │ │ │ │ ├── South Korea.png │ │ │ │ ├── Spain.png │ │ │ │ ├── Sri Lanka.png │ │ │ │ ├── St Kitts & Nevis.png │ │ │ │ ├── St Vincent & the Grenadines.png │ │ │ │ ├── Sudan.png │ │ │ │ ├── Suriname.png │ │ │ │ ├── Swaziland.png │ │ │ │ ├── Sweden.png │ │ │ │ ├── Switzerland.png │ │ │ │ ├── Syria.png │ │ │ │ ├── Tahiti(French Polinesia).png │ │ │ │ ├── Taiwan.png │ │ │ │ ├── Tajikistan.png │ │ │ │ ├── Tanzania.png │ │ │ │ ├── Thailand.png │ │ │ │ ├── Timor-Leste.png │ │ │ │ ├── Togo.png │ │ │ │ ├── Tonga.png │ │ │ │ ├── Trinidad & Tobago.png │ │ │ │ ├── Tunisia.png │ │ │ │ ├── Turkey.png │ │ │ │ ├── Turkmenistan.png │ │ │ │ ├── Turks and Caicos Islands.png │ │ │ │ ├── Tuvalu.png │ │ │ │ ├── USA.png │ │ │ │ ├── Uganda.png │ │ │ │ ├── Ukraine.png │ │ │ │ ├── United Arab Emirates.png │ │ │ │ ├── United Nations.png │ │ │ │ ├── United-Kingdom.png │ │ │ │ ├── Uruguay.png │ │ │ │ ├── Uzbekistan.png │ │ │ │ ├── Vanutau.png │ │ │ │ ├── Vatican City.png │ │ │ │ ├── Venezuela.png │ │ │ │ ├── Viet Nam.png │ │ │ │ ├── Virgin Islands British.png │ │ │ │ ├── Virgin Islands US.png │ │ │ │ ├── Wales.png │ │ │ │ ├── Western Sahara.png │ │ │ │ ├── Yemen.png │ │ │ │ ├── Zambia.png │ │ │ │ └── Zimbabwe.png │ │ │ ├── logo-dark.png │ │ │ ├── logo-light.png │ │ │ ├── logo.psd │ │ │ ├── select.png │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_desc_disabled.png │ │ │ └── sprite-skin-modern.png │ │ └── js │ │ │ ├── app-options.js │ │ │ ├── app.js │ │ │ └── libs │ │ │ ├── Chart.min.js │ │ │ ├── bootstrap.min.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── daterangepicker.js │ │ │ ├── daterangepicker.min.js │ │ │ ├── fullcalendar.min.js │ │ │ ├── gauge.min.js │ │ │ ├── gcal.js │ │ │ ├── gcal.min.js │ │ │ ├── ion.rangeSlider.min.js │ │ │ ├── jquery.dataTables.min.js │ │ │ ├── jquery.maskedinput.min.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.min.map │ │ │ ├── moment.min.js │ │ │ ├── pace.min.js │ │ │ ├── select2.min.js │ │ │ ├── tether.min.js │ │ │ ├── toastr.js.map │ │ │ └── toastr.min.js │ └── index.html ├── jQuery_Dev │ ├── assets │ │ ├── css │ │ │ ├── docs.min.css │ │ │ ├── style.css │ │ │ ├── style.css.map │ │ │ └── style.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── Simple-Line-Icons.eot │ │ │ ├── Simple-Line-Icons.svg │ │ │ ├── Simple-Line-Icons.ttf │ │ │ ├── Simple-Line-Icons.woff │ │ │ ├── Simple-Line-Icons.woff2 │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── img │ │ │ ├── Sorting icons.psd │ │ │ ├── avatars │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ └── 8.jpg │ │ │ ├── favicon.ico │ │ │ ├── flags │ │ │ │ ├── ASEAN.png │ │ │ │ ├── Afghanistan.png │ │ │ │ ├── African Union.png │ │ │ │ ├── Albania.png │ │ │ │ ├── Algeria.png │ │ │ │ ├── American Samoa.png │ │ │ │ ├── Andorra.png │ │ │ │ ├── Angola.png │ │ │ │ ├── Anguilla.png │ │ │ │ ├── Antarctica.png │ │ │ │ ├── Antigua & Barbuda.png │ │ │ │ ├── Arab League.png │ │ │ │ ├── Argentina.png │ │ │ │ ├── Armenia.png │ │ │ │ ├── Aruba.png │ │ │ │ ├── Australia.png │ │ │ │ ├── Austria.png │ │ │ │ ├── Azerbaijan.png │ │ │ │ ├── Bahamas.png │ │ │ │ ├── Bahrain.png │ │ │ │ ├── Bangladesh.png │ │ │ │ ├── Barbados.png │ │ │ │ ├── Belarus.png │ │ │ │ ├── Belgium.png │ │ │ │ ├── Belize.png │ │ │ │ ├── Benin.png │ │ │ │ ├── Bermuda.png │ │ │ │ ├── Bhutan.png │ │ │ │ ├── Bolivia.png │ │ │ │ ├── Bosnia & Herzegovina.png │ │ │ │ ├── Botswana.png │ │ │ │ ├── Brazil.png │ │ │ │ ├── Brunei.png │ │ │ │ ├── Bulgaria.png │ │ │ │ ├── Burkina Faso.png │ │ │ │ ├── Burundi.png │ │ │ │ ├── CARICOM.png │ │ │ │ ├── CIS.png │ │ │ │ ├── Cambodja.png │ │ │ │ ├── Cameroon.png │ │ │ │ ├── Canada.png │ │ │ │ ├── Cape Verde.png │ │ │ │ ├── Cayman Islands.png │ │ │ │ ├── Central African Republic.png │ │ │ │ ├── Chad.png │ │ │ │ ├── Chile.png │ │ │ │ ├── China.png │ │ │ │ ├── Colombia.png │ │ │ │ ├── Commonwealth.png │ │ │ │ ├── Comoros.png │ │ │ │ ├── Congo-Brazzaville.png │ │ │ │ ├── Congo-Kinshasa(Zaire).png │ │ │ │ ├── Cook Islands.png │ │ │ │ ├── Costa Rica.png │ │ │ │ ├── Cote d'Ivoire.png │ │ │ │ ├── Croatia.png │ │ │ │ ├── Cuba.png │ │ │ │ ├── Cyprus.png │ │ │ │ ├── Czech Republic.png │ │ │ │ ├── Denmark.png │ │ │ │ ├── Djibouti.png │ │ │ │ ├── Dominica.png │ │ │ │ ├── Dominican Republic.png │ │ │ │ ├── Ecuador.png │ │ │ │ ├── Egypt.png │ │ │ │ ├── El Salvador.png │ │ │ │ ├── England.png │ │ │ │ ├── Equatorial Guinea.png │ │ │ │ ├── Eritrea.png │ │ │ │ ├── Estonia.png │ │ │ │ ├── Ethiopia.png │ │ │ │ ├── European Union.png │ │ │ │ ├── Faroes.png │ │ │ │ ├── Fiji.png │ │ │ │ ├── Finland.png │ │ │ │ ├── France.png │ │ │ │ ├── Gabon.png │ │ │ │ ├── Gambia.png │ │ │ │ ├── Georgia.png │ │ │ │ ├── Germany.png │ │ │ │ ├── Ghana.png │ │ │ │ ├── Gibraltar.png │ │ │ │ ├── Greece.png │ │ │ │ ├── Greenland.png │ │ │ │ ├── Grenada.png │ │ │ │ ├── Guadeloupe.png │ │ │ │ ├── Guam.png │ │ │ │ ├── Guatemala.png │ │ │ │ ├── Guernsey.png │ │ │ │ ├── Guinea-Bissau.png │ │ │ │ ├── Guinea.png │ │ │ │ ├── Guyana.png │ │ │ │ ├── Haiti.png │ │ │ │ ├── Honduras.png │ │ │ │ ├── Hong Kong.png │ │ │ │ ├── Hungary.png │ │ │ │ ├── Iceland.png │ │ │ │ ├── India.png │ │ │ │ ├── Indonezia.png │ │ │ │ ├── Iran.png │ │ │ │ ├── Iraq.png │ │ │ │ ├── Ireland.png │ │ │ │ ├── Islamic Conference.png │ │ │ │ ├── Isle of Man.png │ │ │ │ ├── Israel.png │ │ │ │ ├── Italy.png │ │ │ │ ├── Jamaica.png │ │ │ │ ├── Japan.png │ │ │ │ ├── Jersey.png │ │ │ │ ├── Jordan.png │ │ │ │ ├── Kazakhstan.png │ │ │ │ ├── Kenya.png │ │ │ │ ├── Kiribati.png │ │ │ │ ├── Kosovo.png │ │ │ │ ├── Kuwait.png │ │ │ │ ├── Kyrgyzstan.png │ │ │ │ ├── Laos.png │ │ │ │ ├── Latvia.png │ │ │ │ ├── Lebanon.png │ │ │ │ ├── Lesotho.png │ │ │ │ ├── Liberia.png │ │ │ │ ├── Libya.png │ │ │ │ ├── Liechtenshein.png │ │ │ │ ├── Lithuania.png │ │ │ │ ├── Luxembourg.png │ │ │ │ ├── Macao.png │ │ │ │ ├── Macedonia.png │ │ │ │ ├── Madagascar.png │ │ │ │ ├── Malawi.png │ │ │ │ ├── Malaysia.png │ │ │ │ ├── Maldives.png │ │ │ │ ├── Mali.png │ │ │ │ ├── Malta.png │ │ │ │ ├── Marshall Islands.png │ │ │ │ ├── Martinique.png │ │ │ │ ├── Mauritania.png │ │ │ │ ├── Mauritius.png │ │ │ │ ├── Mexico.png │ │ │ │ ├── Micronesia.png │ │ │ │ ├── Moldova.png │ │ │ │ ├── Monaco.png │ │ │ │ ├── Mongolia.png │ │ │ │ ├── Montenegro.png │ │ │ │ ├── Montserrat.png │ │ │ │ ├── Morocco.png │ │ │ │ ├── Mozambique.png │ │ │ │ ├── Myanmar(Burma).png │ │ │ │ ├── NATO.png │ │ │ │ ├── Namibia.png │ │ │ │ ├── Nauru.png │ │ │ │ ├── Nepal.png │ │ │ │ ├── Netherlands Antilles.png │ │ │ │ ├── Netherlands.png │ │ │ │ ├── New Caledonia.png │ │ │ │ ├── New Zealand.png │ │ │ │ ├── Nicaragua.png │ │ │ │ ├── Niger.png │ │ │ │ ├── Nigeria.png │ │ │ │ ├── North Korea.png │ │ │ │ ├── Northern Cyprus.png │ │ │ │ ├── Northern Ireland.png │ │ │ │ ├── Norway.png │ │ │ │ ├── OPEC.png │ │ │ │ ├── Olimpic Movement.png │ │ │ │ ├── Oman.png │ │ │ │ ├── Pakistan.png │ │ │ │ ├── Palau.png │ │ │ │ ├── Palestine.png │ │ │ │ ├── Panama.png │ │ │ │ ├── Papua New Guinea.png │ │ │ │ ├── Paraguay.png │ │ │ │ ├── Peru.png │ │ │ │ ├── Philippines.png │ │ │ │ ├── Poland.png │ │ │ │ ├── Portugal.png │ │ │ │ ├── Puerto Rico.png │ │ │ │ ├── Qatar.png │ │ │ │ ├── Red Cross.png │ │ │ │ ├── Reunion.png │ │ │ │ ├── Romania.png │ │ │ │ ├── Russia.png │ │ │ │ ├── Rwanda.png │ │ │ │ ├── Saint Lucia.png │ │ │ │ ├── Samoa.png │ │ │ │ ├── San Marino.png │ │ │ │ ├── Sao Tome & Principe.png │ │ │ │ ├── Saudi Arabia.png │ │ │ │ ├── Scotland.png │ │ │ │ ├── Senegal.png │ │ │ │ ├── Serbia(Yugoslavia).png │ │ │ │ ├── Seychelles.png │ │ │ │ ├── Sierra Leone.png │ │ │ │ ├── Singapore.png │ │ │ │ ├── Slovakia.png │ │ │ │ ├── Slovenia.png │ │ │ │ ├── Solomon Islands.png │ │ │ │ ├── Somalia.png │ │ │ │ ├── Somaliland.png │ │ │ │ ├── South Africa.png │ │ │ │ ├── South Korea.png │ │ │ │ ├── Spain.png │ │ │ │ ├── Sri Lanka.png │ │ │ │ ├── St Kitts & Nevis.png │ │ │ │ ├── St Vincent & the Grenadines.png │ │ │ │ ├── Sudan.png │ │ │ │ ├── Suriname.png │ │ │ │ ├── Swaziland.png │ │ │ │ ├── Sweden.png │ │ │ │ ├── Switzerland.png │ │ │ │ ├── Syria.png │ │ │ │ ├── Tahiti(French Polinesia).png │ │ │ │ ├── Taiwan.png │ │ │ │ ├── Tajikistan.png │ │ │ │ ├── Tanzania.png │ │ │ │ ├── Thailand.png │ │ │ │ ├── Timor-Leste.png │ │ │ │ ├── Togo.png │ │ │ │ ├── Tonga.png │ │ │ │ ├── Trinidad & Tobago.png │ │ │ │ ├── Tunisia.png │ │ │ │ ├── Turkey.png │ │ │ │ ├── Turkmenistan.png │ │ │ │ ├── Turks and Caicos Islands.png │ │ │ │ ├── Tuvalu.png │ │ │ │ ├── USA.png │ │ │ │ ├── Uganda.png │ │ │ │ ├── Ukraine.png │ │ │ │ ├── United Arab Emirates.png │ │ │ │ ├── United Nations.png │ │ │ │ ├── United-Kingdom.png │ │ │ │ ├── Uruguay.png │ │ │ │ ├── Uzbekistan.png │ │ │ │ ├── Vanutau.png │ │ │ │ ├── Vatican City.png │ │ │ │ ├── Venezuela.png │ │ │ │ ├── Viet Nam.png │ │ │ │ ├── Virgin Islands British.png │ │ │ │ ├── Virgin Islands US.png │ │ │ │ ├── Wales.png │ │ │ │ ├── Western Sahara.png │ │ │ │ ├── Yemen.png │ │ │ │ ├── Zambia.png │ │ │ │ └── Zimbabwe.png │ │ │ ├── logo-dark.png │ │ │ ├── logo-light.png │ │ │ ├── logo.psd │ │ │ ├── select.png │ │ │ ├── select2.png │ │ │ ├── select2x2.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_desc_disabled.png │ │ │ └── sprite-skin-modern.png │ │ └── js │ │ │ ├── app-options.js │ │ │ ├── app.js │ │ │ ├── libs │ │ │ ├── Chart.min.js │ │ │ ├── bootstrap.min.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── daterangepicker.js │ │ │ ├── daterangepicker.min.js │ │ │ ├── fullcalendar.min.js │ │ │ ├── gauge.min.js │ │ │ ├── gcal.js │ │ │ ├── gcal.min.js │ │ │ ├── ion.rangeSlider.min.js │ │ │ ├── jquery.dataTables.min.js │ │ │ ├── jquery.maskedinput.min.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.min.map │ │ │ ├── moment.min.js │ │ │ ├── pace.min.js │ │ │ ├── select2.min.js │ │ │ ├── tether.min.js │ │ │ ├── toastr.js.map │ │ │ └── toastr.min.js │ │ │ └── views │ │ │ ├── calendar.js │ │ │ ├── charts.js │ │ │ ├── forms.js │ │ │ ├── main.js │ │ │ ├── main2.js │ │ │ ├── notifications.js │ │ │ ├── shared.js │ │ │ ├── sliders.js │ │ │ ├── tables.js │ │ │ └── widgets.js │ ├── index.html │ └── views │ │ ├── UIkits │ │ ├── email │ │ │ ├── compose.html │ │ │ ├── inbox.html │ │ │ └── message.html │ │ └── invoicing │ │ │ └── invoice.html │ │ ├── app-options.html │ │ ├── charts.html │ │ ├── components │ │ ├── buttons.html │ │ ├── cards.html │ │ ├── forms.html │ │ ├── social-buttons.html │ │ ├── switches.html │ │ └── tables.html │ │ ├── forms.html │ │ ├── icons.html │ │ ├── icons │ │ ├── font-awesome.html │ │ └── simple-line-icons.html │ │ ├── main.html │ │ ├── main2.html │ │ ├── pages │ │ ├── 404.html │ │ ├── 500.html │ │ ├── login.html │ │ └── register.html │ │ ├── plugins │ │ ├── calendar.html │ │ ├── notifications.html │ │ ├── sliders.html │ │ └── tables.html │ │ └── widgets.html └── jQuery_Seed │ ├── assets │ ├── css │ │ ├── docs.min.css │ │ ├── style.css │ │ ├── style.css.map │ │ └── style.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── Simple-Line-Icons.eot │ │ ├── Simple-Line-Icons.svg │ │ ├── Simple-Line-Icons.ttf │ │ ├── Simple-Line-Icons.woff │ │ ├── Simple-Line-Icons.woff2 │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── img │ │ ├── Sorting icons.psd │ │ ├── avatars │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── 4.jpg │ │ │ ├── 5.jpg │ │ │ ├── 6.jpg │ │ │ ├── 7.jpg │ │ │ └── 8.jpg │ │ ├── favicon.ico │ │ ├── flags │ │ │ ├── ASEAN.png │ │ │ ├── Afghanistan.png │ │ │ ├── African Union.png │ │ │ ├── Albania.png │ │ │ ├── Algeria.png │ │ │ ├── American Samoa.png │ │ │ ├── Andorra.png │ │ │ ├── Angola.png │ │ │ ├── Anguilla.png │ │ │ ├── Antarctica.png │ │ │ ├── Antigua & Barbuda.png │ │ │ ├── Arab League.png │ │ │ ├── Argentina.png │ │ │ ├── Armenia.png │ │ │ ├── Aruba.png │ │ │ ├── Australia.png │ │ │ ├── Austria.png │ │ │ ├── Azerbaijan.png │ │ │ ├── Bahamas.png │ │ │ ├── Bahrain.png │ │ │ ├── Bangladesh.png │ │ │ ├── Barbados.png │ │ │ ├── Belarus.png │ │ │ ├── Belgium.png │ │ │ ├── Belize.png │ │ │ ├── Benin.png │ │ │ ├── Bermuda.png │ │ │ ├── Bhutan.png │ │ │ ├── Bolivia.png │ │ │ ├── Bosnia & Herzegovina.png │ │ │ ├── Botswana.png │ │ │ ├── Brazil.png │ │ │ ├── Brunei.png │ │ │ ├── Bulgaria.png │ │ │ ├── Burkina Faso.png │ │ │ ├── Burundi.png │ │ │ ├── CARICOM.png │ │ │ ├── CIS.png │ │ │ ├── Cambodja.png │ │ │ ├── Cameroon.png │ │ │ ├── Canada.png │ │ │ ├── Cape Verde.png │ │ │ ├── Cayman Islands.png │ │ │ ├── Central African Republic.png │ │ │ ├── Chad.png │ │ │ ├── Chile.png │ │ │ ├── China.png │ │ │ ├── Colombia.png │ │ │ ├── Commonwealth.png │ │ │ ├── Comoros.png │ │ │ ├── Congo-Brazzaville.png │ │ │ ├── Congo-Kinshasa(Zaire).png │ │ │ ├── Cook Islands.png │ │ │ ├── Costa Rica.png │ │ │ ├── Cote d'Ivoire.png │ │ │ ├── Croatia.png │ │ │ ├── Cuba.png │ │ │ ├── Cyprus.png │ │ │ ├── Czech Republic.png │ │ │ ├── Denmark.png │ │ │ ├── Djibouti.png │ │ │ ├── Dominica.png │ │ │ ├── Dominican Republic.png │ │ │ ├── Ecuador.png │ │ │ ├── Egypt.png │ │ │ ├── El Salvador.png │ │ │ ├── England.png │ │ │ ├── Equatorial Guinea.png │ │ │ ├── Eritrea.png │ │ │ ├── Estonia.png │ │ │ ├── Ethiopia.png │ │ │ ├── European Union.png │ │ │ ├── Faroes.png │ │ │ ├── Fiji.png │ │ │ ├── Finland.png │ │ │ ├── France.png │ │ │ ├── Gabon.png │ │ │ ├── Gambia.png │ │ │ ├── Georgia.png │ │ │ ├── Germany.png │ │ │ ├── Ghana.png │ │ │ ├── Gibraltar.png │ │ │ ├── Greece.png │ │ │ ├── Greenland.png │ │ │ ├── Grenada.png │ │ │ ├── Guadeloupe.png │ │ │ ├── Guam.png │ │ │ ├── Guatemala.png │ │ │ ├── Guernsey.png │ │ │ ├── Guinea-Bissau.png │ │ │ ├── Guinea.png │ │ │ ├── Guyana.png │ │ │ ├── Haiti.png │ │ │ ├── Honduras.png │ │ │ ├── Hong Kong.png │ │ │ ├── Hungary.png │ │ │ ├── Iceland.png │ │ │ ├── India.png │ │ │ ├── Indonezia.png │ │ │ ├── Iran.png │ │ │ ├── Iraq.png │ │ │ ├── Ireland.png │ │ │ ├── Islamic Conference.png │ │ │ ├── Isle of Man.png │ │ │ ├── Israel.png │ │ │ ├── Italy.png │ │ │ ├── Jamaica.png │ │ │ ├── Japan.png │ │ │ ├── Jersey.png │ │ │ ├── Jordan.png │ │ │ ├── Kazakhstan.png │ │ │ ├── Kenya.png │ │ │ ├── Kiribati.png │ │ │ ├── Kosovo.png │ │ │ ├── Kuwait.png │ │ │ ├── Kyrgyzstan.png │ │ │ ├── Laos.png │ │ │ ├── Latvia.png │ │ │ ├── Lebanon.png │ │ │ ├── Lesotho.png │ │ │ ├── Liberia.png │ │ │ ├── Libya.png │ │ │ ├── Liechtenshein.png │ │ │ ├── Lithuania.png │ │ │ ├── Luxembourg.png │ │ │ ├── Macao.png │ │ │ ├── Macedonia.png │ │ │ ├── Madagascar.png │ │ │ ├── Malawi.png │ │ │ ├── Malaysia.png │ │ │ ├── Maldives.png │ │ │ ├── Mali.png │ │ │ ├── Malta.png │ │ │ ├── Marshall Islands.png │ │ │ ├── Martinique.png │ │ │ ├── Mauritania.png │ │ │ ├── Mauritius.png │ │ │ ├── Mexico.png │ │ │ ├── Micronesia.png │ │ │ ├── Moldova.png │ │ │ ├── Monaco.png │ │ │ ├── Mongolia.png │ │ │ ├── Montenegro.png │ │ │ ├── Montserrat.png │ │ │ ├── Morocco.png │ │ │ ├── Mozambique.png │ │ │ ├── Myanmar(Burma).png │ │ │ ├── NATO.png │ │ │ ├── Namibia.png │ │ │ ├── Nauru.png │ │ │ ├── Nepal.png │ │ │ ├── Netherlands Antilles.png │ │ │ ├── Netherlands.png │ │ │ ├── New Caledonia.png │ │ │ ├── New Zealand.png │ │ │ ├── Nicaragua.png │ │ │ ├── Niger.png │ │ │ ├── Nigeria.png │ │ │ ├── North Korea.png │ │ │ ├── Northern Cyprus.png │ │ │ ├── Northern Ireland.png │ │ │ ├── Norway.png │ │ │ ├── OPEC.png │ │ │ ├── Olimpic Movement.png │ │ │ ├── Oman.png │ │ │ ├── Pakistan.png │ │ │ ├── Palau.png │ │ │ ├── Palestine.png │ │ │ ├── Panama.png │ │ │ ├── Papua New Guinea.png │ │ │ ├── Paraguay.png │ │ │ ├── Peru.png │ │ │ ├── Philippines.png │ │ │ ├── Poland.png │ │ │ ├── Portugal.png │ │ │ ├── Puerto Rico.png │ │ │ ├── Qatar.png │ │ │ ├── Red Cross.png │ │ │ ├── Reunion.png │ │ │ ├── Romania.png │ │ │ ├── Russia.png │ │ │ ├── Rwanda.png │ │ │ ├── Saint Lucia.png │ │ │ ├── Samoa.png │ │ │ ├── San Marino.png │ │ │ ├── Sao Tome & Principe.png │ │ │ ├── Saudi Arabia.png │ │ │ ├── Scotland.png │ │ │ ├── Senegal.png │ │ │ ├── Serbia(Yugoslavia).png │ │ │ ├── Seychelles.png │ │ │ ├── Sierra Leone.png │ │ │ ├── Singapore.png │ │ │ ├── Slovakia.png │ │ │ ├── Slovenia.png │ │ │ ├── Solomon Islands.png │ │ │ ├── Somalia.png │ │ │ ├── Somaliland.png │ │ │ ├── South Africa.png │ │ │ ├── South Korea.png │ │ │ ├── Spain.png │ │ │ ├── Sri Lanka.png │ │ │ ├── St Kitts & Nevis.png │ │ │ ├── St Vincent & the Grenadines.png │ │ │ ├── Sudan.png │ │ │ ├── Suriname.png │ │ │ ├── Swaziland.png │ │ │ ├── Sweden.png │ │ │ ├── Switzerland.png │ │ │ ├── Syria.png │ │ │ ├── Tahiti(French Polinesia).png │ │ │ ├── Taiwan.png │ │ │ ├── Tajikistan.png │ │ │ ├── Tanzania.png │ │ │ ├── Thailand.png │ │ │ ├── Timor-Leste.png │ │ │ ├── Togo.png │ │ │ ├── Tonga.png │ │ │ ├── Trinidad & Tobago.png │ │ │ ├── Tunisia.png │ │ │ ├── Turkey.png │ │ │ ├── Turkmenistan.png │ │ │ ├── Turks and Caicos Islands.png │ │ │ ├── Tuvalu.png │ │ │ ├── USA.png │ │ │ ├── Uganda.png │ │ │ ├── Ukraine.png │ │ │ ├── United Arab Emirates.png │ │ │ ├── United Nations.png │ │ │ ├── United-Kingdom.png │ │ │ ├── Uruguay.png │ │ │ ├── Uzbekistan.png │ │ │ ├── Vanutau.png │ │ │ ├── Vatican City.png │ │ │ ├── Venezuela.png │ │ │ ├── Viet Nam.png │ │ │ ├── Virgin Islands British.png │ │ │ ├── Virgin Islands US.png │ │ │ ├── Wales.png │ │ │ ├── Western Sahara.png │ │ │ ├── Yemen.png │ │ │ ├── Zambia.png │ │ │ └── Zimbabwe.png │ │ ├── logo-dark.png │ │ ├── logo-light.png │ │ ├── logo.psd │ │ ├── select.png │ │ ├── select2.png │ │ ├── select2x2.png │ │ ├── sort_asc.png │ │ ├── sort_asc_disabled.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ ├── sort_desc_disabled.png │ │ └── sprite-skin-modern.png │ └── js │ │ ├── app-options.js │ │ ├── app.js │ │ └── libs │ │ ├── Chart.min.js │ │ ├── bootstrap.min.js │ │ ├── dataTables.bootstrap.min.js │ │ ├── daterangepicker.js │ │ ├── daterangepicker.min.js │ │ ├── fullcalendar.min.js │ │ ├── gauge.min.js │ │ ├── gcal.js │ │ ├── gcal.min.js │ │ ├── ion.rangeSlider.min.js │ │ ├── jquery.dataTables.min.js │ │ ├── jquery.maskedinput.min.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── moment.min.js │ │ ├── pace.min.js │ │ ├── select2.min.js │ │ ├── tether.min.js │ │ ├── toastr.js.map │ │ └── toastr.min.js │ ├── index.html │ └── views │ └── main.html ├── documentation ├── documentation.webarchive └── img │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── 6.jpg ├── jQuery_Dev_Grunt ├── Gruntfile.js ├── bower.json ├── css │ ├── docs.min.css │ ├── style.css │ ├── style.css.map │ └── style.min.css ├── fonts │ ├── FontAwesome.otf │ ├── Simple-Line-Icons.eot │ ├── Simple-Line-Icons.svg │ ├── Simple-Line-Icons.ttf │ ├── Simple-Line-Icons.woff │ ├── Simple-Line-Icons.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── img │ ├── Sorting icons.psd │ ├── avatars │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ └── 8.jpg │ ├── favicon.ico │ ├── flags │ │ ├── ASEAN.png │ │ ├── Afghanistan.png │ │ ├── African Union.png │ │ ├── Albania.png │ │ ├── Algeria.png │ │ ├── American Samoa.png │ │ ├── Andorra.png │ │ ├── Angola.png │ │ ├── Anguilla.png │ │ ├── Antarctica.png │ │ ├── Antigua & Barbuda.png │ │ ├── Arab League.png │ │ ├── Argentina.png │ │ ├── Armenia.png │ │ ├── Aruba.png │ │ ├── Australia.png │ │ ├── Austria.png │ │ ├── Azerbaijan.png │ │ ├── Bahamas.png │ │ ├── Bahrain.png │ │ ├── Bangladesh.png │ │ ├── Barbados.png │ │ ├── Belarus.png │ │ ├── Belgium.png │ │ ├── Belize.png │ │ ├── Benin.png │ │ ├── Bermuda.png │ │ ├── Bhutan.png │ │ ├── Bolivia.png │ │ ├── Bosnia & Herzegovina.png │ │ ├── Botswana.png │ │ ├── Brazil.png │ │ ├── Brunei.png │ │ ├── Bulgaria.png │ │ ├── Burkina Faso.png │ │ ├── Burundi.png │ │ ├── CARICOM.png │ │ ├── CIS.png │ │ ├── Cambodja.png │ │ ├── Cameroon.png │ │ ├── Canada.png │ │ ├── Cape Verde.png │ │ ├── Cayman Islands.png │ │ ├── Central African Republic.png │ │ ├── Chad.png │ │ ├── Chile.png │ │ ├── China.png │ │ ├── Colombia.png │ │ ├── Commonwealth.png │ │ ├── Comoros.png │ │ ├── Congo-Brazzaville.png │ │ ├── Congo-Kinshasa(Zaire).png │ │ ├── Cook Islands.png │ │ ├── Costa Rica.png │ │ ├── Cote d'Ivoire.png │ │ ├── Croatia.png │ │ ├── Cuba.png │ │ ├── Cyprus.png │ │ ├── Czech Republic.png │ │ ├── Denmark.png │ │ ├── Djibouti.png │ │ ├── Dominica.png │ │ ├── Dominican Republic.png │ │ ├── Ecuador.png │ │ ├── Egypt.png │ │ ├── El Salvador.png │ │ ├── England.png │ │ ├── Equatorial Guinea.png │ │ ├── Eritrea.png │ │ ├── Estonia.png │ │ ├── Ethiopia.png │ │ ├── European Union.png │ │ ├── Faroes.png │ │ ├── Fiji.png │ │ ├── Finland.png │ │ ├── France.png │ │ ├── Gabon.png │ │ ├── Gambia.png │ │ ├── Georgia.png │ │ ├── Germany.png │ │ ├── Ghana.png │ │ ├── Gibraltar.png │ │ ├── Greece.png │ │ ├── Greenland.png │ │ ├── Grenada.png │ │ ├── Guadeloupe.png │ │ ├── Guam.png │ │ ├── Guatemala.png │ │ ├── Guernsey.png │ │ ├── Guinea-Bissau.png │ │ ├── Guinea.png │ │ ├── Guyana.png │ │ ├── Haiti.png │ │ ├── Honduras.png │ │ ├── Hong Kong.png │ │ ├── Hungary.png │ │ ├── Iceland.png │ │ ├── India.png │ │ ├── Indonezia.png │ │ ├── Iran.png │ │ ├── Iraq.png │ │ ├── Ireland.png │ │ ├── Islamic Conference.png │ │ ├── Isle of Man.png │ │ ├── Israel.png │ │ ├── Italy.png │ │ ├── Jamaica.png │ │ ├── Japan.png │ │ ├── Jersey.png │ │ ├── Jordan.png │ │ ├── Kazakhstan.png │ │ ├── Kenya.png │ │ ├── Kiribati.png │ │ ├── Kosovo.png │ │ ├── Kuwait.png │ │ ├── Kyrgyzstan.png │ │ ├── Laos.png │ │ ├── Latvia.png │ │ ├── Lebanon.png │ │ ├── Lesotho.png │ │ ├── Liberia.png │ │ ├── Libya.png │ │ ├── Liechtenshein.png │ │ ├── Lithuania.png │ │ ├── Luxembourg.png │ │ ├── Macao.png │ │ ├── Macedonia.png │ │ ├── Madagascar.png │ │ ├── Malawi.png │ │ ├── Malaysia.png │ │ ├── Maldives.png │ │ ├── Mali.png │ │ ├── Malta.png │ │ ├── Marshall Islands.png │ │ ├── Martinique.png │ │ ├── Mauritania.png │ │ ├── Mauritius.png │ │ ├── Mexico.png │ │ ├── Micronesia.png │ │ ├── Moldova.png │ │ ├── Monaco.png │ │ ├── Mongolia.png │ │ ├── Montenegro.png │ │ ├── Montserrat.png │ │ ├── Morocco.png │ │ ├── Mozambique.png │ │ ├── Myanmar(Burma).png │ │ ├── NATO.png │ │ ├── Namibia.png │ │ ├── Nauru.png │ │ ├── Nepal.png │ │ ├── Netherlands Antilles.png │ │ ├── Netherlands.png │ │ ├── New Caledonia.png │ │ ├── New Zealand.png │ │ ├── Nicaragua.png │ │ ├── Niger.png │ │ ├── Nigeria.png │ │ ├── North Korea.png │ │ ├── Northern Cyprus.png │ │ ├── Northern Ireland.png │ │ ├── Norway.png │ │ ├── OPEC.png │ │ ├── Olimpic Movement.png │ │ ├── Oman.png │ │ ├── Pakistan.png │ │ ├── Palau.png │ │ ├── Palestine.png │ │ ├── Panama.png │ │ ├── Papua New Guinea.png │ │ ├── Paraguay.png │ │ ├── Peru.png │ │ ├── Philippines.png │ │ ├── Poland.png │ │ ├── Portugal.png │ │ ├── Puerto Rico.png │ │ ├── Qatar.png │ │ ├── Red Cross.png │ │ ├── Reunion.png │ │ ├── Romania.png │ │ ├── Russia.png │ │ ├── Rwanda.png │ │ ├── Saint Lucia.png │ │ ├── Samoa.png │ │ ├── San Marino.png │ │ ├── Sao Tome & Principe.png │ │ ├── Saudi Arabia.png │ │ ├── Scotland.png │ │ ├── Senegal.png │ │ ├── Serbia(Yugoslavia).png │ │ ├── Seychelles.png │ │ ├── Sierra Leone.png │ │ ├── Singapore.png │ │ ├── Slovakia.png │ │ ├── Slovenia.png │ │ ├── Solomon Islands.png │ │ ├── Somalia.png │ │ ├── Somaliland.png │ │ ├── South Africa.png │ │ ├── South Korea.png │ │ ├── Spain.png │ │ ├── Sri Lanka.png │ │ ├── St Kitts & Nevis.png │ │ ├── St Vincent & the Grenadines.png │ │ ├── Sudan.png │ │ ├── Suriname.png │ │ ├── Swaziland.png │ │ ├── Sweden.png │ │ ├── Switzerland.png │ │ ├── Syria.png │ │ ├── Tahiti(French Polinesia).png │ │ ├── Taiwan.png │ │ ├── Tajikistan.png │ │ ├── Tanzania.png │ │ ├── Thailand.png │ │ ├── Timor-Leste.png │ │ ├── Togo.png │ │ ├── Tonga.png │ │ ├── Trinidad & Tobago.png │ │ ├── Tunisia.png │ │ ├── Turkey.png │ │ ├── Turkmenistan.png │ │ ├── Turks and Caicos Islands.png │ │ ├── Tuvalu.png │ │ ├── USA.png │ │ ├── Uganda.png │ │ ├── Ukraine.png │ │ ├── United Arab Emirates.png │ │ ├── United Nations.png │ │ ├── United-Kingdom.png │ │ ├── Uruguay.png │ │ ├── Uzbekistan.png │ │ ├── Vanutau.png │ │ ├── Vatican City.png │ │ ├── Venezuela.png │ │ ├── Viet Nam.png │ │ ├── Virgin Islands British.png │ │ ├── Virgin Islands US.png │ │ ├── Wales.png │ │ ├── Western Sahara.png │ │ ├── Yemen.png │ │ ├── Zambia.png │ │ └── Zimbabwe.png │ ├── logo-dark.png │ ├── logo-light.png │ ├── logo.psd │ ├── select.png │ ├── select2.png │ ├── select2x2.png │ ├── sort_asc.png │ ├── sort_asc_disabled.png │ ├── sort_both.png │ ├── sort_desc.png │ ├── sort_desc_disabled.png │ └── sprite-skin-modern.png ├── index.html ├── js │ ├── app-options.js │ ├── app.js │ ├── libs │ │ ├── Chart.min.js │ │ ├── bootstrap.min.js │ │ ├── dataTables.bootstrap.min.js │ │ ├── daterangepicker.js │ │ ├── daterangepicker.min.js │ │ ├── fullcalendar.min.js │ │ ├── gauge.min.js │ │ ├── gcal.js │ │ ├── gcal.min.js │ │ ├── ion.rangeSlider.min.js │ │ ├── jquery.dataTables.min.js │ │ ├── jquery.maskedinput.min.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── moment.min.js │ │ ├── pace.min.js │ │ ├── select2.min.js │ │ ├── tether.min.js │ │ ├── toastr.js.map │ │ └── toastr.min.js │ └── views │ │ ├── calendar.js │ │ ├── charts.js │ │ ├── forms.js │ │ ├── main.js │ │ ├── main2.js │ │ ├── notifications.js │ │ ├── shared.js │ │ ├── sliders.js │ │ ├── tables.js │ │ └── widgets.js ├── package.json ├── scss │ ├── app │ │ ├── _bootstrap.scss │ │ ├── _core.scss │ │ ├── _custom.scss │ │ ├── _mixins.scss │ │ ├── _pages.scss │ │ ├── _uikits.scss │ │ ├── _vendors.scss │ │ ├── app.scss │ │ ├── bootstrap │ │ │ ├── _breadcrumb.scss │ │ │ ├── _buttons.scss │ │ │ ├── _card.scss │ │ │ ├── _dropdown.scss │ │ │ ├── _input-group.scss │ │ │ ├── _navbar.scss │ │ │ ├── _progress.scss │ │ │ ├── _tables.scss │ │ │ └── bootstrap.scss │ │ ├── core │ │ │ ├── _animate.scss │ │ │ ├── _aside.scss │ │ │ ├── _avatars.scss │ │ │ ├── _breadcrumb-menu.scss │ │ │ ├── _buttons.scss │ │ │ ├── _callout.scss │ │ │ ├── _charts.scss │ │ │ ├── _footer.scss │ │ │ ├── _grid.scss │ │ │ ├── _layout.scss │ │ │ ├── _loading.scss │ │ │ ├── _mobile.scss │ │ │ ├── _navigation-old.scss │ │ │ ├── _navigation.scss │ │ │ ├── _others.scss │ │ │ ├── _page-header.scss │ │ │ ├── _switches.scss │ │ │ ├── _temp.scss │ │ │ ├── _typography.scss │ │ │ ├── _utilities-border.scss │ │ │ ├── _widgets.scss │ │ │ └── navigation │ │ │ │ ├── _disabled.scss │ │ │ │ ├── _sidebar.scss │ │ │ │ └── _top.scss │ │ ├── pages │ │ │ └── _login-register.scss │ │ ├── uikits │ │ │ └── _email.scss │ │ └── vendors │ │ │ ├── chart.js │ │ │ └── chart.scss │ │ │ ├── datatables │ │ │ └── datatables.scss │ │ │ ├── daterangepicker │ │ │ └── daterangepicker.scss │ │ │ ├── fontawesome │ │ │ ├── _animated.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ │ │ ├── fullcalendar │ │ │ └── fullcalendar.scss │ │ │ ├── ionRangeSlider │ │ │ └── ionRangeSlider.scss │ │ │ ├── select2 │ │ │ └── _select2.scss │ │ │ ├── simple-line-icons │ │ │ └── simple-line-icons.scss │ │ │ └── toastr │ │ │ └── toastr.scss │ └── bootstrap │ │ ├── _alert.scss │ │ ├── _animation.scss │ │ ├── _breadcrumb.scss │ │ ├── _button-group.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _carousel.scss │ │ ├── _close.scss │ │ ├── _code.scss │ │ ├── _custom-forms.scss │ │ ├── _dropdown.scss │ │ ├── _forms.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _input-group.scss │ │ ├── _jumbotron.scss │ │ ├── _labels.scss │ │ ├── _layout.scss │ │ ├── _list-group.scss │ │ ├── _media.scss │ │ ├── _mixins.scss │ │ ├── _modal.scss │ │ ├── _nav.scss │ │ ├── _navbar.scss │ │ ├── _normalize.scss │ │ ├── _pager.scss │ │ ├── _pagination.scss │ │ ├── _popover.scss │ │ ├── _print.scss │ │ ├── _progress.scss │ │ ├── _reboot.scss │ │ ├── _responsive-embed.scss │ │ ├── _tables.scss │ │ ├── _tooltip.scss │ │ ├── _type.scss │ │ ├── _utilities-background.scss │ │ ├── _utilities-responsive.scss │ │ ├── _utilities-spacing.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── bootstrap-flex.scss │ │ ├── bootstrap-grid.scss │ │ ├── bootstrap-reboot.scss │ │ ├── bootstrap.scss │ │ └── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _border-radius.scss │ │ ├── _breakpoints.scss │ │ ├── _buttons.scss │ │ ├── _cards.scss │ │ ├── _center-block.scss │ │ ├── _clearfix.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hide-text.scss │ │ ├── _hover.scss │ │ ├── _image.scss │ │ ├── _label.scss │ │ ├── _list-group.scss │ │ ├── _lists.scss │ │ ├── _nav-divider.scss │ │ ├── _navbar-align.scss │ │ ├── _pagination.scss │ │ ├── _progress.scss │ │ ├── _pulls.scss │ │ ├── _reset-filter.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _responsive-visibility.scss │ │ ├── _screen-reader.scss │ │ ├── _size.scss │ │ ├── _tab-focus.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-hide.scss │ │ └── _text-truncate.scss └── views │ ├── UIkits │ ├── email │ │ ├── compose.html │ │ ├── inbox.html │ │ └── message.html │ └── invoicing │ │ └── invoice.html │ ├── app-options.html │ ├── charts.html │ ├── components │ ├── buttons.html │ ├── cards.html │ ├── forms.html │ ├── social-buttons.html │ ├── switches.html │ └── tables.html │ ├── forms.html │ ├── icons.html │ ├── icons │ ├── font-awesome.html │ └── simple-line-icons.html │ ├── main.html │ ├── main2.html │ ├── pages │ ├── 404.html │ ├── 500.html │ ├── login.html │ └── register.html │ ├── plugins │ ├── calendar.html │ ├── notifications.html │ ├── sliders.html │ └── tables.html │ └── widgets.html └── jQuery_Seed_Grunt ├── Gruntfile.js ├── bower.json ├── css ├── docs.min.css ├── style.css ├── style.css.map └── style.min.css ├── fonts ├── FontAwesome.otf ├── Simple-Line-Icons.eot ├── Simple-Line-Icons.svg ├── Simple-Line-Icons.ttf ├── Simple-Line-Icons.woff ├── Simple-Line-Icons.woff2 ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff └── fontawesome-webfont.woff2 ├── img ├── Sorting icons.psd ├── avatars │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ └── 8.jpg ├── favicon.ico ├── flags │ ├── ASEAN.png │ ├── Afghanistan.png │ ├── African Union.png │ ├── Albania.png │ ├── Algeria.png │ ├── American Samoa.png │ ├── Andorra.png │ ├── Angola.png │ ├── Anguilla.png │ ├── Antarctica.png │ ├── Antigua & Barbuda.png │ ├── Arab League.png │ ├── Argentina.png │ ├── Armenia.png │ ├── Aruba.png │ ├── Australia.png │ ├── Austria.png │ ├── Azerbaijan.png │ ├── Bahamas.png │ ├── Bahrain.png │ ├── Bangladesh.png │ ├── Barbados.png │ ├── Belarus.png │ ├── Belgium.png │ ├── Belize.png │ ├── Benin.png │ ├── Bermuda.png │ ├── Bhutan.png │ ├── Bolivia.png │ ├── Bosnia & Herzegovina.png │ ├── Botswana.png │ ├── Brazil.png │ ├── Brunei.png │ ├── Bulgaria.png │ ├── Burkina Faso.png │ ├── Burundi.png │ ├── CARICOM.png │ ├── CIS.png │ ├── Cambodja.png │ ├── Cameroon.png │ ├── Canada.png │ ├── Cape Verde.png │ ├── Cayman Islands.png │ ├── Central African Republic.png │ ├── Chad.png │ ├── Chile.png │ ├── China.png │ ├── Colombia.png │ ├── Commonwealth.png │ ├── Comoros.png │ ├── Congo-Brazzaville.png │ ├── Congo-Kinshasa(Zaire).png │ ├── Cook Islands.png │ ├── Costa Rica.png │ ├── Cote d'Ivoire.png │ ├── Croatia.png │ ├── Cuba.png │ ├── Cyprus.png │ ├── Czech Republic.png │ ├── Denmark.png │ ├── Djibouti.png │ ├── Dominica.png │ ├── Dominican Republic.png │ ├── Ecuador.png │ ├── Egypt.png │ ├── El Salvador.png │ ├── England.png │ ├── Equatorial Guinea.png │ ├── Eritrea.png │ ├── Estonia.png │ ├── Ethiopia.png │ ├── European Union.png │ ├── Faroes.png │ ├── Fiji.png │ ├── Finland.png │ ├── France.png │ ├── Gabon.png │ ├── Gambia.png │ ├── Georgia.png │ ├── Germany.png │ ├── Ghana.png │ ├── Gibraltar.png │ ├── Greece.png │ ├── Greenland.png │ ├── Grenada.png │ ├── Guadeloupe.png │ ├── Guam.png │ ├── Guatemala.png │ ├── Guernsey.png │ ├── Guinea-Bissau.png │ ├── Guinea.png │ ├── Guyana.png │ ├── Haiti.png │ ├── Honduras.png │ ├── Hong Kong.png │ ├── Hungary.png │ ├── Iceland.png │ ├── India.png │ ├── Indonezia.png │ ├── Iran.png │ ├── Iraq.png │ ├── Ireland.png │ ├── Islamic Conference.png │ ├── Isle of Man.png │ ├── Israel.png │ ├── Italy.png │ ├── Jamaica.png │ ├── Japan.png │ ├── Jersey.png │ ├── Jordan.png │ ├── Kazakhstan.png │ ├── Kenya.png │ ├── Kiribati.png │ ├── Kosovo.png │ ├── Kuwait.png │ ├── Kyrgyzstan.png │ ├── Laos.png │ ├── Latvia.png │ ├── Lebanon.png │ ├── Lesotho.png │ ├── Liberia.png │ ├── Libya.png │ ├── Liechtenshein.png │ ├── Lithuania.png │ ├── Luxembourg.png │ ├── Macao.png │ ├── Macedonia.png │ ├── Madagascar.png │ ├── Malawi.png │ ├── Malaysia.png │ ├── Maldives.png │ ├── Mali.png │ ├── Malta.png │ ├── Marshall Islands.png │ ├── Martinique.png │ ├── Mauritania.png │ ├── Mauritius.png │ ├── Mexico.png │ ├── Micronesia.png │ ├── Moldova.png │ ├── Monaco.png │ ├── Mongolia.png │ ├── Montenegro.png │ ├── Montserrat.png │ ├── Morocco.png │ ├── Mozambique.png │ ├── Myanmar(Burma).png │ ├── NATO.png │ ├── Namibia.png │ ├── Nauru.png │ ├── Nepal.png │ ├── Netherlands Antilles.png │ ├── Netherlands.png │ ├── New Caledonia.png │ ├── New Zealand.png │ ├── Nicaragua.png │ ├── Niger.png │ ├── Nigeria.png │ ├── North Korea.png │ ├── Northern Cyprus.png │ ├── Northern Ireland.png │ ├── Norway.png │ ├── OPEC.png │ ├── Olimpic Movement.png │ ├── Oman.png │ ├── Pakistan.png │ ├── Palau.png │ ├── Palestine.png │ ├── Panama.png │ ├── Papua New Guinea.png │ ├── Paraguay.png │ ├── Peru.png │ ├── Philippines.png │ ├── Poland.png │ ├── Portugal.png │ ├── Puerto Rico.png │ ├── Qatar.png │ ├── Red Cross.png │ ├── Reunion.png │ ├── Romania.png │ ├── Russia.png │ ├── Rwanda.png │ ├── Saint Lucia.png │ ├── Samoa.png │ ├── San Marino.png │ ├── Sao Tome & Principe.png │ ├── Saudi Arabia.png │ ├── Scotland.png │ ├── Senegal.png │ ├── Serbia(Yugoslavia).png │ ├── Seychelles.png │ ├── Sierra Leone.png │ ├── Singapore.png │ ├── Slovakia.png │ ├── Slovenia.png │ ├── Solomon Islands.png │ ├── Somalia.png │ ├── Somaliland.png │ ├── South Africa.png │ ├── South Korea.png │ ├── Spain.png │ ├── Sri Lanka.png │ ├── St Kitts & Nevis.png │ ├── St Vincent & the Grenadines.png │ ├── Sudan.png │ ├── Suriname.png │ ├── Swaziland.png │ ├── Sweden.png │ ├── Switzerland.png │ ├── Syria.png │ ├── Tahiti(French Polinesia).png │ ├── Taiwan.png │ ├── Tajikistan.png │ ├── Tanzania.png │ ├── Thailand.png │ ├── Timor-Leste.png │ ├── Togo.png │ ├── Tonga.png │ ├── Trinidad & Tobago.png │ ├── Tunisia.png │ ├── Turkey.png │ ├── Turkmenistan.png │ ├── Turks and Caicos Islands.png │ ├── Tuvalu.png │ ├── USA.png │ ├── Uganda.png │ ├── Ukraine.png │ ├── United Arab Emirates.png │ ├── United Nations.png │ ├── United-Kingdom.png │ ├── Uruguay.png │ ├── Uzbekistan.png │ ├── Vanutau.png │ ├── Vatican City.png │ ├── Venezuela.png │ ├── Viet Nam.png │ ├── Virgin Islands British.png │ ├── Virgin Islands US.png │ ├── Wales.png │ ├── Western Sahara.png │ ├── Yemen.png │ ├── Zambia.png │ └── Zimbabwe.png ├── logo-dark.png ├── logo-light.png ├── logo.psd ├── select.png ├── select2.png ├── select2x2.png ├── sort_asc.png ├── sort_asc_disabled.png ├── sort_both.png ├── sort_desc.png ├── sort_desc_disabled.png └── sprite-skin-modern.png ├── index.html ├── js ├── app-options.js ├── app.js └── libs │ ├── Chart.min.js │ ├── bootstrap.min.js │ ├── dataTables.bootstrap.min.js │ ├── daterangepicker.js │ ├── daterangepicker.min.js │ ├── fullcalendar.min.js │ ├── gauge.min.js │ ├── gcal.js │ ├── gcal.min.js │ ├── ion.rangeSlider.min.js │ ├── jquery.dataTables.min.js │ ├── jquery.maskedinput.min.js │ ├── jquery.min.js │ ├── jquery.min.map │ ├── moment.min.js │ ├── pace.min.js │ ├── select2.min.js │ ├── tether.min.js │ ├── toastr.js.map │ └── toastr.min.js ├── package.json ├── scss ├── app │ ├── _bootstrap.scss │ ├── _core.scss │ ├── _custom.scss │ ├── _mixins.scss │ ├── _pages.scss │ ├── _uikits.scss │ ├── _vendors.scss │ ├── app.scss │ ├── bootstrap │ │ ├── _breadcrumb.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _dropdown.scss │ │ ├── _input-group.scss │ │ ├── _navbar.scss │ │ ├── _progress.scss │ │ ├── _tables.scss │ │ └── bootstrap.scss │ ├── core │ │ ├── _animate.scss │ │ ├── _aside.scss │ │ ├── _avatars.scss │ │ ├── _breadcrumb-menu.scss │ │ ├── _buttons.scss │ │ ├── _callout.scss │ │ ├── _charts.scss │ │ ├── _footer.scss │ │ ├── _grid.scss │ │ ├── _layout.scss │ │ ├── _loading.scss │ │ ├── _mobile.scss │ │ ├── _navigation-old.scss │ │ ├── _navigation.scss │ │ ├── _others.scss │ │ ├── _page-header.scss │ │ ├── _switches.scss │ │ ├── _temp.scss │ │ ├── _typography.scss │ │ ├── _utilities-border.scss │ │ ├── _widgets.scss │ │ └── navigation │ │ │ ├── _disabled.scss │ │ │ ├── _sidebar.scss │ │ │ └── _top.scss │ ├── pages │ │ └── _login-register.scss │ ├── uikits │ │ └── _email.scss │ └── vendors │ │ ├── chart.js │ │ └── chart.scss │ │ ├── datatables │ │ └── datatables.scss │ │ ├── daterangepicker │ │ └── daterangepicker.scss │ │ ├── fontawesome │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss │ │ ├── fullcalendar │ │ └── fullcalendar.scss │ │ ├── ionRangeSlider │ │ └── ionRangeSlider.scss │ │ ├── select2 │ │ └── _select2.scss │ │ ├── simple-line-icons │ │ └── simple-line-icons.scss │ │ └── toastr │ │ └── toastr.scss └── bootstrap │ ├── _alert.scss │ ├── _animation.scss │ ├── _breadcrumb.scss │ ├── _button-group.scss │ ├── _buttons.scss │ ├── _card.scss │ ├── _carousel.scss │ ├── _close.scss │ ├── _code.scss │ ├── _custom-forms.scss │ ├── _dropdown.scss │ ├── _forms.scss │ ├── _grid.scss │ ├── _images.scss │ ├── _input-group.scss │ ├── _jumbotron.scss │ ├── _labels.scss │ ├── _layout.scss │ ├── _list-group.scss │ ├── _media.scss │ ├── _mixins.scss │ ├── _modal.scss │ ├── _nav.scss │ ├── _navbar.scss │ ├── _normalize.scss │ ├── _pager.scss │ ├── _pagination.scss │ ├── _popover.scss │ ├── _print.scss │ ├── _progress.scss │ ├── _reboot.scss │ ├── _responsive-embed.scss │ ├── _tables.scss │ ├── _tooltip.scss │ ├── _type.scss │ ├── _utilities-background.scss │ ├── _utilities-responsive.scss │ ├── _utilities-spacing.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── bootstrap-flex.scss │ ├── bootstrap-grid.scss │ ├── bootstrap-reboot.scss │ ├── bootstrap.scss │ └── mixins │ ├── _alert.scss │ ├── _background-variant.scss │ ├── _border-radius.scss │ ├── _breakpoints.scss │ ├── _buttons.scss │ ├── _cards.scss │ ├── _center-block.scss │ ├── _clearfix.scss │ ├── _forms.scss │ ├── _gradients.scss │ ├── _grid-framework.scss │ ├── _grid.scss │ ├── _hide-text.scss │ ├── _hover.scss │ ├── _image.scss │ ├── _label.scss │ ├── _list-group.scss │ ├── _lists.scss │ ├── _nav-divider.scss │ ├── _navbar-align.scss │ ├── _pagination.scss │ ├── _progress.scss │ ├── _pulls.scss │ ├── _reset-filter.scss │ ├── _reset-text.scss │ ├── _resize.scss │ ├── _responsive-visibility.scss │ ├── _screen-reader.scss │ ├── _size.scss │ ├── _tab-focus.scss │ ├── _table-row.scss │ ├── _text-emphasis.scss │ ├── _text-hide.scss │ └── _text-truncate.scss └── views └── main.html /.gitignore: -------------------------------------------------------------------------------- 1 | .sass-cache 2 | bower_components 3 | node_modules 4 | .tmp 5 | -------------------------------------------------------------------------------- /Angular_Dev_Grunt/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/Gruntfile.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/bower.json -------------------------------------------------------------------------------- /Angular_Dev_Grunt/css/docs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/css/docs.min.css -------------------------------------------------------------------------------- /Angular_Dev_Grunt/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/css/style.css -------------------------------------------------------------------------------- /Angular_Dev_Grunt/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/css/style.css.map -------------------------------------------------------------------------------- /Angular_Dev_Grunt/css/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/css/style.min.css -------------------------------------------------------------------------------- /Angular_Dev_Grunt/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/data.json -------------------------------------------------------------------------------- /Angular_Dev_Grunt/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/Sorting icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/Sorting icons.psd -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/1.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/2.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/3.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/4.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/5.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/6.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/7.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/avatars/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/avatars/8.jpg -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/favicon.ico -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/ASEAN.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Albania.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Algeria.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Andorra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Andorra.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Angola.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Anguilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Anguilla.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Armenia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Aruba.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Austria.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Bahamas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Bahamas.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Bahrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Bahrain.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Barbados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Barbados.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Belarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Belarus.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Belgium.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Belize.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Benin.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Bermuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Bermuda.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Bhutan.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Bolivia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Bolivia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Botswana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Botswana.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Brazil.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Brunei.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Bulgaria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Bulgaria.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Burundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Burundi.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/CARICOM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/CARICOM.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/CIS.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Cambodja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Cambodja.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Cameroon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Cameroon.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Canada.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Chad.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Chile.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/China.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Colombia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Colombia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Comoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Comoros.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Croatia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Croatia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Cuba.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Cyprus.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Denmark.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Djibouti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Djibouti.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Dominica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Dominica.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Ecuador.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Egypt.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/England.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Eritrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Eritrea.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Estonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Estonia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Ethiopia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Ethiopia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Faroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Faroes.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Fiji.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Finland.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/France.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Gabon.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Gambia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Georgia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Germany.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Ghana.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Greece.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Grenada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Grenada.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Guam.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Guernsey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Guernsey.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Guinea.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Guyana.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Haiti.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Honduras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Honduras.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Hungary.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Iceland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Iceland.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/India.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Iran.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Iraq.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Ireland.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Israel.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Italy.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Jamaica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Jamaica.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Japan.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Jersey.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Jordan.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Kenya.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Kiribati.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Kiribati.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Kosovo.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Kuwait.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Laos.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Latvia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Lebanon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Lebanon.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Lesotho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Lesotho.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Liberia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Liberia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Libya.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Macao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Macao.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Malawi.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Malaysia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Malaysia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Maldives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Maldives.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Mali.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Malta.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Mexico.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Moldova.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Monaco.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Mongolia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Mongolia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Morocco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Morocco.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/NATO.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Namibia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Namibia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Nauru.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Nepal.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Niger.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Nigeria.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Norway.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/OPEC.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Oman.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Pakistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Pakistan.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Palau.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Panama.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Paraguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Paraguay.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Peru.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Poland.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Portugal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Portugal.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Qatar.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Reunion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Reunion.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Romania.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Russia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Rwanda.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Samoa.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Scotland.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Senegal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Senegal.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Slovakia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Slovakia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Slovenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Slovenia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Somalia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Somalia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Spain.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Sudan.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Suriname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Suriname.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Sweden.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Syria.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Taiwan.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Tanzania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Tanzania.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Thailand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Thailand.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Togo.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Tonga.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Tunisia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Tunisia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Turkey.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Tuvalu.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/USA.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Uganda.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Ukraine.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Uruguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Uruguay.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Vanutau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Vanutau.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Viet Nam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Viet Nam.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Wales.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Yemen.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Zambia.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/flags/Zimbabwe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/flags/Zimbabwe.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/logo-dark.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/logo-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/logo-light.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/logo.psd -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/select.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/select2.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/select2x2.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/sort_asc.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/sort_both.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/img/sort_desc.png -------------------------------------------------------------------------------- /Angular_Dev_Grunt/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/index.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/app.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/controllers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/controllers.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/controllers/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/controllers/main.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/demo/controllers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/demo/controllers.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/demo/directives.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/demo/directives.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/demo/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/demo/routes.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/directives.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/directives.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/Chart.ext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/Chart.ext.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/Chart.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/Chart.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/angular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/angular.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/calendar.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/gauge.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/gauge.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/gcal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/gcal.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/gcal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/gcal.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/jquery.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/jquery.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/jquery.min.map -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/mask.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/mask.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/moment.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/moment.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/select.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/select.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/select2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/select2.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/libs/tether.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/libs/tether.min.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/routes.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/js/translations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/js/translations.js -------------------------------------------------------------------------------- /Angular_Dev_Grunt/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/package.json -------------------------------------------------------------------------------- /Angular_Dev_Grunt/scss/app/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/scss/app/_core.scss -------------------------------------------------------------------------------- /Angular_Dev_Grunt/scss/app/_custom.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/scss/app/_custom.scss -------------------------------------------------------------------------------- /Angular_Dev_Grunt/scss/app/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/scss/app/_mixins.scss -------------------------------------------------------------------------------- /Angular_Dev_Grunt/scss/app/_pages.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Angular_Dev_Grunt/scss/app/_uikits.scss: -------------------------------------------------------------------------------- 1 | @import "uikits/email"; 2 | -------------------------------------------------------------------------------- /Angular_Dev_Grunt/scss/app/_vendors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/scss/app/_vendors.scss -------------------------------------------------------------------------------- /Angular_Dev_Grunt/scss/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/scss/app/app.scss -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/404.html: -------------------------------------------------------------------------------- 1 | Error 404 -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/charts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/charts.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/echarts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/echarts.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/forms.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/icons.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/main.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/main2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/main2.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/pages/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/pages/404.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/pages/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/pages/500.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/pages/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/pages/login.html -------------------------------------------------------------------------------- /Angular_Dev_Grunt/views/widgets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Dev_Grunt/views/widgets.html -------------------------------------------------------------------------------- /Angular_Seed_Grunt/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/Gruntfile.js -------------------------------------------------------------------------------- /Angular_Seed_Grunt/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/bower.json -------------------------------------------------------------------------------- /Angular_Seed_Grunt/css/docs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/css/docs.min.css -------------------------------------------------------------------------------- /Angular_Seed_Grunt/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/css/style.css -------------------------------------------------------------------------------- /Angular_Seed_Grunt/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/css/style.css.map -------------------------------------------------------------------------------- /Angular_Seed_Grunt/css/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/css/style.min.css -------------------------------------------------------------------------------- /Angular_Seed_Grunt/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/data.json -------------------------------------------------------------------------------- /Angular_Seed_Grunt/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/Sorting icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/Sorting icons.psd -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/1.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/2.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/3.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/4.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/5.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/6.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/7.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/avatars/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/avatars/8.jpg -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/favicon.ico -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/ASEAN.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Albania.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Algeria.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Andorra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Andorra.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Angola.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Armenia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Aruba.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Austria.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Bahamas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Bahamas.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Bahrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Bahrain.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Belarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Belarus.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Belgium.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Belize.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Benin.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Bermuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Bermuda.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Bhutan.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Bolivia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Bolivia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Brazil.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Brunei.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Burundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Burundi.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/CARICOM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/CARICOM.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/CIS.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Canada.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Chad.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Chile.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/China.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Comoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Comoros.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Croatia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Croatia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Cuba.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Cyprus.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Denmark.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Ecuador.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Egypt.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/England.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Eritrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Eritrea.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Estonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Estonia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Faroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Faroes.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Fiji.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Finland.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/France.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Gabon.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Gambia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Georgia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Germany.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Ghana.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Greece.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Grenada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Grenada.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Guam.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Guinea.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Guyana.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Haiti.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Hungary.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Iceland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Iceland.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/India.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Iran.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Iraq.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Ireland.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Israel.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Italy.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Jamaica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Jamaica.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Japan.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Jersey.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Jordan.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Kenya.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Kosovo.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Kuwait.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Laos.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Latvia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Lebanon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Lebanon.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Lesotho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Lesotho.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Liberia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Liberia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Libya.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Macao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Macao.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Malawi.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Mali.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Malta.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Mexico.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Moldova.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Monaco.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Morocco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Morocco.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/NATO.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Namibia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Namibia.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Nauru.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Nepal.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Niger.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Nigeria.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Norway.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/OPEC.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Oman.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Palau.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Panama.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Peru.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/Togo.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/flags/USA.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/logo-dark.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/logo-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/logo-light.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/logo.psd -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/select.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/select2.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/select2x2.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/sort_asc.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/sort_both.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/img/sort_desc.png -------------------------------------------------------------------------------- /Angular_Seed_Grunt/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/index.html -------------------------------------------------------------------------------- /Angular_Seed_Grunt/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/js/app.js -------------------------------------------------------------------------------- /Angular_Seed_Grunt/js/controllers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/js/controllers.js -------------------------------------------------------------------------------- /Angular_Seed_Grunt/js/directives.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/js/directives.js -------------------------------------------------------------------------------- /Angular_Seed_Grunt/js/libs/gcal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/js/libs/gcal.js -------------------------------------------------------------------------------- /Angular_Seed_Grunt/js/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/js/routes.js -------------------------------------------------------------------------------- /Angular_Seed_Grunt/js/translations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/js/translations.js -------------------------------------------------------------------------------- /Angular_Seed_Grunt/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/package.json -------------------------------------------------------------------------------- /Angular_Seed_Grunt/scss/app/_pages.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Angular_Seed_Grunt/scss/app/_uikits.scss: -------------------------------------------------------------------------------- 1 | @import "uikits/email"; 2 | -------------------------------------------------------------------------------- /Angular_Seed_Grunt/scss/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/scss/app/app.scss -------------------------------------------------------------------------------- /Angular_Seed_Grunt/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Angular_Seed_Grunt/views/main.html -------------------------------------------------------------------------------- /GenesisUI-1.3.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/GenesisUI-1.3.2.zip -------------------------------------------------------------------------------- /GenesisUI-1.3.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/GenesisUI-1.3.3.zip -------------------------------------------------------------------------------- /GenesisUI-1.3.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/GenesisUI-1.3.4.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/README.md -------------------------------------------------------------------------------- /Static_Dev_Grunt/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/Gruntfile.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/bower.json -------------------------------------------------------------------------------- /Static_Dev_Grunt/charts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/charts.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/css/docs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/css/docs.min.css -------------------------------------------------------------------------------- /Static_Dev_Grunt/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/css/style.css -------------------------------------------------------------------------------- /Static_Dev_Grunt/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/css/style.css.map -------------------------------------------------------------------------------- /Static_Dev_Grunt/css/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/css/style.min.css -------------------------------------------------------------------------------- /Static_Dev_Grunt/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/forms.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/icons.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/1.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/2.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/3.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/4.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/5.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/6.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/7.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/avatars/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/avatars/8.jpg -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/favicon.ico -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/ASEAN.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Angola.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Aruba.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Belize.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Benin.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Bhutan.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Brazil.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Brunei.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/CIS.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Canada.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Chad.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Chile.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/China.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Cuba.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Cyprus.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Egypt.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Faroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Faroes.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Fiji.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/France.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Gabon.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Gambia.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Ghana.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Greece.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Guam.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Guinea.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Guyana.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Haiti.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/India.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Iran.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Iraq.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Israel.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Italy.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Japan.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Jersey.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Jordan.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Kenya.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Kosovo.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Kuwait.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Laos.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Latvia.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Libya.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Macao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Macao.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Malawi.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Mali.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Malta.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Mexico.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Monaco.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/NATO.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Nauru.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Nepal.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Niger.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Norway.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/OPEC.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Oman.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Palau.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Panama.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Peru.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Poland.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Qatar.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Russia.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Rwanda.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Samoa.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Spain.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Sudan.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Sweden.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Syria.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Taiwan.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Togo.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Tonga.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Turkey.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Tuvalu.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/USA.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Uganda.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Wales.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Yemen.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/flags/Zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/flags/Zambia.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/logo-dark.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/logo-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/logo-light.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/logo.psd -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/select.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/select2.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/select2x2.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/sort_asc.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/sort_both.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/img/sort_desc.png -------------------------------------------------------------------------------- /Static_Dev_Grunt/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/index.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/index2.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/app-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/app-options.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/app.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/libs/Chart.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/libs/Chart.min.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/libs/gauge.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/libs/gauge.min.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/libs/gcal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/libs/gcal.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/libs/gcal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/libs/gcal.min.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/libs/pace.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/libs/pace.min.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/calendar.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/charts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/charts.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/forms.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/main.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/main2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/main2.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/shared.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/shared.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/sliders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/sliders.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/tables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/tables.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/js/views/widgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/js/views/widgets.js -------------------------------------------------------------------------------- /Static_Dev_Grunt/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/package.json -------------------------------------------------------------------------------- /Static_Dev_Grunt/pages-404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/pages-404.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/pages-500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/pages-500.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/pages-login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/pages-login.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/pages-register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/pages-register.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/plugins-sliders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/plugins-sliders.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/plugins-tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/plugins-tables.html -------------------------------------------------------------------------------- /Static_Dev_Grunt/scss/app/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/scss/app/_core.scss -------------------------------------------------------------------------------- /Static_Dev_Grunt/scss/app/_pages.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Static_Dev_Grunt/scss/app/_uikits.scss: -------------------------------------------------------------------------------- 1 | @import "uikits/email"; 2 | -------------------------------------------------------------------------------- /Static_Dev_Grunt/scss/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/scss/app/app.scss -------------------------------------------------------------------------------- /Static_Dev_Grunt/widgets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Dev_Grunt/widgets.html -------------------------------------------------------------------------------- /Static_Seed_Grunt/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/Gruntfile.js -------------------------------------------------------------------------------- /Static_Seed_Grunt/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/bower.json -------------------------------------------------------------------------------- /Static_Seed_Grunt/css/docs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/css/docs.min.css -------------------------------------------------------------------------------- /Static_Seed_Grunt/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/css/style.css -------------------------------------------------------------------------------- /Static_Seed_Grunt/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/css/style.css.map -------------------------------------------------------------------------------- /Static_Seed_Grunt/css/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/css/style.min.css -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/1.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/2.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/3.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/4.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/5.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/6.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/7.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/avatars/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/avatars/8.jpg -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/favicon.ico -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/ASEAN.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Aruba.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Benin.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/CIS.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Chad.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Chile.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/China.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Cuba.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Egypt.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Fiji.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Gabon.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Ghana.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Guam.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Haiti.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/India.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Iran.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Iraq.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Italy.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Japan.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Kenya.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Laos.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Libya.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Macao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Macao.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Mali.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Malta.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/NATO.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Nauru.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Nepal.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Niger.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/OPEC.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Oman.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Palau.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Peru.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Qatar.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Samoa.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Spain.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Sudan.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Syria.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Togo.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Tonga.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/USA.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Wales.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/flags/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/flags/Yemen.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/logo-dark.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/logo-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/logo-light.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/logo.psd -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/select.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/select2.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/select2x2.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/sort_asc.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/sort_both.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/img/sort_desc.png -------------------------------------------------------------------------------- /Static_Seed_Grunt/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/index.html -------------------------------------------------------------------------------- /Static_Seed_Grunt/js/app-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/js/app-options.js -------------------------------------------------------------------------------- /Static_Seed_Grunt/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/js/app.js -------------------------------------------------------------------------------- /Static_Seed_Grunt/js/libs/gcal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/js/libs/gcal.js -------------------------------------------------------------------------------- /Static_Seed_Grunt/js/libs/gcal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/js/libs/gcal.min.js -------------------------------------------------------------------------------- /Static_Seed_Grunt/js/libs/pace.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/js/libs/pace.min.js -------------------------------------------------------------------------------- /Static_Seed_Grunt/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/package.json -------------------------------------------------------------------------------- /Static_Seed_Grunt/scss/app/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/scss/app/_core.scss -------------------------------------------------------------------------------- /Static_Seed_Grunt/scss/app/_pages.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Static_Seed_Grunt/scss/app/_uikits.scss: -------------------------------------------------------------------------------- 1 | @import "uikits/email"; 2 | -------------------------------------------------------------------------------- /Static_Seed_Grunt/scss/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/Static_Seed_Grunt/scss/app/app.scss -------------------------------------------------------------------------------- /dist/Angular_Dev/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/assets/css/style.css -------------------------------------------------------------------------------- /dist/Angular_Dev/assets/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/assets/img/logo.psd -------------------------------------------------------------------------------- /dist/Angular_Dev/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/assets/js/app.js -------------------------------------------------------------------------------- /dist/Angular_Dev/assets/js/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/assets/js/routes.js -------------------------------------------------------------------------------- /dist/Angular_Dev/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/index.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/404.html: -------------------------------------------------------------------------------- 1 | Error 404 -------------------------------------------------------------------------------- /dist/Angular_Dev/views/charts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/charts.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/echarts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/echarts.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/forms.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/icons.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/main.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/main2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/main2.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/pages/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/pages/404.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/pages/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/pages/500.html -------------------------------------------------------------------------------- /dist/Angular_Dev/views/widgets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Dev/views/widgets.html -------------------------------------------------------------------------------- /dist/Angular_Seed/assets/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Seed/assets/img/logo.psd -------------------------------------------------------------------------------- /dist/Angular_Seed/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Seed/assets/js/app.js -------------------------------------------------------------------------------- /dist/Angular_Seed/assets/js/routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Seed/assets/js/routes.js -------------------------------------------------------------------------------- /dist/Angular_Seed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Seed/index.html -------------------------------------------------------------------------------- /dist/Angular_Seed/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Angular_Seed/views/main.html -------------------------------------------------------------------------------- /dist/Static_Dev/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/assets/css/style.css -------------------------------------------------------------------------------- /dist/Static_Dev/assets/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/assets/img/logo.psd -------------------------------------------------------------------------------- /dist/Static_Dev/assets/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/assets/img/select.png -------------------------------------------------------------------------------- /dist/Static_Dev/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/assets/js/app.js -------------------------------------------------------------------------------- /dist/Static_Dev/charts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/charts.html -------------------------------------------------------------------------------- /dist/Static_Dev/components-cards.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/components-cards.html -------------------------------------------------------------------------------- /dist/Static_Dev/components-forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/components-forms.html -------------------------------------------------------------------------------- /dist/Static_Dev/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/forms.html -------------------------------------------------------------------------------- /dist/Static_Dev/icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/icons.html -------------------------------------------------------------------------------- /dist/Static_Dev/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/index.html -------------------------------------------------------------------------------- /dist/Static_Dev/index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/index2.html -------------------------------------------------------------------------------- /dist/Static_Dev/pages-404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/pages-404.html -------------------------------------------------------------------------------- /dist/Static_Dev/pages-500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/pages-500.html -------------------------------------------------------------------------------- /dist/Static_Dev/pages-login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/pages-login.html -------------------------------------------------------------------------------- /dist/Static_Dev/pages-register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/pages-register.html -------------------------------------------------------------------------------- /dist/Static_Dev/plugins-calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/plugins-calendar.html -------------------------------------------------------------------------------- /dist/Static_Dev/plugins-sliders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/plugins-sliders.html -------------------------------------------------------------------------------- /dist/Static_Dev/plugins-tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/plugins-tables.html -------------------------------------------------------------------------------- /dist/Static_Dev/widgets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Dev/widgets.html -------------------------------------------------------------------------------- /dist/Static_Seed/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Seed/assets/css/style.css -------------------------------------------------------------------------------- /dist/Static_Seed/assets/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Seed/assets/img/logo.psd -------------------------------------------------------------------------------- /dist/Static_Seed/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Seed/assets/js/app.js -------------------------------------------------------------------------------- /dist/Static_Seed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/Static_Seed/index.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/assets/css/style.css -------------------------------------------------------------------------------- /dist/jQuery_Dev/assets/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/assets/img/logo.psd -------------------------------------------------------------------------------- /dist/jQuery_Dev/assets/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/assets/img/select.png -------------------------------------------------------------------------------- /dist/jQuery_Dev/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/assets/js/app.js -------------------------------------------------------------------------------- /dist/jQuery_Dev/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/index.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/charts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/charts.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/forms.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/icons.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/main.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/main2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/main2.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/pages/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/pages/404.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/pages/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/pages/500.html -------------------------------------------------------------------------------- /dist/jQuery_Dev/views/widgets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Dev/views/widgets.html -------------------------------------------------------------------------------- /dist/jQuery_Seed/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Seed/assets/css/style.css -------------------------------------------------------------------------------- /dist/jQuery_Seed/assets/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Seed/assets/img/logo.psd -------------------------------------------------------------------------------- /dist/jQuery_Seed/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Seed/assets/js/app.js -------------------------------------------------------------------------------- /dist/jQuery_Seed/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Seed/index.html -------------------------------------------------------------------------------- /dist/jQuery_Seed/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/dist/jQuery_Seed/views/main.html -------------------------------------------------------------------------------- /documentation/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/documentation/img/1.jpg -------------------------------------------------------------------------------- /documentation/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/documentation/img/2.jpg -------------------------------------------------------------------------------- /documentation/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/documentation/img/3.jpg -------------------------------------------------------------------------------- /documentation/img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/documentation/img/4.jpg -------------------------------------------------------------------------------- /documentation/img/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/documentation/img/5.jpg -------------------------------------------------------------------------------- /documentation/img/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/documentation/img/6.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/Gruntfile.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/bower.json -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/css/docs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/css/docs.min.css -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/css/style.css -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/css/style.css.map -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/css/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/css/style.min.css -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/1.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/2.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/3.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/4.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/5.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/6.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/7.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/avatars/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/avatars/8.jpg -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/favicon.ico -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/ASEAN.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Angola.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Aruba.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Belize.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Benin.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Bhutan.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Brazil.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Brunei.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/CIS.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Canada.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Chad.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Chile.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/China.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Cuba.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Cyprus.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Egypt.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Faroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Faroes.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Fiji.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/France.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Gabon.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Gambia.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Ghana.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Greece.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Guam.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Guinea.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Guyana.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Haiti.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/India.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Iran.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Iraq.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Israel.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Italy.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Japan.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Jersey.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Jordan.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Kenya.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Kosovo.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Kuwait.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Laos.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Latvia.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Libya.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Macao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Macao.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Malawi.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Mali.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Malta.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Mexico.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Monaco.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/NATO.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Nauru.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Nepal.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Niger.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Norway.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/OPEC.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Oman.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Palau.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Panama.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Peru.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Poland.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Qatar.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Russia.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Rwanda.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Samoa.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Spain.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Sudan.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Sweden.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Syria.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Taiwan.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Togo.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Tonga.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Turkey.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Tuvalu.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/USA.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Uganda.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Wales.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Yemen.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/flags/Zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/flags/Zambia.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/logo-dark.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/logo-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/logo-light.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/logo.psd -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/select.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/select2.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/select2x2.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/sort_asc.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/sort_both.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/img/sort_desc.png -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/index.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/app-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/app-options.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/app.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/libs/Chart.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/libs/Chart.min.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/libs/gauge.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/libs/gauge.min.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/libs/gcal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/libs/gcal.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/libs/gcal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/libs/gcal.min.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/libs/pace.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/libs/pace.min.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/calendar.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/charts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/charts.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/forms.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/main.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/main2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/main2.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/shared.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/shared.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/sliders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/sliders.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/tables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/tables.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/js/views/widgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/js/views/widgets.js -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/package.json -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/scss/app/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/scss/app/_core.scss -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/scss/app/_pages.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/scss/app/_uikits.scss: -------------------------------------------------------------------------------- 1 | @import "uikits/email"; 2 | -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/scss/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/scss/app/app.scss -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/charts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/charts.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/forms.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/icons.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/main.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/main2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/main2.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/pages/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/pages/404.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/pages/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/pages/500.html -------------------------------------------------------------------------------- /jQuery_Dev_Grunt/views/widgets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Dev_Grunt/views/widgets.html -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/Gruntfile.js -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/bower.json -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/css/docs.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/css/docs.min.css -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/css/style.css -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/css/style.css.map -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/css/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/css/style.min.css -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/1.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/2.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/3.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/4.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/5.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/6.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/7.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/avatars/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/avatars/8.jpg -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/favicon.ico -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/ASEAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/ASEAN.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Aruba.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Benin.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/CIS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/CIS.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Chad.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Chile.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/China.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Cuba.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Egypt.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Fiji.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Gabon.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Ghana.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Guam.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Haiti.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/India.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Iran.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Iraq.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Italy.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Japan.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Kenya.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Laos.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Libya.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Macao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Macao.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Mali.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Malta.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/NATO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/NATO.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Nauru.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Nepal.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Niger.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/OPEC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/OPEC.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Oman.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Palau.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Peru.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Qatar.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Samoa.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Spain.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Sudan.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Syria.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Togo.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Tonga.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/USA.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Wales.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/flags/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/flags/Yemen.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/logo-dark.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/logo-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/logo-light.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/logo.psd -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/select.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/select2.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/select2x2.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/sort_asc.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/sort_both.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/img/sort_desc.png -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/index.html -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/js/app-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/js/app-options.js -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/js/app.js -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/js/libs/gcal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/js/libs/gcal.js -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/js/libs/gcal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/js/libs/gcal.min.js -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/js/libs/pace.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/js/libs/pace.min.js -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/package.json -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/scss/app/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/scss/app/_core.scss -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/scss/app/_pages.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/scss/app/_uikits.scss: -------------------------------------------------------------------------------- 1 | @import "uikits/email"; 2 | -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/scss/app/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/scss/app/app.scss -------------------------------------------------------------------------------- /jQuery_Seed_Grunt/views/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrholek/GenesisUI/HEAD/jQuery_Seed_Grunt/views/main.html --------------------------------------------------------------------------------