Skip to content

Commit c0a8feb

Browse files
committed
Update sponsors for LACTF 2026 (Verkada, Zellic) and Date & Time of CTF
1 parent 1c0e8a4 commit c0a8feb

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

data/sponsors.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import binaryNinja from "../public/images/binary-ninja.png";
1313
import microsoft from "../public/images/microsoft.jpg";
1414
import aerospace from "../public/images/aerospace.png";
1515
import lockheed from "../public/images/lockheed.png";
16+
import verkada from "../public/images/verkada.png";
17+
import zellic from "../public/images/zellic.png";
1618

1719
// const data = {
1820
// sponsors: [
@@ -150,6 +152,20 @@ const data = {
150152
blurb:
151153
"Store your data locally and access it from anywhere without subscription fees!",
152154
},
155+
{
156+
name: "Verkada",
157+
url: "https://www.verkada.com/",
158+
image: verkada,
159+
blurb:
160+
"Protect people and places in a privacy-sensitive way. Trusted by over 33,000 organizations, Verkada builds physical security solutions that integrate seamlessly behind a single, cloud-based software platform."
161+
},
162+
{
163+
name: "Zellic",
164+
url: "https://www.zellic.io/",
165+
image: zellic,
166+
blurb:
167+
"Zellic is a security research firm. We hire talented hackers to break critical software, ranging from virtual machines to compilers and major web apps to proof systems. Before Zellic, we founded perfect blue, the #1 CTF team in 2020 and 2021. We offer a comprehensive benefits package and direct equity participation, as well as flexible hours, remote work, and both full-time and part-time roles. To learn more about Zellic, check out our blog: zellic.io/auditooor-grindset. Work at Zellic: [jobs@zellic.io](mailto:jobs@zellic.io) | @gf_256",
168+
}
153169
],
154170
};
155171

pages/index.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,16 @@ export default function Home() {
9090
/>
9191
</div>
9292
<p className={styles.subheading}>
93-
Feb 7, 2025 08:00PM PST - Feb 9, 2025 02:00PM PST
93+
Feb 6, 2026 06:00PM PST - Feb 8, 2026 06:00PM PST
9494
<br />
95-
Covel Grand Horizons
95+
</p>
96+
<p className={styles.subheading}>
97+
<b>In-Person Event</b>
98+
<div className={styles.subheading}>
99+
Feb 7, 2026 08:00AM PST - Feb 7, 2026 07:00PM PST
100+
<br />
101+
Tom Bradley International Hall, Room 300
102+
</div>
96103
</p>
97104
<Countdown />
98105
<div className={styles.heroButtonContainer}>

public/images/verkada.png

44 KB
Loading

public/images/zellic.png

103 KB
Loading

styles/Home.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ main.root {
3535
z-index: 1;
3636
}
3737

38+
.subheading > div {
39+
margin: 0;
40+
font-size: medium;
41+
}
42+
3843
@media (max-width: 600px) {
3944
.subheading {
4045
font-size: larger;

styles/Sponsors.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
.blurb {
5656
width: 100%;
5757
margin-top: 20px;
58-
text-align: center;
58+
text-align: justify;
59+
font-size: small;
5960
color: black;
6061
}
6162

0 commit comments

Comments
 (0)