-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dda2a5
commit 093fdd8
Showing
8 changed files
with
53 additions
and
80 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,29 +1,30 @@ | ||
import Statistics from "./Stats/Statistics"; | ||
import SocialMediaLinks from "./SocialMediaLinks"; | ||
import EventsPhotoCarousel from "./EventsPhotoCarousel"; | ||
import AnimatedBackGround from "./AnimatedBackGround"; | ||
|
||
function Hero() { | ||
return ( | ||
<section className="hero"> | ||
<div className="hero-container"> | ||
<div className="md:w-1/2 flex flex-col items-center justify-between"> | ||
<h1 className="text-4xl md:text-6xl font-bold leading-tight px-6"> | ||
The Software Developers Association | ||
</h1> | ||
<p className="mt-4 text-xl px-6"> | ||
The premiere software development club for Arizona State University | ||
students. | ||
</p> | ||
<Statistics /> | ||
<SocialMediaLinks /> | ||
<> | ||
<section className="hero"> | ||
<AnimatedBackGround /> | ||
<div className="hero-container z-10"> | ||
<div className="md:w-1/2 flex flex-col items-center justify-between"> | ||
<h1 className="text-4xl md:text-6xl font-bold leading-tight px-6"> | ||
The Software Developers Association | ||
</h1> | ||
<p className="mt-4 text-xl px-6"> | ||
The premiere software development club for Arizona State | ||
University students. | ||
</p> | ||
<Statistics /> | ||
<SocialMediaLinks /> | ||
</div> | ||
<EventsPhotoCarousel /> | ||
</div> | ||
<EventsPhotoCarousel /> | ||
</div> | ||
</section> | ||
</section> | ||
</> | ||
); | ||
} | ||
|
||
export default Hero; | ||
|
||
|
||
|
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