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

170 lines
9.3 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>
2018-10-09 13:37:25 +00:00
<p>Researching and implementing lighter Ethereum 2.0 clients </p>
2018-09-28 18:47:04 +00:00
<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>
2018-10-10 06:34:02 +00:00
<a class="button button--main" 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>
2018-10-10 06:34:02 +00:00
<a href="/docs/milestones.html">Our milestones <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>
2018-10-10 06:34:02 +00:00
<a href="/docs">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>
</div>
2018-09-28 18:47:04 +00:00
</div>
<div class="work-item">
<div class="work-item-inner">
<h2>Friendly Networking</h2>
2018-10-10 06:34:02 +00:00
<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>
</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>
</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>
2018-10-10 06:34:02 +00:00
<a href="https://get.status.im/chat/public/status-nimbus">Join us in Status</a>
<span><a href="https://get.status.im/chat/public/status-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">
2018-10-08 15:01:43 +00:00
<img class="contributor" src="../img/cheatfate.jpg" />
2018-09-28 18:47:04 +00:00
<h3>Yevhen Kabanov</h3>
2018-10-01 10:20:08 +00:00
<p>Engineer</p>
2018-10-08 15:01:43 +00:00
<p><a href="https://github.com/cheatfate">See Github profile</a>
<span><a href="https://github.com/cheatfate"><img src="../img/arrow_ogn.png" /></a></span>
2018-10-01 20:43:14 +00:00
</p>
2018-09-28 18:47:04 +00:00
</div>
2018-10-01 10:20:08 +00:00
<div class="contribute">
2018-10-08 15:01:43 +00:00
<img class="contributor" src="../img/jacek.jpg" />
2018-10-01 10:20:08 +00:00
<h3>Jacek Sieka</h3>
<p>Engineer</p>
2018-10-08 15:01:43 +00:00
<p><a href="https://github.com/arenetheduck">See Github profile</a>
<span><a href="https://github.com/arenetheduck"><img src="../img/arrow_ogn.png" /></a></span>
2018-10-01 20:43:14 +00:00
</p>
2018-10-01 10:20:08 +00:00
</div>
<div class="contribute">
2018-10-08 15:01:43 +00:00
<img class="contributor" src="../img/mamy.jpg" />
2018-09-28 18:47:04 +00:00
<h3>Mamy Ratsimbazafy</h3>
2018-10-01 10:20:08 +00:00
<p>Engineer</p>
2018-10-08 15:01:43 +00:00
<p><a href="https://github.com/mratsim">See Github profile</a>
<span><a href="https://github.com/mratsim"><img src="../img/arrow_ogn.png" /></a></span>
2018-10-01 20:43:14 +00:00
</p>
2018-09-28 18:47:04 +00:00
</div>
2018-10-01 10:20:08 +00:00
<div class="contribute">
2018-10-08 15:01:43 +00:00
<img class="contributor" src="../img/ryan.jpg" />
2018-10-01 10:20:08 +00:00
<h3>Ryan Lipscombe</h3>
<p>Engineer</p>
2018-10-08 15:01:43 +00:00
<p><a href="https://github.com/coffeepots">See Github profile</a>
<span><a href="https://github.com/coffeepots"><img src="../img/arrow_ogn.png" /></a></span>
2018-10-01 20:43:14 +00:00
</p>
2018-09-28 18:47:04 +00:00
</div>
2018-10-01 10:20:08 +00:00
<div class="contribute">
2018-10-08 15:01:43 +00:00
<img class="contributor" src="../img/zahary.jpg" />
2018-10-01 10:20:08 +00:00
<h3>Zahary Karadjov</h3>
<p>Engineer</p>
2018-10-08 15:01:43 +00:00
<p><a href="https://github.com/zah">See Github profile</a>
<span><a href="https://github.com/zah"><img src="../img/arrow_ogn.png" /></a></span>
2018-10-01 20:43:14 +00:00
</p>
2018-10-01 10:20:08 +00:00
</div>
<div class="contribute">
2018-10-08 15:01:43 +00:00
<img class="contributor" src="../img/yuriy.jpg" />
2018-09-28 18:47:04 +00:00
<h3>Yuriy Glukhov</h3>
2018-10-01 10:20:08 +00:00
<p>Engineer</p>
2018-10-08 15:01:43 +00:00
<p><a href="https://github.com/yglukhov">See Github profile</a>
<span><a href="https://github.com/yglukhov"><img src="../img/arrow_ogn.png" /></a></span>
2018-10-01 20:43:14 +00:00
</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>
2018-10-08 15:01:43 +00:00
<a href="https://github.com/tersec">See Github profile</a>
<span><a href="https://github.com/tersec"><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">
2018-10-10 06:34:02 +00:00
<h3>Nimbus for Newbies</h3>
<p>In this followup to the announcement post, we look at what Nimbus actually is right now and how to build it.</p>
<a href="https://our.status.im/nimbus-for-newbies/">Read More <img src="../img/arrow_ogn.png" /></a>
</div>
<div class="contribute blog">
<h3>Status Partners with the Team Behind the Programming Language Nim</h3>
<p>We want the best of the best to build the new Ethereum client. It only makes sense to go to the "source" to get them.</p>
<a href="https://blog.status.im/status-partners-with-the-team-behind-the-programming-language-nim-d438207486fa">Read More <img src="../img/arrow_ogn.png" /></a>
</div>
2018-09-28 18:47:04 +00:00
<div class="contribute blog">
2018-10-10 06:34:02 +00:00
<h3>Introducing Nimbus</h3>
<p>The original announcement post - the official birth of the Nimbus project</p>
<a href="https://blog.status.im/introducing-nimbus-3360367bb311">Read More <img src="../img/arrow_ogn.png" /></a>
2018-09-28 18:47:04 +00:00
</div>
2018-10-10 06:34:02 +00:00
2018-09-28 18:47:04 +00:00
</div>
</div>
2018-10-01 20:43:14 +00:00
</div>