├── .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:
--------------------------------------------------------------------------------
1 | node_modules/
2 | dist/
3 | *build/
4 | _gh_pages/
5 | static/images/.DS_Store
6 | static/*.js
7 | static/*.css
8 | static/*.map
9 | .DS_Store
10 | classNames.json
11 | app.bundle.js.LICENSE.txt
12 | temp
13 | package-lock.json
14 | yarn.lock
15 | yarn-error.log
16 | release
17 | .release
18 | .DS_Store
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | Copyright 2021 Themesberg (Crafty Dwarf LLC)
2 |
3 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4 |
5 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6 |
7 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 |
--------------------------------------------------------------------------------
/config.yml:
--------------------------------------------------------------------------------
1 | languageCode: "en"
2 | title: "Windster - Tailwind CSS Dashboard"
3 | baseURL: "https://demo.themesberg.com/windster/"
4 | enableInlineShortcodes: true
5 | canonifyURLs: true
6 |
7 | params:
8 | authors: Themesberg
9 | social_image_path: /docs/images/og-image.jpg
10 |
11 | markup:
12 | goldmark:
13 | renderer:
14 | unsafe: true
15 | highlight:
16 | noClasses: false
17 | style: colorful
18 | tableOfContents:
19 | startLevel: 2
20 | endLevel: 6
21 |
22 | buildDrafts: true
23 | buildFuture: true
24 |
25 | enableRobotsTXT: true
26 | metaDataFormat: "yaml"
27 | disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"]
28 |
29 | publishDir: "_gh_pages"
30 |
--------------------------------------------------------------------------------
/layouts/_default/404.html:
--------------------------------------------------------------------------------
1 | {{ define "body_override" }}
{{ end }}
2 | {{ define "main" }}
3 |
4 | {{ .Content }}
5 |
6 | {{ end }}
7 |
--------------------------------------------------------------------------------
/layouts/_default/baseof.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{ partial "header" . }}
5 |
6 | {{ block "body_override" . }}{{ end }}
7 |
8 |
10 |
11 | {{ partial "skippy" . }}
12 |
13 | {{ block "main" . }}
14 | {{ end }}
15 |
16 | {{ partial "scripts" . }}
17 |
18 |
--------------------------------------------------------------------------------
/layouts/_default/dashboard.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 | {{ partial "navbar-dashboard" . }}
3 |
4 |
5 | {{ partial "sidebar" . }}
6 |
7 |
8 |
9 | {{ .Content }}
10 |
11 | {{ if .Params.footer }} {{ partial "footer-dashboard" . }} {{ end }}
12 |
13 |
14 |
15 |
16 | {{ end }}
17 |
--------------------------------------------------------------------------------
/layouts/_default/examples.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | {{ .Page.Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}
11 |
12 | {{ partial "stylesheet" . }}
13 | {{ partial "favicons" . }}
14 |
15 |
16 |
17 | {{ with .Params.robots -}}
18 |
19 | {{- end }}
20 |
21 |
36 |
37 | {{ range .Page.Params.extra_css }}
38 | {{ "" | safeHTML }}
39 |
40 | {{- end }}
41 |
42 |
43 | {{ .Content }}
44 |
45 |
46 |
--------------------------------------------------------------------------------
/layouts/_default/main.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 | {{ if .Params.navigation }} {{ partial "navbar-main" . }} {{ end }}
4 |
5 |
6 | {{ .Content }}
7 |
8 |
9 | {{ if .Params.footer }} {{ partial "footer-main" . }} {{ end }}
10 |
11 | {{ end }}
--------------------------------------------------------------------------------
/layouts/_default/redirect.html:
--------------------------------------------------------------------------------
1 | {{ partial "redirect" (.Page.Params.redirect | absURL) }}
2 |
--------------------------------------------------------------------------------
/layouts/_default/single.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
13 |
14 |
15 |
16 | {{ .Content }}
17 |
18 |
19 | {{ end }}
20 |
--------------------------------------------------------------------------------
/layouts/alias.html:
--------------------------------------------------------------------------------
1 | {{ partial "redirect" .Permalink }}
2 |
--------------------------------------------------------------------------------
/layouts/partials/analytics.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
12 |
17 |
--------------------------------------------------------------------------------
/layouts/partials/favicons.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/layouts/partials/header.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | {{ .Params.Title | markdownify }}
8 |
9 |
10 |
11 | {{ with .Params.robots -}}
12 |
13 | {{- end }}
14 |
15 | {{ partial "stylesheet" . }}
16 | {{ partial "favicons" . }}
17 | {{ partial "social" . }}
18 | {{ partial "analytics" . }}
19 |
--------------------------------------------------------------------------------
/layouts/partials/redirect.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ . }}
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/layouts/partials/scripts.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/layouts/partials/skippy.html:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/layouts/partials/social.html:
--------------------------------------------------------------------------------
1 | {{ "" | safeHTML }}
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | {{ "" | safeHTML }}
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/layouts/partials/stylesheet.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/layouts/shortcodes/card.html:
--------------------------------------------------------------------------------
1 |
2 | {{ .Inner }}
3 |
4 |
--------------------------------------------------------------------------------
/layouts/sitemap.xml:
--------------------------------------------------------------------------------
1 | {{ printf "" | safeHTML }}
2 |
3 | {{- range .Data.Pages -}}{{ if ne .Params.sitemap_exclude true }}
4 |
5 | {{ .Permalink }}{{ if not .Lastmod.IsZero }}
6 | {{ safeHTML (.Lastmod.Format "2006-01-02T15:04:05-07:00") }}{{ end }}{{ with .Sitemap.ChangeFreq }}
7 | {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
8 | {{ .Sitemap.Priority }}{{ end }}
9 | {{ end }}{{ end }}
10 |
11 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "@themesberg/windster-tailwind-css-dashboard",
3 | "version": "1.1.0",
4 | "description": "Free and open source Tailwind CSS admin dashboard template",
5 | "license": "https://themesberg.com/licensing",
6 | "style": "dist/flowbite.css",
7 | "main": "static/js/app.bundle.js",
8 | "homepage": "https://themesberg.com/product/tailwind-css/dashboard-windster",
9 | "contributors": [
10 | "Zoltán Szőgyényi ",
11 | "Robert Tanislav ",
12 | "Victor Cordoș "
13 | ],
14 | "scripts": {
15 | "start": "run-p start:dev:*",
16 | "start:dev:hugo": "hugo server -D --watch",
17 | "start:dev:webpack": "webpack --mode=development --watch",
18 | "build": "NODE_ENV=production && run-s build:webpack build:hugo",
19 | "build:hugo": "hugo --destination=./.build",
20 | "build:webpack": "webpack --mode=production",
21 | "build:styles": "npx tailwindcss -i ./src/style.css -o ./dist/css/flowbite.css",
22 | "deploy": "wrangler publish",
23 | "release": "node ./prepare-release.js"
24 | },
25 | "devDependencies": {
26 | "autoprefixer": "^10.3.7",
27 | "css-loader": "^6.4.0",
28 | "css-minimizer-webpack-plugin": "^3.1.1",
29 | "mini-css-extract-plugin": "^2.4.2",
30 | "npm-run-all": "^4.1.5",
31 | "postcss": "^8.3.9",
32 | "postcss-loader": "^6.2.0",
33 | "postcss-preset-env": "^6.7.0",
34 | "source-map-loader": "^3.0.0",
35 | "style-loader": "^3.3.0",
36 | "tailwindcss": "^3.0.18",
37 | "webpack": "^5.58.2",
38 | "webpack-cli": "^4.9.0",
39 | "webpack-dev-server": "^4.3.1",
40 | "yarn": "^1.22.17"
41 | },
42 | "dependencies": {
43 | "@popperjs/core": "^2.10.2",
44 | "apexcharts": "^3.29.0",
45 | "flowbite": "^1.6.2",
46 | "prismjs": "^1.25.0"
47 | }
48 | }
49 |
--------------------------------------------------------------------------------
/postcss.config.js:
--------------------------------------------------------------------------------
1 | // postcss.config.js
2 | module.exports = {
3 | plugins: {
4 | tailwindcss: {},
5 | autoprefixer: {},
6 | }
7 | }
--------------------------------------------------------------------------------
/src/app.js:
--------------------------------------------------------------------------------
1 | import './style.css';
2 | import 'flowbite';
3 | import './sidebar';
4 | import './charts';
5 |
6 | // Have the courage to follow your heart and intuition.
7 |
--------------------------------------------------------------------------------
/src/charts.js:
--------------------------------------------------------------------------------
1 | import ApexCharts from 'apexcharts';
2 |
3 | if (document.getElementById('main-chart')) {
4 | const options = {
5 | chart: {
6 | height: 420,
7 | type: 'area',
8 | fontFamily: 'Inter, sans-serif',
9 | foreColor: '#6B7280',
10 | toolbar: {
11 | show: false
12 | }
13 | },
14 | fill: {
15 | type: 'solid',
16 | opacity: 0.3,
17 | },
18 | dataLabels: {
19 | enabled: false
20 | },
21 | tooltip: {
22 | style: {
23 | fontSize: '14px',
24 | fontFamily: 'Inter, sans-serif',
25 | },
26 | },
27 | grid: {
28 | show: false,
29 | },
30 | series: [
31 | {
32 | name: 'Revenue',
33 | data: [6356, 6218, 6156, 6526, 6356, 6256, 6056],
34 | color: '#0694a2'
35 | },
36 | ],
37 | xaxis: {
38 | categories: ['01 Feb', '02 Feb', '03 Feb', '04 Feb', '05 Feb', '06 Feb', '07 Feb'],
39 | labels: {
40 | style: {
41 | colors: ['#6B7280'],
42 | fontSize: '14px',
43 | fontWeight: 500,
44 | },
45 | },
46 | axisBorder: {
47 | color: '#F3F4F6',
48 | },
49 | axisTicks: {
50 | color: '#F3F4F6',
51 | }
52 | },
53 | yaxis: {
54 | labels: {
55 | style: {
56 | colors: ['#6B7280'],
57 | fontSize: '14px',
58 | fontWeight: 500,
59 | },
60 | formatter: function (value) {
61 | return '$' + value;
62 | }
63 | },
64 | },
65 | responsive: [
66 | {
67 | breakpoint: 1024,
68 | options: {
69 | xaxis: {
70 | labels: {
71 | show: false
72 | }
73 | }
74 | }
75 | }
76 | ]
77 | };
78 |
79 | const chart = new ApexCharts(document.getElementById('main-chart'), options)
80 | chart.render();
81 | }
82 |
83 |
--------------------------------------------------------------------------------
/src/sidebar.js:
--------------------------------------------------------------------------------
1 | const sidebar = document.getElementById('sidebar');
2 |
3 | const toggleSidebarMobile = (sidebar, sidebarBackdrop, toggleSidebarMobileHamburger, toggleSidebarMobileClose) => {
4 | sidebar.classList.toggle('hidden');
5 | sidebarBackdrop.classList.toggle('hidden');
6 | toggleSidebarMobileHamburger.classList.toggle('hidden');
7 | toggleSidebarMobileClose.classList.toggle('hidden');
8 | }
9 |
10 | const toggleSidebarMobileEl = document.getElementById('toggleSidebarMobile');
11 | const sidebarBackdrop = document.getElementById('sidebarBackdrop');
12 | const toggleSidebarMobileHamburger = document.getElementById('toggleSidebarMobileHamburger');
13 | const toggleSidebarMobileClose = document.getElementById('toggleSidebarMobileClose');
14 | const toggleSidebarMobileSearch = document.getElementById('toggleSidebarMobileSearch');
15 |
16 | toggleSidebarMobileSearch.addEventListener('click', () => {
17 | toggleSidebarMobile(sidebar, sidebarBackdrop, toggleSidebarMobileHamburger, toggleSidebarMobileClose);
18 | });
19 |
20 | toggleSidebarMobileEl.addEventListener('click', () => {
21 | toggleSidebarMobile(sidebar, sidebarBackdrop, toggleSidebarMobileHamburger, toggleSidebarMobileClose);
22 | });
23 |
24 | sidebarBackdrop.addEventListener('click', () => {
25 | toggleSidebarMobile(sidebar, sidebarBackdrop, toggleSidebarMobileHamburger, toggleSidebarMobileClose);
26 | });
--------------------------------------------------------------------------------
/static/CNAME:
--------------------------------------------------------------------------------
1 | getbootstrap.com
2 |
--------------------------------------------------------------------------------
/static/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/android-chrome-192x192.png
--------------------------------------------------------------------------------
/static/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/android-chrome-512x512.png
--------------------------------------------------------------------------------
/static/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/apple-touch-icon.png
--------------------------------------------------------------------------------
/static/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | #000000
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/static/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/favicon-16x16.png
--------------------------------------------------------------------------------
/static/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/favicon-32x32.png
--------------------------------------------------------------------------------
/static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/favicon.ico
--------------------------------------------------------------------------------
/static/images/authentication/create-account.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/authentication/create-account.jpg
--------------------------------------------------------------------------------
/static/images/authentication/login.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/authentication/login.jpg
--------------------------------------------------------------------------------
/static/images/authentication/reset-password.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/authentication/reset-password.jpg
--------------------------------------------------------------------------------
/static/images/blog/image-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/blog/image-1.jpg
--------------------------------------------------------------------------------
/static/images/blog/image-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/blog/image-2.jpg
--------------------------------------------------------------------------------
/static/images/blog/image-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/blog/image-3.jpg
--------------------------------------------------------------------------------
/static/images/blog/image-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/blog/image-4.jpg
--------------------------------------------------------------------------------
/static/images/blog/image-7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/blog/image-7.jpg
--------------------------------------------------------------------------------
/static/images/feed/image-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/feed/image-1.jpg
--------------------------------------------------------------------------------
/static/images/feed/image-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/feed/image-2.jpg
--------------------------------------------------------------------------------
/static/images/flags/ad.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/static/images/flags/ae.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/af.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/am.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/an.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/static/images/flags/ar.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/at.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/aw.svg:
--------------------------------------------------------------------------------
1 |
26 |
--------------------------------------------------------------------------------
/static/images/flags/ax.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/az.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/static/images/flags/bd.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/be.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/bf.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/bg.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/bh.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/bi.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/bj.svg:
--------------------------------------------------------------------------------
1 |
34 |
--------------------------------------------------------------------------------
/static/images/flags/bn.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/bo.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/br.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/static/images/flags/bs.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/static/images/flags/bt.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/bw.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/by.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/bz.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/ca.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/images/flags/caf.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/cd.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/cf.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/cg.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/ch.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/ci.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/cl.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/cm.svg:
--------------------------------------------------------------------------------
1 |
20 |
--------------------------------------------------------------------------------
/static/images/flags/cn.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/co.svg:
--------------------------------------------------------------------------------
1 |
34 |
--------------------------------------------------------------------------------
/static/images/flags/cr.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/csa.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/cu.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/cv.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/cz.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/de.svg:
--------------------------------------------------------------------------------
1 |
34 |
--------------------------------------------------------------------------------
/static/images/flags/dj.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/dk.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/do.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/static/images/flags/dz.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/ec.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/static/images/flags/ee.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/es.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/static/images/flags/et.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/fi.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/fm.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/fr.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/ga.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/gb.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/static/images/flags/ge.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/gg.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/static/images/flags/gh.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/gi.svg:
--------------------------------------------------------------------------------
1 |
21 |
--------------------------------------------------------------------------------
/static/images/flags/gm.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/gn.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/gq.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/gr.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/gt.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/gw.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/gy.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/hn.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/static/images/flags/hu.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/id.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/ie.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/il.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/in.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/is.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/it.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/jm.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/jo.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/jp.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/static/images/flags/kg.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/kh.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/km.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/kn.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/static/images/flags/kp.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/kw.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/la.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/lb.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/lc.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/static/images/flags/li.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/lr.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/ls.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/lt.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/lu.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/lv.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/ma.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/mc.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/md.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/mg.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/mk.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/ml.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/mm.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/mn.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/static/images/flags/mr.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/mu.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/mv.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/mw.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/mx.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/my.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/mz.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/static/images/flags/na.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/ne.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/ng.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/ni.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/nl.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/no.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/om.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/pa.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/pe.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/pk.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/pl.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/pr.svg:
--------------------------------------------------------------------------------
1 |
28 |
--------------------------------------------------------------------------------
/static/images/flags/pt.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/static/images/flags/pw.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/py.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/qa.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/static/images/flags/ro.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/ru.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/rw.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/static/images/flags/sc.svg:
--------------------------------------------------------------------------------
1 |
20 |
--------------------------------------------------------------------------------
/static/images/flags/sd.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/se.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/si.svg:
--------------------------------------------------------------------------------
1 |
23 |
--------------------------------------------------------------------------------
/static/images/flags/sl.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/sm.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/sn.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/so.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/sr.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/st.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/static/images/flags/sv.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/static/images/flags/sy.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/td.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/tg.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/th.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/tj.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/tl.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/tn.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/to.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/static/images/flags/tr.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/tt.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/tw.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/tz.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/ua.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/uy.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/vc.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/ve.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/static/images/flags/vn.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/ws.svg:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/static/images/flags/ww.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/ye.svg:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/static/images/flags/za.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/static/images/flags/zw.svg:
--------------------------------------------------------------------------------
1 |
24 |
--------------------------------------------------------------------------------
/static/images/kanban/task-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/kanban/task-1.jpg
--------------------------------------------------------------------------------
/static/images/kanban/task-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/kanban/task-2.jpg
--------------------------------------------------------------------------------
/static/images/kanban/task-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/kanban/task-3.jpg
--------------------------------------------------------------------------------
/static/images/logo.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/static/images/og-image.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/og-image.jpg
--------------------------------------------------------------------------------
/static/images/products/apple-imac-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/products/apple-imac-1.png
--------------------------------------------------------------------------------
/static/images/products/apple-imac-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/products/apple-imac-2.png
--------------------------------------------------------------------------------
/static/images/products/apple-imac-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/products/apple-imac-3.png
--------------------------------------------------------------------------------
/static/images/users/bonnie-green-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/bonnie-green-2x.png
--------------------------------------------------------------------------------
/static/images/users/bonnie-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/bonnie-green.png
--------------------------------------------------------------------------------
/static/images/users/helene-engels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/helene-engels.png
--------------------------------------------------------------------------------
/static/images/users/jese-leos-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/jese-leos-2x.png
--------------------------------------------------------------------------------
/static/images/users/jese-leos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/jese-leos.png
--------------------------------------------------------------------------------
/static/images/users/joseph-mcfall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/joseph-mcfall.png
--------------------------------------------------------------------------------
/static/images/users/lana-byrd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/lana-byrd.png
--------------------------------------------------------------------------------
/static/images/users/leslie-livingston.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/leslie-livingston.png
--------------------------------------------------------------------------------
/static/images/users/michael-gough.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/michael-gough.png
--------------------------------------------------------------------------------
/static/images/users/neil-sims.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/neil-sims.png
--------------------------------------------------------------------------------
/static/images/users/robert-brown.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/robert-brown.png
--------------------------------------------------------------------------------
/static/images/users/roberta-casas-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/roberta-casas-2x.png
--------------------------------------------------------------------------------
/static/images/users/roberta-casas.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/roberta-casas.png
--------------------------------------------------------------------------------
/static/images/users/thomas-lean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/images/users/thomas-lean.png
--------------------------------------------------------------------------------
/static/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themesberg/tailwind-dashboard-windster/9be2ab853454f35f3c0c010c2b66220762adf7ec/static/mstile-150x150.png
--------------------------------------------------------------------------------
/static/site.webmanifest:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Windster",
3 | "short_name": "Windster",
4 | "icons": [
5 | {
6 | "src": "/android-chrome-192x192.png",
7 | "sizes": "192x192",
8 | "type": "image/png"
9 | },
10 | {
11 | "src": "/android-chrome-512x512.png",
12 | "sizes": "512x512",
13 | "type": "image/png"
14 | }
15 | ],
16 | "theme_color": "#ffffff",
17 | "background_color": "#ffffff",
18 | "display": "standalone"
19 | }
20 |
--------------------------------------------------------------------------------
/tailwind.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | content: [
3 | "./layouts/**/*.html",
4 | "./content/**/*.md",
5 | "./content/**/*.html",
6 | "./src/**/*.js",
7 | "./node_modules/flowbite/**/*.js"
8 | ],
9 | safelist: [
10 | 'w-64',
11 | 'w-1/2',
12 | 'rounded-l-lg',
13 | 'rounded-r-lg',
14 | 'bg-gray-200',
15 | 'grid-cols-4',
16 | 'grid-cols-7',
17 | 'h-6',
18 | 'leading-6',
19 | 'h-9',
20 | 'leading-9',
21 | 'shadow-lg'
22 | ],
23 | theme: {
24 | extend: {
25 | fontFamily: {
26 | 'sans': ['Inter', 'ui-sans-serif', 'system-ui', '-apple-system', 'system-ui', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'],
27 | 'body': ['Inter', 'ui-sans-serif', 'system-ui', '-apple-system', 'system-ui', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'],
28 | 'mono': ['ui-monospace', 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', 'monospace']
29 | },
30 | transitionProperty: {
31 | 'width': 'width'
32 | },
33 | minWidth: {
34 | '20': '20rem'
35 | },
36 | colors: {
37 | cyan: {
38 | 50: '#ECFEFF',
39 | 100: '#CFFAFE',
40 | 200: '#A5F3FC',
41 | 300: '#67E8F9',
42 | 400: '#22D3EE',
43 | 500: '#06B6D4',
44 | 600: '#0891B2',
45 | 700: '#0E7490',
46 | 800: '#155E75',
47 | 900: '#164E63'
48 | }
49 | }
50 | },
51 | },
52 |
53 | plugins: [
54 | require('flowbite/plugin'),
55 | ],
56 | }
57 |
--------------------------------------------------------------------------------
/webpack.config.js:
--------------------------------------------------------------------------------
1 | const MiniCssExtractPlugin = require('mini-css-extract-plugin');
2 | const CssMinimizerPlugin = require("css-minimizer-webpack-plugin");
3 | const { SourceMapDevToolPlugin } = require("webpack");
4 | const path = require('path');
5 |
6 | module.exports = {
7 | entry: {
8 | app: path.resolve(__dirname, 'src/app.js')
9 | },
10 | output: {
11 | filename: '[name].bundle.js',
12 | path: path.resolve(__dirname, 'static/'),
13 | },
14 | module: {
15 | rules: [
16 | {
17 | test: /\.css$/,
18 | use: [MiniCssExtractPlugin.loader, 'css-loader', 'postcss-loader'],
19 | },
20 | {
21 | test: /\.(png|jpg|gif|svg)$/,
22 | loader: 'file-loader',
23 | options: {
24 | outputPath: 'static/images/'
25 | }
26 | },
27 | {
28 | test: /\.(ttf|eot|svg|gif|woff|woff2)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
29 | use: [{
30 | loader: 'file-loader',
31 | }]
32 | },
33 | ],
34 | },
35 | resolve: {
36 | extensions: ['', '.js', '.jsx', '.css']
37 | },
38 | plugins: [
39 | new MiniCssExtractPlugin(),
40 | new SourceMapDevToolPlugin({
41 | filename: "[file].map"
42 | })
43 | ],
44 | optimization: {
45 | minimizer: [
46 | new CssMinimizerPlugin()
47 | ]
48 | },
49 | };
--------------------------------------------------------------------------------