forked from workflowscommunity/workflowscommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjobs.html
42 lines (38 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: default
---
<article class="post">
<header>
<div class="title" style="margin-bottom: -1em">
<h2 style="margin-bottom: 0.5em">{{ page.title }}</h2>
<i>{{ page.organization }}</i><br />
</div>
<div class="meta">
<img src="{{ page.organization_logo }}" style="max-height: 3em; max-width: 10em;" alt="{{ page.title }}" />
{% if page.apply_link %}
<br /><br /><a href="{{ page.apply_link }}" target="_blank" class="apply"><i class="fas fa-check"></i> Apply Now</a>
{% endif %}
</div>
</header>
<main class="job-content">
<div class="row">
<div class="col-sm-12 col-md-8">
{{content | markdownify}}
</div>
<div class="col-sm-12 col-md-4">
<div class="job-panel">
<span class="light-gray">
<i class="fas fa-clock"></i> Application Deadline<br />
<strong>{{ page.application_deadline | date: "%b %d, %Y" }}</strong>
<br /><br />
<i class="fas fa-map-marker"></i> Location<br />
<strong>{{ page.location }}</strong>
<br /><br />
<i class="fas fa-briefcase"></i> Employment Type<br />
<strong>{{ page.employment_type }}</strong>
</span>
</div>
</div>
</div>
</main>
</article>