From 3812e5866361b69ded9e723db1ee78ebbebac50c Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 22 Aug 2017 09:44:01 -0700 Subject: [PATCH] beta msg --- site/components/overview/welcome.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/components/overview/welcome.js b/site/components/overview/welcome.js index 8a09bbe..a461b62 100644 --- a/site/components/overview/welcome.js +++ b/site/components/overview/welcome.js @@ -19,7 +19,7 @@ module.exports = function () { }, attention: { fontFamily: 'ClearSans-Thin', - fontSize: '180%', + fontSize: '170%', color: 'rgb(228, 110, 46)', textAlign: 'center' } @@ -27,7 +27,7 @@ module.exports = function () { return hx`

Turn a GitHub repo into a collection of interactive notebooks

-

Binder is upgrading and will be better than ever soon.
Try it at beta.mybinder.org!

+

Binder is upgrading and will be better than ever soon.
In the meantime, it may be a bit unstable.
Try the beta at beta.mybinder.org!

Have a repository full of Jupyter notebooks? With Binder, you can add a badge that opens those notebooks in an executable environment, making your code immediately reproducible by anyone, anywhere.

100% free and open source. Browse examples. Read the FAQ.