forked from workflowscommunity/workflowscommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.html
42 lines (39 loc) · 1.56 KB
/
jobs.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
---
layout: page
---
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate mb-5">
<span class="subheading">{{page.organization}}</span>
<h2 class="mb-4"><img src="{{ page.organization_logo }}" style="max-height: 3em; max-width: 10em;"
alt="{{ page.title }}" /></h2>
{% if page.apply_link %}
<a href="{{ page.apply_link }}" target="_blank" class="btn btn-primary mt-3 py-3 px-5"><i
class="fas fa-check"></i> Apply Now</a>
{% endif %}
</div>
<div class="col-md-12 ftco-animate mb-5">
<div class="row">
<div class="col-md-4">
<span class="light-gray">
<i class="fas fa-clock"></i> Application Deadline<br />
<strong>{{ page.application_deadline | date: "%b %d, %Y" }}</strong>
</span>
</div>
<div class="col-md-4">
<span class="light-gray">
<i class="fas fa-map-marker"></i> Location<br />
<strong>{{ page.location }}</strong>
</span>
</div>
<div class="col-md-4">
<span class="light-gray">
<i class="fas fa-briefcase"></i> Employment Type<br />
<strong>{{ page.employment_type }}</strong>
</span>
</div>
</div>
</div>
<div class="col-md-12 ftco-animate">
{{content | markdownify}}
</div>
</div>