-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·50 lines (49 loc) · 2.38 KB
/
index.html
File metadata and controls
executable file
·50 lines (49 loc) · 2.38 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
---
title: -ホーム-
nav: home
---
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="thumbnail">
<img src="image/logo_okeya.png">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="panel panel-info">
<div class="panel-heading text-c">
<span class="glyphicon glyphicon-user"></span> ご挨拶 <span class="glyphicon glyphicon-user"></span>
</div>
<div class="panel-body">
こんにちは。おけやです。<br>
大阪の片隅で細々とゲーム作りをしています。<br>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="panel panel-success">
<div class="panel-heading text-c">
<span class="glyphicon glyphicon-star"></span> 更新情報 <span class="glyphicon glyphicon-star"></span>
</div>
<table class="table table-striped table-bordered table-hover table-condensed">
<tbody>
<tr><td>2017/01/18</td><td>App Storeにて「あくまのおしごと iOS版」<br>Google Playにて「あくまのおしごと Android版」の配信を開始</td></tr>
<tr><td>2016/10/14</td><td>UIを更新、「あくまのおしごと」情報を追加</td></tr>
<tr><td>2016/08/08</td><td>App Storeにて「てんしのおしごと iOS版」の配信を開始</td></tr>
<tr><td>2016/08/01</td><td>Google Playにて「てんしのおしごと Android版」の配信を開始</td></tr>
<tr><td>2015/12/28</td><td>Google Playにて「てんしのおしごと(体験版)」の配信を開始</td></tr>
<tr><td>2015/07/03</td><td>App Storeにて「まじょのおしごと iOS版」の配信を開始</td></tr>
<tr><td>2015/07/01</td><td>Mobageにてデルタオーケストラの配信を終了</td></tr>
<tr><td>2015/04/20</td><td>Google Playにて「まじょのおしごと Android版」の配信を開始</td></tr>
<tr><td>2014/10/18</td><td>Google Playにて「まじょのおしごと(体験版)」の配信を開始</td></tr>
<tr><td>2014/01/31</td><td>Mobageにてデルタオーケストラの配信を開始</td></tr>
<tr><td>2013/07/31</td><td>ホームページ開設</td></tr>
<tr><td>2013/07/03</td><td>おけや創業</td>
</tbody>
</table>
</div>
</div>
</div>