Skip to content

Commit

Permalink
website: Fixing banner. (#5215)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Plotka <[email protected]>
  • Loading branch information
bwplotka authored Mar 5, 2022
1 parent 4e2461a commit e60ca7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ <h3 class="mb-3">Open source, highly available Prometheus setup with long term s
</div>
</div>
</div>
<div class="container_fluid bg-purple" style="font-weight: 500 !important;color: #fff !important;padding: 10px !important;text-align: center !important;">The Thanos Team strongly condemns Putin's illegal invasion of Ukraine.
<div class="bg-dark text-light py-3 font-weight-bold container-fluid text-center">The Thanos Team strongly condemns Putin's illegal invasion of Ukraine.
Please consider donating to a humanitarian aid actions such as
<a target="_blank" href="https://www.siepomaga.pl/en/ukraina/" style="color: yellow !important;">Polish National Campaign to Support Ukraine</a>
<a class="color-yellow" target="_blank" href="https://www.siepomaga.pl/en/ukraina/">Polish National Campaign to Support Ukraine</a>
or
<a target="_blank" href="https://care-in-action.org/en/pages/please-fund-emergency-aid-for-ukraine" style="color: yellow !important;">Care in Action</a> to provide relief.
<a class="color-yellow" target="_blank" href="https://care-in-action.org/en/pages/please-fund-emergency-aid-for-ukraine">Care in Action</a> to provide relief.
</div>
<div class="container-fluid bg-light">
<div class="row">
Expand Down
4 changes: 4 additions & 0 deletions website/static/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.color-yellow {
color: #ad9c26;
}

.bg-purple {
background-color: #6D41FF;
}
Expand Down

0 comments on commit e60ca7e

Please sign in to comment.