Skip to content

Commit 3b2ec05

Browse files
authored
Merge pull request #102 from lactf/speakers-benson
Add Benson's Speaker Blurb
2 parents e15e0de + 2814c62 commit 3b2ec05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

data/speakers.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import placeholder from "../public/images/placeholder.jpg";
99
import lowLevel from "../public/images/lowlevel.jpg";
1010
import gary from "../public/images/gary.jpg"
1111
import raphael from "../public/images/raphael.jpeg"
12+
import benson from "../public/images/benson.jpeg"
1213

1314
const data = {
1415
speakers: [
@@ -60,7 +61,13 @@ const data = {
6061
info: "Former cyber officer and UCLA alumni. Currently a PhD at Georgia Tech focusing on applied cryptography.",
6162
image: gary,
6263
},
63-
{
64+
{
65+
name: "Benson Liu",
66+
title: "Security Engineer, Meta",
67+
info: "Benson is an ACM Cyber and UCLA alumni who has worked in a variety of roles ranging from offensive security, program analysis, and threat hunting at companies like SpaceX, Microsoft, Trail of Bits, and CrowdStrike. He is passionate about breaking and developing high-impact software working to make it easy to write safer software and find bugs faster. Currently, he is working on Application Security as a Security Engineer at Meta. Benson is also an avid CTF player, previously leading UCLA's competitive team and founding LA CTF!",
68+
image: benson,
69+
},
70+
{
6471
name: "More Speakers Coming Soon",
6572
title: "TBD...",
6673
info: "",

public/images/benson.jpeg

287 KB
Loading

0 commit comments

Comments
 (0)