forked from CreatorsLab/CorporatePage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
306 lines (281 loc) · 11.6 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
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
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Creator's Lab.</title>
<!-- Meta tag -->
<meta name="description" content="株式会社クリエイターズ・ラボの企業情報を発信しております。私達は、ものづくりのプラットフォーム:iloliを運営しております。">
<meta name="keywords" content="ものづくり,クリエイター,ラボ,iloli,いろり,囲炉裏,Creator,Lab,挑戦">
<!-- OGP -->
<meta property="og:title" content="Creator's Lab.">
<meta property="og:type" content="website">
<meta property="og:url" content="http://creatorslab.jp/">
<meta property="og:image" content="http://creatorslab.jp/img/cl_logo_blue.png">
<meta property="og:description" content="株式会社クリエイターズ・ラボの企業情報を発信しております。私達は、ものづくりのプラットフォーム:iloliを運営しております。">
<meta property="og:site_name" content="Creator's Lab.">
<!-- Reset Stylesheet -->
<link rel="stylesheet" type="text/css" href="//yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Stylesheet -->
<link href="css/stylesheet.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Analytics -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-66646374-1', 'auto');
ga('send', 'pageview');
</script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- FB Script -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- For Scroll -->
<div id="top"></div>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand brand-char" href="#">Creator's Lab.</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#top">Top</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact-us">Contact Us</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Top Message -->
<section id="top-message">
<div class="jumbotron">
<div class="container">
<div class="copy-title">
<h1>集え、挑戦者</h1>
</div>
<div class="copy-content">
<p>
Creatorとは、この世に何か新しいモノやコトを生み出すことができる人。Lab.とは、実験室。
</p>
<p>
誰もやったことのないことをやると、失敗するかもしれない。しかし、ゼロから新しいものを作ることは人にとってとても価値のあるものだ。
</p>
<p>
Creator's Lab.は、Creator達が果敢に挑戦できる居場所であり続ける。
</p>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.jumbotron -->
</section>
<!-- /.TOP-MESSAGE -->
<!-- Portfolio -->
<section id="service" class="container">
<div class="section-title">
<h1>Service</h1>
</div>
<div class="content-subscript">
<p>
Creator's Lab.が運営するサービスの紹介
</p>
</div>
<div class="row">
<div class="col-md-6">
<div class="thumbnail">
<img src="img/iloli_logo_base_w_sm.png" alt="iloliロゴ" style="height:160px; width:160px;">
<div class="caption">
<h3 class="text-center"><span class="iloli-title">iloli</span></h3>
<p>Made in Japanのブランド価値を構築する、ものづくりのプラットフォーム。ものづくりに特化したソーシャルネットワークとクラウドファンディングを用いることで、メーカーの持つ技術を最大限に活用することができます。現在ランディングページを公開しております。</p>
<p class="text-center"><a href="//iloli.co" class="btn btn-primary" role="button" target="_blank">利用</a></p>
</div>
<!-- /.caption -->
</div>
<!-- /.thumbnail -->
</div>
<!-- /.col-md-4 -->
</div>
<!-- row -->
</section>
<!-- /.service -->
<!-- About -->
<section id="about" class="container">
<div class="section-title">
<h1>About</h1>
</div>
<div class="content-subscript">
<p>
私達について
</p>
</div>
<table class="table table-responsive">
<tbody>
<tr>
<td class="td1">会社名</td>
<td class="td2">株式会社クリエイターズ・ラボ</td>
</tr>
<tr>
<td class="td1">英字会社名</td>
<td class="td2">Creator's Lab., Inc.</td>
</tr>
<tr>
<td class="td1">代表取締役</td>
<td class="td2">柳 允雄</td>
</tr>
<tr>
<td class="td1">設立</td>
<td class="td2">2015年9月予定(創業準備中)</td>
</tr>
<tr>
<td class="td1">資本金</td>
<td class="td2">500万円</td>
</tr>
<tr>
<td class="td1">本社所在地</td>
<td class="td2">
<p>神戸市中央区東川崎町1丁目8番4号 神戸市産業振興センター 5-2</p>
<!-- Map -->
<div class="map embed-responsive embed-responsive-16by9">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3280.9740937387614!2d135.1817959!3d34.6806033!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60008f072904df45%3A0x7788e11bf24b6de1!2z56We5oi45biC55Sj5qWt5oyv6IiI44K744Oz44K_44O8!5e0!3m2!1sja!2sjp!4v1440312157125"
width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</td>
</tr>
</tbody>
</table>
</section>
<!-- Contact Us -->
<section id="contact-us" class="container">
<div class="section-title">
<h1>Contact Us</h1>
</div>
<div class="content-subscript">
<p>
下記リンク先よりお問い合わせ下さい。
</p>
</div>
<div class="text-center">
<a href="//docs.google.com/forms/d/1JoFBKEOrlVHwjAu_uTdSiyiPvOoex2evddNbH02ljUM/viewform?usp=send_form">
<button type="button" class="btn btn-info btn-lg">お問い合わせ</button>
</a>
</div>
<div class="section-contents row">
<div class="form-notice col-md-8 col-md-offset-2">
<p>
お問い合わせをいただくことで<a href="http://creatorslab.github.io/privacy.html">プライバシーポリシー</a>に同意いただいたものとします。<br>
</p>
</div>
</div>
</section>
<!-- Socia; -->
<section id="follow-us" class="container">
<div class="section-title">
<h1>Follow Us</h1>
</div>
<div class="content-subscript">
<p>
Creator's Lab.の情報をSNSで発信しております。
</p>
</div>
<div class="row text-center">
<div class="col-md-6">
<!-- Facebook Embeded -->
<div class="fabebook-emb">
<div class="fb-page" data-href="https://www.facebook.com/creatorslabco" data-width="460" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/creatorslabco"><a href="https://www.facebook.com/creatorslabco">Creator's Lab.</a></blockquote></div></div>
</div>
</div>
<!-- Twitter Embeded -->
<div class="col-md-6">
<div class="twitter-emb">
<a class="twitter-timeline" href="https://twitter.com/creators_lab_jp" data-widget-id="636795775612129280">@creators_lab_jpさんのツイート</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container text-center">
<p class="text-muted">
Copyright (C) 2015 <a href="//creatorslab.jp">Creator's Lab.</a> All Rights Reserved.
</p>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Adobe Fonts -->
<script src="//use.typekit.net/ahy8jfq.js"></script>
<script>
try {
Typekit.load({
async: true
});
} catch (e) {}
</script>
<!-- Smooth Scroll -->
<script>
$(function() {
// headerの高さ
var headerheight = 50;
// #で始まるアンカーをクリックした場合に処理
$('a[href^=#]').click(function() {
// スクロールの速度
var speed = 400; // ミリ秒
// アンカーの値取得
var href = $(this).attr("href");
// 移動先を取得
var target = $(href == "#" || href == "" ? 'html' : href);
// 移動先を数値で取得 header高さを引く
var position = target.offset().top-headerheight;
// スムーススクロール
$('body,html').animate({
scrollTop: position
}, speed, 'swing');
return false;
});
});
</script>
</body>
</html>