From b6d1a96c08637e6f25ca4f67a66c3e8a4f0b7efa Mon Sep 17 00:00:00 2001 From: Dmitry Vinnik Date: Fri, 4 Mar 2022 16:30:14 -0800 Subject: [PATCH] Adding Social Banner in Support of Ukraine (#1556) 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 image Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1556 Reviewed By: candance Differential Revision: D34647758 Pulled By: dmitryvinn-fb fbshipit-source-id: c66c38a0f195abc5285cab449cb825ac16bb8496 --- docs/css/jazzy.css | 14 ++++++++++++++ docs/index.html | 3 +++ 2 files changed, 17 insertions(+) diff --git a/docs/css/jazzy.css b/docs/css/jazzy.css index db2dba43d..c658958df 100644 --- a/docs/css/jazzy.css +++ b/docs/css/jazzy.css @@ -127,6 +127,20 @@ header { height: 10px; margin: 0 5px; } +/* Social Banner */ +.socialBanner { + font-weight: bold; + font-size: 20px; + padding: 20px; + max-width: 768px; + margin: 0 auto; + color: black; + text-align: center; +} +.socialBanner a { + text-decoration: underline; +} + .sidebar { background-color: #f9f9f9; border: 1px solid #e2e2e2; diff --git a/docs/index.html b/docs/index.html index a7eaa8e49..0763a5dae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -309,6 +309,9 @@

+
+ Support Ukraine πŸ‡ΊπŸ‡¦ Help Provide Humanitarian Aid to Ukraine. +

A data-driven UICollectionView framework for building fast and flexible lists.