Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted experience component and image #102

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading