-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (51 loc) · 1.75 KB
/
index.html
File metadata and controls
60 lines (51 loc) · 1.75 KB
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/png" href="/figure/icon.png">
<title>Article SAVE</title>
</head>
<body>
<header id="header">
</header>
<div class="content">
<nav id="nav"></nav>
<main>
<h1>
Welcome to Article SAVE
</h1>
<p>
Article SAVE는 계명대학교 컴퓨터공학과 석사 과정이 개발한 Open Access Archive입니다.
</p>
<h2>
투고 분야
</h2>
<div class="horizontal-slot">
<div class="slot-container">
<div class="slot-container-header">
컴퓨터공학
</div>
컴퓨터공학 전반에 걸친 정보를 공유할 수 있습니다.
</div>
<div class="slot-container">
<div class="slot-container-header">
학교 생활
</div>
학교 생활과 관련된 유용한 정보를 공유할 수 있습니다.
</div>
</div>
<h2>
투고 절차
</h2>
<p>
Article SAVE는 GitHub Pages로 호스팅되며, 모든 투고는 GitHub를 통해 이루어집니다. 자세한 내용은 <a href="submission-procedure.html">투고 절차 안내</a>를 따라주세요.
</p>
</main>
</div>
<footer id="footer">
</footer>
</body>
<script src="/init.js"></script>
</html>