Skip to content

Commit

Permalink
Merge pull request #75 from paul20190310/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ntut-xuan authored Dec 6, 2024
2 parents fea9372 + fb53771 commit 9cfc3a9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/member/2024/PaulWang.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ import PaulWang from "../../assets/member/PaulWang.jpg"
import { MemberArticleType, MemberCertificateType, MemberInternType, MemberParticipateType, MemberCompetitionExperienceType } from "../../type/MemberCertificateType"

export const PaulWangMemberPage = () => {
const bio = "大家好,我是王立翔,目前是個新手,會慢慢增添我的經歷,請大家多多指教!"
const bio = "大家好,我是王立翔,研究逆向工程,最近對於行動安全蠻有興趣的,請大家多多指教!"
const certificates: MemberCertificateType[] = []
const competitionExperiences: MemberCompetitionExperienceType[] = []
const participates: MemberParticipateType[] = []
const participates: MemberParticipateType[] = [
{
title: "HITCON CTF X 菁英人才交流活動",
datetime: "2024.11.09-2024.11.10"
}
]
const internExperiences: MemberInternType[] = []
const journals: MemberArticleType[] = []
const conferences: MemberArticleType[] = []
Expand All @@ -16,7 +21,7 @@ export const PaulWangMemberPage = () => {
zhName="王立翔"
enName="Wang, Li-Siang"
avatar={PaulWang}
institutes={["國立臺北科技大學 資訊工程所 碩零"]}
institutes={["國立臺北科技大學 資訊工程所 碩一"]}
bio={bio}
experiences={competitionExperiences}
certificates={certificates}
Expand Down

0 comments on commit 9cfc3a9

Please sign in to comment.