-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsub.html
More file actions
45 lines (43 loc) · 1.79 KB
/
sub.html
File metadata and controls
45 lines (43 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>sub-analysis : rental location</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Gowun+Dodum&family=Nanum+Gothic+Coding:wght@400;700&family=Noto+Sans+KR:wght@100;300;400;500&family=Water+Brush&display=swap" rel="stylesheet">
<link rel="stylesheet" href="sub.css">
</head>
<body>
<header id = "menubar">
<h1 id = "main"><a href = "main.html">Seoul Bike - sub-analysis</a></h1>
<nav id = "menu">
<nav>
<ul id="main1">
<li class="mainmenu"><a href = "region.html">region</a></li>
<li class="mainmenu"><a href = "sub.html">sub-analysis</a></li>
</ul>
</nav>
</nav>
</header>
<div id = "content">
<h2> 서울 각 구의 따릉이 상세정보를 볼 수 있습니다</h2>
<h1>SUB-ANALYSIS</h1>
<div id = "submenu">
<button id = "active"><a href="sub.html">rental location</a></button>
<button><a href="sub2.html">utilization</a></button>
<button><a href="sub4.html">correlation</a></button>
</div>
<section id = "map_content">
<article>
<h1>rental location</h1>
평균 이동거리와 평균 이용시간에 따른 <br>상위 10개의 대여소를 시각자료로<br> 확인할 수 있습니다<br><br>
<button><a href="sub.html">이동거리</a></button>
<button><a href="sub1.html">이용시간</a></button>
</article>
<img src="subimg/dis.png">
</section>
</div>
</body>
</html>