Skip to content

Commit

Permalink
update margins & change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bi1ku committed Jun 28, 2024
1 parent 16fc979 commit 67240e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Empty file added fusion479.com
Empty file.
9 changes: 4 additions & 5 deletions src/app/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ import team from "../../../public/landing/team.jpeg";
export default function About() {
return (
<div>
<h1 className="max-w-4xl mt-24 mx-auto text-center font-display text-5xl font-medium tracking-tight text-blue-600 sm:text-6xl">
Stuy
<span className="text-[#ff83c5]"> Fusion</span>.
<h1 className="max-w-4xl mb-8 mt-24 mx-auto text-center font-display text-3xl font-medium tracking-tight md:text-5xl text-blue-600 sm:text-48xl">
Who are we?
</h1>{" "}
<div className="flex flex-col lg:flex-row mt-2 items-center justify-center">
<Image
src={team}
alt="Image: a photo of team 479's members together holding up a banner"
className="lg:w-5/12 rounded-lg md:mr-6 mt-6"
className="lg:w-5/12 rounded-lg md:mr-6"
/>
<div className="max-w-2xl mt-6 md:text-lg tracking-tight text-slate-700">
<div className="max-w-2xl md:text-lg tracking-tight text-slate-700">
<p>
We are Team 479 Stuy Fusion, a robotics team from Stuyvesant High
School, NYC. Our team competes annually in the First Tech Challenge
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ftc from "../../../public/landing/ftc.jpeg";
export default function Game() {
return (
<div>
<h1 className="max-w-4xl mt-24 mx-auto text-center font-display text-3xl md:text-5xl font-medium tracking-tight sm:text-6xl">
<h1 className="max-w-4xl mt-24 mx-auto text-center font-display text-3xl text-blue-600 md:text-5xl font-medium tracking-tight sm:text-4xl mb-8">
FIRST Tech Challenge
</h1>{" "}
<div className="flex flex-col lg:flex-row mt-2 items-center justify-center">
Expand All @@ -26,7 +26,7 @@ export default function Game() {
<Image
src={ftc}
alt="Image: picture of a FTC match"
className="lg:w-5/12 rounded-lg md:ml-6 mt-6"
className="lg:w-5/12 rounded-lg md:ml-6"
/>
</div>
</div>
Expand Down

0 comments on commit 67240e9

Please sign in to comment.