Skip to content

Commit

Permalink
Merge pull request #88 from paulwang19/main
Browse files Browse the repository at this point in the history
Modify: Paul's page
  • Loading branch information
ntut-xuan authored Mar 10, 2025
2 parents f1e78a4 + 2d76b5b commit 291bf95
Showing 1 changed file with 12 additions and 2 deletions.
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

0 comments on commit 291bf95

Please sign in to comment.