-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from Bostonhacks/Sponsor-declan
Changed background assets and background
- Loading branch information
Showing
15 changed files
with
979 additions
and
79 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions
45
src/assets/images/SponsorPage/NatureBackgroundWithText.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
src/assets/images/SponsorPage/NatureBackgroundWithTextMobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ const whyUs = [ | |
|
||
const WhySection = ({ data }) => { | ||
return ( | ||
<div className="flex flex-col lg:space-y-8 lg:mx-20 lg:px-10 lg:py-20 font-minecraft"> | ||
<div className="flex flex-col lg:space-y-8 lg:mx-20 lg:px-10 lg:py-20 font-minecraft z-10"> | ||
|
||
{data.map((item, index) => ( | ||
<div | ||
|
@@ -63,12 +63,12 @@ const WhyUs = () => { | |
|
||
<WhySection data={whyUs[0]} reverse={true} /> | ||
|
||
<img src={FelizPlatformPNG} alt="FelizPlatformPNG" className="max-w-md mt-12 w-[127px] lg:w-auto lg:mt-0" /> | ||
<div className="lg:mb-20 items-center flex flex-col"> | ||
<h1 className="text-xs lg:text-2xl mb-3 lg:6">Questions?</h1> | ||
<p className="text-xs lg:text-2xl">We welcome any questions or</p> | ||
<p className="text-xs lg:text-2xl">special requests. Please email us at</p> | ||
<h1 className="font-misterpixel font-normal pt-2 lg:py-10 text-sm lg:text-3xl"> | ||
<img src={FelizPlatformPNG} alt="FelizPlatformPNG" className="max-w-md mt-12 w-[127px] lg:w-auto lg:mt-0 z-10" /> | ||
<div className="lg:mb-20 items-center flex flex-col z-10"> | ||
<h1 className="text-xs lg:text-2xl mb-3 lg:6 z-10">Questions?</h1> | ||
<p className="text-xs lg:text-2xl z-10">We welcome any questions or</p> | ||
<p className="text-xs lg:text-2xl z-10">special requests. Please email us at</p> | ||
<h1 className="font-misterpixel font-normal pt-2 lg:py-10 text-sm lg:text-3xl z-10"> | ||
[email protected] | ||
</h1> | ||
</div> | ||
|
This file contains 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
This file contains 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
This file contains 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