This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch chore/add-applitools-logo
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 75becb1b147c62fbbceefcb15e173f152a00cbad
Author: geido <[email protected]>
AuthorDate: Fri Jul 29 18:18:23 2022 +0300

    Add Applitools logo
---
 docs/src/pages/index.tsx       |  17 ++++++++++++++++-
 docs/static/img/applitools.png | Bin 0 -> 3658 bytes
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index d57225a0d7..9ecbe168bb 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -249,6 +249,16 @@ const CarouselSection = styled('div')`
   }
 `;
 
+const StyledCredits = styled.div`
+  width: 100%;
+  height: 60px;
+  padding: 18px;
+  background-color: #282E4A;
+  text-align: center;
+  color: #FFFFFF;
+
+`;
+
 const StyledDatabaseImg = styled.img`
   width: ${(props) => props.width};
   height: ${(props) => props.height};
@@ -461,8 +471,13 @@ export default function Home(): JSX.Element {
               </span>
             </StyledIntegrations>
         </CarouselSection>
-
       </StyledMain>
+      <StyledCredits>
+        We use{' '}
+        <a href="https://applitools.com/"; target="_blank" rel="nofollow">
+          <img src="img/applitools.png" title="Applitools" />
+        </a>
+      </StyledCredits>
     </Layout>
   );
 }
diff --git a/docs/static/img/applitools.png b/docs/static/img/applitools.png
new file mode 100644
index 0000000000..66b7b1eb4f
Binary files /dev/null and b/docs/static/img/applitools.png differ

Reply via email to