forked from sst/guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
careers.html
42 lines (36 loc) · 2.15 KB
/
careers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: Join our team
description: We want to build the future of serverless. If you are passionate about building developer tools, we'd like you to join us!
---
<div class="careers-page">
<div class="header">
<h1 class="title">Join Our Team</h1>
<p>We want to build the future of serverless and we could use your help! If you are passionate about building developer tools and love helping other developers, we'd like to meet you.</p>
<p>We've also written in detail about <a href="{% link about/culture.md %}">how we work</a>.</p>
</div>
<hr />
<ul class="careers">
<li>
<div>
<h3>Software Engineering</h3>
<p>We are looking for software engineers to help build out our open source framework, SST. SST is primarily written in TypeScript and Node.js. Knowledge of other languages is a bonus. It'll also be helpful if you have a general understanding of some AWS services. Please share some of your open source contributions with us and links to projects that you've worked on. If you care about building better developer tools, we'd love to meet you.</p>
</div>
<a href="mailto:{{ site.jobs_email }}">Contact us</a>
</li>
<li>
<div>
<h3>Technical Writing</h3>
<p>We need technical writers to help grow our guide. If you like taking complicated concepts and finding ways to convey them in as simple of a way as as possible, we'd love to talk to you. It's a big bonus if you like teaching or have created educational content in the past. Please share articles, guides, tutorials, or docs that you've written.</p>
</div>
<a href="mailto:{{ site.jobs_email }}">Contact us</a>
</li>
<li>
<div>
<h3>Visual Design</h3>
<p>We could use some visual design help to create the graphical elements that we use across our entire portfolio. This includes things like icons, logos, posters, inforgraphics, UI design elements, and much more. If you like using design to make the complex more accessible, please send us your portfolio. We'd love to get in touch!</p>
</div>
<a href="mailto:{{ site.jobs_email }}">Contact us</a>
</li>
</ul>
</div>