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

Edited Get-Invovled page to remove academic repo commitee. #137

Merged
merged 1 commit into from
May 27, 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
24 changes: 0 additions & 24 deletions pages/get-involved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,6 @@ const GetInvolved: React.FC<GetInvolvedProps> = () => {
</section>

<section className="committee-container">
<div className="committee-box">
<div className="image-alignment">
<Image
src={academicRepo}
layout="fill"
objectFit="cover"
alt="Academic repo image"
/>
</div>
<h3>Academic Repo Commitee</h3>
<p>
Collecting course notes, professor reviews, and past exams (with
the professor’s permission) to better prepare everyone for their
academic journey.
</p>
<p>
<span className="access-time">
<Image src={clock} height={18} width={18} alt="Clock" />
</span>
Asynchronous
</p>
<span className="discord-channel-image-row">#academic repo</span>{" "}
</div>

<div className="committee-box">
<div className="image-alignment">
<Image
Expand Down
2 changes: 1 addition & 1 deletion styles/pages/get-involved-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
padding-bottom: 3rem;
padding-top: 3rem;
.committee-box {
width: 30%;
width: 50%;
}

img {
Expand Down
Loading