Update website (#88)

* update team

* image fix (#85)

* update team

* move image to right location

* update nimbus book link

* update team

* homepage edits

* homepage edits

* homepage edits

* update overview section of docs + homepage

* inc Zahary's feedback

* Update meta tag description
This commit is contained in:
Sacha Saint-Leger 2021-01-22 16:48:22 +01:00 committed by GitHub
parent aabff3e8f0
commit 6cfbfec786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 29 deletions

View File

@ -7,6 +7,8 @@ Nimbus is a project founded by the [Status.im](https://status.im/) network, focu
Because the largest deployment of Ethereum will potentially be on embedded systems, Nimbus is designed to perform well on IoT and personal mobile devices, including older smartphones with resource-restricted hardware. Because the largest deployment of Ethereum will potentially be on embedded systems, Nimbus is designed to perform well on IoT and personal mobile devices, including older smartphones with resource-restricted hardware.
However, resource-restricted hardware is not the only thing Nimbus is good for. Its low resource consumption makes it easy to run Nimbus together with other workloads on your server (this is especially valuable for eth2 stakers looking to lower the cost of their server instances).
Nimbus' embeddable, lightweight, and self-contained design makes it production ready for Web 3.0 and ensures that it can be supported and maintained across all goals of Ethereum 2.0. Nimbus' embeddable, lightweight, and self-contained design makes it production ready for Web 3.0 and ensures that it can be supported and maintained across all goals of Ethereum 2.0.
For a more comprehensive introduction, please read our [Nimbus for Newbies](https://our.status.im/nimbus-for-newbies/) post. For a more comprehensive introduction, please read our [Nimbus for Newbies](https://our.status.im/nimbus-for-newbies/) post.

View File

@ -2,57 +2,57 @@
{{ partial('partial/header') }} {{ partial('partial/header') }}
<div class="intro"> <div class="intro">
<h1>Nimbus</h1> <h1>Nimbus</h1>
<p>Researching and implementing lighter Ethereum 2.0 clients </p> <p>Researching and implementing lighter Ethereum clients </p>
<div class="intro-buttons"> <div class="intro-buttons">
<a class="button button--main" href="https://discord.gg/qnjVyhatUa">JOIN OUR DISCORD</a> <a class="button button--main" href="https://discord.gg/qnjVyhatUa">JOIN OUR DISCORD</a>
<a class="button button--main" href="https://status-im.github.io/nimbus-eth2/">BECOME AN ETH2 VALIDATOR</a> <a class="button button--main" href="https://status-im.github.io/nimbus-eth2/">Play with Nimbus</a>
</div> </div>
</div> </div>
</div> </div>
<div class="home-wrap"> <div class="home-wrap">
<div id="about" class="section-header section-header--main"> <div id="about" class="section-header section-header--main">
<h2 id="top-header">Research for Scale</h2> <h2 id="top-header">Lightweight as possible</h2>
<p>Nimbus is a research project and a client implementation for Ethereum 2.0 designed to perform well on embedded systems and personal mobile devices, including older smartphones with resource-restricted hardware. <p>
Nimbus is a client implementation for both Ethereum 2.0 and Ethereum 1.0 that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices -- including Raspberry Pis and mobile devices -- and multi-purpose servers.
</p> </p>
<a href="https://github.com/status-im?utf8=%E2%9C%93&q=nim&type=&language=">See our repos <img src="../img/arrow_orange.svg" /></a> <a href="/docs">See our docs <img src="../img/arrow_orange.svg" /></a>
<div class="work-items"> <div class="work-items">
<div class="work-item">
<img class="work-item-image work-item-image-right" src="../img/graphic-platform-support.svg" />
<div class="work-item-inner">
<h2>Ready for eth2</h2>
<p>You can use Nimbus today to both monitor the eth2 chain and join the network as a fully-fledged validator.
</p>
<a href="https://nimbus.guide">See our book <img src="../img/arrow_orange.svg" /></a>
</div>
</div>
<div class="work-item"> <div class="work-item">
<div class="work-item-inner"> <div class="work-item-inner">
<h2>Friendly Research</h2> <h2>Exploring the frontiers of research</h2>
<p>Were translating the latest Ethereum 2.0 research like BN curves, BLS signatures and RANDAO games into practical, performant and reusable <p>Nimbus is a research project. We translate the latest Ethereum 2.0 research into practical, performant and reusable libraries to provide fertile exploration ground for further R&D.
libraries to provide fertile exploration ground for further R&D. Want to run advanced simulations and tests? Get in touch!
</p> </p>
<a href="/docs">See docs <img src="../img/arrow_orange.svg" /></a> <a href="https://github.com/status-im?utf8=%E2%9C%93&q=nim&type=&language=">See our libraries <img src="../img/arrow_orange.svg" /></a>
</div> </div>
<img class="work-item-image" src="../img/graphic-research.svg" /> <img class="work-item-image" src="../img/graphic-research.svg" />
</div> </div>
<div class="work-item"> <div class="work-item">
<img class="work-item-image work-item-image-right" src="../img/graphic-licensing.svg" /> <img class="work-item-image work-item-image-right" src="../img/graphic-licensing.svg" />
<div class="work-item-inner"> <div class="work-item-inner">
<h2>Friendly Licensing</h2> <h2>Free and open source philosophy</h2>
<p>Were building Nimbus as a common good with liberal licensing to allow the widest deployment of Ethereum 2.0 possible. <p>Were building Nimbus as a common good with liberal licensing to allow for the widest deployment of Ethereum 2.0 possible.
Want to integrate Nimbus in your product? Get in touch!
</p> </p>
</div> </div>
</div> </div>
<div class="work-item"> <div class="work-item">
<div class="work-item-inner"> <div class="work-item-inner">
<h2>Friendly Networking</h2> <h2>Community first</h2>
<p>We're crazy about hacking together. Want to make Nimbus or Nim the focus of your hackathon? Coming to one of ours but not sure where to start? We'd love to help you out and get the ball rolling. Get in touch! <p>We're crazy about hacking together. If you want to make Nim or Nimbus the focus of your hackathon, we'd love to help you out and get the ball rolling. Please get in touch!
</p> </p>
</div> </div>
<img class="work-item-image" src="../img/graphic-network.svg" /> <img class="work-item-image" src="../img/graphic-network.svg" />
</div> </div>
<div class="work-item">
<img class="work-item-image work-item-image-right" src="../img/graphic-platform-support.svg" />
<div class="work-item-inner">
<h2>Friendly Platform Support</h2>
<p>The Nim language delivers safe and performant code on any platform with a C compiler available. Developing the latest RISC-V
boards or simply have an old Windows machine lying around? Get in touch!
</p>
</div>
</div>
</div> </div>
</div> </div>
<div id="contribute" class="sections"> <div id="contribute" class="sections">
@ -69,18 +69,18 @@
<span><a href="https://status.im/our_team/open_positions.html"><img src="../img/arrow_ogn.png" /></a></span> <span><a href="https://status.im/our_team/open_positions.html"><img src="../img/arrow_ogn.png" /></a></span>
</div> </div>
<div class="contribute"> <div class="contribute">
<h3>Work on Bounties</h3> <h3>Support us on Gitcoin</h3>
<p>As an open source project, anyone anywhere can get involved and contribute code. <p>As an open source project largely dependent on the Ethereum Foundation for funding, grants are our lifeblood.
<p> <p>
<a href="https://gitcoin.co/explorer?keywords=nimbus&order_by=-web3_created">See open bounties</a> <a href="https://gitcoin.co/grants/137/nimbus">Support us</a>
<span><a href="https://gitcoin.co/explorer?keywords=nimbus&order_by=-web3_created"><img src="../img/arrow_ogn.png" /></a></span> <span><a href="https://gitcoin.co/explorer?keywords=nimbus&order_by=-web3_created"><img src="../img/arrow_ogn.png" /></a></span>
</div> </div>
<div class="contribute"> <div class="contribute">
<h3>Join the Conversation</h3> <h3>Join the Conversation</h3>
<p>We are an open community and happy to answer your questions and help you learn more about Nimbus. <p>We are an open community and happy to answer your questions and help you learn more about Nimbus.
<p> <p>
<a href="https://join.status.im/chat/public/status-nimbus">Join us in Status</a> <a href="https://discord.com/invite/qnjVyhatUa">Join us on Discord</a>
<span><a href="https://join.status.im/chat/public/status-nimbus"><img src="../img/arrow_ogn.png" /></a></span> <span><a href="https://discord.com/invite/qnjVyhatUa"><img src="../img/arrow_ogn.png" /></a></span>
</div> </div>
</div> </div>
<div id="team" class="inner-header"> <div id="team" class="inner-header">

View File

@ -32,5 +32,5 @@
<!-- RSS --> <!-- RSS -->
{{ feed_tag('atom.xml') }} {{ feed_tag('atom.xml') }}
<meta property="og:image" content="/img/graphic-licensing.png" /> <meta property="og:image" content="/img/graphic-licensing.png" />
<meta property="og:title" content="Nimbus, a Light Client for Ethereum 2.0" /> <meta property="og:title" content="Nimbus, a Lighter Ethereum Client" />
</head> </head>