diff --git a/_includes/header.html b/_includes/header.html index 32756c5..4d09e6b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,6 +17,7 @@
+ + Current Release: 0.1.0 + +
++ ease.js can be downloaded in a variety of formats, depending on the + environment in which it will be used. +
++ $ npm install easejs +diff --git a/index.html b/index.html index 68d4334..fef8c39 100644 --- a/index.html +++ b/index.html @@ -20,10 +20,3 @@ degrading features (such as visibility support), but remaining functionally consistent. - -
- This project is under heavy development. However, the - master branch is always guaranteed to be in a working, stable - state. It is currently in use within a production system at the author's - place of employment. Feel free to use ease.js in your own projects. -
diff --git a/style.css b/style.css index 116285d..851db30 100644 --- a/style.css +++ b/style.css @@ -122,12 +122,14 @@ html, body { #menu a:hover, body.index #about a, +body.download #download a, body.man #manual a, body.source #source a { background-color: #204a87; } body.index #about a, +body.download #download a, body.man #manual a, body.source #source a { color: #f57900; @@ -290,7 +292,9 @@ p.copyright a, p.copyright a:link { font-family: monospace; } -blockquote.git-clone { +blockquote.git-clone, +blockquote.shell +{ font-family: fixed; font-weight: lighter; } @@ -299,3 +303,14 @@ span.shell-start { font-weight: normal; } + +/** Download **/ +span.release-current { + font-size: 1.2em; + font-weight: bold; +} + +span.release-current .version { + font-weight: normal; +} +