diff --git a/Gruntfile.coffee b/Gruntfile.coffee index dab07031b..1114f3dca 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -163,7 +163,7 @@ module.exports = (grunt) -> command: """ git commit -am "Build web page." git checkout gh-pages - git checkout - README.md template.jst index.html + git checkout - README.md template.jst index.html img git commit -am "Update web page." git checkout - """.split('\n').join('&&') diff --git a/img/screenshot.png b/img/screenshot.png new file mode 100644 index 000000000..f4123a10e Binary files /dev/null and b/img/screenshot.png differ diff --git a/template.jst b/template.jst index 8acc15fbe..a4e7d3ed6 100644 --- a/template.jst +++ b/template.jst @@ -10,11 +10,21 @@ h1 { text-align: center; background-color: #eee; } +img { + display: block; + margin: auto; + max-width: 100% +} +@media (min-width: 1120px) { + img { + float: right; + } +}
-<%= content %> +<%= content.replace('', '
') %>