diff --git a/get-involved.html b/get-involved.html
index 7ab2bda5c57b1fd7a04b260b1c2f15aa25fdb1d4..70cca5651965d764c5f8e9b52981e9b676d8ffe1 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -52,7 +52,9 @@
         <div class="full">
           <h2>Get Involved</h2>
 
-          <p>We're looking for volunteers to contribute to all aspects of the project, including design, development, documentation, translation and testing. We're happy to provide guidance or mentoring for less experienced contributors.</p>
+          <p>The Briar project is looking for a Java developer, a UX designer and a usability consultant to join the team. Please see the <a href="hiring.html">hiring page</a> for details.</p>
+
+          <p>We're also looking for volunteers to contribute to all aspects of the project, including design, development, documentation, translation and testing. We're happy to provide guidance or mentoring for less experienced contributors.</p>
 
           <p>If you're interested in getting involved or following the progress of the project, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel">join the development mailing list</a> or email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="keys/contact.asc">PGP key</a>]. Translators can volunteer through our <a href="https://transifex.com/otf/briar">Transifex project</a>.</p>
 
diff --git a/hiring.html b/hiring.html
index 397384341c4fafefba8617ad66dc8bb75abb3d76..10be86eeced63e81f695d7c4ed82c5ca2f46895f 100644
--- a/hiring.html
+++ b/hiring.html
@@ -51,9 +51,19 @@
       <div id="content">
         <div class="full">
 
-          <h2>Sorry, We're Not Currently Hiring</h2>
+          <h2>Briar is Hiring</h2>
 
-          <p>We don't currently have any paid positions available, but if you'd like to hear about future vacancies, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="keys/contact.asc">PGP key</a>]. If you're interested in getting involved as a volunteer, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel">join the development mailing list</a>.</p>
+          <p>Thanks to support from the Open Technology Fund, the Briar project is looking for the following people to join the team:</p>
+
+          <p><a href="hiring/2018-05-java-developer.html">Java Developer</a></p>
+
+          <p><a href="hiring/2018-05-ux-designer.html">UX Designer</a></p>
+
+          <p><a href="hiring/2018-05-usability-consultant.html">Usability Consultant</a></p>
+
+          <p>To apply, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="../keys/contact.asc">PGP key</a>].</p>
+
+          <p> If you're interested in getting involved as a volunteer, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel" rel="noopener noreferrer" target="_blank">join the development mailing list</a>. Translators can volunteer through our <a href="https://transifex.com/otf/briar">Transifex project</a>.</p>
 
         </div> <!-- full -->
       </div> <!-- content -->
diff --git a/hiring/2018-05-java-developer.html b/hiring/2018-05-java-developer.html
new file mode 100644
index 0000000000000000000000000000000000000000..ec9b03f74c9ccebbeab49f556cc6a6f94a78cc17
--- /dev/null
+++ b/hiring/2018-05-java-developer.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+  <title>Briar</title>
+  <meta name="description" content="Secure messaging, anywhere"/>
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="flattr:id" content="4pq200">
+</head>
+<body id="involved">
+
+  <div id="wrapper">
+    <div id="header_container">
+      <div id="header">
+        <a href="../index.html"><div id="logo"><img src="../img/briar_logo_large.png" alt="Briar" class="logo"/></div></a>
+        <div id="nav">
+          <div id="signup">
+            <div id="twitter">
+              <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="../img/twitter.png"/></a>
+            </div> <!-- twitter -->
+            <form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm()">
+              <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
+              <button name="submit" type="submit" id="signup-submit">Keep me updated</button>
+            </form>
+            <div id="signupconf">Thanks! We'll keep you updated.</div>
+            <script language="JavaScript">
+            <!--
+            function submitForm(){
+                document.getElementById('signupform').style.display = 'none';
+                document.getElementById('signupconf').style.display = 'block';
+                return true;
+            }
+            //-->
+            </script>
+          </div> <!-- signup -->
+          <label for="menu-toggle"><img src="../img/menu.png"></label>
+          <input type="checkbox" id="menu-toggle"/>
+          <ul id="menu">
+            <li><a href="../index.html" id="indexnav">Home</a></li>
+            <li><a href="../download.html" id="downloadnav">Download</a></li>
+            <li><a href="../how-it-works.html" id="hownav">How&nbsp;it&nbsp;Works</a></li>
+            <li><a href="../about.html" id="aboutnav">About&nbsp;Us</a></li>
+            <li><a href="../get-involved.html" id="involvednav">Get&nbsp;Involved</a></li>
+          </ul>
+        </div> <!-- nav -->
+      </div> <!-- header -->
+    </div> <!-- header_container -->
+
+    <div id="container">
+      <div id="content">
+        <div class="full">
+
+          <h2>Java Developer</h2>
+
+          <p><strong>Essential skills:</strong></p>
+          <ul>
+            <li>Experienced Java developer</li>
+            <li>Concurrency</li>
+            <li>Agile</li>
+            <li>Code review</li>
+            <li>Good communication skills</li>
+            <li>Remote working experience</li>
+          </ul>
+
+          <p><strong>Desirable skills:</strong></p>
+          <ul>
+            <li>Android development</li>
+            <li>Profiling and benchmarking</li>
+            <li>Networking and cryptography</li>
+          </ul>
+
+          <p><strong>Pay:</strong> USD 300/day</p>
+
+          <p><strong>Availability:</strong> Full-time or part-time, June-November 2018</p>
+
+          <p>We're a small, friendly team dedicated to creating simple and secure software. We work remotely across different timezones, using Mattermost and GitLab to keep in touch.</p>
+
+          <p>The developer will collaborate with the rest of the team to develop new features for the Briar messaging app, and to evaluate and improve the performance of existing features.</p>
+
+          <p>To apply, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="../keys/contact.asc">PGP key</a>].</p>
+
+          <p> If you're interested in getting involved as a volunteer, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel" rel="noopener noreferrer" target="_blank">join the development mailing list</a>. Translators can volunteer through our <a href="https://transifex.com/otf/briar">Transifex project</a>.</p>
+
+        </div> <!-- full -->
+      </div> <!-- content -->
+    </div> <!-- container -->
+  </div> <!-- wrapper -->
+
+  <div class="clearboth"></div>
+
+  <div id="footer_container">
+    <div id="footer">
+      <div id="signup2">
+        <div id="twitter2">
+          <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="../img/twitter.png"/></a>
+        </div> <!-- twitter2 -->
+        <form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm2()">
+          <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
+          <button name="submit" type="submit" id="signup-submit2">Keep me updated</button>
+        </form>
+        <div id="signupconf2">Thanks! We'll keep you updated.</div>
+        <script language="JavaScript">
+        <!--
+        function submitForm2(){
+            document.getElementById('signupform2').style.display = 'none';
+            document.getElementById('signupconf2').style.display = 'block';
+            return true;
+        }
+        //-->
+        </script>
+      </div> <!-- signup2 -->
+      <ul>
+        <li><a href="../copyright.html">Copyright</a></li>
+        <li><a href="../privacy.html">Privacy</a></li>
+        <li>Site design by Reflective Spaces</li>
+      </ul>
+    </div> <!-- footer -->
+  </div> <!-- footer_container -->
+</body>
+</html>
diff --git a/hiring/2018-05-usability-consultant.html b/hiring/2018-05-usability-consultant.html
new file mode 100644
index 0000000000000000000000000000000000000000..4ea089bb75d68b652a9ba609c73ff42478055d5f
--- /dev/null
+++ b/hiring/2018-05-usability-consultant.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+  <title>Briar</title>
+  <meta name="description" content="Secure messaging, anywhere"/>
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="flattr:id" content="4pq200">
+</head>
+<body id="involved">
+
+  <div id="wrapper">
+    <div id="header_container">
+      <div id="header">
+        <a href="../index.html"><div id="logo"><img src="../img/briar_logo_large.png" alt="Briar" class="logo"/></div></a>
+        <div id="nav">
+          <div id="signup">
+            <div id="twitter">
+              <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="../img/twitter.png"/></a>
+            </div> <!-- twitter -->
+            <form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm()">
+              <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
+              <button name="submit" type="submit" id="signup-submit">Keep me updated</button>
+            </form>
+            <div id="signupconf">Thanks! We'll keep you updated.</div>
+            <script language="JavaScript">
+            <!--
+            function submitForm(){
+                document.getElementById('signupform').style.display = 'none';
+                document.getElementById('signupconf').style.display = 'block';
+                return true;
+            }
+            //-->
+            </script>
+          </div> <!-- signup -->
+          <label for="menu-toggle"><img src="../img/menu.png"></label>
+          <input type="checkbox" id="menu-toggle"/>
+          <ul id="menu">
+            <li><a href="../index.html" id="indexnav">Home</a></li>
+            <li><a href="../download.html" id="downloadnav">Download</a></li>
+            <li><a href="../how-it-works.html" id="hownav">How&nbsp;it&nbsp;Works</a></li>
+            <li><a href="../about.html" id="aboutnav">About&nbsp;Us</a></li>
+            <li><a href="../get-involved.html" id="involvednav">Get&nbsp;Involved</a></li>
+          </ul>
+        </div> <!-- nav -->
+      </div> <!-- header -->
+    </div> <!-- header_container -->
+
+    <div id="container">
+      <div id="content">
+        <div class="full">
+
+          <h2>Usability Consultant</h2>
+
+          <p><strong>Essential skills:</strong></p>
+          <ul>
+            <li>Experienced usability professional</li>
+            <li>User research</li>
+            <li>Usability testing</li>
+            <li>Good communication skills</li>
+            <li>Remote working experience</li>
+          </ul>
+
+          <p><strong>Desirable skills:</strong></p>
+          <ul>
+            <li>Security/privacy by design</li>
+            <li>Mobile usability</li>
+          </ul>
+
+          <p><strong>Pay:</strong> USD 300/day (plus user testing expenses)</p>
+
+          <p><strong>Availability:</strong> 13 days during June-November 2018</p>
+
+          <p>We're a small, friendly team dedicated to creating simple and secure software. We work remotely across different timezones, using Mattermost and GitLab to keep in touch.</p>
+
+          <p>The consultant will collaborate with the rest of the team to research and evaluate features for the Briar messaging app, including workflows for security-critical tasks. The consultant will carry out user testing sessions to guide the development process.</p>
+
+          <p>This role could be combined with the <a href="2018-05-ux-designer.html">UX designer role</a> if the applicant has the right mix of skills.</p>
+
+          <p>To apply, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="../keys/contact.asc">PGP key</a>].</p>
+
+          <p> If you're interested in getting involved as a volunteer, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel" rel="noopener noreferrer" target="_blank">join the development mailing list</a>. Translators can volunteer through our <a href="https://transifex.com/otf/briar">Transifex project</a>.</p>
+
+        </div> <!-- full -->
+      </div> <!-- content -->
+    </div> <!-- container -->
+  </div> <!-- wrapper -->
+
+  <div class="clearboth"></div>
+
+  <div id="footer_container">
+    <div id="footer">
+      <div id="signup2">
+        <div id="twitter2">
+          <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="../img/twitter.png"/></a>
+        </div> <!-- twitter2 -->
+        <form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm2()">
+          <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
+          <button name="submit" type="submit" id="signup-submit2">Keep me updated</button>
+        </form>
+        <div id="signupconf2">Thanks! We'll keep you updated.</div>
+        <script language="JavaScript">
+        <!--
+        function submitForm2(){
+            document.getElementById('signupform2').style.display = 'none';
+            document.getElementById('signupconf2').style.display = 'block';
+            return true;
+        }
+        //-->
+        </script>
+      </div> <!-- signup2 -->
+      <ul>
+        <li><a href="../copyright.html">Copyright</a></li>
+        <li><a href="../privacy.html">Privacy</a></li>
+        <li>Site design by Reflective Spaces</li>
+      </ul>
+    </div> <!-- footer -->
+  </div> <!-- footer_container -->
+</body>
+</html>
diff --git a/hiring/2018-05-ux-designer.html b/hiring/2018-05-ux-designer.html
new file mode 100644
index 0000000000000000000000000000000000000000..a4bc95191b30bbba552de3d9ab636f33d700b0f4
--- /dev/null
+++ b/hiring/2018-05-ux-designer.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+  <title>Briar</title>
+  <meta name="description" content="Secure messaging, anywhere"/>
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="flattr:id" content="4pq200">
+</head>
+<body id="involved">
+
+  <div id="wrapper">
+    <div id="header_container">
+      <div id="header">
+        <a href="../index.html"><div id="logo"><img src="../img/briar_logo_large.png" alt="Briar" class="logo"/></div></a>
+        <div id="nav">
+          <div id="signup">
+            <div id="twitter">
+              <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="../img/twitter.png"/></a>
+            </div> <!-- twitter -->
+            <form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm()">
+              <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
+              <button name="submit" type="submit" id="signup-submit">Keep me updated</button>
+            </form>
+            <div id="signupconf">Thanks! We'll keep you updated.</div>
+            <script language="JavaScript">
+            <!--
+            function submitForm(){
+                document.getElementById('signupform').style.display = 'none';
+                document.getElementById('signupconf').style.display = 'block';
+                return true;
+            }
+            //-->
+            </script>
+          </div> <!-- signup -->
+          <label for="menu-toggle"><img src="../img/menu.png"></label>
+          <input type="checkbox" id="menu-toggle"/>
+          <ul id="menu">
+            <li><a href="../index.html" id="indexnav">Home</a></li>
+            <li><a href="../download.html" id="downloadnav">Download</a></li>
+            <li><a href="../how-it-works.html" id="hownav">How&nbsp;it&nbsp;Works</a></li>
+            <li><a href="../about.html" id="aboutnav">About&nbsp;Us</a></li>
+            <li><a href="../get-involved.html" id="involvednav">Get&nbsp;Involved</a></li>
+          </ul>
+        </div> <!-- nav -->
+      </div> <!-- header -->
+    </div> <!-- header_container -->
+
+    <div id="container">
+      <div id="content">
+        <div class="full">
+
+          <h2>UX Designer</h2>
+
+          <p><strong>Essential skills:</strong></p>
+          <ul>
+            <li>Experienced mobile UX designer</li>
+            <li>Android/Material Design</li>
+            <li>Iterative design</li>
+            <li>Good communication skills</li>
+            <li>Remote working experience</li>
+          </ul>
+
+          <p><strong>Desirable skills:</strong></p>
+          <ul>
+            <li>Security/privacy by design</li>
+            <li>Android Studio design tools</li>
+          </ul>
+
+          <p><strong>Pay:</strong> USD 300/day</p>
+
+          <p><strong>Availability:</strong> 32 days during June-November 2018</p>
+
+          <p>We're a small, friendly team dedicated to creating simple and secure software. We work remotely across different timezones, using Mattermost and GitLab to keep in touch.</p>
+
+          <p>The designer will work iteratively with the rest of the team to design new features for the Briar messaging app and improve the usability and appearance of existing features.</p>
+
+          <p>This role could be combined with the <a href="2018-05-usability-consultant.html">usability consultant role</a> if the applicant has the right mix of skills.</p>
+
+          <p>To apply, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="../keys/contact.asc">PGP key</a>].</p>
+
+          <p> If you're interested in getting involved as a volunteer, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel" rel="noopener noreferrer" target="_blank">join the development mailing list</a>. Translators can volunteer through our <a href="https://transifex.com/otf/briar">Transifex project</a>.</p>
+
+        </div> <!-- full -->
+      </div> <!-- content -->
+    </div> <!-- container -->
+  </div> <!-- wrapper -->
+
+  <div class="clearboth"></div>
+
+  <div id="footer_container">
+    <div id="footer">
+      <div id="signup2">
+        <div id="twitter2">
+          <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="../img/twitter.png"/></a>
+        </div> <!-- twitter2 -->
+        <form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm2()">
+          <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
+          <button name="submit" type="submit" id="signup-submit2">Keep me updated</button>
+        </form>
+        <div id="signupconf2">Thanks! We'll keep you updated.</div>
+        <script language="JavaScript">
+        <!--
+        function submitForm2(){
+            document.getElementById('signupform2').style.display = 'none';
+            document.getElementById('signupconf2').style.display = 'block';
+            return true;
+        }
+        //-->
+        </script>
+      </div> <!-- signup2 -->
+      <ul>
+        <li><a href="../copyright.html">Copyright</a></li>
+        <li><a href="../privacy.html">Privacy</a></li>
+        <li>Site design by Reflective Spaces</li>
+      </ul>
+    </div> <!-- footer -->
+  </div> <!-- footer_container -->
+</body>
+</html>