forked from howml/kirokio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (71 loc) · 2.98 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
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>キロク乃キオク</title>
<meta name="viewport" content="width=device-width">
<meta name="description" itemprop="description" content="時層写真をオープン化し、現在の街と重ね合せ撮ることで、古き思い出やそこに写り込んでいる貴重な情報を次の世代へ残す活動です。" />
<meta name="keywords" itemprop="keywords" content="キロク乃キオク,キロクノキオク,キロキオ,kirokio,ハウモリ" />
<link href='http://fonts.googleapis.com/css?family=Francois+One' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="shortcut icon" href="img/fav.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv-printshiv.min.js"></script>
<script src="http://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<![endif]-->
</head>
<body>
<div class="menu navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">メニュー</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">KIROKIO</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">キロキオとは</a></li>
<li><a href="pics.html">写真提供</a></li>
<li><a href="project.html">キロキオ制作委員会</a></li>
<li><a href="https://www.facebook.com/howml/">お問い合わせ</a></li>
</ul>
</div>
</div><!-- container -->
</div>
<div class="description">
<div class="container">
<div class="row">
<div class="col-sm-7">
<h1>キロク乃キオク</h1>
<h2 class="title">KIROKIO</h2>
<h3 class="title">MORI MACHI ARCHIVE</h3>
<p class="txt">記録も、それを記憶していなければただの紙<br>家に眠る記録、KIROKIOと時層写真で一緒に可視化しませんか<br>あつまれば、それが、街のキロクになる<br>(パブリックベータ版)</p>
<p><a href="map.html" class="button btn btn-success btn-lg">キオクをたどる</a></p><br><br><br>
</div><!-- col -->
<div class="col-sm-5">
</div><!-- col -->
</div><!-- row -->
</div><!-- container -->
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>Copyright © ハウモリ</p>
</div><!-- col -->
</div><!-- row -->
</div> <!-- container -->
</div>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>