-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
229 lines (210 loc) · 5.52 KB
/
about.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Woman Safe Way Website</title>
<link href="css/style.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8">
<!-- <link rel="shortcut icon" type="image/x-icon" href="images/fav-icon.png" /> -->
<link rel="shortcut icon" type="image/x-icon" href="images/pav_logo,jpg" />
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
</script>
<!---strat-slider---->
<script type="text/javascript" src="js/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/slider-style.css" />
<script type="text/javascript" src="js/modernizr.custom.28468.js"></script>
<!---//strat-slider---->
<!---start-login-script--->
<script src="js/login.js"></script>
<!---//End-login-script--->
<!-----768px-menu----->
<link type="text/css" rel="stylesheet" href="css/jquery.mmenu.all.css" />
<script type="text/javascript" src="js/jquery.mmenu.js"></script>
<script type="text/javascript">
// The menu on the left
$(function () {
$('nav#menu-left').mmenu();
});
</script>
<!-----//768px-menu----->
</head>
<body>
<!---start-wrap---->
<!------start-768px-menu---->
<div id="page">
<div id="header">
<a class="navicon" href="#menu-left"> </a>
</div>
<nav id="menu-left">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">우리지역</a>
</li>
<li>
<a href="features.html">개발동기</a>
</li>
<li>
<a href="project.html">프로젝트</a>
</li>
<li>
<a href="github.html">소개</a>
</li>
<div class="clear"> </div>
</ul>
</nav>
</div>
<!------start-768px-menu---->
<!---start-header---->
<div class="header">
<div class="wrap">
<div class="header-left">
<div class="logo">
<a href="index.html">Woman Safe Way</a>
</div>
</div>
<div class="header-right">
<div class="top-nav">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">우리지역</a>
</li>
<li>
<a href="features.html">개발동기</a>
</li>
<li>
<a href="project.html">프로젝트</a>
</li>
<li>
<a href="github.html">소개</a>
</li>
</ul>
</div>
<!-- Login Ends Here -->
</li>
<div class="clear"> </div>
</ul>
</div>
<div class="clear"> </div>
</div>
<div class="clear"> </div>
</div>
</div>
<!---//End-header---->
<div class="content">
<div class="about">
<div class="wrap">
<h1>우리
<span>지역</span>
</h1>
<p>홈페이지를 사용하는 사용자가 자신이 사는 지역의 안심스카우트에 관한 정보를 알아볼 수 있도록 각 '구청' 단위로 여성인구, 안심스카우드를 사용하는 여성인구, 사용건수, 사용시간, 스카우트 해주시는분 연락처(신상)등의
정보가 있습니다. +사진(안심스카우트)/구별로 데이터 정리
</p>
<select onchange="paths(this.value)">
<option value=0 />구 선택
<option value=1 />중구
<option value=2 />용산구
<option value=3 />성동구
<option value=4 />광진구
<option value=5 />동대문구
<option value=6 />종로구
<option value="7" /> 중랑구
<option value="8" /> 성북구
<option value="9" /> 강북구
<option value="10" /> 도봉구
<option value="11" /> 노원구
<option value="12" /> 은평구
<option value="13" /> 서대문구
<option value="14" /> 마포구
<option value="15" /> 양천구
<option value="16" /> 강서구
<option value="17" /> 구로구
<option value="18" /> 금천구
<option value="19" /> 영등포구
<option value="20" /> 동작구
<option value="21" /> 관악구
<option value="22" /> 서초구
<option value="23" /> 강남구
<option value="24" /> 송파구
<option value="25" /> 강동구
</select>
</div>
<div class="clear"> </div>
<div>
<a href="images/ppt_img/그림7.png">
<img src="images/ppt_img/그림7.png" height="350" width="450" align="center" />
</a>
</div>
</div>
</div>
<!---start-bottom-footer-grids---->
<div class="footer-grids">
<div class="wrap">
<div class="footer-grid">
<h3>Quick Links</h3>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">우리지역</a>
</li>
<li>
<a href="features.html">개발동기</a>
</li>
<li>
<a href="project.html">프로젝트</a>
</li>
<li>
<a href="github.html">소개</a>
</li>
</ul>
</div>
<div class="footer-grid">
<h3>More</h3>
<ul>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Support</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
<li>
<a href="#">Terms and Conditions</a>
</li>
</ul>
</div>
<div class="footer-grid">
<p class="copy-right">
<a href="https://github.com/mgh3326/bid_data_web_project">Big data web Project</a>
</p>
</div>
<div class="clear"> </div>
</div>
</div>
<!---//End-bottom-footer-grids---->
</div>
<!----//End-content--->
<!---//End-wrap---->
</body>
</html>