forked from CodeforKohoku/papamama
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhowto.html
More file actions
executable file
·87 lines (83 loc) · 5.39 KB
/
howto.html
File metadata and controls
executable file
·87 lines (83 loc) · 5.39 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/ol.css" type="text/css">
<title>練馬区保育園マップ by Code for Nerima</title>
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap.css.map" type="text/css">
<link rel="stylesheet" href="css/jquery.mobile-1.4.4.css">
<link rel="stylesheet" href="css/base.css" type="text/css">
<link rel="stylesheet" href="css/icon-pack-custom.css">
<!-- Google Analytics アクセス解析用タグ -->
</head>
<body>
<a name="TOP"></a>
<div style="padding:20px 30px;">
<h2>練馬区保育園マップ とは</h2>
<br>
<h3>CodeforNerimaの保育園マップ</h3>
<p>練馬区区が公開しているデータをもとに保育園マップを作成しました。</p>
<p>このマップは、<a href="http://code4nerima.org/">Code for Nerima</a>の練馬区民の有志が、練馬区が公開している<a href="http://www.city.nerima.tokyo.jp/kusei/tokei/opendata/opendatasite/index.html">オープンデータ</a>と<a href="https://github.com/codeforsapporo/papamama">「さっぽろ保育園マップ」のソースコード</a>、<a href="https://github.com/CodeforKohoku/papamama">「Codefor港北 保育園マップ」のソースコード</a>をもとに作成したものです。</p>
<p>※最新情報は練馬区または各保育園へお問い合わせください</p>
<br>
<h3>使い方</h3>
<p>・練馬区内の保育園、幼稚園を表示します。</p>
<table style="width: 550px; height: 30px; border:0px solid #000000;">
<tr>
<td align="center" style="width: 50px;"></td>
<td align="center" bgcolor="#44AA00"><font size="2pt" color="#ffffff">区立認可</font></td>
<td align="center" bgcolor="#6EE100"><font size="2pt" color="#ffffff">私立認可</font></td>
<td align="center" bgcolor="#0488EE"><font size="2pt" color="#ffffff">認証</font></td>
<td align="center" bgcolor="#0362A0"><font size="2pt" color="#ffffff">認可外</font></td>
<td align="left">・・・保育園の位置情報</td>
</tr>
</table>
<table style="width: 550px; height: 30px; border:0px solid #000000;">
<tr>
<td align="center" style="width: 50px;"></td>
<td align="center" bgcolor="#FF5C24"><font size="2pt" color="#ffffff">幼</font></td>
<td align="left">・・・幼稚園の位置情報</td>
</tr>
</table>
<p>・「保育園や幼稚園のアイコン」をクリックすると住所などの情報を表示します。園名をクリックすると各園のHPが開きます(HPのある園のみ)。</p>
<p>・公立の小学校・中学校の学区を保育園・幼稚園と重ねて表示します。公立の小中学校の学区を表示し、きょうだいの学校のことも考えて保育園・幼稚園探しができます。</p>
<table style="width: 400px; height: 30px; border:0px solid #000000;">
<tr>
<td align="center" style="width: 50px;"></td>
<td align="center" bgcolor="#1BA466" style="width: 35px;"><font size="2pt" color="#ffffff">小</font></td>
<td align="left">・・・小学校区</td>
<td align="center" bgcolor="#7379AE" style="width: 35px;"><font size="2pt" color="#ffffff">中</font></td>
<td align="left">・・・中学校区</td>
</tr>
</table>
<p>・「検索」から様々な条件で保育園の絞り込み表示をします。</p>
<p>・「背景」から地図の種類を変更することができます。</p>
<p>・「最寄駅」を中心に表示します。</p>
<p>・「検索」から様々な条件で保育園の絞り込み表示します。</p>
<p>・地図の中心からのおおまかな距離を示す同心円を表示できます。</p>
<p>・「?」はこのページです。</p>
<br>
<h3>お問い合わせ先</h3>
<p>メール: <a href="">(email)</a></p>
<br>
<h4>関連リンク先</h4>
<p>・<a href="http://code4nerima.org/">Code for Nerima</a></p>
<p>・《Facebookグループ》<a href="https://www.facebook.com/code4nerima/">Code for Nerima</a></p>
<br>
<h3>さっぽろ保育園マップ</h3>
<p>さっぽろ保育園マップは、Code for Sapporo パパママまっぷチーム が開発したアプリケーションです。</p>
<br>
<h3>ライセンスについて</h3>
<p>さっぽろ保育園マップアプリ及びソースコードの著作権は Code for Sapporo に帰属します。 <a href="http://www.codeforsapporo.org/about/">http://www.codeforsapporo.org/about/</a></p>
<p>Codefor港北の保育園マップアプリ及びソースコードの著作権は Code for Nerima に帰属します。 <a href="https://github.com/CodeforKohoku/papamama/">https://github.com/CodeforKohoku/papamama/</a></p>
<p>このソフトウェアは、MITライセンスでのもとで公開されています。
MITライセンス条件を満たす限り、自由な複製・配布・修正を無制限に行うことができます。ライセンス条件については<a href="https://github.com/CodeforKohoku/papamama/blob/master/LICENSE.txt">LICENSE.txt</a>をご覧ください。</p>
<br>
<h3>CodeforNerimaの保育園マップについて</h3>
<p>「CodeforNerimaの保育園マップ」は、</p>
</div>
<a href="#TOP">↑Back to Top</a><br><br>
</body>
</html>