Skip to content

Commit

Permalink
add index
Browse files Browse the repository at this point in the history
  • Loading branch information
Taisuke Fukuno committed May 24, 2017
1 parent f8f41f0 commit 8913a7d
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ichigojamlist.css
@@ -0,0 +1,19 @@
body {
font-size: 90%;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
h1 {
margin: 0;
padding: 0;
font-size: 150%;
}
section {
margin: 0.5em 0em;
}
#credit {
text-align: center;
font-size: 12px;
}
#credit a {
color: gray !important;
}
30 changes: 30 additions & 0 deletions index.html
@@ -0,0 +1,30 @@
<!DOCTYPE html><html><head><meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="ichigojamlist.css">
<title>IchigoJam print</title>
<style>
h1 {
margin: .2em 0em;
font-size: 200%;
}
body {
text-align: center;
}
#main {
display: inline-block;
text-align: left;
width: 80%;
margin-bottom: 2em;
}
</style>
</head><body>

<h1>IchigoJam print</h1>

<div id="main">
- <a href=ja/index.html>IchigoJamプリント (日本語/Japanese)</a><br>
- <a href=en/index.html>IchigoJam print (in English)</a><br>
</div>

<div id="credit"><a href=https://github.com/IchigoJam/print>CC BY on GitHub</a> <a href="https://ichigojam.github.io/print/en/">IchigoJam print</a> https://ichigojam.github.io/print/en/ <a href="http://ichigojam.net/">IchigoJam&reg;jig.jp</a><br>
</div>
</body></html>

0 comments on commit 8913a7d

Please sign in to comment.