Skip to content

Commit c47b305

Browse files
authored
Merge pull request #6 from ethersphere/new-jobs
Infrastructure Engineer - Bee Team, Security researcher, Technical Writer Jobs
2 parents 817fe50 + 204cc9b commit c47b305

File tree

4 files changed

+640
-1
lines changed

4 files changed

+640
-1
lines changed

src/index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,22 @@ <h4>
249249
Junior Unicorn Herder aka Team Assistant
250250
</a>
251251
</p>
252-
252+
<p>
253+
<p>
254+
<a class="more" href="jobs-infrastructure-engineer.html">
255+
Infrastructure Engineer - Bee Team
256+
</a>
257+
</p>
258+
<p>
259+
<a class="more" href="jobs-security-researcher.html">
260+
Security researcher
261+
</a>
262+
</p>
263+
<p>
264+
<a class="more" href="jobs-technical-writer.html">
265+
Technical writer
266+
</a>
267+
</p>
253268

254269
<h4>
255270
Feel free to apply with your resume and a personal message via <a class="more"
Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>Swarm is hiring a Infrastructure Engineer - Bee Team</title>
6+
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes">
10+
<meta name="description"
11+
content="We are looking for an experienced social media / community manager to join our Comms Team, helping us to engage with our growing community of developers, node operators and crypto-enthusiasts. ">
12+
<meta name="theme-color" content="#ffffff">
13+
14+
<!-- From Favicon generator -->
15+
<link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-57x57.png">
16+
<link rel="apple-touch-icon" sizes="60x60" href="images/favicon/apple-icon-60x60.png">
17+
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-icon-72x72.png">
18+
<link rel="apple-touch-icon" sizes="76x76" href="images/favicon/apple-icon-76x76.png">
19+
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-icon-114x114.png">
20+
<link rel="apple-touch-icon" sizes="120x120" href="images/favicon/apple-icon-120x120.png">
21+
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-icon-144x144.png">
22+
<link rel="apple-touch-icon" sizes="152x152" href="images/favicon/apple-icon-152x152.png">
23+
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-icon-180x180.png">
24+
<link rel="icon" type="image/png" sizes="192x192" href="images/favicon/android-icon-192x192.png">
25+
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
26+
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon/favicon-96x96.png">
27+
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
28+
<meta name="msapplication-TileColor" content="#ffffff">
29+
<meta name="msapplication-TileImage" content="images/favicon/ms-icon-144x144.png">
30+
<meta name="theme-color" content="#ffffff">
31+
32+
<link rel="shortcut icon" href="images/favicon/favicon-16x16.png" type="image/x-icon">
33+
34+
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
35+
<link href="assets/fontawesome/css/font-awesome.min.css" rel="stylesheet">
36+
<link rel="stylesheet" type="text/css" href="assets/slick/slick.css" />
37+
<link href="swarm.css" rel="stylesheet">
38+
<link rel="stylesheet" href="../generated-fonts/IBMPlexMonoRegular.css">
39+
<link rel="stylesheet" href="../generated-fonts/IBMPlexMono500.css">
40+
<link rel="stylesheet" href="../generated-fonts/IBMPlexMono600.css">
41+
<link rel="stylesheet" href="../generated-fonts/WorkSans500.css">
42+
<link rel="stylesheet" href="../generated-fonts/WorkSansRegular.css">
43+
<link rel="stylesheet" href="../generated-fonts/FontAwesome.css">
44+
</head>
45+
46+
<body data-spy="scroll" data-target=".navbar" data-offset="170">
47+
48+
<!--HEADER START-->
49+
50+
<header id="header">
51+
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
52+
<div class="container">
53+
<img class="navbar-brand float-left logo" src="images/swarm-logo-orange.svg">
54+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
55+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
56+
<span class="navbar-toggler-icon"></span>
57+
58+
59+
</button>
60+
61+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
62+
63+
<ul class="navbar-nav ml-auto">
64+
<li class="nav-item">
65+
<a class="nav-link" href="index.html"><span class="navlink">Home</span>
66+
<span class="sr-only">(current)</span></a>
67+
</li>
68+
</ul>
69+
</div>
70+
71+
</div>
72+
</nav>
73+
</header>
74+
75+
<!--HEADER END-->
76+
77+
<!--BODY START-->
78+
<div id="body-wrap">
79+
80+
<section class="section-light" id="section-what">
81+
<div class="container">
82+
<div class="section-content">
83+
<h5>
84+
SWARM IS HIRING
85+
</h5>
86+
<h2>
87+
Infrastructure Engineer - Bee Team
88+
</h2>
89+
<div class="spacer"></div>
90+
91+
<h3>About Swarm</h3>
92+
93+
<p>Swarm is a system of peer-to-peer networked nodes that create a decentralized storage and communication service. The system is economically self-sustaining due to a built-in incentive system enforced through smart contracts on the Ethereum blockchain. </p>
94+
<p>Swarm aspires to shape the future towards a self-sovereign global society and permissionless open markets. On Swarm, applications can run autonomously yet securely in a planetary-scale deployment and execution environment. </p>
95+
<p>Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm Network. Bee provides low-level constructs for file storage, feeds, key-value stores and untraceable communication. </p>
96+
<p>The Swarm Bee team strives to keep things clear and simple, making reasoning and discussions efficient. In a broader sense, this applies to everything we do. </p>
97+
98+
<div class="spacer"></div>
99+
100+
<h3>Your role</h3>
101+
<ul>
102+
<li>You are responsible for maintaining the Swarm cluster </li>
103+
<li>You are responsible for Release management </li>
104+
<li>You are responsible for maintaining and improving the CI/CD pipeline </li>
105+
<li>You are responsible for maintaining the monitoring and alerting system </li>
106+
</ul>
107+
108+
<div class="spacer"></div>
109+
110+
<h3>Your profile</h3>
111+
<ul>
112+
<li>You like to work remotely </li>
113+
<li>You love open source </li>
114+
<li>Experience with AWS </li>
115+
<li>You are available within 4 hours (±) of the CET timezone </li>
116+
<li>You manage your own time effectively and respect time constraints </li>
117+
<li>You are a self-starter </li>
118+
<li>You are a team player </li>
119+
<li>You have an eye for detail </li>
120+
<li>You can express yourself fluently in English, both verbally and in writing </li>
121+
<li>You have experience working in an agile team </li>
122+
</ul>
123+
124+
<div class="spacer"></div>
125+
126+
<h3>We appreciate</h3>
127+
128+
<ul>
129+
<li>Familiar with IaC concept </li>
130+
<li>Ability to grasp technically complex topics and distil the relevant information in clear, written form </li>
131+
<li>Ability to read Golang </li>
132+
<li>Knowledge of Kubernetes, Helm, Grafana, Prometheus, Jaeger and Loki </li>
133+
</ul>
134+
135+
<div class="spacer"></div>
136+
137+
<h3>Swarm offers</h3>
138+
139+
<ul>
140+
<li>Be part of a team that empowers digital freedom </li>
141+
<li>Shape your environment to your preferences to stimulate personal growth </li>
142+
<li>Competitive compensation </li>
143+
<li>An open, flat and transparent work environment </li>
144+
<li>The opportunity to be part of a diverse and ambitious remote team </li>
145+
<li>Regular team gatherings and other activities </li>
146+
<li>Flexible working hours and remote work </li>
147+
</ul>
148+
149+
<div class="spacer"></div>
150+
151+
<h4>
152+
To apply, please send your resume to <a class="more" href="mailto:talent@ethswarm.org"
153+
target="_blank">talent@ethswarm.org</a>.
154+
</h4>
155+
156+
</div>
157+
<div class="spacer"></div>
158+
159+
</div>
160+
</div>
161+
</section>
162+
163+
164+
165+
</div>
166+
<!--BODY END-->
167+
<!--FOOTER START-->
168+
<footer>
169+
<div class="container">
170+
<div class="row footer-bottom">
171+
<div class="col-sm-6">
172+
<p>Other Swarm links</p>
173+
<div class="footerlinks">
174+
<p><a href="https://gateway.ethswarm.org" target="_blank">Swarm Gateway</a></p>
175+
<p><a href="https://swarm-gateways.net/bzz:/latest.bookofswarm.eth/" target="_blank">Book of Swarm</a></p>
176+
<p><a href="https://ethswarm.org/" target="_blank">EthSwarm.org</a></p>
177+
<p><a href="https://docs.ethswarm.org/" target="_blank">Bee Documentation</a></p>
178+
</div>
179+
</div>
180+
<div class="col-sm-6 text-right">
181+
<p>Find Swarm on</p>
182+
<div class="footerlinks fl1">
183+
<p><a href="https://beehive.ethswarm.org" target="_blank">Mattermost</a></p>
184+
<p><a href="https://t.me/joinchat/AAAAAE_IOhnTT94O-vNyFQ" target="_blank">Telegram</a></p>
185+
<p><a href="https://medium.com/ethereum-swarm" target="_blank">Medium</a></p>
186+
<p><a href="https://github.com/ethersphere" target="_blank">Github</a></p>
187+
<p><a href="https://twitter.com/ethswarm" target="_blank">Twitter</a></p>
188+
<p><a href="https://www.youtube.com/channel/UCu6ywn9MTqdREuE6xuRkskA/" target="_blank">Youtube</a></p>
189+
<p><a href="https://www.reddit.com/r/EthSwarm/" target="_blank">Reddit</a></p>
190+
</div>
191+
</div>
192+
</div>
193+
</div>
194+
</footer>
195+
<!--FOOTER END-->
196+
<script src="assets/axios.min.js"></script>
197+
<script src="assets/moment.min.js"></script>
198+
199+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
200+
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
201+
<script type="text/javascript" src="assets/slick/slick.min.js"></script>
202+
<script src="scripts.js"></script>
203+
</body>
204+
205+
</html>

0 commit comments

Comments
 (0)