Skip to content

Commit dfd33f9

Browse files
authored
Batch Fixes 5 (#210)
* Fix(Fall Hacks 2025): Removed Fall Hacks 2025 registration link * Update(Tech Fair 2025): Henry Schein One * Fix(Main): Fixed tab component height when different tabs text wrap
1 parent c5447b2 commit dfd33f9

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

public/fall-hacks/2025/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,7 @@ <h2>About</h2>
9292
<h2>Register & Contact</h2>
9393
<ul class="register__list">
9494
<li>
95-
<a
96-
href="https://docs.google.com/forms/d/e/1FAIpQLSfSeWJ09AEgwjZjEEANhMs_yWL8y-4nFAmIzb1qKHNsTX4NUQ/viewform?usp=sharing&ouid=111801379333111153622"
97-
target="_blank"
98-
>
99-
Register</a
100-
>
101-
<span> (closes September 25 @ 11:59PM)</span>
95+
<span>Closed (closed September 25 @ 11:59PM)</span>
10296
</li>
10397

10498
<li><a href="https://discord.gg/sfucsss" target="_blank">SFU CSSS Discord</a></li>
8.33 KB
Loading

public/tech-fair/2025/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,25 @@ <h2>Who's coming?</h2>
369369
>
370370
</div>
371371
</li>
372+
373+
<li class="company-card chat">
374+
<div class="company-card__img">
375+
<img src="./images/companies/hsone.png" alt="Henry Schein One" />
376+
</div>
377+
<div class="company-card__descriptor">
378+
<p>
379+
Henry Schein One Canada is a leading provider of dental practice management
380+
software, helping clinicians deliver better care through connected technology.
381+
With over 20 years in the Canadian market, we combine global strength with local
382+
expertise. Our people-first culture fosters collaboration, innovation, and purpose
383+
- making us a great place to start and grow your career in healthcare technology.
384+
</p>
385+
</div>
386+
<div class="company-card__footer">
387+
<p class="company-card__chip--medical">Medical</p>
388+
<a href="https://careers.henryscheinone.co.uk/jobs" target="_blank">Learn more</a>
389+
</div>
390+
</li>
372391
</ul>
373392
</section>
374393

src/ui/csss-code/tabs/tab-group/tab-group.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ $selector-h: 3px;
1919
&__tab {
2020
min-width: $tab-w;
2121
width: 100%;
22+
23+
display: flex;
24+
flex-direction: column;
25+
justify-content: flex-end;
2226
}
2327

2428
&__label {

src/ui/csss-code/tabs/tab-group/tab-group.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export class CodeTabGroupComponent implements AfterViewInit, AfterContentInit {
9999

100100
/**
101101
* Changes the style of the tab selector, which makes it move to the currently active tab.
102-
*
103102
*/
104103
private setSelectorStyle(): void {
105104
const activeTab = this.activeTab();

0 commit comments

Comments
 (0)