Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Home() {
<Hero />
<StatsSection />
<WhyParticipate />
<MailingList />
<MailingList />
</main>
);
}
12 changes: 6 additions & 6 deletions components/sections/WhyParticipate/WhyParticipate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export default function WhyParticipate() {

<div
ref={sliderRef}
className="relative z-10 h-full flex flex-row w-max items-center"
className="relative z-10 h-full flex flex-row items-center pl-[20vw] pr-[20vw]"
>
<div className="relative w-screen h-141.5 shrink-0 flex flex-col items-center justify-center p-10 z-20 max-sm:h-[450px]">
<div className="relative w-[60vw] h-141.5 shrink-0 flex flex-col items-center justify-center p-10 z-20 max-sm:h-[450px]">
<Image src={collab} alt="collaborate" className="inline-block" />
<Image
src={alert}
Expand All @@ -98,15 +98,15 @@ export default function WhyParticipate() {
className="absolute bottom-27 left-170 max-sm:bottom-30 max-sm:left-12 max-sm:w-[80px] max-sm:h-[80px]"
/>
</div>
<div className="relative w-screen h-141.5 shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-2">
<div className="relative w-[60vw] h-141.5 shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-2">
<Image src={prizes} alt="prizes" className="inline-block" />
<Image
src={alert}
alt="prizes"
className="absolute w-[120px] h-[120px] bottom-27 left-170 max-sm:bottom-30 max-sm:left-8 max-sm:w-[80px] max-sm:h-[80px]"
/>
</div>
<div className="relative w-screen h-141.5 shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-3">
<div className="relative w-[60vw] h-141.5 shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-3">
<Image src={workshops} alt="workshops" className="inline-block" />
<Image
src={alert}
Expand All @@ -116,7 +116,7 @@ export default function WhyParticipate() {
className="absolute bottom-25 left-170 max-sm:bottom-30 max-sm:left-10 max-sm:w-[80px] max-sm:h-[80px]"
/>
</div>
<div className="relative w-screen h-[600px] shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-3">
<div className="relative w-[60vw] h-[600px] shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-3">
<Image src={mentorship} alt="mentorship" className="inline-block" />
<Image
src={alert}
Expand All @@ -126,7 +126,7 @@ export default function WhyParticipate() {
className="absolute bottom-27 left-170 max-sm:bottom-30 max-sm:left-9 max-sm:w-[80px] max-sm:h-[80px]"
/>
</div>
<div className="relative w-screen h-141.5 shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-6">
<div className="relative w-[60vw] h-141.5 shrink-0 flex flex-col items-center justify-center p-8 max-sm:h-[450px] max-sm:-top-6">
<Image src={recruitment} alt="collaborate" className="inline-block" />
</div>
</div>
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading