Skip to content

Commit 1f05ed8

Browse files
authored
Merge pull request #4 from ethersphere/team-assistant-job
Team assistant job
2 parents 017ec24 + cd41807 commit 1f05ed8

File tree

4 files changed

+219
-1
lines changed

4 files changed

+219
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
yarn.lock
33
dist
4-
generated-fonts
4+
generated-fonts
5+
.DS_Store

src/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ <h4>
274274
Go Developer - Infrastructure Team
275275
</a>
276276
</p>
277+
<p>
278+
<a class="more" href="junior-team-assistant.html">
279+
Junior Unicorn Herder aka Team Assistant
280+
</a>
281+
</p>
277282

278283

279284
<h4>

src/junior-team-assistant.html

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<title>Swarm is hiring a Junior Unicorn Herder aka Team Assistant</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 Junior Unicorn Herder aka Team Assistant to join our international team of visionaries, developers, scientists, sysadmins, operation managers, graphic designers and artists. ">
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+
45+
46+
47+
</head>
48+
49+
<body data-spy="scroll" data-target=".navbar" data-offset="170">
50+
51+
<!--HEADER START-->
52+
53+
<header id="header">
54+
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
55+
<div class="container">
56+
<img class="navbar-brand float-left logo" src="images/swarm-logo-orange.svg">
57+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
58+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
59+
<span class="navbar-toggler-icon"></span>
60+
61+
62+
</button>
63+
64+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
65+
66+
<ul class="navbar-nav ml-auto">
67+
<li class="nav-item">
68+
<a class="nav-link" href="index.html"><span class="navlink">Home</span>
69+
<span class="sr-only">(current)</span></a>
70+
</li>
71+
</ul>
72+
</div>
73+
74+
</div>
75+
</nav>
76+
</header>
77+
78+
<!--HEADER END-->
79+
80+
<!--BODY START-->
81+
<div id="body-wrap">
82+
83+
<section class="section-light" id="section-what">
84+
<div class="container">
85+
<div class="section-content">
86+
<h5>
87+
SWARM IS HIRING
88+
</h5>
89+
<h2>
90+
Junior Unicorn Herder aka Team Assistant
91+
</h2>
92+
<div class="spacer"></div>
93+
94+
<h4 class="standfirst">Join the team creating the future of decentralized storage and communication! Swarm is looking for a <strong>Junior Unicorn Herder aka Team Assistant</strong> to join our international team of visionaries, developers, scientists, sysadmins, operation managers, graphic designers and artists. </h4>
95+
96+
<div class="spacer"></div>
97+
98+
<h3>What we do</h3>
99+
100+
<p>tl;dr: Saving the world by creating a new, decentralized Internet, that is based on fair data principles. </p>
101+
102+
<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>
103+
104+
<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>
105+
106+
<div class="spacer"></div>
107+
108+
<p><strong>We are looking for you if</strong> you have a brief idea of what the above means. Or you have no idea but feel super intrigued to find out more. </p>
109+
110+
<div class="spacer"></div>
111+
112+
<h3>Your will</h3>
113+
114+
<ul>
115+
<li>provide overall administrative support (manage spreadsheets, reporting, presentations, collect input, research)</li>
116+
<li>manage calendars</li>
117+
<li>follow-up and track action plans</li>
118+
<li>manage posting, deliveries</li>
119+
<li>organize events, meetings and everything related (venue, catering, logistics)</li>
120+
<li>drive people and equipment from A to B</li>
121+
</ul>
122+
123+
<div class="spacer"></div>
124+
125+
<h3>Ideally you are </h3>
126+
<ul>
127+
<li>fluent in English, native or advanced level Hungarian</li>
128+
<li>available during the day, mutual flexibility solvable </li>
129+
<li>can travel occasionally (in the not too far future)</li>
130+
<li>super attentive to detail, can manage multiple tasks at the same time with strict deadlines</li>
131+
<li>driving routine (cat B) preferably with a car (costs would be reimbursed)</li>
132+
</ul>
133+
134+
<div class="spacer"></div>
135+
136+
<h3>Swarm offers</h3>
137+
<ul>
138+
<li>A 4 hours/day position that can grow into a full-time role</li>
139+
<li>Competitive compensation</li>
140+
<li>An open, flat and transparent work environment</li>
141+
<li>Opportunity to be part of a diverse and ambitious remote team</li>
142+
<li>Regular team gatherings and other activities </li>
143+
<li>Flexible working hours and remote work</li>
144+
<li>Picking up new skills, learning and personal growth – not optional but a must with us :)</li>
145+
</ul>
146+
147+
<div class="spacer"></div>
148+
149+
<p>We strive to keep things clear and simple, making reasoning and discussions efficient. In a broader sense, this applies to everything we do. We work in a dynamic and agile environment. Ideally, you enjoy the buzz too! Possessing advanced level research skills (Internet, proactive approach, structured thinking) is vital, as well as the ability to work individually based on briefing – but you should know when to ask for help. You will have to get acquainted with new tools: this should not be an issue for you. We take pride in our super inclusive culture based on #PLUR values. So you won’t be left alone, we’ll help you climb the steep learning curve. </p>
150+
151+
<p>To apply, please send your CV and cover letter to <a class="more" href="mailto:talent@ethswarm.org"
152+
target="_blank">talent@ethswarm.org</a>.</p>
153+
154+
</div>
155+
<div class="spacer"></div>
156+
157+
</div>
158+
</div>
159+
</section>
160+
161+
162+
163+
</div>
164+
<!--BODY END-->
165+
<!--FOOTER START-->
166+
<footer>
167+
<div class="container">
168+
<div class="row footer-bottom">
169+
<div class="col-sm-6">
170+
<p>Other Swarm links</p>
171+
<div class="footerlinks">
172+
<p><a href="https://gateway.ethswarm.org" target="_blank">Swarm Gateway</a></p>
173+
<p><a href="https://swarm-gateways.net/bzz:/latest.bookofswarm.eth/" target="_blank">Book of Swarm</a></p>
174+
<p><a href="https://ethswarm.org/" target="_blank">EthSwarm.org</a></p>
175+
<p><a href="https://docs.ethswarm.org/" target="_blank">Bee Documentation</a></p>
176+
</div>
177+
</div>
178+
<div class="col-sm-6 text-right">
179+
<p>Find Swarm on</p>
180+
<div class="footerlinks fl1">
181+
<p><a href="https://beehive.ethswarm.org" target="_blank">Mattermost</a></p>
182+
<p><a href="https://t.me/joinchat/AAAAAE_IOhnTT94O-vNyFQ" target="_blank">Telegram</a></p>
183+
<p><a href="https://medium.com/ethereum-swarm" target="_blank">Medium</a></p>
184+
<p><a href="https://github.com/ethersphere" target="_blank">Github</a></p>
185+
<p><a href="https://twitter.com/ethswarm" target="_blank">Twitter</a></p>
186+
<p><a href="https://www.youtube.com/channel/UCu6ywn9MTqdREuE6xuRkskA/" target="_blank">Youtube</a></p>
187+
<p><a href="https://www.reddit.com/r/EthSwarm/" target="_blank">Reddit</a></p>
188+
</div>
189+
</div>
190+
</div>
191+
</div>
192+
</footer>
193+
<!--FOOTER END-->
194+
<script src="assets/axios.min.js"></script>
195+
<script src="assets/moment.min.js"></script>
196+
197+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
198+
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
199+
<script type="text/javascript" src="assets/slick/slick.min.js"></script>
200+
<script src="scripts.js"></script>
201+
</body>
202+
203+
</html>

src/swarm.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ section {
118118
padding: 40px 0;
119119
}
120120

121+
.section-light h4.standfirst {
122+
font-size: 17px;
123+
}
124+
121125
.section-light {
122126
color: var(--slight-black);
123127
padding: 60px 0px 30px 0px !important;
@@ -160,6 +164,11 @@ section {
160164
font-family: "IBMPlexMono500";
161165
}
162166

167+
.section-light strong {
168+
font-weight: bold;
169+
color: var(--cement-gray);
170+
}
171+
163172
.section-dark {
164173
color: var(--nearly-white);
165174
padding: 60px 0px 30px 0px !important;

0 commit comments

Comments
 (0)