-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-3.html
More file actions
68 lines (62 loc) · 2.71 KB
/
main-3.html
File metadata and controls
68 lines (62 loc) · 2.71 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
67
68
<!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><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 id = "active"><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>GitHub</h1> -->
<h3>Data</h3>
<p><a href="https://github.com/yunju727/Opensource-Project-Data">
https://github.com/yunju727/Opensource-Project-Data</a></p>
<h3>Web</h3>
<p><a href="https://github.com/Tjdnjs/opensoarce-project">https://github.com/Tjdnjs/opensoarce-project</a></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>