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: 0 additions & 2 deletions apps/site/src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const revalidate = 60;

import Landing from "./sections/Landing";
import GetInvolved from "./sections/GetInvolved";
import Sponsors from "./sections/Sponsors";
import FAQ from "./sections/FAQ";
import Clubs from "./sections/Clubs/Clubs";
Expand All @@ -15,7 +14,6 @@ const Home = () => {
<div className={styles.home}>
<Landing />
<About />
{/* <GetInvolved /> */}
{/* <Countdown /> */}
<Sponsors />
{/* <Clubs /> */}
Expand Down
5 changes: 1 addition & 4 deletions apps/site/src/app/(home)/sections/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ import LeftCharacter from "@/assets/images/LeftCharacter.png";
import RightCharacter from "@/assets/images/RightCharacter.png";
import Flashlight from "@/assets/images/flashlight.png";
import Light from "@/assets/images/light.png";
import PrimaryButton from "@/components/PrimaryButton/PrimaryButton";
import GrassPatch from "@/assets/background/landing/grass-patch.png";
import CampBase from "@/assets/background/landing/Camp_base.png";
import LogShading from "@/assets/background/landing/Log_shading.png";
import Log from "@/assets/background/landing/Log.png";
import LogTexture from "@/assets/background/landing/Log_texture.png";
import Tent from "@/assets/background/landing/Tent.png";
import TentShading1 from "@/assets/background/landing/Tent_shading_1.png";
import TentShading2 from "@/assets/background/landing/Tent_shading_2.png";

import styles from "./About.module.scss";

Expand Down Expand Up @@ -60,7 +57,7 @@ const About = () => {
/>
{/* <div className={styles.prompt}>
<p>Want to develop your first project?</p>
<PrimaryButton href="/apply">Apply to be a hacker</PrimaryButton>
<a href="/apply">Apply to be a hacker</a>
</div> */}
</div>

Expand Down
10 changes: 5 additions & 5 deletions apps/site/src/app/(home)/sections/FAQ/FAQ.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $item-padding-x: 3rem;
& > * > * {
font-weight: 400;
color: white;
font-family: var(--next-font-reddit-mono), monospace;
font-family: var(--font-inter);
font-size: 0.9rem;
}
}
Expand All @@ -55,7 +55,7 @@ $item-padding-x: 3rem;
color: #cacaca;
margin-top: 15px;
padding: 1.5rem 2rem;
font-family: var(--next-font-reddit-mono), monospace;
font-family: var(--font-inter);
font-size: 0.9rem;
font-weight: 400;

Expand All @@ -65,7 +65,7 @@ $item-padding-x: 3rem;
color: #cacaca;
letter-spacing: 0.03em;
line-height: 2;
font-family: var(--next-font-reddit-mono), monospace;
font-family: var(--font-inter);
font-size: 1rem;
}
}
Expand All @@ -81,13 +81,13 @@ $item-padding-x: 3rem;
font-size: 1.6rem;
margin-bottom: 1rem;
letter-spacing: 0.03em;
font-family: var(--next-font-reddit-mono), monospace;
font-family: var(--font-inter);
}

.faq-subtitle {
color: #99b1cb;
margin: 0;
font-family: var(--next-font-reddit-mono), monospace;
font-family: var(--font-inter);
font-weight: 400;
font-size: 1rem;
align-self: center;
Expand Down
158 changes: 0 additions & 158 deletions apps/site/src/app/(home)/sections/GetInvolved/GetInvolved.module.scss

This file was deleted.

73 changes: 0 additions & 73 deletions apps/site/src/app/(home)/sections/GetInvolved/GetInvolved.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/site/src/app/(home)/sections/GetInvolved/index.ts

This file was deleted.

49 changes: 0 additions & 49 deletions apps/site/src/app/(home)/sections/Intro/Intro.module.scss

This file was deleted.

18 changes: 0 additions & 18 deletions apps/site/src/app/(home)/sections/Intro/Intro.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/site/src/app/(home)/sections/Intro/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/site/src/app/(home)/sections/Landing/ApplyButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { motion } from "framer-motion";
import Link from "next/link";

import styles from "./ApplyButton.module.scss";

Expand Down
Loading
Loading