Skip to content

Commit

Permalink
Merge pull request #137 from ssss-sfu/schmidt/remove_academic_repo
Browse files Browse the repository at this point in the history
Edited Get-Invovled page to remove academic repo commitee.
  • Loading branch information
brianrahadi authored May 27, 2024
2 parents c59cffe + 5a992a3 commit 7b5bfff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
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

0 comments on commit 7b5bfff

Please sign in to comment.