Skip to content

Commit

Permalink
Added charter and state
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaqmarG committed Sep 28, 2024
1 parent 525d669 commit df46263
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/app/views/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ <h3 class="csc-hero-heading-3">
Aiming to foster a community for individuals at Brock University
interested in Computer Science
</h3>
<a routerLink="/signup" class="csc-header">Join the Club and our Discord</a>
<a routerLink="/signup" class="csc-header"
>Join the Club and our Discord</a
>
</div>
</div>
</div>
Expand Down Expand Up @@ -69,6 +71,20 @@ <h2 class="csc-header">About us</h2>
</div>
<div class="row">
<a routerLink="/team" class="csc-header">Learn about the team</a>
<br /><br />
<a
href="https://docs.google.com/document/d/1yjI6Mca-xHrA9RAIPmCP7QwV4WIRuttRqpx9CqlUK94/edit?usp=sharing"
class="csc-header"
target="_blank"
>Read the club charter</a
>
<br />
<a
href="https://drive.google.com/file/d/1CPO4Aia-bTdzwhnwBwIMbIGwccr8Ss1Q/view?usp=sharing"
class="csc-header"
target="_blank"
>Learn more about the clubs state</a
>
</div>
</div>
</section>
Expand Down Expand Up @@ -117,9 +133,7 @@ <h2 class="csc-header">Join Us</h2>
<p>We are always looking for new members!</p>
</div>
<a routerLink="/signup"
><button csc-button class="csc-sign-up-button">
Join
</button></a
><button csc-button class="csc-sign-up-button">Join</button></a
>
</div>
</div>
Expand Down

0 comments on commit df46263

Please sign in to comment.