-
Notifications
You must be signed in to change notification settings - Fork 1
/
records.html
48 lines (42 loc) · 2.44 KB
/
records.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta property="og:url" content="https://knu-gori.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="KNU Gori" />
<meta property="og:description" content="고리 - 경북대학교 알고리즘 문제해결 동아리" />
<meta property="og:image" content="https://knu-gori.github.io/assets/img/logo.png" />
<title>기록 - KNU Gori</title>
<meta name="description" content="">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/base-min.css">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" href="/assets/img/icon/cropped-g_f1-32x32.png" sizes="32x32"/>
<link rel="icon" href="/assets/img/icon/cropped-g_f1-192x192.png" sizes="192x192"/>
</head>
<body>
<header>
<a href="/"><img id="top_logo" src="/assets/img/logo.png" alt=""></a>
<p>고리 - 경북대학교 알고리즘 문제해결 동아리</p>
<div class="pure-menu pure-menu-horizontal">
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="/" class="pure-menu-link">소개</a></li>
<li class="pure-menu-item"><a href="/records.html" class="pure-menu-link">기록</a></li>
<li class="pure-menu-item"><a href="/apply.html" class="pure-menu-link">지원</a></li>
<li class="pure-menu-item"><a href="/contact.html" class="pure-menu-link">연락처</a></li>
</ul>
</div>
</header>
<section id="body">
<p id="noti">기록들을 불러오는 중입니다...</p>
</section>
<footer>
<br/><p>정보가 누락되었거나, 잘못된 정보를 발견했거나, 자신의 사진이나 기록이 홈페이지에 노출되는 것을 원치 않으실 경우 회장에게 문의해 주시기 바랍니다.</p>
<p><a href="https://github.com/KNU-Gori/knu-gori.github.io">이 홈페이지의 Repository</a>에 직접 Pull request를 보내주셔도 됩니다.</p>
</footer>
<script src="/assets/js/load_records.js"></script>
</body>
</html>