-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompany.html
More file actions
executable file
·40 lines (39 loc) · 1.32 KB
/
company.html
File metadata and controls
executable file
·40 lines (39 loc) · 1.32 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
---
title: -会社情報-
nav: company
---
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<table class="table table-striped table-bordered table-hover">
<tbody>
<tr><th>社名</th><td>株式会社おけや</td></tr>
<tr><th>代表者</th>
<td>
代表取締役CTO 吉田 篤<br>
</td>
</tr>
<tr><th>設立</th><td>2013年7月3日</td></tr>
<tr><th>資本金</th><td>400万円</td></tr>
<tr><th>事業内容</th>
<td>
1.オンラインゲームの企画、開発、販売、運用及び管理<br>
2.コンピュータシステムを利用した情報ネットワークによる情報処理及び情報提供業務<br>
3.上記各号に附帯する一切の事業<br>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="panel panel-info">
<div class="panel-heading text-c">
<span class="glyphicon glyphicon-globe"></span> お問い合わせ先 <span class="glyphicon glyphicon-globe"></span>
</div>
<div class="panel-body text-center">
<span class="glyphicon glyphicon-envelope"></span> info@oke-ya.com
</div>
</div>
</div>
</div>