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

Modify: Paul's page #88

Merged
merged 1 commit into from
Mar 10, 2025
Merged
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
14 changes: 12 additions & 2 deletions src/member/2024/PaulWang.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParti
export const PaulWangMemberPage = () => {
const bio = "大家好,我是王立翔,研究逆向工程,最近對於行動安全蠻有興趣的,請大家多多指教!"
const certificates: MemberCertificateType[] = []
const competitionExperiences: MemberCompetitionExperienceType[] = []
const competitionExperiences: MemberCompetitionExperienceType[] = [
{
title: "TSCCTF 2025",
result: "排名: 137/509",
datetime: "2025/01/13-2025/01/16"
}
]
const participates: MemberParticipateType[] = [
{
title: "HITCON CTF 菁英人才交流活動",
title: "HITCON CTF x 菁英人才交流活動",
datetime: "2024.11.09-2024.11.10"
},
{
title: "SITCON 2025 學生計算機年會",
datetime: "2025/03/08"
}
]
const internExperiences: MemberInternType[] = []
Expand Down