Skip to content

Commit 05d5efc

Browse files
committed
Feat(Tech Fair): InfoBlox information
1 parent dfd33f9 commit 05d5efc

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
31.3 KB
Loading

public/tech-fair/2025/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,28 @@ <h2>Who's coming?</h2>
388388
<a href="https://careers.henryscheinone.co.uk/jobs" target="_blank">Learn more</a>
389389
</div>
390390
</li>
391+
392+
<li class="company-card chat">
393+
<div class="company-card__img">
394+
<img src="./images/companies/infoblox.png" alt="InfoBlox" />
395+
</div>
396+
<div class="company-card__descriptor">
397+
<p>
398+
Join cybersecurity leader Infoblox and discover how far your bold “what if” can
399+
take the world, your community, and your career in a current new grad opportunity
400+
or future co-op opportunity in 2026 as we continue to expand the Engineering team
401+
at our Centre of Excellence in Burnaby. Our cloud-first networking and security
402+
solutions already protect 70% of the Fortune 500, and we’re looking for creative
403+
thinkers ready to push that influence even further. Bring your creativity, drive,
404+
your daring spirit, and feel what it’s like to thrive on a team big enough to make
405+
an impact, yet small enough to make a difference.
406+
</p>
407+
</div>
408+
<div class="company-card__footer">
409+
<p class="company-card__chip--cybersecurity">Cybersecurity</p>
410+
<a href="https://www.infoblox.com/company/careers/" target="_blank">Learn more</a>
411+
</div>
412+
</li>
391413
</ul>
392414
</section>
393415

public/tech-fair/2025/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
--software: hsl(194 59.3% 50%);
1919
--networking: hsl(235 100% 35.5%);
2020
--data-analytics: hsl(284 59.3% 50%);
21+
--cybersecurity: hsl(13 100% 60%);
2122
}
2223

2324
[class*='--insurance'] {
@@ -48,6 +49,10 @@
4849
--clr-main: var(--data-analytics);
4950
}
5051

52+
[class*='--cybersecurity'] {
53+
--clr-main: var(--cybersecurity);
54+
}
55+
5156
body {
5257
font-family: 'Questrial';
5358
background-image: url('images/mountain-landscape.svg');

0 commit comments

Comments
 (0)