Skip to content

Commit

Permalink
Accessibility Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jalisa committed Jun 2, 2024
1 parent aeb060e commit 0d82508
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions docs/_includes/css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@ body {
}

.nav {
background: #0095d2;
background: #024CAE;
}

.nav ul {
list-style: none;
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 {
Expand Down Expand Up @@ -88,7 +88,7 @@ max-width: 250px;

.nav {
top: 0;
background-color: #0095d2;
background-color: #024CAE;
}

.nav li {
Expand Down Expand Up @@ -116,7 +116,7 @@ max-width: 250px;
text-align: center;
padding: 0;
margin: 0;
background-color: #0095d2;
background-color: #024CAE;
}

/* Sub Menus */
Expand Down
6 changes: 3 additions & 3 deletions docs/aboutus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<a href="https://twitter.com/soulislove"><img src="{{site.baseurl}}/img/aboutus/peter.jpg" class="photo pull-left" width="200" height="200"></a> 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/).
<a href="https://twitter.com/soulislove"><img src="{{site.baseurl}}/img/aboutus/peter.jpg" class="photo pull-left" width="200" height="200" alt="Image of Peter Hedenskog "></a> 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.

Expand All @@ -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
<a href="https://twitter.com/tobiaslidskog"><img src="{{site.baseurl}}/img/aboutus/tobias.jpg" class="photo pull-left" width="200" height="200"></a> 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.
<a href="https://twitter.com/tobiaslidskog"><img src="{{site.baseurl}}/img/aboutus/tobias.jpg" class="photo pull-left" width="200" height="200" alt="Image of Tobias Lidskog"></a> 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
<a href="https://twitter.com/beenanner"><img src="{{site.baseurl}}/img/aboutus/jonathan.jpg" class="photo pull-left" width="200" height="200"></a> 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.
<a href="https://twitter.com/beenanner"><img src="{{site.baseurl}}/img/aboutus/jonathan.jpg" class="photo pull-left" width="200" height="200" alt="Image of Jonathan Lee"></a> 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).

Expand Down

0 comments on commit 0d82508

Please sign in to comment.