-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (52 loc) · 2.65 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Libre+Baskerville&family=Open+Sans:wght@500&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="./style/mainCard.css" />
<link rel="stylesheet" href="./style/style.css" />
<link rel="stylesheet" href="./style/load.css" />
<link rel="stylesheet" href="./style/canvas.css" />
<link rel="stylesheet" href="./style/nav/nav.css" />
<link rel="shortcut icon" type="image/ico" href="./favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jua&display=swap" rel="stylesheet">
<title>훈련소 가는 길 </title>
<style>
body {
background-color: #fff;
}
</style>
</head>
<body>
<!-- 신검 , 보직 ,지원 관심목록 , 준비물미래설계 예약문자 , 입대! -->
<nav id="navbar">
<div class="navbox">
<a class="logo" href="#">훈련소 가는 길</a>
<a href="../job/license.html" class="login_btn">내점수</a>
<a href="./job/joblist.html" class="login_btn">보직탐색</a>
<a href="./job/favor.html" class="login_btn">즐겨찾기</a>
<a href="./checkList/index.html" class="login_btn">준비사항</a>
<a id="login_btn" href="./login" class="login_btn">로그인</a>
</div>
</nav>
<div id="main">
<div class="item_bar left"></div>
<div class="load"></div>
<div class="item_bar right"></div>
</div>
<!-- color recommended site https://colorhunt.co/ -->
<!-- rgb(26, 115, 232) blue -->
<!-- rgb(242, 153, 0) orange -->
<!-- rgb(32, 33, 36) black -->
<!-- https://search.pstatic.net/common/?src=http%3A%2F%2Fblogfiles.naver.net%2FMjAyMjA1MTJfMTkg%2FMDAxNjUyMzMyNzEyMjUy.sajr9AW0UUDfYdLVMDYhCJIQSJ-dgDYWcagkJnNqy8kg.7wDD5pp7SJ1wPZlvqNHVHZZX6m0DJ6VZ1hvdf7dlXTMg.PNG.wlsry3085%2F%25C1%25A6%25B8%25F1%25C0%25BB-%25C0%25D4%25B7%25C2%25C7%25D8%25C1%25D6%25BC%25BC%25BF%25E4_-001_%25283%2529.png&type=sc960_832 -->
<script type="module" src="./js/app.js" defer></script>
<script src="./js/nav/nav.js"></script>
</html>