Skip to content

Commit

Permalink
bing bong bing bong
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Nov 23, 2023
1 parent 608f704 commit 1c612d3
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
5 changes: 5 additions & 0 deletions public/X.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 11 additions & 23 deletions public/bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/app/(landing)/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ import Section from '../../components/Section';
export default function About() {
return (
<Section title="About" id="about">
<p className="mb-4">The tenth iteration of GunnHacks, Gunn High School's annual hackathon.</p>
<p className="mb-4">Make, Build, Create & Learn. It’s GunnHacks 10.0, the tenth iteration of Gunn’s annual hackathon!</p>
<p className="mb-4">
GunnHacks is a 24-hour high school hackathon hosted by the United Computations club at Gunn High School.
Throughout the years, we have continued this valued tradition to encourage students of all skill levels
and backgrounds to make cool projects and share what they can do.
</p>
<p>
Join us this year for an in-person, 24 hour high school hackathon with many games and workshops to look forward to.
Work in teams of up to four to create something amazing. We welcome any PAUSD student with an interest
in technology!
Join us this year for an in-person hackathon with many games and workshops to look forward to.
Work in teams of up to four to create something amazing!
</p>

{/* <p>
Expand Down
48 changes: 28 additions & 20 deletions src/app/(landing)/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,38 @@ const overpass = Overpass({
export default function Heading() {
return (
<section id="heading" className="text-white text-center h-screen relative flex flex-col items-center justify-center p-5">
<div className={'flex flex-wrap justify-center gap-3 text-5xl sm:text-8xl tracking-wider mb-2 ' + overpass.className}>
<img className="w-12 h-12 sm:w-24 sm:h-24" src="/lambda.png" alt="lambda" />
<span className="pt-2">GunnHaX</span>
</div>
<hr className="w-40 border-t-2 border-white mb-4" />
<p className="mb-2">
Make, Build, Create & Learn. It’s GunnHacks 10.0, Gunn’s 24‑hour high school hackathon!
</p>
{/* <strong className="text-xl mb-4">January 21-22, 2023</strong> */}
<div className={'mb-2 relative ' + overpass.className}>
<span className="pt-2 text-6xl sm:text-9xl tracking-wider">GunnHa<span className="invisible">X</span></span>
<img className="absolute w-30 h-30 left-[calc(26rem)] top-[-3rem]" src="/X.svg" alt="lambda" />

<div className="ml-3 mt-[-.5rem]">
<p className="mb-2 w-96 text-base text-left">
{/* Make, Build, Create & Learn. It’s GunnHacks 10.0, Gunn’s 24‑hour high school hackathon! */}
January 20-21, 2024 | Gunn High School.<br />
</p>

<div className="flex gap-4 text-2xl">
{/* <a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/GunnHacks" aria-label="Facebook">
<div className="flex gap-4 text-2xl">
{/* <a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/GunnHacks" aria-label="Facebook">
<RiFacebookFill />
</a> */}
<a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/gunn.hacks/" aria-label="Instagram">
<RiInstagramFill />
</a>
<a target="_blank" rel="noopener noreferrer" href="https://discord.gg/pyJmTpRWZJ" aria-label="Instagram">
<RiDiscordFill />
</a>
<a href="mailto:ghshacks@gmail.com" aria-label="Email">
<FaEnvelope />
</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/gunn.hacks/" aria-label="Instagram">
<RiInstagramFill />
</a>
<a target="_blank" rel="noopener noreferrer" href="https://discord.gg/pyJmTpRWZJ" aria-label="Instagram">
<RiDiscordFill />
</a>
<a href="mailto:ghshacks@gmail.com" aria-label="Email">
<FaEnvelope />
</a>
</div>
</div>


</div>

{/* <strong className="text-xl mb-4">January 21-22, 2023</strong> */}


</section>
)
}

1 comment on commit 1c612d3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks10 ready!

✅ Preview
https://gunnhacks10-plnffqrwm-imnotrog.vercel.app

Built with commit 1c612d3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.