Skip to content

Commit 56311a9

Browse files
feat(job-post): add Bootstrap columns, top/bottom margin and padding (#89)
2 parents 5c2f6c6 + f086c50 commit 56311a9

File tree

1 file changed

+36
-32
lines changed

1 file changed

+36
-32
lines changed

_layouts/job_post.html

+36-32
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,47 @@
33
title_prefix: "Jobs with Compiler:"
44
---
55

6-
<h1>{{ page.title }}{% if page.type %} ({{ page.type }}){% endif %}</h1>
6+
<div class="row">
7+
<div class="offset-md-2 col-md-7 col-12 mt-5 pt-5 mb-5 pb-5">
8+
<h1 class="mt-4 pt-2">{{ page.title }}{% if page.type %} ({{ page.type }}){% endif %}</h1>
79

8-
{{ content }} {% if page.apply_link %}
9-
<a
10-
class="d-inline-block monospace primary-btn"
11-
id="apply"
12-
href="{{ page.apply_link }}"
13-
>
14-
Apply Now
15-
</a>
16-
{% endif %}
17-
18-
<p>
19-
<em>
20-
In keeping with our beliefs and goals, no employee or applicant will face
21-
discrimination or harassment based on race, color, ancestry, national
22-
origin, religion, education, age, gender identity, sexual orientation,
23-
marital domestic partner status, familial status, disability status, or
24-
veteran status.
25-
</em>
26-
</p>
27-
<p>
28-
<em>
29-
We will consider for employment qualified applicants with arrest and
30-
conviction records.
10+
{{ content }} {% if page.apply_link %}
3111
<a
32-
href="https://bantheboxcampaign.org"
33-
target="_blank"
34-
rel="noopener noreferrer"
12+
class="d-inline-block monospace primary-btn"
13+
id="apply"
14+
href="{{ page.apply_link }}"
3515
>
36-
#banthebox
16+
Apply Now
3717
</a>
38-
</em>
39-
</p>
18+
{% endif %}
19+
20+
<p>
21+
<em>
22+
In keeping with our beliefs and goals, no employee or applicant will face
23+
discrimination or harassment based on race, color, ancestry, national
24+
origin, religion, education, age, gender identity, sexual orientation,
25+
marital domestic partner status, familial status, disability status, or
26+
veteran status.
27+
</em>
28+
</p>
29+
<p>
30+
<em>
31+
We will consider for employment qualified applicants with arrest and
32+
conviction records.
33+
<a
34+
href="https://bantheboxcampaign.org"
35+
target="_blank"
36+
rel="noopener noreferrer"
37+
>
38+
#banthebox
39+
</a>
40+
</em>
41+
</p>
4042

41-
<div>
42-
<a class="monospace lg-link" href="/jobs">Back to Jobs</a>
43+
<div>
44+
<a class="monospace lg-link" href="/jobs">Back to Jobs</a>
45+
</div>
46+
</div>
4347
</div>
4448

4549
<script

0 commit comments

Comments
 (0)