Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit cdfcd6a

Browse files
authored
Merge pull request #198 from BrockCSC/production
merge production back with development
2 parents 3fc1312 + bff7c59 commit cdfcd6a

7 files changed

Lines changed: 74 additions & 79 deletions

File tree

package-lock.json

Lines changed: 69 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/core/footer/footer.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
[height]="imageSize"
1313
[style.width.px]="imageSize"
1414
[style.height.px]="imageSize"
15-
[class]="link.desc === 'BUSU' ? 'busu-icon' : ''"
1615
></csc-img>
1716
</a>
1817
<a [href]="link.href" class="csc-social-desc">{{ link.desc }}</a>

src/app/core/footer/footer.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
justify-content: center;
2323
}
2424

25-
::ng-deep .busu-icon img {
26-
border-radius: 15%;
27-
}
28-
2925
&:last-child {
3026
margin-right: 0%;
3127
}

src/app/core/footer/footer.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ export class FooterComponent implements OnInit, OnDestroy {
4545
href: 'https://instagram.com/brockcsc',
4646
desc: 'Instagram',
4747
},
48-
{
49-
src: `${base}/busu.jpeg`,
50-
href: 'https://www.brockbusu.ca/organisation/8492/',
51-
desc: 'BUSU',
52-
},
5348
{
5449
src: `${base}/discord.svg`,
5550
href: DISCORD_LINK,

src/app/core/nav/nav.component.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ export class NavComponent implements OnInit {
4848
href: '/events',
4949
desc: 'Events',
5050
},
51-
// {
52-
// href: '/merch',
51+
52+
//{
53+
// href: 'https://merch.brockcsc.ca',
5354
// desc: 'Merch',
55+
// isExternal: true,
5456
// },
5557
// {
5658
// href: '/services',

src/app/views/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2 class="csc-header">Events</h2>
5353
<h2 class="csc-header">About us</h2>
5454
<div class="row">
5555
<div class="col-8 col-m-12">
56-
<p>We are the Brock Computer Science Club, a BUSU ratified club.</p>
56+
<p>We are the Brock Computer Science Club.</p>
5757
<p>
5858
Our goal is to provide a community for all individuals who are
5959
interested in Computer Science at Brock University.

src/app/views/links/links.component.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ <h1>Our Links</h1>
55
</div>
66

77
<div class="links-list">
8-
<button
9-
class="link-button"
10-
(click)="openLink('https://brockcsc.ca/events/-Oa1cJ_JZxT1FeYCp3uy')"
11-
>
12-
<img src="assets/icons/icpc.png" alt="ICPC Logo" class="icon" />
13-
<span>ICPC Qualifiers Registration</span>
14-
</button>
158
<button
169
class="link-button"
1710
(click)="openLink('https://discord.gg/qsctEK2')"
@@ -20,18 +13,6 @@ <h1>Our Links</h1>
2013
<span>Join our Discord</span>
2114
</button>
2215

23-
<button
24-
class="link-button"
25-
(click)="openLink('https://www.brockbusu.ca/organisation/8492/')"
26-
>
27-
<img
28-
src="assets/icons/busu.jpeg"
29-
alt="BUSU icon"
30-
class="icon rounded-icon"
31-
/>
32-
<span>BUSU Club Page</span>
33-
</button>
34-
3516
<button
3617
class="link-button"
3718
(click)="openLink('https://experiencebu.brocku.ca/organization/brockcsc')"

0 commit comments

Comments
 (0)