Skip to content

Commit

Permalink
Frontend: Update AWS logo on landing page(Cloud-CV#3586)
Browse files Browse the repository at this point in the history
* Update AWS sponsor logo on landing page

* Update logo size

* Update css
  • Loading branch information
Ram81 authored Aug 31, 2021
1 parent 7583d38 commit 5cf8418
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions frontend/src/css/modules/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ a.view-more {

.evalai-sponsor-logo {
max-width: 100%;
height: 120px;
height: 300px;
text-align: center;
img {
height: 55%;
Expand All @@ -584,5 +584,10 @@ a.view-more {
}

#gsoc {
height: 45%;
height: 55%;
margin-left: 16.667%;
}

#aws {
margin-top: 2%;
}
Binary file modified frontend/src/images/sponsors/aws.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 modified frontend/src/images/sponsors/gsoc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/views/web/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h4 class="w-300 center">Sponsors</h4>
<img src="dist/images/sponsors/aws.png" id="aws">
</div>
</div>
<div class="col s12 m6 l6">
<div class="col s12 m4 l6">
<div class="evalai-sponsor-logo">
<img src="dist/images/sponsors/gsoc.png" id="gsoc">
</div>
Expand Down

0 comments on commit 5cf8418

Please sign in to comment.