Skip to content

Update site with job ad for web designer. #20

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
Aug 30, 2021
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ footer {
margin: auto;
}

.job-alert-form {
margin-bottom: 2em;
}

/* FORMS */

fieldset
Expand Down Expand Up @@ -396,4 +400,4 @@ textarea
{
background-position: 0 82%;
}
}
}
31 changes: 30 additions & 1 deletion work.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,36 @@ <h3>We value</h3>
</section>

<section>
<h3>Position is not currently hiring</h3>
<h3>Open roles</h3>

<h3>
<a name="web-designer">Web designer (temporary, remote)</a>
</h3>

<p>Position Dev is working with a client to build a site that will be a landing page and portal for participants in a
research study. We're looking to engage a designer who will carry out the design process from concept to handing off
wireframes ready for development.</p>

<p>We're looking for someone who:</p>

<ul>
<li>Can carry out visual design from collaborating with our client to understand their vision to delivering wireframes to
developers.</li>
<li>Can design a site that is visually compelling and is easy to use - it should meet study requirements, effectively
present a lot of information, be accessible, be responsive, and work well across browsers.</li>
<li>Has availability from now until the end of October 2021 for weekly meetings, which take place between 9a-5p ET.</li>
<li>Has excellent communication skills and prior experience collaborating with developers.</li>
<li>Can provide references from previous clients.</li>
</ul>

This is a temporary remote independent contractor role, with the possibility of future collaborations.

<p>Interested? Send us an email with a subject line that includes "Web designer" and a link to your portfolio at
<a href="mailto:work@positiondev.com">work@positiondev.com</a>.</p>
</section>

<section>
<h3>Sign up for job alerts</h3>
<p>If you're interested in being contacted when positions are available, feel free to leave us your e-mail!
We won't contact you for any other reason.</p>

Expand Down