Skip to content

Commit d1586ef

Browse files
authored
Feature: Tech Fair Companies (#168)
- Created a new card style for tech fair companies - Added Kardium, Safe, Planview, ICBC and Telus
1 parent 98654e2 commit d1586ef

8 files changed

Lines changed: 282 additions & 68 deletions

File tree

.prettierignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# folders
22
build
33
node_modules
4-
5-
# ignore HTML and CSS files
6-
**/*.css
14.1 KB
Loading
44.1 KB
Loading
24.2 KB
Loading
28.9 KB
Loading
13.3 KB
Loading

public/tech-fair/index.html

Lines changed: 118 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ <h1>Tech Fair 2025</h1>
7575
<img src="./images/long-shot1.jpg" class="photo" alt="Long shot 1" />
7676
<img src="./images/tf-image-1.jpg" class="photo" alt="Old photo 1" />
7777
</aside>
78-
<div class="main">
79-
<div class="section-content chat">
78+
<div class="section__main">
79+
<div class="section__content chat">
8080
<h2>What is Tech Fair?</h2>
8181
<br />
8282
<p>
@@ -94,8 +94,8 @@ <h2>What is Tech Fair?</h2>
9494
</p>
9595
</div>
9696
<div class="chat-section">
97-
<h2 class="chat section-content right">ChatGPT, summarize this section</h2>
98-
<div class="chat section-content response left">
97+
<h2 class="chat section__content right">ChatGPT, summarize this section</h2>
98+
<div class="chat section__content response left">
9999
<ul>
100100
<li>
101101
When: <strong>Wednesday, October 15, 2025</strong> from
@@ -127,8 +127,8 @@ <h2 class="chat section-content right">ChatGPT, summarize this section</h2>
127127
<aside>
128128
<img src="./images/arista-booth2.jpg" class="photo" alt="Arista booth 2" />
129129
</aside>
130-
<div class="main">
131-
<div class="section-content chat">
130+
<div class="section__main">
131+
<div class="section__content chat">
132132
<h2>I'm a student, why should I go?</h2>
133133
<p>Here are 3 reasons:</p>
134134
<ol>
@@ -176,12 +176,118 @@ <h2>I'm a student, why should I go?</h2>
176176
</aside>
177177
</section>
178178

179+
<section>
180+
<aside></aside>
181+
<div class="section__main">
182+
<div class="section__content chat">
183+
<h2>Who's coming?</h2>
184+
<p>Join this list of companies interested in hiring you!</p>
185+
</div>
186+
</div>
187+
<aside></aside>
188+
</section>
189+
190+
<section id="company-gallery">
191+
<ul class="company__gallery">
192+
<li class="company-card chat">
193+
<div class="company-card__img">
194+
<img src="./images/companies/icbc.png" alt="ICBC" />
195+
</div>
196+
<div class="company-card__descriptor">
197+
<p>
198+
A career at ICBC is an opportunity to be part of a talented, diverse and inclusive
199+
team that is driven to serve its customers and community. Make the most of your
200+
skills and take the opportunity to grow and develop your career. Expect a
201+
competitive salary, comprehensive benefits and a challenging work environment.
202+
Drive your career with ICBC.
203+
</p>
204+
</div>
205+
<div class="company-card__footer">
206+
<p class="company-card__chip--insurance">Insurance</p>
207+
<a href="https://www.icbc.com/about-icbc" target="_blank">Learn more</a>
208+
</div>
209+
</li>
210+
<li class="company-card chat">
211+
<div class="company-card__img">
212+
<img src="./images/companies/kardium.png" alt="Kardium" />
213+
</div>
214+
<div class="company-card__descriptor">
215+
<p>
216+
Kardium Inc. is a rapidly growing medical solutions company that has developed an
217+
advanced system for the treatment of atrial fibrillation (AF), which affects more
218+
than 59 million people worldwide. Learn about the Globe® Mapping and Ablation
219+
System and join Kardium's next step in their upcoming commercial launch.
220+
</p>
221+
</div>
222+
<div class="company-card__footer">
223+
<p class="company-card__chip--medical">Medical</p>
224+
<a href="https://kardium.com/careers/" target="_blank">Learn more</a>
225+
</div>
226+
</li>
227+
<li class="company-card chat">
228+
<div class="company-card__img">
229+
<img src="./images/companies/planview.png" alt="Planview" />
230+
</div>
231+
<div class="company-card__descriptor">
232+
<p>
233+
A global leader in work and resource management software, Planview makes it easy
234+
for all organizations to achieve their goals. They provide the industry’s most
235+
comprehensive solutions designed for businesses around the world. Join Planview's
236+
more than 700 employees and serve over 5,000 customers worldwide.
237+
</p>
238+
</div>
239+
<div class="company-card__footer">
240+
<p class="company-card__chip--software">Software</p>
241+
<a href="https://www.planview.com/about-us/" target="_blank">Learn more</a>
242+
</div>
243+
</li>
244+
<li class="company-card chat">
245+
<div class="company-card__img">
246+
<img src="./images/companies/telus.png" alt="Telus" />
247+
</div>
248+
<div class="company-card__descriptor">
249+
<p>
250+
TELUS' Graduate Technology Leadership Program (GTLP) is a one-of-a-kind technical
251+
development program for new grads in engineering and technology. With talented
252+
team members as mentors and a keen focus on cutting-edge technology, you can join
253+
innovators shaping Canada's tech landscape.
254+
</p>
255+
</div>
256+
<div class="company-card__footer">
257+
<p class="company-card__chip--telecom">Telecom</p>
258+
<a
259+
href="https://www.telus.com/en/about/careers/graduate-technology-leadership-program "
260+
target="_blank"
261+
>Learn more</a
262+
>
263+
</div>
264+
</li>
265+
<li class="company-card chat">
266+
<div class="company-card__img">
267+
<img src="./images/companies/safe.png" alt="Safe Software" />
268+
</div>
269+
<div class="company-card__descriptor">
270+
<p>
271+
Safe Software transforms organizations with FME, the only All-Data Any-AI
272+
Enterprise Integration Platform connecting all your data, anywhere. With over 30
273+
years of expertise and over 25,000 enterprise customers across 125 countries, Safe
274+
will simplify your data's journey.
275+
</p>
276+
</div>
277+
<div class="company-card__footer">
278+
<p class="company-card__chip--data-analytics">Data Analytics</p>
279+
<a href="https://www.safe.com/careers/" target="_blank">Learn more</a>
280+
</div>
281+
</li>
282+
</ul>
283+
</section>
284+
179285
<section id="companies">
180286
<aside>
181287
<img src="./images/kardium-booth.jpg" class="photo" alt="Kardium booth" />
182288
</aside>
183-
<div class="main">
184-
<div class="chat section-content">
289+
<div class="section__main">
290+
<div class="chat section__content">
185291
<h2>I work for a company</h2>
186292
<br />
187293
<p>
@@ -195,7 +301,7 @@ <h2>I work for a company</h2>
195301
thrive in your workplace!
196302
</p>
197303
</div>
198-
<div class="chat section-content">
304+
<div class="chat section__content">
199305
<h2>My company is interested, what else can you tell me?</h2>
200306
<br />
201307
<p>
@@ -215,8 +321,8 @@ <h2>My company is interested, what else can you tell me?</h2>
215321
Don't miss this chance to show off who you are!
216322
</p>
217323
</div>
218-
<div class="chat section-content">
219-
<h2>How do I sign up?</h2>
324+
<div class="chat section__content">
325+
<h2>How do I sign us up?</h2>
220326
<br />
221327
<p>
222328
Send an email to
@@ -235,7 +341,7 @@ <h2>How do I sign up?</h2>
235341
</section>
236342

237343
<section id="final">
238-
<h2 class="chat section-content">See You There!</h2>
344+
<h2 class="chat section__content">See You There!</h2>
239345
<div class="gallery">
240346
<img src="./images/attendees1.jpg" class="photo" alt="Attendees 1" />
241347
<img src="./images/attendees3.jpg" class="photo" alt="Attendees 2" />

0 commit comments

Comments
 (0)