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

Added charter and state #146

Merged
merged 1 commit into from
Sep 28, 2024
Merged
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
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