-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(2024): add 2 speakers * feat(2024): add placeholder * feat(2024): add ticket link * feat(2024): add ticket link * feat(2024): minor changes * feat(2024): add apple speaker + improve mobile view * feat(2024): add apple speaker + improve mobile view * feat(2024): add google and tiktok
- Loading branch information
Showing
5 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
const Google = () => { | ||
return ( | ||
<> | ||
<p> | ||
Richard Hofman is a Software Engineer in Google’s enterprise security | ||
team. He has long held a fascination with privacy and cryptography, and | ||
holds a Bachelor’s Degree in Computer Science, from the University of | ||
Auckland in New Zealand. | ||
</p> | ||
<p> | ||
In his role at Google, Richard’s work mostly encompasses | ||
cryptographically attested device identity and the infrastructure needed | ||
to issue and validate credentials based on these identities. He has also | ||
worked on improving the cryptographic security of SSH traffic at Google. | ||
</p> | ||
<p> | ||
Richard will be speaking about WebAuthn and FIDO2, two closely related, | ||
privacy-aware standards for online cryptographic authentication. These | ||
technologies form the basis for “Passkeys”, but are surprisingly broad | ||
in their own right. | ||
</p> | ||
</> | ||
); | ||
}; | ||
|
||
export default Google; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
const TikTok = () => { | ||
return ( | ||
<> | ||
<p> | ||
James graduated from UNSW in 2023. He currently works at TikTok on the | ||
LIVE app, where he develops core revenue features that are innovative, | ||
secure and intuitive for our users. | ||
</p> | ||
<p> | ||
While at UNSW, he built Circles, the defacto degree planner for CSE | ||
students. He would later run CSESoc Projects (now DevSoc) where he | ||
spawned many new initiatives such as the Training Program and Techspire. | ||
</p> | ||
<p> | ||
We invited James back to share his unique experiences on building | ||
projects, starting initiatives, challenges in the industry and more. | ||
</p> | ||
</> | ||
); | ||
}; | ||
|
||
export default TikTok; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.