-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathregion-2.html
More file actions
59 lines (52 loc) · 2.43 KB
/
region-2.html
File metadata and controls
59 lines (52 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>region : density</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">
<!-- <meta name="viewport" content="width=device-width, height=device-height,initial-scale=1.0"> -->
<link rel="stylesheet" href="region2.css">
</head>
<body>
<header id = "menubar">
<h1 id = "main"><a href = "main.html">Seoul Bike - region</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>REGIONAL BIKE STATUS</h1>
<div id = "submenu">
<button><a href="region.html">map</a></button>
<button><a href="region-4.html">status</a></button>
<button><a href="region-3.html">trend</a></button>
<button><a href="region-1.html">mean distance</a></button>
<button id = "active"><a href="region-2.html">density</a></button>
</div>
<section id = "map_content">
<article>
<h1>density</h1>
각 구 별 대여소의 밀집도를<br>
시각 자료로 확인할 수 있습니다<br><br>
<button id="btn1">강남구 - 구로구</button>
<button id="btn2">금천구 - 도봉구</button>
<button id="btn3">동대문구 - 서초구</button><br>
<button id="btn4">성동구 - 영등포구</button>
<button id="btn5">용산구 - 중랑구</button>
<!-- <button id="btn6">금천구</button> -->
</article>
<img src="밀집도1.png">
<script src="region2.js"></script>
</section>
</div>
</body>
</html>