Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
justiceHui committed Oct 27, 2024
1 parent 889c453 commit 3993029
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _data/contest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: NYPC 2024 본선
role: 세팅/검수
date: 23.10
date: "24.10"
site: NYPC
link: https://nypc.github.io/2024
type: nypc
Expand All @@ -16,7 +16,7 @@

- name: NYPC 2024 예선
role: 세팅/검수
date: 23.08
date: 24.08
site: NYPC
link: https://nypc.github.io/2024
type: nypc
Expand Down
6 changes: 3 additions & 3 deletions _includes/judge_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@

let icpc_id = '{{ include.icpcid | default: "None" }}';
if(icpc_id !== 'None'){
inner += `<li>ICPC ID: <a id="intro" href=https://icpc.global/ICPCID/${icpc_id} target="_blank">Link</a></li>`;
inner += `<li>ICPC ID: <a id="icpcid" href=https://icpc.global/ICPCID/${icpc_id} target="_blank">Link</a></li>`;
}

let cphof = '{{ include.icpcid | default: "None" }}';
let cphof = '{{ include.cphof | default: "None" }}';
if(cphof !== 'None'){
inner += `<li>ICPC ID: <a id="intro" href=https://cphof.org/profile/${cphof} target="_blank">Link</a></li>`;
inner += `<li>CP Hall of Fame: <a id="cphof" href=https://cphof.org/profile/${cphof} target="_blank">Link</a></li>`;
}


Expand Down
2 changes: 1 addition & 1 deletion about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title: "소개"
* (18.03-21.02) 선린인터넷고등학교 소프트웨어과 졸업

### 온라인 저지 프로필
{% include judge_profile.html boj_id="jhnah917" codeforces_id="Justice_Hui" icpc_id="E0RJ7B35QJIP" cphof="codeforces:justice_hui" %}
{% include judge_profile.html boj_id="jhnah917" codeforces_id="Justice_Hui" icpcid="E0RJ7B35QJIP" cphof="codeforces:justice_hui" %}

### 대회 참가/수상
* 국제 대학생 프로그래밍 경시대회
Expand Down

0 comments on commit 3993029

Please sign in to comment.