forked from snu-ps/snu-ps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetc.html
63 lines (54 loc) · 2.61 KB
/
etc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>잡다한 정보들 - SNUPS : Seoul National University Problem Solvers</title>
<meta name="description" content="SNUPS 회원들에게 필요한 각종 잡다한 정보를 정리한 페이지 입니다. SNUPS(스눕스)는 서울대학교 컴퓨터공학부 소속의 동아리이며, ACM-ICPC를 비롯한 각종 프로그래밍 대회를 준비하며 알고리즘을 공부하고 실제 문제를 해결하는 것을 연구하는 학회 성격의 동아리 입니다." />
<link rel="stylesheet" type="text/css" href="/style.css" />
<style type="text/css">
</style>
</head>
<body>
<header>
<p class="logo-wrapper"><a href="/"><img src="/resource/snups.logo.modified.png" width="160" alt="logo" /></a></p>
<p>서울대학교 Problem Solving 동아리 SNUPS</p>
</header>
<nav>
<ul>
<li><a href="/">홈</a></li>
<li><a href="/intro.html">소개</a></li>
<li><a href="/records.html">기록</a></li>
<li><a href="/etc.html">기타</a></li>
<li><a href="/apply.html"><strong>★☆★가입하기★☆★</strong></a></li>
</ul>
</nav>
<hr />
<div id="content">
<section>
<h2>유용한 링크들</h2>
<ul>
<li><a target="_blank" href="/icpc/">ICPC 등록 안내</a></li>
<li><a target="_blank" href="https://problems.snups.org/">SNUPS 추천 문제 모음집</a></li>
<li><a target="_blank" href="https://www.acmicpc.net/group/384">BOJ SNUPS 그룹</a></li>
<li><a target="_blank" href="https://snups.org/atcoder-study">AtCoder 스터디 시트</a></li>
<li><a target="_blank" href="https://github.com/snu-ps/snu-ps.github.io">SNUPS homepage github repository</a></li>
</ul>
</section>
<section>
<h2>교내 대회들</h2>
<ul>
<li><a target="_blank" href="/snutoc2015/">SNUTOC 2015</a></li>
<li><a target="_blank" href="/snupc2016/">SNUPC 2016</a></li>
<li><a target="_blank" href="/snupc2017/">SNUPC 2017</a></li>
<li><a target="_blank" href="/snupc2018/">SNUPC 2018</a></li>
<li><a target="_blank" href="/snupc2019/">SNUPC 2019</a></li>
<li><a target="_blank" href="/snupc2020/">SNUPC 2020</a></li>
<li><a target="_blank" href="/snupc2021/">SNUPC 2021</a></li>
<li><a target="_blank" href="/snupc2022/">SNUPC 2022</a></li>
<li><a target="_blank" href="/snupc2023/">SNUPC 2023</a></li>
</ul>
</section>
</div> <!-- #content -->
</body>
</html>