forked from coro-coro/coro-coro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjebo.html
61 lines (59 loc) · 3.42 KB
/
jebo.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
<!DOCTYPE html>
<html>
<head>
<meta property="og:image" content="/images/kakaocoro.jpg"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>코로코로</title>
<link rel="shortcut icon" href="">
<link rel='stylesheet' href='/css/style.css'>
<link rel="stylesheet" href="/css/w3style.css">
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap&subset=korean" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
</head>
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: 'Nanum Gothic', sans-serif;}
/*.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
/*#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-black">
<div class="nav">
<a href="/" class="w3-bar-item w3-button w3-text-white w3-hover-black w3-padding-large w3-hide-small">확진자 방문장소</a>
<a href="/analysis.html" class="w3-bar-item w3-button w3-text-white w3-hover-black w3-padding-large w3-hide-small">분석</a>
<a href="/jebo.html" class="w3-bar-item w3-button w3-text-white w3-hover-black w3-padding-large w3-hide-small">제보하기</a>
<a href="/aboutus.html" class="w3-bar-item w3-button w3-text-white w3-hover-black w3-padding-large w3-hide-small">ABOUT US</a>
</div>
<!--Navbar on small screens (Hidden on medium and large screens) -->
<div class="w3-black w3-hide-large w3-hide-medium" id="myNavbar">
<div class="nav" style="background-color: black;">
<a href="/" class="w3-bar-item w3-button" style="width:25% !important; font-size:12px;">확진자 방문장소</a>
<a href="/analysis.html" class="w3-bar-item w3-button" style="width:25% !important; font-size:12px;">분석</a>
<a href="/jebo.html" class="w3-bar-item w3-button" style="width:25% !important; font-size:12px;">제보하기</a>
<a href="/aboutus.html" class="w3-bar-item w3-button" style="width:25% !important; font-size:12px;">ABOUT US</a>
</div>
</div>
<div class="w3-padding-large" id="main">
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<div style="padding-bottom:20px">
<h3>코로코로에 관해 문의 사항이나 피드백이 있으실 경우 아래의 빈칸을 채워 보내주세요.</h3>
</div>
<form method="post" action="https://formspree.io/xrgqyvyy">
<div class="row">
<div class="12u$">
<textarea name="message" rows="10" style="width:60%;" placeholder="write here"></textarea>
</div>
<div class="12u$">
<input type="submit" class="w3-button w3-dark-grey" value="보내기"/>
</div>
</div>
</form>
</header>
</div>
</body>
</html>