Skip to content

Commit a4bb013

Browse files
committed
Merge pull request #2 from ckw-mod/renewal
ページリニューアル
2 parents c023c6a + 184f757 commit a4bb013

12 files changed

+234
-22
lines changed

css/bootstrap-responsive.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

download/ckw-mod-0.9.0-d1.zip

38.7 KB
Binary file not shown.

download/ckw-mod_git-deflis-3.zip

38.5 KB
Binary file not shown.

download/ckw-mod_git-deflis-4.zip

39.4 KB
Binary file not shown.

download/index.html

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!DOCTYPE html>
2+
<html lang="ja">
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6+
<title>download - ckw-mod on GitHub by ckw-mod Project</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link href="../css/bootstrap.min.css" rel="stylesheet" media="screen">
9+
<link href="../css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
10+
<script src="http://code.jquery.com/jquery.js"></script>
11+
<script src="../js/bootstrap.min.js"></script>
12+
<style>
13+
html,
14+
body {
15+
height: 100%;
16+
}
17+
18+
#wrap {
19+
min-height: 100%;
20+
height: auto !important;
21+
height: 100%;
22+
margin: 0 auto -60px;
23+
}
24+
25+
#wrap > .container {
26+
padding-top: 60px;
27+
}
28+
29+
#push,
30+
#footer {
31+
height: 60px;
32+
}
33+
#footer {
34+
background-color: #f5f5f5;
35+
}
36+
37+
@media (max-width: 767px) {
38+
#footer {
39+
margin-left: -20px;
40+
margin-right: -20px;
41+
padding-left: 20px;
42+
padding-right: 20px;
43+
}
44+
}
45+
</style>
46+
</head>
47+
48+
<body>
49+
<div id="wrap">
50+
<header class="navbar navbar-inverse navbar-fixed-top">
51+
<div class="navbar-inner">
52+
<div class="container">
53+
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
54+
<span class="icon-bar"></span>
55+
<span class="icon-bar"></span>
56+
<span class="icon-bar"></span>
57+
</button>
58+
<a class="brand" href="https://github.com/ckw-mod">ckw-mod</a>
59+
<nav class="nav-collapse collapse">
60+
<ul class="nav pull-right">
61+
<li><a href="http://ckw-mod.github.com/">Home</a></li>
62+
<li><a href="https://github.com/ckw-mod">Project organazation</a></li>
63+
<li><a href="https://github.com/ckw-mod/ckw-mod">Source code</a></li>
64+
<li class="active"><a href="download/index.html">Download</a></li>
65+
<li><a href="https://github.com/ckw-mod/ckw-mod/wiki">Wiki</a></li>
66+
</ul>
67+
</nav>
68+
</div>
69+
</div>
70+
</header>
71+
<div class="container">
72+
<div class="page-header">
73+
<h1>ダウンロード</h1>
74+
</div>
75+
<h2>最新バージョン</h2>
76+
<p class="lead"><a href="ckw-mod-0.9.1.zip">ckw-mod 0.9.1</a></p>
77+
<h2>過去のバージョン</h2>
78+
<h3>ckw-mod プロジェクトのリリース</h3>
79+
<ul>
80+
<li><a href="ckw-mod-0.9.1.zip">ckw-mod 0.9.1</a></li>
81+
</ul>
82+
<h3>@deflisのリリース</h3>
83+
<ul>
84+
<li><a href="ckw-mod-0.9.0-d2.zip">ckw-mod 0.9.0-d2</a></li>
85+
<li><a href="ckw-mod-0.9.0-d1.zip">ckw-mod 0.9.0-d1</a></li>
86+
<li><a href="ckw-mod_git-deflis-4.zip">ckw 0.8.10-mod+git-deflis-4</a></li>
87+
<li><a href="ckw-mod_git-deflis-3.zip">ckw 0.8.10-mod+git-deflis-3</a></li>
88+
</ul>
89+
<p><a href="http://www.nyaos.org/index.cgi?p=Where+is+ckw+%3F">ckwの歴史についてはこちらが詳しいです。</a></p>
90+
</div>
91+
<div id="push"></div>
92+
</div>
93+
<footer id="footer">
94+
<div class="container">
95+
<p class="muted credit">本プロジェクトはgithubにて管理されています。</p>
96+
</div>
97+
</footer>
98+
</body>
99+
100+
</html>
101+

img/glyphicons-halflings-white.png

8.57 KB
Loading

img/glyphicons-halflings.png

12.5 KB
Loading

0 commit comments

Comments
 (0)