Skip to content

Commit

Permalink
Adding Social Banner in Support of Ukraine (facebook#9652)
Browse files Browse the repository at this point in the history
Summary:
Our mission at [Meta Open Source](https://opensource.facebook.com/) is to empower communities through open source, and we believe that it means building a welcoming and safe environment for all. As a part of this work, we are adding this banner in support for Ukraine during this crisis.

## Testing
<img width="1080" alt="image" src="https://user-images.githubusercontent.com/12485205/156454047-9c153135-f3a6-41f7-adbe-8139759565ae.png">

Pull Request resolved: facebook#9652

Reviewed By: jay-zhuang

Differential Revision: D34647211

Pulled By: dmitryvinn-fb

fbshipit-source-id: b89cdc7eafcc58b1f503ee8e1939e43bffcb3b3f
  • Loading branch information
dmitryvinn authored and facebook-github-bot committed Mar 4, 2022
1 parent ce60d0c commit f20b674
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<div class="socialBanner">
<div>
Support Ukraine 🇺🇦
<a href="https://opensource.facebook.com/support-ukraine">
Help Provide Humanitarian Aid to Ukraine
</a>
.
</div>
</div>
<body>
{% include nav.html alwayson=true %}
<div class="navPusher">
Expand Down
10 changes: 10 additions & 0 deletions docs/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,13 @@ h5:hover .header-link,
h6:hover .header-link {
opacity: 1;
}

/* Social Banner */
.socialBanner {
font-weight: bold;
font-size: 20px;
padding: 20px;
max-width: 768px;
margin: 0 auto;
text-align: center;
}

0 comments on commit f20b674

Please sign in to comment.