-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·192 lines (157 loc) · 7.71 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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title>BootCompany : Company Profile Html and CSS Template built with Bootstrap Twitter</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.css" rel="stylesheet"/>
<link href="css/main.css" rel="stylesheet"/>
<link href="css/jquery.css" rel="stylesheet">
</head>
<body>
<div class="container main">
<!-- Start Header-->
<div class="row">
<div class="span4 logo">
<a href="index.html">
<h1><img src="img/baby.png"></h1>
</a>
</div>
<div class="span8">
<div class="row">
<div class="span8 customer_service">
</div>
</div>
</div>
</div>
<!-- End Header-->
<!-- <!-- Start Navigation
<div class="row">
<div class="span12">
<div class="navbar">
<div class="navbar-inner">
<div class="container" style="width: auto;">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown">
<a href="services.html" class="dropdown-toggle" data-toggle="dropdown">Services <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="services.html">Service Overview</a></li>
<li class="divider"></li>
<li><a href="service_detail.html">Service Detail</a></li>
</ul>
</li>
<li><a href="portfolios.html">Portfolios</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr/>
</div>
</div>
<!-- End Navigation -->
<div class="row">
<div class="span12 page-title-container">
<img src="img/page-title.jpg">
<div class="inner-page-title fixed">
<h2>About</h2>
<p>このサイトは、「復興を見える化するサイト」です。</p>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="span12">
<div class="span3 vertical-menu">
<ul class="nav">
<li>
<a class="active" href="about.html">About us </a>
<ul>
<li><a href="about.html"> - History</a></li>
<li><a href="about.html"> - Our Goal </a></li>
</ul>
</li>
<li><a href="blog.html">News</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
</ul>
</div>
<div class="span8 single">
<h3>サイトコンセプト</h3>
<h1>「被災地の30年後を考えよう」</h1>
<p></p>
<p><b>復興を「見える化」したい。</b><br>
<br>
被災地が元気を取り戻し少しずつ前に進んでいることを、<br>
被災地のひとや、復興に携わるひと、それを応援するひとなどが感じ、<br>
元気を出すことができるようにしたい。<br>
<br>
そのために私たちは、被災地に生まれている新しい命に注目しました。<br>
</p>
<hr/>
<p>
<h3>このサイトについて</h3>
<p>このサイトは、GLOCOMオープンデータハッカソン・アイディアソンの活動の一環として、「復興メーター」チームがが運営するものです。データは宮城県庁等の公開情報を用い、掲載記事は、復興メーターチームメンバーが執筆します。</p>
<h3>復興メーターチーム</h3>
<img src="img/member.png" width="450">
<p>・手嶋守、藤村良弘、庄司昌彦、村上文洋、田島逸郎<br />
お問い合せ: shoji[atmark]glocom.ac.jp<br>
<p> </p>
</p>
</div>
</div>
</div>
<footer>
<hr>
<div class="row">
<div class="span3">
<h4>© 2012 BootCompany</h4><br/>
All right are reserved.<br/>
<a href="#">Terms of Service</a> | <a href="#">Privacy Policy</a>
</div>
<div class="span3">
<h4>Contact Info</h4>
<br/>
<p>
123 Make Believe Drive<br/>
Some City, P.O 54990, Country<br/>
T: +00 1234 5678
</p>
</div>
<div class="span3">
<h4>Quick Navigation</h4>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Our Services</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
<div class="span3">
<h4>Connect with us</h4>
<br/>
<img width="16" height="16" alt="facebook" src="img/facebook.png"> <a href="#">Facebook</a>
<br/><br/>
<img width="16" height="16" alt="facebook" src="img/twitter.png"> <a href="#">Twitter</a>
</div>
</div>
</footer>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>