From 48314a2bff424c37b5825a7eab30057d557fcc3c Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Wed, 10 Jan 2018 21:26:22 +0100 Subject: [PATCH] Update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 49c655b..def4d7b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ A new user form will be shown where a user can be created. Adding your own custom style is done by accessing the `Admin` panel then selecting `General settings`. +#### Demo images + +Sample homepage +![Sample homepage](https://mrvautin.com/content/images/2018/01/expressCart-demo.jpg) + +Admin page +![Admin page](https://mrvautin.com/content/images/2018/01/admin-settings.png) + ###### CSS You can add your own custom CSS into the `Custom CSS` box. This will be minified and added to each page. @@ -231,14 +239,6 @@ You may want to create a static page to show contact details, about us, shipping New static pages are setup via `/admin/settings/pages`. -## Demo images - -Sample homepage -![Sample homepage](https://mrvautin.com/content/images/2018/01/expressCart-demo.jpg) - -Admin page -![Admin page](https://mrvautin.com/content/images/2018/01/admin-settings.png) - ## Contributing I'm looking for contributors of any kind. I'm working on turning the admin panel into something more modern and using Vue.js. The frontend part of the website will always be a normal webapp with no SPA frameworks as I believe eCommerce apps should have SEO as top priority.