Skip to content

Commit

Permalink
Removed "www" to prevent links from breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundDong authored Apr 13, 2021
1 parent fe523b2 commit 734e2d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,19 +487,19 @@ <h1 class="title is-1 has-text-blue main">sponsors</h1>

<div class="columns is-vcentered is-centered">
<div class="column is-three-quarters">
<a href="https://www.statefarm.com" target="_blank"><img src="./assets/sponsors/statefarm.png"/></a>
<a href="https://statefarm.com" target="_blank"><img src="./assets/sponsors/statefarm.png"/></a>
</div>
</div>

<div class="columns is-vcentered is-centered">
<div class="column is-three-fifths">
<a href="https://www.amazon.com" target="_blank"><img src="./assets/sponsors/amazon.png"/></a>
<a href="https://amazon.com" target="_blank"><img src="./assets/sponsors/amazon.png"/></a>
</div>
</div>

<div class="columns is-vcentered is-centered">
<div class="column is-three-fifths">
<a href="https://www.workiva.com" target="_blank"><img src="./assets/sponsors/workiva.png"/></a>
<a href="https://workiva.com" target="_blank"><img src="./assets/sponsors/workiva.png"/></a>
</div>
</div>
</div>
Expand All @@ -522,10 +522,10 @@ <h1 class="title is-1 has-text-blue main">partners</h1>
<div class="columns is-multiline is-vcentered is-centered">

<div class="column is-one-fifth">
<a href="https://www.mlh.io" target="_blank"><img src="./assets/sponsors/mlh.png"/></a>
<a href="https://mlh.io" target="_blank"><img src="./assets/sponsors/mlh.png"/></a>
</div>
<div class="column is-one-fifth">
<a href="https://www.thesoda.io" target="_blank"><img src="./assets/sponsors/soda.png"/></a>
<a href="https://thesoda.io" target="_blank"><img src="./assets/sponsors/soda.png"/></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 734e2d1

Please sign in to comment.