├── .gitignore ├── LICENSE.md ├── README.md ├── config.yml ├── content ├── _index.html ├── authentication │ ├── sign-in.html │ └── sign-up.html ├── e-commerce │ └── products.html ├── pricing.html └── users │ └── list.html ├── data ├── products.json └── users.json ├── layouts ├── _default │ ├── 404.html │ ├── baseof.html │ ├── dashboard.html │ ├── examples.html │ ├── main.html │ ├── redirect.html │ └── single.html ├── alias.html ├── partials │ ├── analytics.html │ ├── favicons.html │ ├── footer-dashboard.html │ ├── header.html │ ├── navbar-dashboard.html │ ├── redirect.html │ ├── scripts.html │ ├── sidebar.html │ ├── skippy.html │ ├── social.html │ └── stylesheet.html ├── shortcodes │ └── card.html └── sitemap.xml ├── package.json ├── postcss.config.js ├── src ├── app.js ├── charts.js ├── sidebar.js └── style.css ├── static ├── CNAME ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── browserconfig.xml ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── images │ ├── authentication │ │ ├── create-account.jpg │ │ ├── login.jpg │ │ └── reset-password.jpg │ ├── blog │ │ ├── image-1.jpg │ │ ├── image-2.jpg │ │ ├── image-3.jpg │ │ ├── image-4.jpg │ │ └── image-7.jpg │ ├── feed │ │ ├── image-1.jpg │ │ └── image-2.jpg │ ├── flags │ │ ├── ad.svg │ │ ├── ae.svg │ │ ├── af.svg │ │ ├── ag.svg │ │ ├── ai.svg │ │ ├── al.svg │ │ ├── am.svg │ │ ├── an.svg │ │ ├── ao.svg │ │ ├── ar.svg │ │ ├── at.svg │ │ ├── au.svg │ │ ├── aw.svg │ │ ├── ax.svg │ │ ├── az.svg │ │ ├── ba.svg │ │ ├── bb.svg │ │ ├── bd.svg │ │ ├── be.svg │ │ ├── bf.svg │ │ ├── bg.svg │ │ ├── bh.svg │ │ ├── bi.svg │ │ ├── bj.svg │ │ ├── bm.svg │ │ ├── bn.svg │ │ ├── bo.svg │ │ ├── br.svg │ │ ├── bs.svg │ │ ├── bt.svg │ │ ├── bw.svg │ │ ├── by.svg │ │ ├── bz.svg │ │ ├── ca.svg │ │ ├── caf.svg │ │ ├── cas.svg │ │ ├── cd.svg │ │ ├── ceu.svg │ │ ├── cf.svg │ │ ├── cg.svg │ │ ├── ch.svg │ │ ├── ci.svg │ │ ├── cl.svg │ │ ├── cm.svg │ │ ├── cn.svg │ │ ├── cna.svg │ │ ├── co.svg │ │ ├── coc.svg │ │ ├── cr.svg │ │ ├── csa.svg │ │ ├── cu.svg │ │ ├── cv.svg │ │ ├── cy.svg │ │ ├── cz.svg │ │ ├── de.svg │ │ ├── dj.svg │ │ ├── dk.svg │ │ ├── dm.svg │ │ ├── do.svg │ │ ├── dz.svg │ │ ├── ec.svg │ │ ├── ee.svg │ │ ├── eg.svg │ │ ├── er.svg │ │ ├── es.svg │ │ ├── et.svg │ │ ├── eu.svg │ │ ├── fi.svg │ │ ├── fj.svg │ │ ├── fk.svg │ │ ├── fm.svg │ │ ├── fr.svg │ │ ├── ga.svg │ │ ├── gb.svg │ │ ├── gd.svg │ │ ├── ge.svg │ │ ├── gg.svg │ │ ├── gh.svg │ │ ├── gi.svg │ │ ├── gm.svg │ │ ├── gn.svg │ │ ├── gq.svg │ │ ├── gr.svg │ │ ├── gt.svg │ │ ├── gw.svg │ │ ├── gy.svg │ │ ├── hk.svg │ │ ├── hn.svg │ │ ├── hr.svg │ │ ├── ht.svg │ │ ├── hu.svg │ │ ├── id.svg │ │ ├── ie.svg │ │ ├── il.svg │ │ ├── im.svg │ │ ├── in.svg │ │ ├── iq.svg │ │ ├── ir.svg │ │ ├── is.svg │ │ ├── it.svg │ │ ├── je.svg │ │ ├── jm.svg │ │ ├── jo.svg │ │ ├── jp.svg │ │ ├── ke.svg │ │ ├── kg.svg │ │ ├── kh.svg │ │ ├── km.svg │ │ ├── kn.svg │ │ ├── kp.svg │ │ ├── kr.svg │ │ ├── kw.svg │ │ ├── ky.svg │ │ ├── kz.svg │ │ ├── la.svg │ │ ├── lb.svg │ │ ├── lc.svg │ │ ├── li.svg │ │ ├── lk.svg │ │ ├── lr.svg │ │ ├── ls.svg │ │ ├── lt.svg │ │ ├── lu.svg │ │ ├── lv.svg │ │ ├── ly.svg │ │ ├── ma.svg │ │ ├── mc.svg │ │ ├── md.svg │ │ ├── me.svg │ │ ├── mg.svg │ │ ├── mk.svg │ │ ├── ml.svg │ │ ├── mm.svg │ │ ├── mn.svg │ │ ├── mo.svg │ │ ├── mr.svg │ │ ├── ms.svg │ │ ├── mt.svg │ │ ├── mu.svg │ │ ├── mv.svg │ │ ├── mw.svg │ │ ├── mx.svg │ │ ├── my.svg │ │ ├── mz.svg │ │ ├── na.svg │ │ ├── ne.svg │ │ ├── ng.svg │ │ ├── ni.svg │ │ ├── nl.svg │ │ ├── no.svg │ │ ├── np.svg │ │ ├── nz.svg │ │ ├── om.svg │ │ ├── pa.svg │ │ ├── pe.svg │ │ ├── pf.svg │ │ ├── pg.svg │ │ ├── ph.svg │ │ ├── pk.svg │ │ ├── pl.svg │ │ ├── pr.svg │ │ ├── pt.svg │ │ ├── pw.svg │ │ ├── py.svg │ │ ├── qa.svg │ │ ├── ro.svg │ │ ├── rs.svg │ │ ├── ru.svg │ │ ├── rw.svg │ │ ├── sa.svg │ │ ├── sb.svg │ │ ├── sc.svg │ │ ├── sd.svg │ │ ├── se.svg │ │ ├── sg.svg │ │ ├── sh.svg │ │ ├── si.svg │ │ ├── sk.svg │ │ ├── sl.svg │ │ ├── sm.svg │ │ ├── sn.svg │ │ ├── so.svg │ │ ├── sr.svg │ │ ├── st.svg │ │ ├── sv.svg │ │ ├── sy.svg │ │ ├── sz.svg │ │ ├── tc.svg │ │ ├── td.svg │ │ ├── tg.svg │ │ ├── th.svg │ │ ├── tj.svg │ │ ├── tl.svg │ │ ├── tm.svg │ │ ├── tn.svg │ │ ├── to.svg │ │ ├── tr.svg │ │ ├── tt.svg │ │ ├── tw.svg │ │ ├── tz.svg │ │ ├── ua.svg │ │ ├── ug.svg │ │ ├── us.svg │ │ ├── uy.svg │ │ ├── uz.svg │ │ ├── vc.svg │ │ ├── ve.svg │ │ ├── vg.svg │ │ ├── vn.svg │ │ ├── vu.svg │ │ ├── ws.svg │ │ ├── ww.svg │ │ ├── ye.svg │ │ ├── za.svg │ │ ├── zm.svg │ │ └── zw.svg │ ├── illustrations │ │ ├── 404.svg │ │ ├── 500.svg │ │ ├── maintenance.svg │ │ └── sign-in.svg │ ├── kanban │ │ ├── task-1.jpg │ │ ├── task-2.jpg │ │ └── task-3.jpg │ ├── logo.svg │ ├── og-image.jpg │ ├── products │ │ ├── apple-imac-1.png │ │ ├── apple-imac-2.png │ │ └── apple-imac-3.png │ ├── themesberg.svg │ └── users │ │ ├── bonnie-green-2x.png │ │ ├── bonnie-green.png │ │ ├── helene-engels.png │ │ ├── jese-leos-2x.png │ │ ├── jese-leos.png │ │ ├── joseph-mcfall.png │ │ ├── lana-byrd.png │ │ ├── leslie-livingston.png │ │ ├── michael-gough.png │ │ ├── neil-sims.png │ │ ├── robert-brown.png │ │ ├── roberta-casas-2x.png │ │ ├── roberta-casas.png │ │ └── thomas-lean.png ├── mstile-150x150.png ├── safari-pinned-tab.svg └── site.webmanifest ├── syntax.css ├── tailwind.config.js └── webpack.config.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/README.md -------------------------------------------------------------------------------- /config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/config.yml -------------------------------------------------------------------------------- /content/_index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/content/_index.html -------------------------------------------------------------------------------- /content/authentication/sign-in.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/content/authentication/sign-in.html -------------------------------------------------------------------------------- /content/authentication/sign-up.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/content/authentication/sign-up.html -------------------------------------------------------------------------------- /content/e-commerce/products.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/content/e-commerce/products.html -------------------------------------------------------------------------------- /content/pricing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/content/pricing.html -------------------------------------------------------------------------------- /content/users/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/content/users/list.html -------------------------------------------------------------------------------- /data/products.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/data/products.json -------------------------------------------------------------------------------- /data/users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/data/users.json -------------------------------------------------------------------------------- /layouts/_default/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/_default/404.html -------------------------------------------------------------------------------- /layouts/_default/baseof.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/_default/baseof.html -------------------------------------------------------------------------------- /layouts/_default/dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/_default/dashboard.html -------------------------------------------------------------------------------- /layouts/_default/examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/_default/examples.html -------------------------------------------------------------------------------- /layouts/_default/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/_default/main.html -------------------------------------------------------------------------------- /layouts/_default/redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/_default/redirect.html -------------------------------------------------------------------------------- /layouts/_default/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/_default/single.html -------------------------------------------------------------------------------- /layouts/alias.html: -------------------------------------------------------------------------------- 1 | {{ partial "redirect" .Permalink }} 2 | -------------------------------------------------------------------------------- /layouts/partials/analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/analytics.html -------------------------------------------------------------------------------- /layouts/partials/favicons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/favicons.html -------------------------------------------------------------------------------- /layouts/partials/footer-dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/footer-dashboard.html -------------------------------------------------------------------------------- /layouts/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/header.html -------------------------------------------------------------------------------- /layouts/partials/navbar-dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/navbar-dashboard.html -------------------------------------------------------------------------------- /layouts/partials/redirect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/redirect.html -------------------------------------------------------------------------------- /layouts/partials/scripts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/scripts.html -------------------------------------------------------------------------------- /layouts/partials/sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/sidebar.html -------------------------------------------------------------------------------- /layouts/partials/skippy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/skippy.html -------------------------------------------------------------------------------- /layouts/partials/social.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/social.html -------------------------------------------------------------------------------- /layouts/partials/stylesheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/partials/stylesheet.html -------------------------------------------------------------------------------- /layouts/shortcodes/card.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/shortcodes/card.html -------------------------------------------------------------------------------- /layouts/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/layouts/sitemap.xml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/postcss.config.js -------------------------------------------------------------------------------- /src/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/src/app.js -------------------------------------------------------------------------------- /src/charts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/src/charts.js -------------------------------------------------------------------------------- /src/sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/src/sidebar.js -------------------------------------------------------------------------------- /src/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/src/style.css -------------------------------------------------------------------------------- /static/CNAME: -------------------------------------------------------------------------------- 1 | getbootstrap.com 2 | -------------------------------------------------------------------------------- /static/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/android-chrome-192x192.png -------------------------------------------------------------------------------- /static/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/android-chrome-512x512.png -------------------------------------------------------------------------------- /static/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/apple-touch-icon.png -------------------------------------------------------------------------------- /static/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/browserconfig.xml -------------------------------------------------------------------------------- /static/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/favicon-16x16.png -------------------------------------------------------------------------------- /static/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/favicon-32x32.png -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /static/images/authentication/create-account.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/authentication/create-account.jpg -------------------------------------------------------------------------------- /static/images/authentication/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/authentication/login.jpg -------------------------------------------------------------------------------- /static/images/authentication/reset-password.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/authentication/reset-password.jpg -------------------------------------------------------------------------------- /static/images/blog/image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/blog/image-1.jpg -------------------------------------------------------------------------------- /static/images/blog/image-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/blog/image-2.jpg -------------------------------------------------------------------------------- /static/images/blog/image-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/blog/image-3.jpg -------------------------------------------------------------------------------- /static/images/blog/image-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/blog/image-4.jpg -------------------------------------------------------------------------------- /static/images/blog/image-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/blog/image-7.jpg -------------------------------------------------------------------------------- /static/images/feed/image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/feed/image-1.jpg -------------------------------------------------------------------------------- /static/images/feed/image-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/feed/image-2.jpg -------------------------------------------------------------------------------- /static/images/flags/ad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ad.svg -------------------------------------------------------------------------------- /static/images/flags/ae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ae.svg -------------------------------------------------------------------------------- /static/images/flags/af.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/af.svg -------------------------------------------------------------------------------- /static/images/flags/ag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ag.svg -------------------------------------------------------------------------------- /static/images/flags/ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ai.svg -------------------------------------------------------------------------------- /static/images/flags/al.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/al.svg -------------------------------------------------------------------------------- /static/images/flags/am.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/am.svg -------------------------------------------------------------------------------- /static/images/flags/an.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/an.svg -------------------------------------------------------------------------------- /static/images/flags/ao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ao.svg -------------------------------------------------------------------------------- /static/images/flags/ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ar.svg -------------------------------------------------------------------------------- /static/images/flags/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/at.svg -------------------------------------------------------------------------------- /static/images/flags/au.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/au.svg -------------------------------------------------------------------------------- /static/images/flags/aw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/aw.svg -------------------------------------------------------------------------------- /static/images/flags/ax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ax.svg -------------------------------------------------------------------------------- /static/images/flags/az.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/az.svg -------------------------------------------------------------------------------- /static/images/flags/ba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ba.svg -------------------------------------------------------------------------------- /static/images/flags/bb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bb.svg -------------------------------------------------------------------------------- /static/images/flags/bd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bd.svg -------------------------------------------------------------------------------- /static/images/flags/be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/be.svg -------------------------------------------------------------------------------- /static/images/flags/bf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bf.svg -------------------------------------------------------------------------------- /static/images/flags/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bg.svg -------------------------------------------------------------------------------- /static/images/flags/bh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bh.svg -------------------------------------------------------------------------------- /static/images/flags/bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bi.svg -------------------------------------------------------------------------------- /static/images/flags/bj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bj.svg -------------------------------------------------------------------------------- /static/images/flags/bm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bm.svg -------------------------------------------------------------------------------- /static/images/flags/bn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bn.svg -------------------------------------------------------------------------------- /static/images/flags/bo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bo.svg -------------------------------------------------------------------------------- /static/images/flags/br.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/br.svg -------------------------------------------------------------------------------- /static/images/flags/bs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bs.svg -------------------------------------------------------------------------------- /static/images/flags/bt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bt.svg -------------------------------------------------------------------------------- /static/images/flags/bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bw.svg -------------------------------------------------------------------------------- /static/images/flags/by.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/by.svg -------------------------------------------------------------------------------- /static/images/flags/bz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/bz.svg -------------------------------------------------------------------------------- /static/images/flags/ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ca.svg -------------------------------------------------------------------------------- /static/images/flags/caf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/caf.svg -------------------------------------------------------------------------------- /static/images/flags/cas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cas.svg -------------------------------------------------------------------------------- /static/images/flags/cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cd.svg -------------------------------------------------------------------------------- /static/images/flags/ceu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ceu.svg -------------------------------------------------------------------------------- /static/images/flags/cf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cf.svg -------------------------------------------------------------------------------- /static/images/flags/cg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cg.svg -------------------------------------------------------------------------------- /static/images/flags/ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ch.svg -------------------------------------------------------------------------------- /static/images/flags/ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ci.svg -------------------------------------------------------------------------------- /static/images/flags/cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cl.svg -------------------------------------------------------------------------------- /static/images/flags/cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cm.svg -------------------------------------------------------------------------------- /static/images/flags/cn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cn.svg -------------------------------------------------------------------------------- /static/images/flags/cna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cna.svg -------------------------------------------------------------------------------- /static/images/flags/co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/co.svg -------------------------------------------------------------------------------- /static/images/flags/coc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/coc.svg -------------------------------------------------------------------------------- /static/images/flags/cr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cr.svg -------------------------------------------------------------------------------- /static/images/flags/csa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/csa.svg -------------------------------------------------------------------------------- /static/images/flags/cu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cu.svg -------------------------------------------------------------------------------- /static/images/flags/cv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cv.svg -------------------------------------------------------------------------------- /static/images/flags/cy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cy.svg -------------------------------------------------------------------------------- /static/images/flags/cz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/cz.svg -------------------------------------------------------------------------------- /static/images/flags/de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/de.svg -------------------------------------------------------------------------------- /static/images/flags/dj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/dj.svg -------------------------------------------------------------------------------- /static/images/flags/dk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/dk.svg -------------------------------------------------------------------------------- /static/images/flags/dm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/dm.svg -------------------------------------------------------------------------------- /static/images/flags/do.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/do.svg -------------------------------------------------------------------------------- /static/images/flags/dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/dz.svg -------------------------------------------------------------------------------- /static/images/flags/ec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ec.svg -------------------------------------------------------------------------------- /static/images/flags/ee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ee.svg -------------------------------------------------------------------------------- /static/images/flags/eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/eg.svg -------------------------------------------------------------------------------- /static/images/flags/er.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/er.svg -------------------------------------------------------------------------------- /static/images/flags/es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/es.svg -------------------------------------------------------------------------------- /static/images/flags/et.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/et.svg -------------------------------------------------------------------------------- /static/images/flags/eu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/eu.svg -------------------------------------------------------------------------------- /static/images/flags/fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/fi.svg -------------------------------------------------------------------------------- /static/images/flags/fj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/fj.svg -------------------------------------------------------------------------------- /static/images/flags/fk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/fk.svg -------------------------------------------------------------------------------- /static/images/flags/fm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/fm.svg -------------------------------------------------------------------------------- /static/images/flags/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/fr.svg -------------------------------------------------------------------------------- /static/images/flags/ga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ga.svg -------------------------------------------------------------------------------- /static/images/flags/gb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gb.svg -------------------------------------------------------------------------------- /static/images/flags/gd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gd.svg -------------------------------------------------------------------------------- /static/images/flags/ge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ge.svg -------------------------------------------------------------------------------- /static/images/flags/gg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gg.svg -------------------------------------------------------------------------------- /static/images/flags/gh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gh.svg -------------------------------------------------------------------------------- /static/images/flags/gi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gi.svg -------------------------------------------------------------------------------- /static/images/flags/gm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gm.svg -------------------------------------------------------------------------------- /static/images/flags/gn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gn.svg -------------------------------------------------------------------------------- /static/images/flags/gq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gq.svg -------------------------------------------------------------------------------- /static/images/flags/gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gr.svg -------------------------------------------------------------------------------- /static/images/flags/gt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gt.svg -------------------------------------------------------------------------------- /static/images/flags/gw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gw.svg -------------------------------------------------------------------------------- /static/images/flags/gy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/gy.svg -------------------------------------------------------------------------------- /static/images/flags/hk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/hk.svg -------------------------------------------------------------------------------- /static/images/flags/hn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/hn.svg -------------------------------------------------------------------------------- /static/images/flags/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/hr.svg -------------------------------------------------------------------------------- /static/images/flags/ht.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ht.svg -------------------------------------------------------------------------------- /static/images/flags/hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/hu.svg -------------------------------------------------------------------------------- /static/images/flags/id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/id.svg -------------------------------------------------------------------------------- /static/images/flags/ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ie.svg -------------------------------------------------------------------------------- /static/images/flags/il.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/il.svg -------------------------------------------------------------------------------- /static/images/flags/im.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/im.svg -------------------------------------------------------------------------------- /static/images/flags/in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/in.svg -------------------------------------------------------------------------------- /static/images/flags/iq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/iq.svg -------------------------------------------------------------------------------- /static/images/flags/ir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ir.svg -------------------------------------------------------------------------------- /static/images/flags/is.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/is.svg -------------------------------------------------------------------------------- /static/images/flags/it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/it.svg -------------------------------------------------------------------------------- /static/images/flags/je.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/je.svg -------------------------------------------------------------------------------- /static/images/flags/jm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/jm.svg -------------------------------------------------------------------------------- /static/images/flags/jo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/jo.svg -------------------------------------------------------------------------------- /static/images/flags/jp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/jp.svg -------------------------------------------------------------------------------- /static/images/flags/ke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ke.svg -------------------------------------------------------------------------------- /static/images/flags/kg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/kg.svg -------------------------------------------------------------------------------- /static/images/flags/kh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/kh.svg -------------------------------------------------------------------------------- /static/images/flags/km.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/km.svg -------------------------------------------------------------------------------- /static/images/flags/kn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/kn.svg -------------------------------------------------------------------------------- /static/images/flags/kp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/kp.svg -------------------------------------------------------------------------------- /static/images/flags/kr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/kr.svg -------------------------------------------------------------------------------- /static/images/flags/kw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/kw.svg -------------------------------------------------------------------------------- /static/images/flags/ky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ky.svg -------------------------------------------------------------------------------- /static/images/flags/kz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/kz.svg -------------------------------------------------------------------------------- /static/images/flags/la.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/la.svg -------------------------------------------------------------------------------- /static/images/flags/lb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/lb.svg -------------------------------------------------------------------------------- /static/images/flags/lc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/lc.svg -------------------------------------------------------------------------------- /static/images/flags/li.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/li.svg -------------------------------------------------------------------------------- /static/images/flags/lk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/lk.svg -------------------------------------------------------------------------------- /static/images/flags/lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/lr.svg -------------------------------------------------------------------------------- /static/images/flags/ls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ls.svg -------------------------------------------------------------------------------- /static/images/flags/lt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/lt.svg -------------------------------------------------------------------------------- /static/images/flags/lu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/lu.svg -------------------------------------------------------------------------------- /static/images/flags/lv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/lv.svg -------------------------------------------------------------------------------- /static/images/flags/ly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ly.svg -------------------------------------------------------------------------------- /static/images/flags/ma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ma.svg -------------------------------------------------------------------------------- /static/images/flags/mc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mc.svg -------------------------------------------------------------------------------- /static/images/flags/md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/md.svg -------------------------------------------------------------------------------- /static/images/flags/me.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/me.svg -------------------------------------------------------------------------------- /static/images/flags/mg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mg.svg -------------------------------------------------------------------------------- /static/images/flags/mk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mk.svg -------------------------------------------------------------------------------- /static/images/flags/ml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ml.svg -------------------------------------------------------------------------------- /static/images/flags/mm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mm.svg -------------------------------------------------------------------------------- /static/images/flags/mn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mn.svg -------------------------------------------------------------------------------- /static/images/flags/mo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mo.svg -------------------------------------------------------------------------------- /static/images/flags/mr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mr.svg -------------------------------------------------------------------------------- /static/images/flags/ms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ms.svg -------------------------------------------------------------------------------- /static/images/flags/mt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mt.svg -------------------------------------------------------------------------------- /static/images/flags/mu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mu.svg -------------------------------------------------------------------------------- /static/images/flags/mv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mv.svg -------------------------------------------------------------------------------- /static/images/flags/mw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mw.svg -------------------------------------------------------------------------------- /static/images/flags/mx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mx.svg -------------------------------------------------------------------------------- /static/images/flags/my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/my.svg -------------------------------------------------------------------------------- /static/images/flags/mz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/mz.svg -------------------------------------------------------------------------------- /static/images/flags/na.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/na.svg -------------------------------------------------------------------------------- /static/images/flags/ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ne.svg -------------------------------------------------------------------------------- /static/images/flags/ng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ng.svg -------------------------------------------------------------------------------- /static/images/flags/ni.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ni.svg -------------------------------------------------------------------------------- /static/images/flags/nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/nl.svg -------------------------------------------------------------------------------- /static/images/flags/no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/no.svg -------------------------------------------------------------------------------- /static/images/flags/np.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/np.svg -------------------------------------------------------------------------------- /static/images/flags/nz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/nz.svg -------------------------------------------------------------------------------- /static/images/flags/om.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/om.svg -------------------------------------------------------------------------------- /static/images/flags/pa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pa.svg -------------------------------------------------------------------------------- /static/images/flags/pe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pe.svg -------------------------------------------------------------------------------- /static/images/flags/pf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pf.svg -------------------------------------------------------------------------------- /static/images/flags/pg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pg.svg -------------------------------------------------------------------------------- /static/images/flags/ph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ph.svg -------------------------------------------------------------------------------- /static/images/flags/pk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pk.svg -------------------------------------------------------------------------------- /static/images/flags/pl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pl.svg -------------------------------------------------------------------------------- /static/images/flags/pr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pr.svg -------------------------------------------------------------------------------- /static/images/flags/pt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pt.svg -------------------------------------------------------------------------------- /static/images/flags/pw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/pw.svg -------------------------------------------------------------------------------- /static/images/flags/py.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/py.svg -------------------------------------------------------------------------------- /static/images/flags/qa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/qa.svg -------------------------------------------------------------------------------- /static/images/flags/ro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ro.svg -------------------------------------------------------------------------------- /static/images/flags/rs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/rs.svg -------------------------------------------------------------------------------- /static/images/flags/ru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ru.svg -------------------------------------------------------------------------------- /static/images/flags/rw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/rw.svg -------------------------------------------------------------------------------- /static/images/flags/sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sa.svg -------------------------------------------------------------------------------- /static/images/flags/sb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sb.svg -------------------------------------------------------------------------------- /static/images/flags/sc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sc.svg -------------------------------------------------------------------------------- /static/images/flags/sd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sd.svg -------------------------------------------------------------------------------- /static/images/flags/se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/se.svg -------------------------------------------------------------------------------- /static/images/flags/sg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sg.svg -------------------------------------------------------------------------------- /static/images/flags/sh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sh.svg -------------------------------------------------------------------------------- /static/images/flags/si.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/si.svg -------------------------------------------------------------------------------- /static/images/flags/sk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sk.svg -------------------------------------------------------------------------------- /static/images/flags/sl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sl.svg -------------------------------------------------------------------------------- /static/images/flags/sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sm.svg -------------------------------------------------------------------------------- /static/images/flags/sn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sn.svg -------------------------------------------------------------------------------- /static/images/flags/so.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/so.svg -------------------------------------------------------------------------------- /static/images/flags/sr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sr.svg -------------------------------------------------------------------------------- /static/images/flags/st.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/st.svg -------------------------------------------------------------------------------- /static/images/flags/sv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sv.svg -------------------------------------------------------------------------------- /static/images/flags/sy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sy.svg -------------------------------------------------------------------------------- /static/images/flags/sz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/sz.svg -------------------------------------------------------------------------------- /static/images/flags/tc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tc.svg -------------------------------------------------------------------------------- /static/images/flags/td.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/td.svg -------------------------------------------------------------------------------- /static/images/flags/tg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tg.svg -------------------------------------------------------------------------------- /static/images/flags/th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/th.svg -------------------------------------------------------------------------------- /static/images/flags/tj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tj.svg -------------------------------------------------------------------------------- /static/images/flags/tl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tl.svg -------------------------------------------------------------------------------- /static/images/flags/tm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tm.svg -------------------------------------------------------------------------------- /static/images/flags/tn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tn.svg -------------------------------------------------------------------------------- /static/images/flags/to.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/to.svg -------------------------------------------------------------------------------- /static/images/flags/tr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tr.svg -------------------------------------------------------------------------------- /static/images/flags/tt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tt.svg -------------------------------------------------------------------------------- /static/images/flags/tw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tw.svg -------------------------------------------------------------------------------- /static/images/flags/tz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/tz.svg -------------------------------------------------------------------------------- /static/images/flags/ua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ua.svg -------------------------------------------------------------------------------- /static/images/flags/ug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ug.svg -------------------------------------------------------------------------------- /static/images/flags/us.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/us.svg -------------------------------------------------------------------------------- /static/images/flags/uy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/uy.svg -------------------------------------------------------------------------------- /static/images/flags/uz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/uz.svg -------------------------------------------------------------------------------- /static/images/flags/vc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/vc.svg -------------------------------------------------------------------------------- /static/images/flags/ve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ve.svg -------------------------------------------------------------------------------- /static/images/flags/vg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/vg.svg -------------------------------------------------------------------------------- /static/images/flags/vn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/vn.svg -------------------------------------------------------------------------------- /static/images/flags/vu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/vu.svg -------------------------------------------------------------------------------- /static/images/flags/ws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ws.svg -------------------------------------------------------------------------------- /static/images/flags/ww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ww.svg -------------------------------------------------------------------------------- /static/images/flags/ye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/ye.svg -------------------------------------------------------------------------------- /static/images/flags/za.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/za.svg -------------------------------------------------------------------------------- /static/images/flags/zm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/zm.svg -------------------------------------------------------------------------------- /static/images/flags/zw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/flags/zw.svg -------------------------------------------------------------------------------- /static/images/illustrations/404.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/illustrations/404.svg -------------------------------------------------------------------------------- /static/images/illustrations/500.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/illustrations/500.svg -------------------------------------------------------------------------------- /static/images/illustrations/maintenance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/illustrations/maintenance.svg -------------------------------------------------------------------------------- /static/images/illustrations/sign-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/illustrations/sign-in.svg -------------------------------------------------------------------------------- /static/images/kanban/task-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/kanban/task-1.jpg -------------------------------------------------------------------------------- /static/images/kanban/task-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/kanban/task-2.jpg -------------------------------------------------------------------------------- /static/images/kanban/task-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/kanban/task-3.jpg -------------------------------------------------------------------------------- /static/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/logo.svg -------------------------------------------------------------------------------- /static/images/og-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/og-image.jpg -------------------------------------------------------------------------------- /static/images/products/apple-imac-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/products/apple-imac-1.png -------------------------------------------------------------------------------- /static/images/products/apple-imac-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/products/apple-imac-2.png -------------------------------------------------------------------------------- /static/images/products/apple-imac-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/products/apple-imac-3.png -------------------------------------------------------------------------------- /static/images/themesberg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/themesberg.svg -------------------------------------------------------------------------------- /static/images/users/bonnie-green-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/bonnie-green-2x.png -------------------------------------------------------------------------------- /static/images/users/bonnie-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/bonnie-green.png -------------------------------------------------------------------------------- /static/images/users/helene-engels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/helene-engels.png -------------------------------------------------------------------------------- /static/images/users/jese-leos-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/jese-leos-2x.png -------------------------------------------------------------------------------- /static/images/users/jese-leos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/jese-leos.png -------------------------------------------------------------------------------- /static/images/users/joseph-mcfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/joseph-mcfall.png -------------------------------------------------------------------------------- /static/images/users/lana-byrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/lana-byrd.png -------------------------------------------------------------------------------- /static/images/users/leslie-livingston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/leslie-livingston.png -------------------------------------------------------------------------------- /static/images/users/michael-gough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/michael-gough.png -------------------------------------------------------------------------------- /static/images/users/neil-sims.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/neil-sims.png -------------------------------------------------------------------------------- /static/images/users/robert-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/robert-brown.png -------------------------------------------------------------------------------- /static/images/users/roberta-casas-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/roberta-casas-2x.png -------------------------------------------------------------------------------- /static/images/users/roberta-casas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/roberta-casas.png -------------------------------------------------------------------------------- /static/images/users/thomas-lean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/images/users/thomas-lean.png -------------------------------------------------------------------------------- /static/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/mstile-150x150.png -------------------------------------------------------------------------------- /static/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/safari-pinned-tab.svg -------------------------------------------------------------------------------- /static/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/static/site.webmanifest -------------------------------------------------------------------------------- /syntax.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/syntax.css -------------------------------------------------------------------------------- /tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/tailwind.config.js -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/HEAD/webpack.config.js --------------------------------------------------------------------------------