Skip to content

Commit

Permalink
Unhide who we are section + update mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Sep 4, 2023
1 parent aac72ba commit ae2430a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions src/components/WhoWeAre.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
function WhoWeAre() {
return (
<div className="xl:pt-32 px-40 flex justify-between">
<div className="w-[340px]">
<h1 className="font-inter font-bold text-[80px] text-gradient">
Who We Are
</h1>
</div>
<div className="xl:pt-32 px-8 md:px-32 xl:px-64 flex justify-between flex-col lg:flex-row mx-auto font-inter gap-8 lg:gap-16 lg:text-left text-center my-16">
<h1 className="font-bold lg:text-6xl text-2xl text-gradient leading-tight">
Who&nbsp;We Are
</h1>
<div>
<h3 className="font-inter text-[40px] w-[600px]">
<h3 className="lg:text-4xl text-lg lg:leading-normal">
We&apos;re a community of student developers and designers crafting
innovative tools to empower UT Dallas students, one galaxy at a time.
</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Header = () => {
const Home = () => (
<div>
<Header />
{/* <WhoWeAre /> */}
<WhoWeAre />
{/* <div>projects</div> */}
{/* <div>projects</div> */}
<Testimonials/>
Expand Down

0 comments on commit ae2430a

Please sign in to comment.