-
Notifications
You must be signed in to change notification settings - Fork 0
/
board_list.html
61 lines (60 loc) · 2.4 KB
/
board_list.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SWUPLOYEE</title>
<link href="mobile.css" media="screen and (max-width: 767px)" rel="stylesheet">
<link href="tablet.css" media="screen and (min-width: 768px) and (max-width: 1023px)" rel="stylesheet">
<link href="desktop.css" media="screen and (min-width: 1024px)" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>history.scrollRestoration = "manual"</script>
</head>
<body>
<script>
AOS.init();
</script>
<header>
<a href="index.html"><h1 id="LOGO">SWUPLOYEE</h1></a>
<nav>
<input type="checkbox" id="menuicon">
<label for="menuicon">
<span></span>
<span></span>
<span></span>
</label>
<div class="sidebar">
<div class="menu">
<ul>
<li id="col1">MENU</li></span>
</ul>
<hr class="menu_hr"></hr>
<ul>
<a href="info.html"><li id="label">법률 정보</li></span></a>
<ul>
<li id="col2"><a href="info.html#before">근로 전</a></li>
<li id="col2"><a href="info.html#present">근로 중</a></li>
<li id="col2"><a href="info.html#after">근로 후</a></li>
</ul>
</ul>
<ul>
<a href="qna.html"><li id="label">QnA</li></span></a>
<ul>
<li id="col2"><a href="qna.html#qna">법률 정보 퀴즈</a></li>
</ul>
</ul>
<ul>
<a href="board_list.html"><li id="label">게시판</li></span></a>
</ul>
<ul>
<a href="cal.html"><li id="label">급여 계산기</li></span></a>
</ul>
</div>
</div>
</nav>
</header>
<div id="content">
<div class="text_1">추후 추가될 예정입니다.</div>
</div>