Skip to content
Merged
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>
);
}
15 changes: 12 additions & 3 deletions components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ export function Footer() {
>
{/*socials tape*/}
<div className=" relative flex flex-row w-full justify-between items-center h-[216px] bg-[#62009b] border-white border-t-12 border-b-12 px-8 max-sm:h-[230px] max-sm:border-b-3 max-sm:border-t-3 max-sm:items-start max-sm:px-4 max-sm:inline-block">


<Image
src="/HbSmallLogo.svg"
alt="Hackbyte logo"
width={500}
height={300}
className="z-20 relative left-40 max-sm:w-[200px] max-sm:h-[100px] max-sm:-left-15 max-sm:-top-10"
className="z-20 relative left-24 max-sm:w-[200px] max-sm:h-[100px] max-sm:-left-15 max-sm:-top-10"
/>
<div className="flex flex-col items-end gap-6 p-4 max-sm:pr-0 max-sm:pl-0 max-sm:w-full">
{/*pages*/}
Expand Down Expand Up @@ -69,6 +67,17 @@ export function Footer() {
Follow our socials
</p>
<ul className="flex flex-row gap-6 justify-between items-center">
<li>
<Link href="https://milaap.org/fundraisers/support-hackbyte-4-0">
<Image
src="/milaap.svg"
alt="linkedIn"
width={48}
height={48}
className="max-sm:w-[30px] max-sm:h-[30px]"
/>
</Link>
</li>
<li>
<Link href="https://www.linkedin.com/company/bitbyte-tpc">
<Image
Expand Down
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
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const nextConfig: NextConfig = {
{
source: "/prospectus",
destination:
"https://drive.google.com/file/d/1Zu56vhpSGQQDViqBLSbrVxeTxNf2F9Wl/view",
"https://drive.google.com/file/d/1I5ZFxc1wKfJIN8JRd-9YV2HmfQkOblrr/view",
permanent: false,
},
{
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