From 0d825084df9b7de1939ba4a0c19d1fe384e619b5 Mon Sep 17 00:00:00 2001 From: jalisa Date: Sun, 2 Jun 2024 19:37:04 +0100 Subject: [PATCH] Accessibility Updates --- docs/_includes/css/navigation.css | 18 +++++++++--------- docs/aboutus/index.md | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/_includes/css/navigation.css b/docs/_includes/css/navigation.css index ac48744c86..707bcdb07d 100644 --- a/docs/_includes/css/navigation.css +++ b/docs/_includes/css/navigation.css @@ -10,7 +10,7 @@ body { } .nav { - background: #0095d2; + background: #024CAE; } .nav ul { @@ -18,34 +18,34 @@ body { text-align: center; padding: 0; margin: 0; - background-color: #0095d2; + background-color: #024CAE; } .nav li { font-size: 1em; line-height: 40px; height: 40px; - border-bottom: 1px solid #0073b0; + border-bottom: 1px solid #024CAE; } .nav a { text-decoration: none; - color: #fff; + color: #E1F6FD; display: block; } .nav a:hover { - background-color: #0073b0; + background-color: #020069; } .nav a.active { - background-color: #0073b0; + background-color: #020069; color: #fff; cursor: default; } .logo { text-align: center; - background-color: #0095d2; + background-color: #024CAE; } .navbar-brand { @@ -88,7 +88,7 @@ max-width: 250px; .nav { top: 0; - background-color: #0095d2; + background-color: #024CAE; } .nav li { @@ -116,7 +116,7 @@ max-width: 250px; text-align: center; padding: 0; margin: 0; - background-color: #0095d2; + background-color: #024CAE; } /* Sub Menus */ diff --git a/docs/aboutus/index.md b/docs/aboutus/index.md index 64638833c7..23b3c8395c 100644 --- a/docs/aboutus/index.md +++ b/docs/aboutus/index.md @@ -12,7 +12,7 @@ nav: aboutus At the moment we are one core member that works on sitespeed.io in our free time. New contributors and team members are very much welcome! ## Peter Hedenskog - I created sitespeed.io late 2012. It's been a lot of work and incredibly [fun](http://www.peterhedenskog.com/blog/2015/02/building-a-new-sitespeed.io/)! I'm a web performance geek, love the web and think Open Source is the way forward. I work in the Quality and test team at [Wikimedia](https://www.wikimedia.org/). +Image of Peter Hedenskog I created sitespeed.io late 2012. It's been a lot of work and incredibly [fun](http://www.peterhedenskog.com/blog/2015/02/building-a-new-sitespeed.io/)! I'm a web performance geek, love the web and think Open Source is the way forward. I work in the Quality and test team at [Wikimedia](https://www.wikimedia.org/). You should also look at [the others performance tools](https://github.com/sitespeedio) we created through the years. @@ -22,12 +22,12 @@ Through the use of [Browsertime](https://github.com/sitespeedio/browsertime) Moz We also have people that contributed alot through the years. ### Tobias Lidskog - Having been supporter of sitespeed.io from the sidelines for some time, I joined Peter as we started working on version 3.0. I've been working professionally with the web for about 15 years, and open source tools have been an indispensable help all along. Now it's nice to be able to give something back. +Image of Tobias Lidskog Having been supporter of sitespeed.io from the sidelines for some time, I joined Peter as we started working on version 3.0. I've been working professionally with the web for about 15 years, and open source tools have been an indispensable help all along. Now it's nice to be able to give something back. In my work at [iZettle](https://www.izettle.com/) I spend most of my time enabling the dev teams to shine. Working on sitespeed.io is a great complement, letting me get my hands dirty with range of tools and techniques; from [controlling browsers with WebDriver](http://www.browsertime.net) to [learning how to use Docker](https://github.com/sitespeedio/sitespeed.io-docker). ### Jonathan Lee - I discovered sitespeed.io version 3 in 2015 while exploring the latest trending tools in web performance. I was intrigued by this tool and decided to learn more. Wanting to contribute back to the open source community that has giving me so much over the last decade, I reached out to Peter and Tobias to assist with the development of version 4.0. +Image of Jonathan Lee I discovered sitespeed.io version 3 in 2015 while exploring the latest trending tools in web performance. I was intrigued by this tool and decided to learn more. Wanting to contribute back to the open source community that has giving me so much over the last decade, I reached out to Peter and Tobias to assist with the development of version 4.0. As a performance engineer at [CBSi](http://www.cbsinteractive.com/) I am able to offer real-world feedback to the team to make improvements that will benefit others. I love talking about web performance so feel free connect or reach out to me on [LinkedIn](https://www.linkedin.com/in/jonathanlee20) or [Twitter](https://twitter.com/beenanner).