Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 29, 2024
1 parent 2fe2302 commit 42af0be
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions app/applications/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,31 @@ import Image from 'next/image';
const applications = () => {
return (
<div className="flex xl:flex-col flex-col gap-5 relative z-0 max-w-[1440px] mx-auto p-36">
<div className="hero__title ">
<div className="hero__title">
<div>
<h1>
A few tips for submitting a great application.
</h1>
<a href="https://www.forbes.com/sites/jenniferlotito/2024/03/13/5-tips-for-landing-your-dream-summer-internship/">Tips from Forbes</a>

</h1>
<a href="https://www.forbes.com/sites/jenniferlotito/2024/03/13/5-tips-for-landing-your-dream-summer-internship/">Tips from Forbes</a>
</div>
<h1 className="hero__title justify-center text-center items-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeFyHnAmFwI7QUpAiSD3PaUY-8dPyDl_SuXG9Nt0j6SpILIUw/closedform>his will link to google docs</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeFyHnAmFwI7QUpAiSD3PaUY-8dPyDl_SuXG9Nt0j6SpILIUw/closedform">This will link to Google Docs</a>
</h1>
<h1 className="text-center hero__subtitle font-bold">
Applications page
Applications page
</h1>
</div>

<div className="hero__image-container">
<div className="hero__image">
<Image src="/picture_overview.png" alt="hero" fill className="object-contain" />
</div>
<div className="hero__image-container">
<div className="hero__image">
<Image src="/picture_overview.png" alt="hero" layout="fill" className="object-contain" />
</div>
</div>



<div className="hero__subtitle text-center">
Applications
<div className="hero__subtitle text-center">
Applications
</div>
</div>
</div>



);
}

Expand Down

0 comments on commit 42af0be

Please sign in to comment.