Add premium logo and professional theme for high-end clients

- Create custom SVG logo with professional branding
- Implement premium color scheme with blue and gold accents
- Add custom CSS with professional styling for cards, tables, buttons
- Update logo template to use new logo.svg file
- Create custom favicon for complete branding
- Redesign homepage with premium content sections
- Update resources page with membership tiers and premium pricing
- Enhance contact page with testimonials and detailed information
- Target audience: high-paying clients ($100+/hour)
- Professional yet approachable design language

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-01-13 16:15:40 -05:00
parent e6c15cafb3
commit 9f7fe553dc
2596 changed files with 433475 additions and 113 deletions

View File

@@ -0,0 +1,98 @@
# v1.8.1
## 08/28/2025
1. [](#bugfix)
* Fixed an issue with error thrown during `bin/plugin error log` commands [#46](https://github.com/getgrav/grav-plugin-error/issues/46)
* Fixed output issue not showing all messages with log CLI command
# v1.8.0
## 09/07/2021
1. [](#new)
* Require **Grav 1.7.0**
* Added support for `{% throw 404 'Not Found' %}` from twig template to show the error page
1. [](#improved)
* Do not cache 404 error pages by default
# v1.7.1
## 10/08/2020
1. [](#bugfix)
* Fixed error page being cached, fixes issue with non-existing resources which later become available
# v1.7.0
## 07/01/2020
1. [](#new)
* Require Grav v1.6
1. [](#bugfix)
* Added translated title programmatically [#40](https://github.com/getgrav/grav-plugin-error/pull/40)
# v1.6.2
## 05/09/2019
1. [](#new)
* Fixed a few issues found by phpstan
* Added `ru` and `uk` translations [#36](https://github.com/getgrav/grav-plugin-error/pull/36)
# v1.6.1
## 03/09/2018
1. [](#improved)
* Added Polish + Catalan translation
* Updated `README.md` to reference custom error pages
# v1.6.0
## 10/19/2016
1. [](#improved)
* Added Croatian translation
* Improved `autoescape: true` support
1. [](#bugfix)
* Fixed issue where template file for `error` page type is only available if page was not found
# v1.5.1
## 07/18/2016
1. [](#improved)
* Added chinese and german translations
1. [](#bugfix)
* Fixed issue with the Smartypants plugin running before Twig was processed
# v1.5.0
## 07/14/2015
1. [](#improved)
* Translate some blueprint configuration options
* Allow translating the error message
* Added french, russian, romanian, danish, italian
# v1.4.1
## 12/11/2015
1. [](#bugfix)
* Fixed CLI command for PHP 5.5 and lower
# v1.4.0
## 11/21/2015
1. [](#new)
* Implemented CLI commands for the plugin
# v1.3.0
## 08/25/2015
1. [](#improved)
* Added blueprints for Grav Admin plugin
# v1.2.2
## 01/06/2015
1. [](#new)
* Added a default `error.json.twig` file
# v1.2.1
## 11/30/2014
1. [](#new)
* ChangeLog started...