Skip to content

Commit

Permalink
Deleted experience component and image (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
realdevvora authored Oct 16, 2024
1 parent 80a34ef commit f28f49f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/Home/AboutUsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { FC } from 'react';

import Image from 'next/image';
import Deerfield from 'public/deerfield.png'; // image from https://www.soundsolutions.ca/projects/featured-exterior-cladding-projects/deerfield-hall-univeristy-of-toronto-mississauga-campus
import Experience from 'public/experience.png';

const AboutUsSection: FC = () => (
<div
Expand All @@ -27,9 +26,6 @@ const AboutUsSection: FC = () => (
<p className="text-2xl md:text-4xl mt-3 mb-3 lg:text-6xl font-bold">FOR THE STUDENTS</p>
<p className="lg:hidden text-lg text-purple-700 font-semibold">Academic Society</p>
</div>
<div className="w-1/4 md:w-1/6 m-auto">
<Image src={Experience} alt="Experience" draggable="false" />
</div>
</div>
<p className="hidden lg:inline-block text-lg text-purple-700 font-semibold xl:pb-5">
Academic Society
Expand Down
Binary file removed public/experience.png
Binary file not shown.

0 comments on commit f28f49f

Please sign in to comment.