Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
lilujk authored and actions-user committed Aug 5, 2024
1 parent 79ee420 commit e42176e
Showing 1 changed file with 15 additions and 90 deletions.
105 changes: 15 additions & 90 deletions app/last-year/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,131 +393,56 @@ export default function PastYearProjects() {
</div>
<div className="col-span-4 grid grid-cols-2 gap-2 desktop:gap-5">
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2257-Edit.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2257-Edit.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2260.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2260.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
</div>
<div className="col-span-4">
<Image
src="/lastYearPhotos/IMG_2224.jpg"
alt="HackRPI X 2023 Photo"
width={1000}
height={1000}
/>
<Image src="/lastYearPhotos/IMG_2224.jpg" alt="HackRPI X 2023 Photo" width={1000} height={1000} />
</div>
<div className="col-span-4">
<Image
src="/lastYearPhotos/IMG_2231.jpg"
alt="HackRPI X 2023 Photo"
width={1000}
height={1000}
/>
<Image src="/lastYearPhotos/IMG_2231.jpg" alt="HackRPI X 2023 Photo" width={1000} height={1000} />
</div>
<div className="col-span-4 grid grid-cols-2 gap-2 desktop:gap-5">
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2265.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2265.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2283.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2283.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
</div>
<div className="col-span-5 grid grid-cols-3 gap-2 desktop:gap-5">
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2311.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2311.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2314.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2314.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2316.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2316.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
</div>
<div className="col-span-3">
<Image
src="/lastYearPhotos/IMG_2234.jpg"
alt="HackRPI X 2023 Photo"
width={1000}
height={1000}
/>
<Image src="/lastYearPhotos/IMG_2234.jpg" alt="HackRPI X 2023 Photo" width={1000} height={1000} />
</div>
<div className="col-span-4 grid grid-cols-2 gap-2 desktop:gap-5">
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2234.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2234.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2248.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2248.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2290.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2290.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
<div className="col-span-1">
<Image
src="/lastYearPhotos/IMG_2298.jpg"
alt="HackRPI X 2023 Photo"
width={500}
height={500}
/>
<Image src="/lastYearPhotos/IMG_2298.jpg" alt="HackRPI X 2023 Photo" width={500} height={500} />
</div>
</div>
<div className="col-span-4">
<Image
src="/lastYearPhotos/IMG_2327.jpg"
alt="HackRPI X 2023 Photo"
width={1000}
height={1000}
/>
<Image src="/lastYearPhotos/IMG_2327.jpg" alt="HackRPI X 2023 Photo" width={1000} height={1000} />
</div>
</div>
</div>
Expand Down

0 comments on commit e42176e

Please sign in to comment.