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
File renamed without changes.
52 changes: 26 additions & 26 deletions public/tech-fair/index.html → public/tech-fair/2025/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./reset.min.css" />
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="/static/css/reset.min.css" />
<link rel="stylesheet" href="style.css" />
<script defer src="main.js"></script>
<link rel="icon" type="image/png" href="./favicon_colourful.svg" />
<script defer src="./gsap.min.js"></script>
<script defer src="./SplitText.min.js"></script>
<script defer src="./ScrollTrigger.min.js"></script>
<link rel="icon" type="image/png" href="/static/icons/favicon_colourful.svg" />
<script defer src="/static/js/gsap.min.js"></script>
<script defer src="/static/js/SplitText.min.js"></script>
<script defer src="/static/js/ScrollTrigger.min.js"></script>
<!-- ScrollSmoother requires ScrollTrigger -->
<script defer src="./ScrollSmoother.min.js"></script>
<script defer src="/static/js/ScrollSmoother.min.js"></script>
<title>Tech Fair 2025</title>
</head>
<body style="display: none">
<header id="header">
<nav>
<a id="home-link" href="https://new.sfucsss.org" target="_blank">
<a id="home-link" href="https://sfucsss.org" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
Expand Down Expand Up @@ -61,7 +61,7 @@

<div class="hero">
<div class="hero-content">
<img src="./images/mountain-laptop.svg" alt="Tech Fair Logo" />
<img src="images/mountain-laptop.svg" alt="Tech Fair Logo" />
<h1>Tech Fair 2025</h1>
<p>Oct 15, 2025 @ AQ North</p>
<p>brought to you by the CSSS</p>
Expand All @@ -72,8 +72,8 @@ <h1>Tech Fair 2025</h1>
<article>
<section id="about">
<aside>
<img src="./images/long-shot1.jpg" class="photo" alt="Long shot 1" />
<img src="./images/tf-image-1.jpg" class="photo" alt="Old photo 1" />
<img src="images/long-shot1.jpg" class="photo" alt="Long shot 1" />
<img src="images/tf-image-1.jpg" class="photo" alt="Old photo 1" />
</aside>
<div class="main">
<div class="section-content chat">
Expand Down Expand Up @@ -118,14 +118,14 @@ <h2 class="chat section-content right">ChatGPT, summarize this section</h2>
</div>
</div>
<aside>
<img src="./images/long-shot2.jpg" class="photo" alt="Long shot 2" />
<img src="./images/tf-image-2.jpg" class="photo" alt="Old photo 2" />
<img src="images/long-shot2.jpg" class="photo" alt="Long shot 2" />
<img src="images/tf-image-2.jpg" class="photo" alt="Old photo 2" />
</aside>
</section>

<section id="students">
<aside>
<img src="./images/arista-booth2.jpg" class="photo" alt="Arista booth 2" />
<img src="images/arista-booth2.jpg" class="photo" alt="Arista booth 2" />
</aside>
<div class="main">
<div class="section-content chat">
Expand Down Expand Up @@ -172,13 +172,13 @@ <h2>I'm a student, why should I go?</h2>
</div>
</div>
<aside>
<img src="./images/student-group.jpg" class="photo" alt="Group of students" />
<img src="images/student-group.jpg" class="photo" alt="Group of students" />
</aside>
</section>

<section id="companies">
<aside>
<img src="./images/kardium-booth.jpg" class="photo" alt="Kardium booth" />
<img src="images/kardium-booth.jpg" class="photo" alt="Kardium booth" />
</aside>
<div class="main">
<div class="chat section-content">
Expand Down Expand Up @@ -230,22 +230,22 @@ <h2>How do I sign up?</h2>
</div>
</div>
<aside>
<img src="./images/astera-labs-booth.jpg" class="photo" alt="Astera Labs booth" />
<img src="images/astera-labs-booth.jpg" class="photo" alt="Astera Labs booth" />
</aside>
</section>

<section id="final">
<h2 class="chat section-content">See You There!</h2>
<div class="gallery">
<img src="./images/attendees1.jpg" class="photo" alt="Attendees 1" />
<img src="./images/attendees3.jpg" class="photo" alt="Attendees 2" />
<img src="./images/attendees2.jpg" class="photo" alt="Attendees 3" />
<img src="./images/arista-booth.jpg" class="photo" alt="Arista booth" />
<img src="./images/brave-booth.jpg" class="photo" alt="Brave booth" />
<img src="./images/fortinet-booth.jpg" class="photo" alt="Fortinet booth" />
<img src="./images/dark-vision-booth.jpg" class="photo" alt="Dark Vision booth" />
<img src="./images/vigilon-booth.jpg" class="photo" alt="Vigilon booth" />
<img src="./images/offworld-booth.jpg" class="photo" alt="Offworld booth" />
<img src="images/attendees1.jpg" class="photo" alt="Attendees 1" />
<img src="images/attendees3.jpg" class="photo" alt="Attendees 2" />
<img src="images/attendees2.jpg" class="photo" alt="Attendees 3" />
<img src="images/arista-booth.jpg" class="photo" alt="Arista booth" />
<img src="images/brave-booth.jpg" class="photo" alt="Brave booth" />
<img src="images/fortinet-booth.jpg" class="photo" alt="Fortinet booth" />
<img src="images/dark-vision-booth.jpg" class="photo" alt="Dark Vision booth" />
<img src="images/vigilon-booth.jpg" class="photo" alt="Vigilon booth" />
<img src="images/offworld-booth.jpg" class="photo" alt="Offworld booth" />
</div>
</section>
</article>
Expand Down
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions public/tech-fair/ScrollSmoother.min.js

This file was deleted.

11 changes: 0 additions & 11 deletions public/tech-fair/ScrollTrigger.min.js

This file was deleted.

Loading