updated jobs page

This commit is contained in:
Carl 2017-03-16 16:57:15 +01:00
parent 1fa5a6fd10
commit 820583826d
1 changed files with 21 additions and 10 deletions

View File

@ -59,35 +59,42 @@
<div class="page__text"> <div class="page__text">
<p class="page__subheader">Were building an open source messaging platform for the decentralized web.<br/>Powered by Ethereum.</p> <p class="page__subheader">Were building an open source messaging platform for the decentralized web.<br/>Powered by Ethereum.</p>
<!-- Github Star -->
<a class="github-button" href="https://github.com/status-im/status-react" data-icon="octicon-star" data-count-href="/status-im/status-react/stargazers" data-count-api="/repos/status-im/status-react#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star status-im/status-react on GitHub">Star</a>
<!-- Guthub Fork -->
<a class="github-button" href="https://github.com/status-im/status-react/fork" data-icon="octicon-repo-forked" data-count-href="/status-im/status-react/network" data-count-api="/repos/status-im/status-react#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork status-im/status-react on GitHub">Fork</a>
<h3>Welcome to Web 3.0.</h3> <h3>Welcome to Web 3.0.</h3>
<p>With the new suite of protocols Ethereum has introduced, we have a clear path towards a more democratic internet where we can communicate securely without fear of institutional surveillance, where we can trade freely without borders, and controlling your own wealth without the dependency on intermediaries or centralized servers charging outrageously high fees.</p> <p>With the new suite of protocols <a href="https://ethereum.org/" target="_blank">Ethereum</a> has introduced, we have a clear path towards a more democratic internet where we can communicate securely without fear of institutional surveillance, where we can trade freely without borders, and anyone in the world with a smartphone can control their own wealth, without the dependency on intermediaries or centralized institutions servers.</p>
<h3>Status is an interface for the decentralized web.</h3> <h3>Status is an interface for the decentralized web.</h3>
<p>Were observing an emerging ecosystem of decentralized applications built on top of Ethereums protocols, and Status aims to provide an interface to access them. You can think of Status as a browser for the decentralized web, that uses messaging as a platform, akin to an open source, peer-to-peer version of WeChat.</p> <p>Were observing a whole new ecosystem of applications emerging that are completely decentralized and built on top of Ethereums protocols, and Status aims to provide an interface to access them. You can think of Status as a browser for the decentralized web, that uses messaging as a platform, akin to an open source, <a href="http://a16z.com/2015/08/06/wechat-china-mobile-first/" target="_blank">peer-to-peer version of WeChat</a>.</p>
<h3>The technology</h3> <h3>The technology</h3>
<p>Status is already in alpha. Were built using re-natal + re-frame + cljs + golang. Its communication protocol uses an Ethereum sub-protocol called SHH/Whisper (not to be confused with Signal) which is an identity-based encrypted messaging protocol with dark routing. You can learn more about it in this presentation.</p> <p>Status is already in alpha. Were built using re-natal + re-frame + cljs + golang. Its communication protocol uses an Ethereum sub-protocol called SHH/Whisper (not to be confused with Signal) which is an identity-based encrypted messaging protocol with dark routing. You can learn more about it in <a href="https://www.youtube.com/watch?v=U_nPoBVLPiw" target="_blank">this presentation</a>.</p>
<p>In Ethereum (and Status), there is a concept called 'web3', files are stored using SWARM (a kademlia-like decentralised file storage solution) and 'server-side logic' is done using Smart Contracts and on the blockchain. This allows us to create trust-less, censorship resistant systems.</p> <p>In Ethereum (and Status), there is a concept called 'web3', files are stored using SWARM (a kademlia-like decentralised file storage solution) and 'server-side logic' is done using Smart Contracts and on the blockchain. This allows us to create trust-less, censorship resistant systems.</p>
<h3>Still interested? Come Get Involved!</h3> <h3>Still interested? Come Get Involved!</h3>
<p>As an open sourceproject anyone is free to contribute to Status. Regardless of your experience or background all contributors are welcome to join our community and help us shape the direction of the project:</p> <p>As an open source project anyone is free to contribute to Status. Regardless of your experience or background all contributors are welcome to join our community and help us shape the direction of the project, and we're also actively growing our team of core contributors to those contributing to our codebase:</p>
</div> </div>
<div class="page__social"> <div class="page__social">
<div class="page__social-buttons"> <div class="page__social-buttons">
<div class="page__social-button-wrap page__social-button-wrap--gh"> <div class="page__social-button-wrap page__social-button-wrap--gh">
<div class="page__social-button page__social-button--github"><iframe src="https://ghbtns.com/github-btn.html?user=status-im&repo=status-react&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></div> <div class="page__social-button page__social-button--github"><iframe src="https://ghbtns.com/github-btn.html?user=status-im&repo=status-react&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></div>
<span class="page__social-button-label">Star us on Github to raise awareness</span> <span class="page__social-button-label">Star or Fork us on Github to raise awareness, and browse our open issues</span>
</div> </div>
<div class="page__social-button-wrap page__social-button-wrap--sl"> <div class="page__social-button-wrap page__social-button-wrap--sl">
<div class="page__social-button"><a href="http://slack.status.im" class="button button--secondary button--page button--page--slack">Slack</a></div> <div class="page__social-button"><a target="_blank" href="http://slack.status.im" class="button button--secondary button--page button--page--slack">Slack</a></div>
<span class="page__social-button-label">Come say hi, and meet our team of contributors</span> <span class="page__social-button-label">Come say Hi on our Slack, and meet our wonderful team of contributors</span>
</div> </div>
<div class="page__social-button-wrap page__social-button-wrap--wk"> <div class="page__social-button-wrap page__social-button-wrap--wk">
<div class="page__social-button"><a href="https://wiki.status.im/getting-started/mission-and-core-values/" class="button button--secondary button--page button--page--wiki">Wiki</a></div> <div class="page__social-button"><a target="_blank" href="https://wiki.status.im/contributing/development/introduction/" class="button button--secondary button--page button--page--wiki">Wiki</a></div>
<span class="page__social-button-label">Read about Our Mission and Values</span> <span class="page__social-button-label">Check out our Wiki, and learn which Github Issues to get started with</span>
</div> </div>
</div> </div>
</div> </div>
@ -95,7 +102,7 @@
<h3>Join Us Full Time</h3> <h3>Join Us Full Time</h3>
<p>In addition to our wonderful community of part-time contributors, we have a full-time team of 8, and are looking to hire full-time Core Contributors who are passionate about smart contracts, crypto-currencies and are fluent in Lisp-dialect. Experience with ClojureScript and re-frame is ideal. You will be able to work remotely from anywhere in the world, and salaries competitive. (> pull-requests CVs)</p> <p>In addition to our wonderful community of part-time contributors, we have a full-time team of 8, and are looking to hire full-time Core Contributors who are passionate about smart contracts, crypto-currencies and are fluent in Lisp-dialect. Experience with ClojureScript and re-frame is ideal. You will be able to work remotely from anywhere in the world, and salaries competitive. (> pull-requests CVs)</p>
<div class="big-button-wrap"> <div class="big-button-wrap">
<a class="button button--big button--secondary" href="https://status-platform.workable.com/jobs/406019/candidates/new">Apply as a Core Contributor</a> <a class="button button--big button--secondary" target="_blank" href="https://status-platform.workable.com/jobs/406019/candidates/new">Apply as a Core Contributor</a>
</div> </div>
</div> </div>
</div> </div>
@ -180,5 +187,9 @@
<!-- Optimizely --> <!-- Optimizely -->
<script src="https://cdn.optimizely.com/js/7577170144.js"></script> <script src="https://cdn.optimizely.com/js/7577170144.js"></script>
<!-- /Optimizely --> <!-- /Optimizely -->
<!-- Github buttons -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- /Guthub buttons -->
</body> </body>
</html> </html>