Skip to content

Commit

Permalink
Include job descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dborzov committed Oct 1, 2018
1 parent c482d9e commit e4dafad
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
26 changes: 26 additions & 0 deletions JOBS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Huawei Canada | Software Engineers | Waterloo, Ontario, Canada | ONSITE | FULL-TIME/ INTERN

Huawei is kickstarting a team to build the tech stack that will power the next generation of the internet. Our goal is to identify and foster dirupting and revolutionary technologies in network protocols and blockchain/Merkle DAG things.

In the spirit of Bell Labs in its best years, we will focus on pursuits that may pay off only in longer term. We are offering the best of the both worlds: creative freedom of academic research/a startup and the capacity to turn a proof-of-concept into a product capable of seeing mainstream adoption.

Most of our work will be open source. Here are some of the open source projects we are contributing to (that hopefully shows the scope of our interests):
- webassembly.org
- kolmoblocks.org
- github.com/ipfs
- github.com/libp2p

What we offer:
* compensation levels at the top quartile of the market & benefits
* creative freedom to work on your own proposals, and to turn them into fully funded company's projects (if the team sees it as promising)
* most of our work is open source
* intellectually challenging and creative work at the cutting edge of computer science, not another CRUD app

Things we appreciate in the applicants (the list is ||, not &&):
* folks with the history of open source contributions
* a background in distributed systems, compilers or video codecs
* background in adjacent academic careers in STEM such as math, physics etc
* Please mention potatoes in your response to indicate that you have read the position's description

To apply, if you have any questions, or just want to say hi, please email us at: dmitry.borzov@huawei.com
Thanks!
17 changes: 17 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{{ partial "header.html" . }}
<body>
<div class="modal">
<div class="modal-background"></div>
<div class="modal-content">
<button class="modal-close"></button>
<iframe width="560" height="315" src="https://www.youtube.com/embed/9f27qwQvrBg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>


<div id="top">
<div class="container">
{{ partial "nav-single.html" . }}
Expand Down Expand Up @@ -57,6 +66,14 @@ <h3 class="is-3 fade-in two">
}, 500);
return false;
})

$("#showModal").click(function() {
$(".modal").addClass("is-active");
});

$(".modal-close").click(function() {
$(".modal").removeClass("is-active");
});
</script>

</body>
2 changes: 1 addition & 1 deletion layouts/partials/buttons.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a class="button is-primary is-inverted is-dark" href="/documentation/whitepaper">
read the whitepaper
</a>
<a class="button is-primary is-inverted is-dark" href="https://youtu.be/9f27qwQvrBg">
<a class="button is-primary is-inverted is-dark" id="showModal">
watch an overview
</a>
<!-- <a class="button is-primary is-inverted is-dark" href="/papers/kolmoblocks/">
Expand Down

0 comments on commit e4dafad

Please sign in to comment.