From d2b6aa32dbd97c745dd951e7a57bf16e66beb0e9 Mon Sep 17 00:00:00 2001 From: Samuel Reed Date: Wed, 14 Jan 2015 11:05:15 +0100 Subject: [PATCH] Add more information to the homepage to explain what io.js is. --- index.html | 16 ++++++++++++++-- style.css | 17 +++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index bb9510d..b325207 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,14 @@

JavaScript I/O

Bringing ES6 to the Node Community!

- io.js is an npm compatible platform originally based on node.js™. + io.js is an npm compatible platform originally based on Node.js™. +

+

+ io.js merges in the latest updates to V8, libuv, and other base libraries while merging the existing work on + Node.js 0.11.x and 0.10.x. The goal is to continue Node development under an + open governance model and + to move toward a proper ES6-compatible stable release. io.js will have faster release cycles than Node.js.

-
@@ -43,6 +48,13 @@

JavaScript I/O

Version 1.0.1 (Beta stability) + + View the Changelog + +

+ io.js has moved to Semver. 1.0.x does not necessarily mean io.js is + production ready, but that it is a significant enough release to warrant a major version increment. +


Download for diff --git a/style.css b/style.css index 3492b53..0c6c7bf 100644 --- a/style.css +++ b/style.css @@ -131,6 +131,15 @@ ul { color: black; } +.release-changelog { + display: block; + font-size: 0.8rem; +} + +.release-changelog a { + text-decoration: underline; +} + .release-version em { color: rgba(0, 0, 0, 0.5); font-style: normal; @@ -175,6 +184,10 @@ p.lead { text-align:center; } +p.small { + font-size: 12px; +} + @media (max-width: 560px) { nav a { line-height: 3; @@ -225,6 +238,10 @@ p.lead { .release-version { text-align: center; } + .release-changelog { + text-align: center; + font-size: 0.7rem; + } .release-details { padding-left: initial; padding-top: initial;