-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
51 lines (41 loc) · 1.04 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
---
layout: default
title: Careers
---
<!-- PAGE TOP -->
<section class="page-title">
<div class="container">
<header>
<h2><!-- Page Title -->
<strong>Join</strong> our team
</h2><!-- /Page Title -->
</header>
</div>
</section>
<!-- /PAGE TOP -->
<!-- CONTENT -->
<section>
<div class="container" style="margin-bottom: 30px">
<div class="row">
<!-- LEFT COLUMNS -->
<div class="col-md-9">
<hr class="half-margins invisible" />
<!-- TOGGLES -->
<div class="toggle transparent">
<div class="toggle"><!-- toggle -->
<label>None</label>
<div class="toggle-content">
No opportunities at present.
</div><!-- /toggle -->
</div>
<!-- /TOGGLES -->
</div>
<!-- /LEFT COLUMNS -->
<!-- RIGHT COLUMNS -->
<div class="col-md-3">
</div>
<!-- /RIGHT COLUMNS -->
</div>
</div>
</section>
<!-- /CONTENT -->