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
8 changes: 1 addition & 7 deletions public/fall-hacks/2025/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,7 @@ <h2>About</h2>
<h2>Register & Contact</h2>
<ul class="register__list">
<li>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSfSeWJ09AEgwjZjEEANhMs_yWL8y-4nFAmIzb1qKHNsTX4NUQ/viewform?usp=sharing&ouid=111801379333111153622"
target="_blank"
>
Register</a
>
<span> (closes September 25 @ 11:59PM)</span>
<span>Closed (closed September 25 @ 11:59PM)</span>
</li>

<li><a href="https://discord.gg/sfucsss" target="_blank">SFU CSSS Discord</a></li>
Expand Down
Binary file added public/tech-fair/2025/images/companies/hsone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/tech-fair/2025/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,25 @@ <h2>Who's coming?</h2>
>
</div>
</li>

<li class="company-card chat">
<div class="company-card__img">
<img src="./images/companies/hsone.png" alt="Henry Schein One" />
</div>
<div class="company-card__descriptor">
<p>
Henry Schein One Canada is a leading provider of dental practice management
software, helping clinicians deliver better care through connected technology.
With over 20 years in the Canadian market, we combine global strength with local
expertise. Our people-first culture fosters collaboration, innovation, and purpose
- making us a great place to start and grow your career in healthcare technology.
</p>
</div>
<div class="company-card__footer">
<p class="company-card__chip--medical">Medical</p>
<a href="https://careers.henryscheinone.co.uk/jobs" target="_blank">Learn more</a>
</div>
</li>
</ul>
</section>

Expand Down
4 changes: 4 additions & 0 deletions src/ui/csss-code/tabs/tab-group/tab-group.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $selector-h: 3px;
&__tab {
min-width: $tab-w;
width: 100%;

display: flex;
flex-direction: column;
justify-content: flex-end;
}

&__label {
Expand Down
1 change: 0 additions & 1 deletion src/ui/csss-code/tabs/tab-group/tab-group.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export class CodeTabGroupComponent implements AfterViewInit, AfterContentInit {

/**
* Changes the style of the tab selector, which makes it move to the currently active tab.
*
*/
private setSelectorStyle(): void {
const activeTab = this.activeTab();
Expand Down