forked from nonspecialist/cevoaustralia.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
careers.html
109 lines (94 loc) · 3.72 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
layout: default
section_id: careers
---
<div class='full'>
<div class='row'>
<div class='large-12 columns'>
<h2>Cevo Careers</h2>
</div>
</div>
</div>
<div class=''>
<div class='row'>
<div class='small-12 columns'>
<p>
Our goal is to build a company of wonderful people who solve interesting problems with
great clients. We are on a mission to become Australia’s destination employer for great
technologists and we think we are well on our way to achieving that.
</p>
<p>
We’re building a team of experienced and passionate problem solvers who are curious and
love to learn. We’re a collaborative bunch and love getting together at our monthly huddles
to share our stories on the problems we’ve solved for our clients teams and the
learnings we’ve had along the way.
</p>
<p>
If you want to work with some of the most talented technologists in the market who are
truly passionate about what they do, all while working on some of the most interesting work
with awesome clients then get in touch.
</p>
<p>
Here’s a small snapshot of the type of people we’re looking to join our team.
</p>
</div>
</div>
</div>
<div class=''>
<div class='row'>
<div class='small-12 columns'>
<div class='two spacing'></div>
{% for video in site.data.videos %}
<h3>{{ video.title }}</h3>
<iframe width="420" height="315" src="https://www.youtube.com/embed/{{ video.id }}">
</iframe>
<div class='two spacing'></div>
{% endfor %}
</div>
</div>
</div>
<div class='' style='background: #f5f5f5'>
<div class='row'>
<div class='small-12 columns'>
<div class='two spacing'></div>
<h2>Sound interesting? Join us today!</h2>
<div class='row'>
<div class='medium-8 columns'>
<form id='career_form' method="post">
<div class='large-12 columns'>
<p id='thanks' style='display: none;'>
Thanks for contacting us, we'll be in touch soon!
</p>
</div>
<input type="text" class='required' name="name" value="" size="40" aria-required="true" aria-invalid="false" placeholder="Name">
<input type="tel" class='required' name="telephone" value="" size="40" aria-required="true" aria-invalid="false" placeholder="Phone">
<input type="email" class='required email' name="email" value="" size="40" aria-required="true" aria-invalid="false" placeholder="Email Address">
<select name="job-title" placeholder="Job Title">
<option>Devops consultant</option>
<option>Other - Bringer of the Awesome</option>
</select>
<select name="location" placeholder="Location">
<option>Melbourne</option>
<option>Sydney</option>
<option>Other</option>
</select>
<textarea name="your-message" cols="40" rows="10" aria-invalid="false" placeholder="Tell us a little about yourself..."></textarea>
<!-- all your input fields here.... -->
<input type='submit' class="button" value='Apply Now' />
</form>
</div>
<div class='medium-4 columns'>
<div class='contact-details'>
<h4>Our locations:</h4>
<p>{{ site.melbourne_address }}</p>
<p>{{ site.sydney_address }}</p>
<h4>Our Phone:</h4>
<p>{{ site.sales.phone }}</p>
<h4>Our Email:</h4>
<p>{{ site.sales.email }}</p>
</div>
</div>
<div class='two spacing'></div>
</div>
</div>
</div>