Skip to content

Commit

Permalink
Merge pull request #341 from jayphelps/octanner
Browse files Browse the repository at this point in the history
Change Welbe logo/link to OC Tanner, their parent company
  • Loading branch information
DavidMGross committed Jan 17, 2017
2 parents 0adfb07 + 496637e commit d602a6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1>We use ReactiveX</h1>
<a href="http://www.oovoo.com" class="frontpage-logo oovoo-logo"></a>
<a href="http://www.couchbase.com/" class="frontpage-logo couchbase-logo"></a>
<a href="http://www.futurice.com" class="frontpage-logo futurice-logo"></a>
<a href="https://www.welbe.com/" class="frontpage-logo welbe-logo"></a>
<a href="http://www.octanner.com/" class="frontpage-logo octanner-logo"></a>
<a href="https://www.airbnb.com/" class="frontpage-logo airbnb-logo"></a>
</div>
</div>
Expand Down
Binary file added assets/octanner-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/welbe-logo.png
Binary file not shown.
6 changes: 3 additions & 3 deletions styles/frontpage.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@
background-image: url("/assets/oovoo-logo.png");
background-size: auto 75%;
}
.welbe-logo {
background-image: url("/assets/welbe-logo.png");
background-size: auto 70%;
.octanner-logo {
background-image: url("/assets/octanner-logo.png");
background-size: auto 25%;
}
.airbnb-logo {
background-image: url("/assets/airbnb-logo.jpg");
Expand Down

0 comments on commit d602a6e

Please sign in to comment.