Adding social banner

This commit is contained in:
dmitryvinn 2022-03-02 22:16:28 -08:00
parent 0360b9d3ec
commit 401c7c8071
2 changed files with 19 additions and 0 deletions

View file

@ -2,6 +2,15 @@
<html>
{% include head.html %}
<body>
<div class="socialBanner">
<div>
Support Ukraine 🇺🇦
<a href="https://opensource.fb.com/support-ukraine">
Help Provide Humanitarian Aid to Ukraine
</a>
.
</div>
</div>
{% include nav.html alwayson=true %}
<div class="navPusher">
{% include home_header.html %}

View file

@ -151,3 +151,13 @@ h6:hover .header-link {
.videoBlock {
text-align: center;
}
/* Social Banner */
.socialBanner {
font-weight: bold;
font-size: 20px;
padding: 20px;
max-width: 768px;
margin: 0 auto;
text-align: center;
}