-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
336 lines (306 loc) · 12 KB
/
index.html
File metadata and controls
336 lines (306 loc) · 12 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
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Code for Hiroshima - テクノロジーで未来と平和を拓く</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="テクノロジーを活用して、より良い広島づくりと、未来を考える">
<meta name="keywords" content="Code for Japan,広島,オープンデータ,シビックテック">
<meta name="author" content="Code for Hiroshima" />
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO
Website: http://freehtml5.co/
Email: info@freehtml5.co
Twitter: http://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="Code for Hiroshima"/>
<meta property="og:image" content="https://avatars2.githubusercontent.com/u/13003502?v=3&s=200"/>
<meta property="og:url" content="https://www.code4hiroshima.org"/>
<meta property="og:site_name" content="Code for Hiroshima"/>
<meta property="og:description" content="テクノロジーを活用して、より良い広島づくりと、未来を考える"/>
<meta name="twitter:title" content="Code for Hiroshima" />
<meta name="twitter:image" content="https://avatars2.githubusercontent.com/u/13003502?v=3&s=200" />
<meta name="twitter:url" content="https://www.code4hiroshima.org" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!--
Default Theme Style
You can change the style.css (default color purple) to one of these styles
1. pink.css
2. blue.css
3. turquoise.css
4. orange.css
5. lightblue.css
6. brown.css
7. green.css
-->
<link rel="stylesheet" href="css/style3.css">
<style>
</style>
<!-- End demo purposes only -->
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html">Code for Hiroshima</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" data-nav-section="work"><span>Work</span></a></li>
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
<li><a href="#" data-nav-section="contact"><span>Contact</span></a></li>
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<section id="fh5co-home" data-section="home" style="background-image: url(images/full_image_2.jpg);" data-stellar-background-ratio="0.5">
<div class="gradient"></div>
<div class="container">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="to-animate">Code for Hiroshima</h1>
<h2 class="to-animate"><span style="display: inline-block">テクノロジー<span>と<span style="display: inline-block">まちづくり</span></h2>
</div>
</div>
</div>
</div>
</div>
<div class="slant"></div>
</section>
<section id="fh5co-intro">
<div class="container">
<div class="row row-bottom-padded-lg">
<div class="fh5co-block to-animate" style="background-image: url(images/img_7.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-bulb"></i>
<h2>課題解決</h2>
<p style="text-align: left">広島に住む私達の生活をより良くするために、テクノロジーを活用して課題を解決します。</p>
</div>
</div>
<div class="fh5co-block to-animate" style="background-image: url(images/img_8.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-people"></i>
<h2>平和都市</h2>
<p style="text-align: left">被爆都市として、平和な未来へとつながる活動・イベントをテクノロジーを活用して応援します。</p>
</div>
</div>
<div class="fh5co-block to-animate" style="background-image: url(images/img_8.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-emotsmile"></i>
<h2>中立</h2>
<p style="text-align: left">行政や民間企業の影響を受けずに中立・公益の立場から物事を判断し、市民のために活動します。</p>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-work" data-section="work">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Work</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>私達が作成したものを紹介します</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-sm">
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="http://peaceweek-hironaga.com/" class="fh5co-project-item to-animate">
<div class="fh5co-text">
<h2>Peace Week Hiroshima Nagasaki</h2>
<span>平和イベントを可視化</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="http://hiroshima.5374.jp" class="fh5co-project-item to-animate">
<div class="fh5co-text">
<h2>5374.jp for Hiroshima</h2>
<span>いつゴミを収集するの?</span>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>最新の活動に関しては<a href="https://www.facebook.com/CodeForHiroshima">Facebook Page</a>をご確認ください</p>
</div>
</div>
</div>
</section>
<section id="fh5co-about" data-section="about">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">About</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>コアスタッフ</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person1.jpg" alt="Image"></figure>
<h3>安彦 恵里香</h3>
<span class="fh5co-position">ソーシャルスペース運営</span>
<ul class="social social-circle">
<li><a href="https://twitter.com/abikoerika"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/abikoerika"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate person-continuation">
<figure><img src="images/person3.jpg" alt="Image"></figure>
<h3>石崎 浩太郎</h3>
<span class="fh5co-position">エンジニア</span>
<ul class="social social-circle">
<li><a href="https://www.facebook.com/koutarou.ishizaki"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person2.jpg" alt="Image"></figure>
<h3>市川 育夢</h3>
<span class="fh5co-position">コワーキングスペース経営</span>
<ul class="social social-circle">
<li><a href="https://twitter.com/ikumu1985"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/iikumu"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person3.jpg" alt="Image"></figure>
<h3>火村 智彦</h3>
<span class="fh5co-position">プログラマ</span>
<ul class="social social-circle">
<li><a href="https://www.facebook.com/eielh"><i class="icon-facebook"></i></a></li>
<li><a href="https://github.com/eiel"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person2.jpg" alt="Image"></figure>
<h3>安藤 光昭</h3>
<span class="fh5co-position">IT企業経営</span>
<ul class="social social-circle">
<li><a href="https://twitter.com/m_ando_japan"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/ando.mitsuaki"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-contact" data-section="contact">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Contact</h2>
</div>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-12 to-animate">
<ul class="fh5co-contact-info">
<li class="fh5co-contact-address ">
<i class="icon-home"></i>
〒730-0031<br>
広島県広島市中区紙屋町1-4-5<br>
ウィニーズ紙屋町 3F (ShakeHands内)<br>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer id="footer" role="contentinfo">
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
<div class="container">
<div class="">
<div class="col-md-12 text-center">
<p>© Code for Hiroshima All Rights Reserved. </p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="https://www.facebook.com/CodeForHiroshima"><i class="icon-facebook"></i></a></li>
<li><a href="https://github.com/code4hiroshima"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>