Created
February 8, 2020 14:09
-
-
Save FBosler/9269213bb46105f2947a4dfe77e09633 to your computer and use it in GitHub Desktop.
BackGroundImage.jsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<LandingBackground className={"z-depth-5"} url={URL}> | |
<FullRow> | |
<PaddedCol xs={{ span: 10, offset: 1 }} sm={{ span: 5, offset: 1 }}> | |
<ResponsiveHeader2>Grow the community by spreading the message</ResponsiveHeader2> | |
<ResponsiveParagraph>and get kittens in the process</ResponsiveParagraph> | |
</PaddedCol> | |
<PaddedCol xs={{ span: 10, offset: 1 }} sm={{ span: 5, offset: 1 }}> | |
<VerticalCenterWrapper> | |
<LoginButton className={"z-depth-5"} size="lg"> | |
Join the movement{" "} | |
<span role="img" aria-label="rocket"> | |
🚀 | |
</span> | |
</LoginButton> | |
</VerticalCenterWrapper> | |
</PaddedCol> | |
</FullRow> | |
</LandingBackground> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment