diff --git a/README.md b/README.md index e88a806..ee3690e 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ Boostrapmade presented an approximated solution. - [Office Project](/readme_assets/images/office-project.png) - [Office Player Data](/readme_assets/images/ofice-player-data.png) - ### Surface [Back to Top](#contents) The NiceAdmn Boostrap template provided a good choice of fonts, images and colours. @@ -346,6 +345,10 @@ Once this change was made, all html passed validation without issue. The W3C CSS Validator was used. There were multiple issues presented, all of which were caused by BootstrapMade css. Bootstrapmade will not be used in future projects. - [W3C CSS Validator](/readme_assets/images/wc3-css.png) + +### Accessibility: Lighthouse +The Chrome Developer Tools Lighthouse was used to validate the accessibility of each page. Each page scored 100%. +- [The String-Rota Page scored 100%](/readme_assets/images/validation/lighthouse/string-rota.png) # Resources [Back to Top](#contents) diff --git a/readme_assets/images/validation/lighthouse/string-rota.png b/readme_assets/images/validation/lighthouse/string-rota.png new file mode 100644 index 0000000..a399d79 Binary files /dev/null and b/readme_assets/images/validation/lighthouse/string-rota.png differ diff --git a/static/assets/css/style.css b/static/assets/css/style.css index 95fd273..7ee19dd 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -324,12 +324,14 @@ h6 { .breadcrumb { font-size: 14px; font-family: "Nunito", sans-serif; - color: #899bbd; + /* color: #899bbd; */ + color: #2f4a7b; font-weight: 600; } .breadcrumb a { - color: #899bbd; + /* color: #899bbd; */ + color: #2f4a7b; transition: 0.3s; } diff --git a/string_rota/templates/string_rota/home.html b/string_rota/templates/string_rota/home.html index 5e87d23..400a5e1 100644 --- a/string_rota/templates/string_rota/home.html +++ b/string_rota/templates/string_rota/home.html @@ -27,7 +27,7 @@
This project needs {{ strength }} players.
{% if not rota_manager %} {% if seating_plan.get_plan_status_display == "Draft" %} -