-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.html
More file actions
66 lines (61 loc) · 2.67 KB
/
main.html
File metadata and controls
66 lines (61 loc) · 2.67 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
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>따릉이</title>
<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=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="main.css">
</head>
<body>
<header id = "menubar">
<h1 id = "main"><a href = "main.html">Seoul Bike</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>
<div class = "content" id = "maincontent">
<article id = "tit">
<h2>OPENSOURCE TEAM 5 PROJECT</h2>
<h1>SEOUL BIKE ANALYSIS</h1>
</article>
<div id = "submenu">
<button id = "active"><a href="main.html">Summary</a></button><br>
<button><a href="main-1.html">Project</a></button><br>
<button><a href="main-2.html">Technology</a></button><br>
<button><a href="main-3.html">GitHub</a></button><br>
<button><a href="main-4.html">Members</a></button>
</div>
<section id = "map_content">
<article>
<!-- <h1>Summary</h1> -->
<p>서울시 공공자전거 무인 대여 시스템인 따릉이에 대한<br>
여러 데이터를 제공하는 웹사이트입니다</p>
<p>여러가지 주제로 분석한 데이터를 웹에 배치하여<br>
누구나 쉽게 접속하여 자료를 볼 수 있습니다<br></p>
</article>
</section>
</div>
<div class = "content" id = "subcon">
<article class = "mainsec" id = "m1">
<h1>Region</h1>
<h3>서울 각 구의 따릉이 정보를 지역별로 볼 수 있습니다</h3>
<img src="map2.png">
<button class = "but"><a href = "region.html"> go to detail ></a></button>
</article>
<article class = "mainsec" id = "m2">
<h1>Sub-analysis</h1>
<h3>서울 각 구의 따릉이 상세 정보를 볼 수 있습니다</h3>
<img src="graph.png">
<button class = "but"><a href = "sub.html"> go to detail ></a></button>
</article>
</div>
</body>
</html>