Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: LA CTF 2023 recap blog post #99

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"mushan.vscode-paste-image"
]
}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true,
"pasteImage.forceUnixStyleSeparator": false,
"pasteImage.prefix": "/",
"pasteImage.path": "${projectRoot}/public/images/blog/${currentFileNameWithoutExt}",
}
24 changes: 24 additions & 0 deletions data/blog/2023-02-13-lactf-2023-recap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: LA CTF 2023 Recap
authors: [Benson Liu]
category: News
tags: [lactf, ctf, events]
description: LA CTF 2023 was a huge success as the largest event in our club's history! We learned a lot organizing this event for the past year and wanted to recap some of the highlights.
image: /images/blog/2023-02-13-lactf-2023-recap/2023-09-01-20-49-13.png
---

![LA CTF 2023 logo](/images/blog/2023-02-13-lactf-2023-recap/2023-09-01-20-49-13.png)

LA CTF 2023 was a huge success as the largest event in our club's history! We learned a lot working on organizing this event for the past year so we wanted to recap some of the highlights.

<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/97uvDt-M2kg?si=0vJZ1fbqJv8PSq2_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/jdH5suHsf_s?si=eC5s3DMyM1OgJsne" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/6b91b5BXB2M?si=MvAvly5T4G7aZtQY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion styles/Blog.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
display: flex;
flex-direction: column;
width: 450px;
height: 450px;
height: 500px;
border: var(--cyber-gold) 2px solid;
border-radius: 2rem;
transition: box-shadow 0.2s;
Expand Down