nimbus-site/themes/navy/layout/index.swig

173 lines
9.1 KiB
Plaintext
Raw Normal View History

2018-09-28 18:47:04 +00:00
<div class="home-cover">
2018-10-03 22:02:24 +00:00
{{ partial('partial/header') }}
2018-09-28 18:47:04 +00:00
<div class="intro">
<h1>Nimbus</h1>
<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>
<div class="intro-buttons">
2018-10-01 10:20:08 +00:00
<a class="button button--main" href="https://gitter.im/status-im/nimbus">JOIN OUR GITTER</a>
<a class="button button--secondary" href="/docs/">GET INVOLVED</a>
2018-09-28 18:47:04 +00:00
</div>
</div>
</div>
<div class="home-wrap">
<div class="section-header section-header--main">
2018-10-01 10:20:08 +00:00
<h2 id="top-header">Future Plans</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.
2018-09-28 18:47:04 +00:00
</p>
<a href="https://github.com/status-im/nimbus">Learn More on Github <img src="../img/arrow_orange.svg" /></a>
<div class="work-items">
<div class="work-item">
<div class="work-item-inner">
<h2>Friendly Research</h2>
<p>Were translating the latest Ethereum 2.0 research like BN curves, BLS signatures and RANDAO games into practical, performant and reusable
libraries to provide fertile exploration ground for further R&D. Want to run advanced simulations and tests? Get in touch!
</p>
<a href="https://github.com/status-im/nimbus">See docs <img src="../img/arrow_orange.svg" /></a>
</div>
<img class="work-item-image" src="../img/graphic-research.svg" />
2018-09-28 18:47:04 +00:00
</div>
<div class="work-item">
<img class="work-item-image work-item-image-right" src="../img/graphic-licensing.svg" />
<div class="work-item-inner">
<h2>Friendly Licensing</h2>
<p>Were building Nimbus as a common good with liberal licensing to allow the widest deployment of Ethereum 2.0 possible.
Want to integrate Nimbus in your product? Get in touch!
</p>
<a href="https://github.com/status-im/nimbus">See docs <img src="../img/arrow_orange.svg" /></a>
</div>
2018-09-28 18:47:04 +00:00
</div>
<div class="work-item">
<div class="work-item-inner">
<h2>Friendly Networking</h2>
<p>Were translating the latest Ethereum 2.0 research like BN curves, BLS signatures and RANDAO games into practical,
performant and reusable libraries to provide fertile exploration ground for further R&D. Want to run advanced simulations and tests? Get in touch!
</p>
<a href="https://github.com/status-im/nimbus">See docs <img src="../img/arrow_orange.svg" /></a>
</div>
<img class="work-item-image" src="../img/graphic-network.svg" />
2018-09-28 18:47:04 +00:00
</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>
<a href="https://github.com/status-im/nimbus">See docs <img src="../img/arrow_orange.svg" /></a>
</div>
2018-09-28 18:47:04 +00:00
</div>
</div>
</div>
<div class="sections">
<div class="inner-header">
<h2>Contribute</h2>
<p>Nimbus is an open source initiative in which anyone can get involved. There are a number of ways to contribute:</p>
</div>
<div class="contribute-wrap">
<div class="contribute">
<h3>Join the Team</h3>
2018-10-01 20:43:14 +00:00
<p>We are always looking for passionate and talented individuals to join our team.
<p>
<a href="https://status.im/open-positions.html">See list of open roles</a>
<span><a href="https://status.im/open-positions.html"><img src="../img/arrow_ogn.png" /></a></span>
2018-09-28 18:47:04 +00:00
</div>
<div class="contribute">
<h3>Work on Bounties</h3>
2018-10-01 20:43:14 +00:00
<p>As an open source project, anyone anywhere can get involved and contribute code.
<p>
<a href="https://gitcoin.co/explorer?keywords=nimbus&order_by=-web3_created">See open bounties</a>
<span><a href="https://gitcoin.co/explorer?keywords=nimbus&order_by=-web3_created"><img src="../img/arrow_ogn.png" /></a></span>
2018-09-28 18:47:04 +00:00
</div>
<div class="contribute">
<h3>Join the Conversation</h3>
2018-10-01 20:43:14 +00:00
<p>We are an open community and happy to answer your questions and help you learn more about Nimbus.
<p>
<a href="https://get.status.im/chat/public/nimbus">Join us in Status</a>
<span><a href="https://get.status.im/chat/public/nimbus"><img src="../img/arrow_ogn.png" /></a></span>
2018-09-28 18:47:04 +00:00
</div>
</div>
<div class="inner-header">
2018-10-01 10:20:08 +00:00
<h2>Core Contributors</h2>
<p>Were a diverse group of researchers, engineers, and scientists with a passion for web3 technologies. We work primarily in Nim.</p>
2018-09-28 18:47:04 +00:00
</div>
<div class="contribute-wrap">
2018-10-01 10:20:08 +00:00
<div class="contribute">
<img class="contributor" src="../img/ellipse.png" />
2018-09-28 18:47:04 +00:00
<h3>Yevhen Kabanov</h3>
2018-10-01 10:20:08 +00:00
<p>Engineer</p>
<p><a href="https://github.com/">See Github profile</a>
2018-10-01 20:43:14 +00:00
<span><a href="https://github.com/"><img src="../img/arrow_ogn.png" /></a></span>
</p>
2018-09-28 18:47:04 +00:00
</div>
2018-10-01 10:20:08 +00:00
<div class="contribute">
<img class="contributor" src="../img/ellipse.png" />
<h3>Jacek Sieka</h3>
<p>Engineer</p>
<p><a href="https://github.com/">See Github profile</a>
2018-10-01 20:43:14 +00:00
<span><a href="https://github.com/"><img src="../img/arrow_ogn.png" /></a></span>
</p>
2018-10-01 10:20:08 +00:00
</div>
<div class="contribute">
<img class="contributor" src="../img/ellipse.png" />
2018-09-28 18:47:04 +00:00
<h3>Mamy Ratsimbazafy</h3>
2018-10-01 10:20:08 +00:00
<p>Engineer</p>
<p><a href="https://github.com/">See Github profile</a>
2018-10-01 20:43:14 +00:00
<span><a href="https://github.com/"><img src="../img/arrow_ogn.png" /></a></span>
</p>
2018-09-28 18:47:04 +00:00
</div>
2018-10-01 10:20:08 +00:00
<div class="contribute">
<img class="contributor" src="../img/ellipse.png" />
<h3>Ryan Lipscombe</h3>
<p>Engineer</p>
<p><a href="https://github.com/">See Github profile</a>
2018-10-01 20:43:14 +00:00
<span><a href="https://github.com/"><img src="../img/arrow_ogn.png" /></a></span>
</p>
2018-09-28 18:47:04 +00:00
</div>
2018-10-01 10:20:08 +00:00
<div class="contribute">
<img class="contributor" src="../img/ellipse.png" />
<h3>Zahary Karadjov</h3>
<p>Engineer</p>
<p><a href="https://github.com/">See Github profile</a>
2018-10-01 20:43:14 +00:00
<span><a href="https://github.com/"><img src="../img/arrow_ogn.png" /></a></span>
</p>
2018-10-01 10:20:08 +00:00
</div>
<div class="contribute">
<img class="contributor" src="../img/ellipse.png" />
2018-09-28 18:47:04 +00:00
<h3>Yuriy Glukhov</h3>
2018-10-01 10:20:08 +00:00
<p>Engineer</p>
<p><a href="https://github.com/">See Github profile</a>
2018-10-01 20:43:14 +00:00
<span><a href="https://github.com/"><img src="../img/arrow_ogn.png" /></a></span>
</p>
2018-09-28 18:47:04 +00:00
</div>
2018-10-01 10:20:08 +00:00
<div class="contribute">
<img class="contributor" src="../img/ellipse.png" />
2018-09-28 18:47:04 +00:00
<h3>Dustin Brody</h3>
2018-10-01 20:43:14 +00:00
<p>Engineer
<p>
<a href="https://github.com/">See Github profile</a>
<span><a href="https://github.com/"><img src="../img/arrow_ogn.png" /></a></span>
2018-09-28 18:47:04 +00:00
</div>
</div>
<div class="inner-header">
<h2>Read our Blog</h2>
<p>Check out the latest Nimbus news and blog posts:</p>
</div>
<div class="contribute-wrap">
<div class="contribute blog">
<h3></h3>
<p></p>
<a href="#">Read More <img src="../img/arrow_ogn.png" /></a>
2018-09-28 18:47:04 +00:00
</div>
<div class="contribute blog">
<h3></h3>
<p></p>
<a href="#">Read More <img src="../img/arrow_ogn.png" /></a>
2018-09-28 18:47:04 +00:00
</div>
<div class="contribute blog">
<h3></h3>
<p></p>
<a href="#">Read More <img src="../img/arrow_ogn.png" /></a>
2018-09-28 18:47:04 +00:00
</div>
</div>
</div>
2018-10-01 20:43:14 +00:00
</div>