mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-30 03:37:53 +00:00
Adding social banner
This commit is contained in:
parent
0360b9d3ec
commit
401c7c8071
2 changed files with 19 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue