* Add Prettier set-up (no formatting in this commit). * Manual fixes for Prettier issues. * Run Prettier fix on non-markdown files. * Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config. * Remove deprecated config item. * Add dependency on prettier-plugin-go-template. * reconcile changed file with prettier formatting. * Add git blame ignore revs file to include Prettier formatting commit. * Fix format issue with merge conflict.
27 lines
1.6 KiB
HTML
27 lines
1.6 KiB
HTML
{{ define "hero" }}
|
|
{{ partial "hero.html" (dict "title" "Pulumi is hiring") }}
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
|
|
<section class="bamboo-hr-widget max-w-4xl container mx-auto py-8 px-4 text-center text-lg">
|
|
<div class="text-base text-left mb-8">
|
|
<p>
|
|
Pulumi is reinventing how people build modern cloud applications, with a unique platform that combines deep systems and infrastructure innovation with elegant
|
|
programming models and developer tools.
|
|
</p>
|
|
<p>
|
|
Our team is a diverse and talented group of individuals, with backgrounds in distributed cloud systems, programming languages, developer tools, and operating
|
|
systems, from companies from all corners of the industry. Our culture is one of technical excellence, passion for teamwork, and customer obsession.
|
|
</p>
|
|
<p>
|
|
While we have a fabulous office in downtown Seattle, Pulumi cares about the health, safety and happiness of our employees, and we've been a fully remote company
|
|
since March, 2020. We've learned and grown as a company this year, and — unless otherwise specified — all of our open positions are remote. We will
|
|
continue to collaborate and grow from different locations, and are committed to making sure our team is successful from their home offices.
|
|
</p>
|
|
<h2 class="mb-0">Open Positions</h2>
|
|
<pulumi-greenhouse-jobs-list></pulumi-greenhouse-jobs-list>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|