diff --git a/_includes/judge_profile.html b/_includes/judge_profile.html index dcde0d8..24dda72 100644 --- a/_includes/judge_profile.html +++ b/_includes/judge_profile.html @@ -201,11 +201,23 @@ if(handles['atcoder'] !== 'None'){ inner += `
  • atcoder: loading
  • `; } + let introduce_link = '{{ include.introduce | default: "None" }}'; if(introduce_link !== 'None'){ inner += `
  • Introduce: Link
  • `; } + let icpc_id = '{{ include.icpcid | default: "None" }}'; + if(icpc_id !== 'None'){ + inner += `
  • ICPC ID: Link
  • `; + } + + let cphof = '{{ include.icpcid | default: "None" }}'; + if(cphof !== 'None'){ + inner += `
  • ICPC ID: Link
  • `; + } + + let ul = document.getElementById('profile-list'); ul.innerHTML = inner; diff --git a/about/index.md b/about/index.md index 0a58563..e593aaa 100644 --- a/about/index.md +++ b/about/index.md @@ -37,7 +37,7 @@ title: "소개" * (18.03-21.02) 선린인터넷고등학교 소프트웨어과 졸업 ### 온라인 저지 프로필 -{% include judge_profile.html boj_id="jhnah917" codeforces_id="Justice_Hui" atcoder_id="JusticeHui" %} +{% include judge_profile.html boj_id="jhnah917" codeforces_id="Justice_Hui" atcoder_id="JusticeHui" icpc_id="E0RJ7B35QJIP" cphof="codeforces:justice_hui" %} ### 대회 참가/수상 * **2024 ICPC World Finals 진출**