Skip to content

feat(job-post): add Bootstrap columns, top/bottom margin and padding #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 36 additions & 32 deletions _layouts/job_post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,47 @@
title_prefix: "Jobs with Compiler:"
---

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

{{ content }} {% if page.apply_link %}
<a
class="d-inline-block monospace primary-btn"
id="apply"
href="{{ page.apply_link }}"
>
Apply Now
</a>
{% endif %}

<p>
<em>
In keeping with our beliefs and goals, no employee or applicant will face
discrimination or harassment based on race, color, ancestry, national
origin, religion, education, age, gender identity, sexual orientation,
marital domestic partner status, familial status, disability status, or
veteran status.
</em>
</p>
<p>
<em>
We will consider for employment qualified applicants with arrest and
conviction records.
{{ content }} {% if page.apply_link %}
<a
href="https://bantheboxcampaign.org"
target="_blank"
rel="noopener noreferrer"
class="d-inline-block monospace primary-btn"
id="apply"
href="{{ page.apply_link }}"
>
#banthebox
Apply Now
</a>
</em>
</p>
{% endif %}

<p>
<em>
In keeping with our beliefs and goals, no employee or applicant will face
discrimination or harassment based on race, color, ancestry, national
origin, religion, education, age, gender identity, sexual orientation,
marital domestic partner status, familial status, disability status, or
veteran status.
</em>
</p>
<p>
<em>
We will consider for employment qualified applicants with arrest and
conviction records.
<a
href="https://bantheboxcampaign.org"
target="_blank"
rel="noopener noreferrer"
>
#banthebox
</a>
</em>
</p>

<div>
<a class="monospace lg-link" href="/jobs">Back to Jobs</a>
<div>
<a class="monospace lg-link" href="/jobs">Back to Jobs</a>
</div>
</div>
</div>

<script
Expand Down