Skip to content
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
116 changes: 69 additions & 47 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/app/core/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
[height]="imageSize"
[style.width.px]="imageSize"
[style.height.px]="imageSize"
[class]="link.desc === 'BUSU' ? 'busu-icon' : ''"
></csc-img>
</a>
<a [href]="link.href" class="csc-social-desc">{{ link.desc }}</a>
Expand Down
4 changes: 0 additions & 4 deletions src/app/core/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
justify-content: center;
}

::ng-deep .busu-icon img {
border-radius: 15%;
}

&:last-child {
margin-right: 0%;
}
Expand Down
5 changes: 0 additions & 5 deletions src/app/core/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ export class FooterComponent implements OnInit, OnDestroy {
href: 'https://instagram.com/brockcsc',
desc: 'Instagram',
},
{
src: `${base}/busu.jpeg`,
href: 'https://www.brockbusu.ca/organisation/8492/',
desc: 'BUSU',
},
{
src: `${base}/discord.svg`,
href: DISCORD_LINK,
Expand Down
6 changes: 4 additions & 2 deletions src/app/core/nav/nav.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ export class NavComponent implements OnInit {
href: '/events',
desc: 'Events',
},
// {
// href: '/merch',

//{
// href: 'https://merch.brockcsc.ca',
// desc: 'Merch',
// isExternal: true,
// },
// {
// href: '/services',
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="csc-header">Events</h2>
<h2 class="csc-header">About us</h2>
<div class="row">
<div class="col-8 col-m-12">
<p>We are the Brock Computer Science Club, a BUSU ratified club.</p>
<p>We are the Brock Computer Science Club.</p>
<p>
Our goal is to provide a community for all individuals who are
interested in Computer Science at Brock University.
Expand Down
19 changes: 0 additions & 19 deletions src/app/views/links/links.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ <h1>Our Links</h1>
</div>

<div class="links-list">
<button
class="link-button"
(click)="openLink('https://brockcsc.ca/events/-Oa1cJ_JZxT1FeYCp3uy')"
>
<img src="assets/icons/icpc.png" alt="ICPC Logo" class="icon" />
<span>ICPC Qualifiers Registration</span>
</button>
<button
class="link-button"
(click)="openLink('https://discord.gg/qsctEK2')"
Expand All @@ -20,18 +13,6 @@ <h1>Our Links</h1>
<span>Join our Discord</span>
</button>

<button
class="link-button"
(click)="openLink('https://www.brockbusu.ca/organisation/8492/')"
>
<img
src="assets/icons/busu.jpeg"
alt="BUSU icon"
class="icon rounded-icon"
/>
<span>BUSU Club Page</span>
</button>

<button
class="link-button"
(click)="openLink('https://experiencebu.brocku.ca/organization/brockcsc')"
Expand Down