Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #22 from choldgraf/msg_update
Browse files Browse the repository at this point in the history
beta msg
  • Loading branch information
andrewosh authored Aug 22, 2017
2 parents 001abd5 + 3812e58 commit 5833939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/components/overview/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ module.exports = function () {
},
attention: {
fontFamily: 'ClearSans-Thin',
fontSize: '180%',
fontSize: '170%',
color: 'rgb(228, 110, 46)',
textAlign: 'center'
}
}
return hx`
<div style=${styles.container}>
<h1 style=${styles.big}>Turn a GitHub repo into a collection of interactive notebooks</h1>
<h2 style=${styles.attention}>Binder is upgrading and will be better than ever soon.<br />Try it at <a href="http://beta.mybinder.org">beta.mybinder.org</a>!</h2>
<h2 style=${styles.attention}>Binder is upgrading and will be better than ever soon.<br />In the meantime, it may be a bit unstable.<br />Try the beta at <a href="http://beta.mybinder.org">beta.mybinder.org</a>!</h2>
<h2 style=${styles.medium}>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.</h2>
<h2 style=${styles.medium}>100% free and <a className='welcome-link' href='https://github.com/binder-project'>open source</a>. Browse <a className='welcome-link' href='https://github.com/binder-project?q=example'>examples</a>. Read the <a className='welcome-link' href='http://docs.mybinder.org/faq'>FAQ</a>.</h2>
</div>
Expand Down

0 comments on commit 5833939

Please sign in to comment.