diff --git a/README.md b/README.md
index 5d08cf121..fab83fd00 100644
--- a/README.md
+++ b/README.md
@@ -2,22 +2,28 @@
A premium and open source dashboard template with a responsive and high-quality UI.
-👉 [Become a sponsor to Tabler](https://github.com/sponsors/codecalm) 🚀
+
-[](#backers)
- [](#sponsors)
+----
+
+
+
+# Tabler preview
View Demo | View React Version | Download ZIP | Join us on Slack
-
+
## Status
+[](#backers)
+ [](#sponsors)
+
## Features
We've created this admin panel for everyone who wants to create templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel that can be used by both simple websites and sophisticated systems. The only requirement is basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge — as a reward, you'll be able to manage and visualise different types of data in the easiest possible way!
diff --git a/_config.yml b/_config.yml
index af8639638..b8c3669ab 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,6 +5,7 @@ version: 1.0.0-alpha.3
title: Tabler
description: Premium and Open Source dashboard template with responsive and high quality UI.
github_url: https://github.com/tabler/tabler
+sponsor_url: https://github.com/sponsors/codecalm
debug: false
diff --git a/pages/_data/charts.yml b/pages/_data/charts.yml
index 434965bb5..1f2eaa9ae 100644
--- a/pages/_data/charts.yml
+++ b/pages/_data/charts.yml
@@ -150,6 +150,7 @@ development-activity:
legend-position: 'top'
sparkline: true
datetime: true
+ title: Development Activity
series:
- name: 'Purchases'
color: blue
diff --git a/pages/_data/pages.yml b/pages/_data/pages.yml
index bf29a6475..1640ab77c 100644
--- a/pages/_data/pages.yml
+++ b/pages/_data/pages.yml
@@ -21,9 +21,3 @@
unique: 865
bounce-rate: 44.89%
data: 9, 6, 14, 11, 8, 24, 2, 16, 15
-
-- uri: /about.html
- visitors: 12
- unique: 10
- bounce-rate: 90.6%
- data: 4, 11, 3, 7, 8, 21, 23, 13, 19
diff --git a/pages/_includes/cards/most-visited-pages.html b/pages/_includes/cards/most-visited-pages.html
index abd77e4c7..9095601d4 100644
--- a/pages/_includes/cards/most-visited-pages.html
+++ b/pages/_includes/cards/most-visited-pages.html
@@ -9,7 +9,7 @@
Page name
Visitors
-
Unique page visits
+
Unique
Bounce rate
diff --git a/pages/_includes/cards/sponsor.html b/pages/_includes/cards/sponsor.html
new file mode 100644
index 000000000..174d01aab
--- /dev/null
+++ b/pages/_includes/cards/sponsor.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/pages/_includes/forms/form-elements-4.html b/pages/_includes/forms/form-elements-4.html
index 32122a654..c24f04b5d 100644
--- a/pages/_includes/forms/form-elements-4.html
+++ b/pages/_includes/forms/form-elements-4.html
@@ -4,3 +4,47 @@
{% include parts/form/selectgroup-project-manager.html %}
+
+ {% 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 %}
+ {% endfor %}
+
+
\ No newline at end of file
diff --git a/pages/_includes/layout/homepage.html b/pages/_includes/layout/homepage.html
index 7e213151e..8a0fb372f 100644
--- a/pages/_includes/layout/homepage.html
+++ b/pages/_includes/layout/homepage.html
@@ -66,25 +66,11 @@
{% include cards/small-stats.html color="yellow" chart-type="pie" chart-data="22/100" color="yellow" count="132" subtitle="Comments" description="16 waiting" %}
-
+
{% include cards/most-visited-pages.html %}
-
- {% include cards/social-traffic.html %}
+
+ {% include cards/sponsor.html %}
-
-
-
-{% include layout/page-header.html title="Invoices" %}
-
-
-
-
- {% include cards/invoices.html %}
-
-
-
- {% include cards/table-users.html %}
-
-
+
\ No newline at end of file
diff --git a/pages/_includes/layout/navbar-secondary.html b/pages/_includes/layout/navbar-secondary.html
index 42723f59f..e6d2fdd8f 100644
--- a/pages/_includes/layout/navbar-secondary.html
+++ b/pages/_includes/layout/navbar-secondary.html
@@ -3,6 +3,9 @@
{% include layout/navbar-logo.html class="d-none-navbar-vertical" %}