-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,19 @@ <h1 style="margin-top: 1rem;"> | |
이번 학기에는 2개의 전형으로 나누어서 신입 부원을 모집합니다. 아래 내용을 잘 읽고 지원해 주시길 바랍니다. | ||
<ul> | ||
<li>모든 부원(재학생)은 매년 10월에 개최되는 <a href="http://icpckorea.org/" target="_blank">ICPC Asia Seoul Regional Contest(한국 대학생 프로그래밍 경시대회)</a> 예선에 참가해야 합니다.</li> | ||
<li>이번 학기 신입 부원은 전형 유형별로 열리는 <a href="/2024-1-study/" target="_blank">스터디</a>에 필수로 참여해야 합니다.</li> | ||
<li>이번 학기 신입 부원은 전형 유형별로 열리는 <a href="/study/2024/1/" target="_blank">스터디</a>에 필수로 참여해야 합니다.</li> | ||
<li>참여할 스터디를 지원서에 함께 적어주시길 바랍니다.</li> | ||
<li>문의: <a href="mailto:[email protected]">[email protected]</a></li> | ||
</ul> | ||
선발 일정 | ||
<ul> | ||
<li>2/13(화): 전형 공지</li> | ||
<li>3/4(월)~3/8(금): 지원 기간</li> | ||
<li>3/10(일): 합격자 발표</li> | ||
</ul> | ||
</div> | ||
<button style="width: 100%; margin-top: 1rem;"> | ||
<a href="#" target="_blank" | ||
style="width: 100%; color: inherit; padding: .7rem 1rem; display: inline-block;">지원 서류 작성하기 (TBA)</a> | ||
<a href="#" target="_blank" style="width: 100%; color: inherit; padding: .7rem 1rem; display: inline-block;">지원 서류 작성하기 (3/4 ~ 3/8)</a> | ||
</button> | ||
<div style="width: 100%; height: 1px; background: rgba(0, 0, 0, .1); margin: 2rem 0;"></div> | ||
<div class="btn-group" style="font-size: 1.1rem; margin-bottom: 2rem;"> | ||
|
@@ -95,18 +101,10 @@ <h2>일반 전형</h2> | |
<li>휴학생은 마지막 재학 학기 기준으로 지원서를 작성해 주시길 바랍니다.</li> | ||
</ul> | ||
</li> | ||
<li> | ||
일정 | ||
<ul> | ||
<li>2/12 : 전형 공지</li> | ||
<li>3/4 ~ 3/8 : 지원 기간</li> | ||
<li>3/10 : 합격자 발표</li> | ||
</ul> | ||
</li> | ||
<li> | ||
스터디 안내 | ||
<ul> | ||
<li>일반 전형 합격자는 <a href="/2024-1-study/" target="_blank">[기초 알고리즘 강의]</a>에 참가해야 합니다.</li> | ||
<li>일반 전형 합격자는 <a href="/study/2024/1/" target="_blank">[기초 알고리즘 강의]</a>에 참가해야 합니다.</li> | ||
<li>기초 알고리즘 강의를 수강하려는 신입생은 일반 전형으로 지원하시길 바랍니다.</li> | ||
</ul> | ||
</li> | ||
|
@@ -122,18 +120,10 @@ <h2>신입생 전형</h2> | |
<li>24학번 휴학생과 24학번이 아닌 1학년은 일반 전형으로 지원해 주시길 바랍니다.</li> | ||
</ul> | ||
</li> | ||
<li> | ||
일정 | ||
<ul> | ||
<li>2/12 : 전형 공지</li> | ||
<li>3/4 ~ 3/8 : 지원 기간</li> | ||
<li>3/10 : 합격자 발표</li> | ||
</ul> | ||
</li> | ||
<li> | ||
스터디 안내 | ||
<ul> | ||
<li>신입생 전형 합격자는 <a href="/2024-1-study/" target="_blank">[C언어 강의]</a>에 참가해야 합니다.</li> | ||
<li>신입생 전형 합격자는 <a href="/study/2024/1/" target="_blank">[C언어 강의]</a>에 참가해야 합니다.</li> | ||
<li>기초 알고리즘 강의를 수강하려는 신입생은 일반 전형으로 지원하시길 바랍니다.</li> | ||
</ul> | ||
</li> | ||
|
@@ -180,4 +170,5 @@ <h2>신입생 전형</h2> | |
event.reventDefault(); | ||
}; | ||
} | ||
</script> | ||
</script> | ||
|