-
Notifications
You must be signed in to change notification settings - Fork 1
/
careers.php
51 lines (48 loc) · 1 KB
/
careers.php
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
<?php
$pageTitle = "Careers";
$section = "careers";
?>
<?php include('inc/header.php'); ?>
<div class="FullPage grid_12">
<h3 data-i18n="header.nav3">Careers</h3>
<img src="img/banner2.jpg" style="
width: 100%;
margin-top: 1%;
">
<h5 data-i18n="careers.t1"></h5>
<p>
Want to work with smart, talented, motivated, generally awesome people just like you?</br>
Speak up! Get in touch with Jade Land.
</p>
<p>
Please send your resume and a demo of your work to <i>[email protected]</i>.
</p>
<h5>People We Look for</h5>
<p>
● Account Supervisors</br>
● Art Directors</br>
● Copywriters</br>
● Creative Technologists</br>
● Interaction Designers</br>
● Media Planners</br>
● Programmers</br>
● Producers</br>
● Strategists
</p>
<h5>Internships at Jade Land</h5>
<p>
Spring application window:</br>
<i>Feb 1-May 1</i>
</p>
<p>
Summer application window:</br>
<i>May 1-Aug 1</i>
</p>
<p>
Fall application window:</br>
<i>Aug 1-Nov 1</i>
</p>
<p>
</p>
</div>
<?php include('inc/footer.php'); ?>