Skip to content

Commit

Permalink
Landing page layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsparsh committed Dec 5, 2023
1 parent 44a9ec5 commit abe6470
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions components/Landingpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,6 @@ const Landingpage = () => {
</div>
</div>

<div className="landing-page-details">
<div className="header-image">
<Image id="home" src={Programs} alt="Programs Illustration" />
</div>
<div className="heading-text">
<Link href="/programs">
<h1>
<u> Programs </u>
</h1>
</Link>
<p>
Looking for an open-source program to apply to? You're just a
click away. Find all details right here!
</p>
</div>
</div>
<div className="landing-page-details">
<div className="heading-text second">
<Link href="/webdev">
Expand All @@ -107,22 +91,24 @@ const Landingpage = () => {
<Image id="home" src={WebDev} alt="Web Dev Illustration" />
</div>
</div>

<div className="landing-page-details">
<div className="header-image">
<Image id="home" src={Games} alt="Games Illustration" />
<Image id="home" src={Programs} alt="Programs Illustration" />
</div>
<div className="heading-text">
<Link href="/games">
<Link href="/programs">
<h1>
<u> Games </u>
<u> Programs </u>
</h1>
</Link>
<p>
Ever heard of 'All work and no play makes the developer dull' ?
Here's your chance to mix some play into your work !
Looking for an open-source program to apply to? You're just a
click away. Find all details right here!
</p>
</div>
</div>

<div className="landing-page-details">
<div className="heading-text second">
<Link href="/backend">
Expand All @@ -139,6 +125,24 @@ const Landingpage = () => {
<Image id="home" src={Backend} alt="Backend Illustration" />
</div>
</div>

<div className="landing-page-details">
<div className="header-image">
<Image id="home" src={Games} alt="Games Illustration" />
</div>
<div className="heading-text">
<Link href="/games">
<h1>
<u> Games </u>
</h1>
</Link>
<p>
Ever heard of 'All work and no play makes the developer dull' ?
Here's your chance to mix some play into your work !
</p>
</div>
</div>

</div>
</div>
<AdBanner
Expand Down

0 comments on commit abe6470

Please sign in to comment.