diff --git a/build/rollup.config.js b/build/rollup.config.js index 597351cbeafe9907c0f7b0a826babc2ab0d82bc7..2a64387868c3d891321ff67b953bb3f82714a436 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -40,12 +40,9 @@ module.exports = { context: "window", input: { tabler: path.resolve(__dirname, '../js/tabler.js'), - // 'tabler-charts': path.resolve(__dirname, '../js/tabler-charts.js'), - 'tabler-range-sliders': path.resolve(__dirname, '../js/tabler-range-sliders.js') }, output: { banner, - // name: 'tabler', dir: path.resolve(__dirname, `../${dir}/js/`), entryFileNames: BUNDLE ? '[name].min.js' : '[name].js', format: 'cjs' diff --git a/js/tabler-range-sliders.js b/js/tabler-range-sliders.js deleted file mode 100644 index 5f245d0155912a930ba5fb906586cc3f728661d6..0000000000000000000000000000000000000000 --- a/js/tabler-range-sliders.js +++ /dev/null @@ -1,12 +0,0 @@ -/* Demo only */ - -$(document).ready(function() { - - /* Sliders value */ - let slidersText = document.querySelectorAll('[demo-slider]'); - for(let i = 0;i {{ payment.name }} {{ payment.logo }} - {% include ui/payment.html payment=payment.logo %} - {% include ui/payment.html payment=payment.logo dark=true %} + {% include ui/payment.html payment=payment.logo %} + {% include ui/payment.html payment=payment.logo dark=true %} {% endfor %} diff --git a/pages/_includes/cards/company-employees.html b/pages/_includes/cards/company-employees.html index 18c2aba8959a3b5a71dc8d819d449a48886ade4a..7dabfb7b91401fde67bc38597908ebd458f93e6f 100644 --- a/pages/_includes/cards/company-employees.html +++ b/pages/_includes/cards/company-employees.html @@ -12,7 +12,7 @@ {% for person in site.data.people limit: 5 offset: 20 %} - {% include ui/avatar.html src=person.photo %} + {% include ui/avatar.html src=person.photo %} {{ person.full_name }} {{ person.department }} {{ forloop.index | random_number: 30, 90 }}% diff --git a/pages/_includes/cards/development-activity.html b/pages/_includes/cards/development-activity.html index c07357d5bdda48a5f378b9d55066c567543767a3..bf7f8d08397498b17b5c244f74c012f973ea5fb2 100644 --- a/pages/_includes/cards/development-activity.html +++ b/pages/_includes/cards/development-activity.html @@ -12,7 +12,7 @@ - + {% include ui/avatar.html person-id=10 %} {{ site.data.people[10].full_name }} @@ -20,7 +20,7 @@ May 6, 2019 - + {% include ui/avatar.html person-id=17 %} {{ site.data.people[17].full_name }} @@ -28,7 +28,7 @@ April 22, 2019 - + {% include ui/avatar.html person-id=16 %} {{ site.data.people[16].full_name }} @@ -36,7 +36,7 @@ April 15, 2019 - + {% include ui/avatar.html person-id=12 %} {{ site.data.people[12].full_name }} @@ -44,7 +44,7 @@ April 8, 2019 - + {% include ui/avatar.html person-id=19 %} {{ site.data.people[19].full_name }} diff --git a/pages/_includes/cards/invoices.html b/pages/_includes/cards/invoices.html index c01a7b9a72bb57d1bd0e744cee9084d940b650e7..280f4c92c508f2e46d0e7b20a67668e5b490dde8 100644 --- a/pages/_includes/cards/invoices.html +++ b/pages/_includes/cards/invoices.html @@ -26,8 +26,8 @@ - - + + diff --git a/pages/_includes/cards/table-users.html b/pages/_includes/cards/table-users.html index 5cd58368189e46572161d65c781d95f667eb8e49..7b06f613f31c9a2cddcd85b9ebfdccae210fec17 100644 --- a/pages/_includes/cards/table-users.html +++ b/pages/_includes/cards/table-users.html @@ -7,7 +7,7 @@ - + @@ -19,7 +19,7 @@ {% assign percentage_color = percentage | number_color %} -
No. {% include ui/icon.html icon="chevron-up" class="icon-sm text-dark icon-thick" %}No. {% include ui/icon.html icon="chevron-up" class="icon-sm text-dark icon-thick" %} Invoice Subject {% include ui/icon.html icon="code" class="icon-sm" %} Client {% include ui/icon.html icon="code" class="icon-sm" %} VAT No. {% include ui/icon.html icon="code" class="icon-sm" %}Usage Payment ActivitySatisfactionSatisfaction
+ {% include ui/avatar.html person-id=person.id %} diff --git a/pages/_includes/forms/form-elements-4.html b/pages/_includes/forms/form-elements-4.html index c24f04b5d1aceae0555a7add00cb2c73ab3631c1..627eaa582ba4872bae3273a18e67b75e210f159b 100644 --- a/pages/_includes/forms/form-elements-4.html +++ b/pages/_includes/forms/form-elements-4.html @@ -6,7 +6,7 @@
-
+
@@ -16,7 +16,7 @@
-
+
@@ -41,7 +41,7 @@
-
+
{% assign icons = "bold,italic,underline,copy,scissors,file-plus,file-minus" | split: ',' %} {% for icon in icons %} {% include ui/button.html color="secondary" icon=icon icon-only=true %} diff --git a/pages/_includes/layout/customize.html b/pages/_includes/layout/customize.html deleted file mode 100644 index 96219fed41ac6c2a47b92f1d2e4d180695ac64b3..0000000000000000000000000000000000000000 --- a/pages/_includes/layout/customize.html +++ /dev/null @@ -1,79 +0,0 @@ - - -{% capture_global scripts %} - -{% endcapture_global %} \ No newline at end of file diff --git a/pages/_includes/layout/footer.html b/pages/_includes/layout/footer.html index 93696bf27452f652c25e63b4b32ffbe21721699f..65ff43304c852466be302ae736a030f6f1d3e952 100644 --- a/pages/_includes/layout/footer.html +++ b/pages/_includes/layout/footer.html @@ -1,26 +1,24 @@ -
-
-
-
-
-
-
- -
-
- {% include ui/button.html color="secondary" size="sm" text="Source code" href=site.github_url external=true %} -
+
+
+
+
+
+
+ +
+
+ {% include ui/button.html color="secondary" size="sm" text="Source code" href=site.github_url external=true %}
-
- Copyright © {{ site.time | date: '%Y' }} - {{ site.title }}. - All rights reserved. -
+
+
+ Copyright © {{ site.time | date: '%Y' }} + {{ site.title }}. + All rights reserved.
-
-
\ No newline at end of file +
+
\ No newline at end of file diff --git a/pages/_includes/layout/homepage.html b/pages/_includes/layout/homepage.html index 8a0fb372f944134b0d934cd47b7c937f050c4499..65917b9e6e7c092c71041432c9c8cd038e7f7934 100644 --- a/pages/_includes/layout/homepage.html +++ b/pages/_includes/layout/homepage.html @@ -1,5 +1,3 @@ -{% include layout/customize.html %} -
{% include cards/charts/sales.html %} diff --git a/pages/_includes/layout/js.html b/pages/_includes/layout/js.html index 1a133c3e784864f7fdbf43ba8386fd3845d03b60..00da6780fc3046dac0e23bd4058048f33c4acd1d 100644 --- a/pages/_includes/layout/js.html +++ b/pages/_includes/layout/js.html @@ -10,4 +10,3 @@ - diff --git a/pages/_includes/layout/navbar-menu.html b/pages/_includes/layout/navbar-menu.html index f790356c7889631d851afdd51d8e43946642dd2f..948b1eb97cefffb4867bb737fd60e55036deb0c1 100644 --- a/pages/_includes/layout/navbar-menu.html +++ b/pages/_includes/layout/navbar-menu.html @@ -32,8 +32,8 @@ {% endfor %} -
diff --git a/pages/_includes/layout/navbar-search.html b/pages/_includes/layout/navbar-search.html index ebdfc7b7f588490181e751736c562ab1aa77eafd..d4982e6908ebc1e5a396963b6e9bd2fb3892ef2c 100644 --- a/pages/_includes/layout/navbar-search.html +++ b/pages/_includes/layout/navbar-search.html @@ -1,4 +1,4 @@ -
+
{% include ui/form/input-icon.html prepend=true %}
diff --git a/pages/_includes/parts/modals/customize.html b/pages/_includes/parts/modals/customize.html new file mode 100644 index 0000000000000000000000000000000000000000..654fac60d0a806a064ca37932328207e728aa056 --- /dev/null +++ b/pages/_includes/parts/modals/customize.html @@ -0,0 +1,205 @@ +{% include ui/modal/header.html title="Customize Tabler" %} + + + +{% capture_global scripts %} + +{% endcapture_global %} \ No newline at end of file diff --git a/pages/_includes/parts/modals/simple.html b/pages/_includes/parts/modals/simple.html index 2a0f6beb918f523bea5fc04640339438b7f4b775..f82c2941b6b275f70b94e82d79ddcdee9bec231f 100644 --- a/pages/_includes/parts/modals/simple.html +++ b/pages/_includes/parts/modals/simple.html @@ -1,9 +1,4 @@ - +{% include ui/modal/header.html %} diff --git a/pages/_includes/ui/modal.html b/pages/_includes/ui/modal.html index 8dd9fd811090c1bc83ca1803eb50b356e20ab45a..ef6e3426efb5832b23c8d065fb4296f464fe68ca 100644 --- a/pages/_includes/ui/modal.html +++ b/pages/_includes/ui/modal.html @@ -2,7 +2,7 @@ {% capture_global modals %}