From 0976c8082886b757b4aaa80d1ab05b415ea23b25 Mon Sep 17 00:00:00 2001 From: John Jago Date: Fri, 10 May 2024 21:36:36 -0500 Subject: [PATCH] Add first testimonials --- assets/style.css | 6 ++++++ layouts/index.html | 47 +++++++++++++++++++++++++++++++++++++++--- static/images/star.svg | 7 +++++++ 3 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 static/images/star.svg diff --git a/assets/style.css b/assets/style.css index faa2363..bfb18ec 100644 --- a/assets/style.css +++ b/assets/style.css @@ -7,3 +7,9 @@ mask-size: contain; mask-repeat: no-repeat; } + +.star { + mask-image: url(/images/star.svg); + mask-size: contain; + mask-repeat: no-repeat; +} diff --git a/layouts/index.html b/layouts/index.html index 24185ef..afc1f95 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,13 +1,54 @@ {{ define "main" }} -
+

Better WooCommerce order management.

Screenshot of the WooCommerce order list page with Dashify styles and functionality. -

Search, navigate, and manage orders faster with Dashify.

- Get Dashify for free +
+

Search, navigate, and manage orders faster with Dashify.

+ Get Dashify for free +
+
+
+
+ + + + + +
+

I’ve been recommending clients use Shopify, because it’s a lot easier to use for beginners, but this totally changes the usability of WooCommerce. This is really excellent.

+

+ @vhmc41 +

+
+
+
+ + + + + +
+

I’m often ashamed of showing the WooCommerce backend to my clients who deal daily with various “easy-to-use” SaaS. This plugin dramatically improved the WooCommerce user experience out-of-the-box.

+

+ @digitaltreecompany +

+
+

How does Dashify make WooCommerce better?

diff --git a/static/images/star.svg b/static/images/star.svg new file mode 100644 index 0000000..a9c1fe5 --- /dev/null +++ b/static/images/star.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file