-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (58 loc) · 2.81 KB
/
index.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="./ico/favicon.ico">
<title>Code for Kawasaki</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./css/main.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="site-container">
<div class="masthead clearfix">
</div>
<div class="inner cover">
<h1 class="cover-heading">Code for Kawasaki</h1>
<p class="lead">
Code for Kawasakiは、<a href="http://code4japan.org/">Code for Japan </a>のコンセプトに賛同する川崎市の地域社会の向上をITで行うことを目指すコミュニティです
</p>
<p class="lead">
市民参加型のコミュニティ運営を通じて、地域の課題を解決するためのアイディアを考え、テクノロジーを活用して公共サービスの開発や運営を支援していくコミュニティです。
</p>
<p class="lead">
さまざまな立場の人たちとともに、これからの市民社会と行政のあり方を考え、活動する取り組みを行っていきます。
</p>
</div>
<div class="mastfoot">
<p class="lead">
Code for Kawasakiは<a href="http://openkawasaki.org/">「オープン川崎」</a>が運営母体の分科会です
</p>
<div class="inner">
<p> <a href="https://www.facebook.com/codeforkawasaki/">Code for Kawasaki | Facebookページ</a> </p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>