forked from thinkshout/thinkshout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
careers.html
87 lines (82 loc) · 3.06 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
layout: default
body-class: careers
title: Careers
permalink: careers/
description: "Want to work at ThinkShout? Available job openings"
keywords:
- careers
- job openings
- web engineers
- front end developers
- project managers
- graphic designers
- digital strategists
---
<style>
.careers-header { background-image: url('{{ site.baseurl }}/assets/images/ts_redesign/career-pages.jpg'); }
</style>
<section class="careers-header">
<div class="gradient"> </div>
<div class="wrapper">
<h2>Careers At ThinkShout</h2>
</div>
</section>
<div class="container">
<p id="careers-blurb">
We build lasting relationships with our clients, and we do so with a
style and thoughtfulness you won’t find anywhere else. If you share our
passion for open source technologies and digital strategy, we'd love to
hear from you.
</p>
</div>
<section class="job-list">
<div class="job-teaser">
<script src='https://www.workable.com/assets/embed.js' type='text/javascript'></script>
<script type='text/javascript' charset='utf-8'>
whr(document).ready(function(){
whr_embed(117028, {detail: 'titles', base: 'jobs', zoom: 'state', grouping: 'none'});
});
</script>
<div id="whr_embed_hook"></div>
</div>
</section>
<div class="container">
<div class="keep-me-in-mind">
<div class="text">
<h3>Keep me in mind</h3>
<p>
Don’t see any open positions that fit your skillset? We’re always
looking for new talent. Let us know what sort of work you’re interested
in, and we’ll keep you posted about future job opportunities.
</p>
<p id="ts-email">
Drop us a line at <a href="mailto:[email protected]">[email protected]</a>.
Please include your resume as an attached PDF.
</p>
</div>
</div>
</div>
<section class="more-about-us">
<div class="container">
<h3>More About Us</h3>
<p>
We lead with technical excellence, innovation, and sustainable business
practices. We focus on interesting projects that lead to open source
contributions that serve grassroots organizers and progressive causes.
We are maintainers of many popular Drupal modules such as the MailChimp
and Salesforce Integration suites, as well as RedHen CRM. We’ve got our
finger on the pulse of the open source community and we contribute back
daily with updates and new tools designed to make everyone’s development
process easier.
</p>
<p id="more-about-us-bold">We have distilled the following vision for our business:</p>
<ul>
<li>Invest in the most talented technologists, project managers, and designers possible.</li>
<li>Work with clients committed to positive social change.</li>
<li>Don't compromise on tools, process, or quality.</li>
<li>Work hard, have fun, and give back.</li>
</ul>
<a href="{{ site.baseurl }}/work/" class="uppercase-link">Services<i class="fa fa-caret-right"></i></a>
</div>
</section>