Skip to content
Snippets Groups Projects
Commit b7755a02 authored by akwizgran's avatar akwizgran
Browse files

Added hiring page.

parent d036a9a5
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,9 @@
<div class="full">
<h2>Get Involved</h2>
<p>The Briar project is looking for help! We need people to contribute to all aspects of the project, including design, development, documentation, translation and testing.</p>
<p>If you're a UX designer or a Java developer, we'd love to hear from you - we're happy to provide guidance or mentoring for less experienced developers. Knowledge of Android or Swing would be especially useful.</p>
<p>We're also looking for people who can help with technical documentation, user documentation, translations and testing.</p>
<p>Briar is hiring! We're looking for two developers and a user experience designer to take the project from its current beta state to a 1.0 release. <a href='hiring.html'>Please see our hiring page for more information.</a></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>.</p>
......
<!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">
</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">
<iframe id="signupframe" style="display: none" name="signupframe" src="about:blank"></iframe>
<div id="signup">
<form id="signupform" action="https://lists.sourceforge.net/lists/subscribe/briar-announce" target="signupframe" method="post">
<input placeholder="Email address" type="email" name="email" tabindex="2"></input>
<button name="submit" type="submit" id="signup-submit" onClick="_submit_form();">Keep me updated</button>
</form>
<div id="signupconf">Thanks! We'll keep you updated.</div>
<script language="JavaScript">
<!--
function _submit_form(){
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>Briar is Hiring!</h2>
<p>Thanks to support from the <a href='https://www.opentech.fund/'>Open Technology Fund</a>, the Briar project is hiring two developers and a user experience designer to take the project from its current beta state to a 1.0 release. Please spread the word and help us find great people to fill these exciting roles!</p>
<h4>Android developer</h4>
<p>December 2015 - May 2016, full-time or part-time</p>
<p>Essential skills:</p>
<ul>
<li>Experienced Android developer</li>
<li>Material Design experience</li>
<li>Familiar with git</li>
<li>Good communicator</li>
<li>Used to working in a lean/agile team</li>
<li>Experience of remote working</li>
</ul>
<p>Desirable skills:</p>
<ul>
<li>Mobile security</li>
<li>Networking and Bluetooth</li>
</ul>
<h4>Java developer</h4>
<p>December 2015 - May 2016, full-time or part-time</p>
<p>Essential skills:</p>
<ul>
<li>Experienced Java developer</li>
<li>Strong concurrent programming skills</li>
<li>Test-driven development experience</li>
<li>Familiar with git</li>
<li>Good communicator</li>
<li>Used to working in a lean/agile team</li>
<li>Experience of remote working</li>
</ul>
<p>Desirable skills:</p>
<ul>
<li>SQL and JDBC</li>
<li>Network protocols and cryptography</li>
</ul>
<h4>User experience designer</h4>
<p>February - May 2016, full-time</p>
<p>Essential skills:</p>
<ul>
<li>Experienced mobile UX designer</li>
<li>Usability testing experience</li>
<li>Material Design experience</li>
<li>Good communicator</li>
<li>Used to working in a lean/agile team</li>
<li>Experience of remote working</li>
</ul>
<p>Desirable skills:</p>
<ul>
<li>Mobile security</li>
<li>Social/messaging apps</li>
<li>Agile product owner</li>
</ul>
<p>All roles will involve working remotely with a team based in the GMT timezone.</p>
<p>If you're interested in any of these positions, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="keys/contact.asc">PGP key</a>].</p>
</div> <!-- full -->
</div> <!-- content -->
</div> <!-- container -->
</div> <!-- wrapper -->
<div class="clearboth"></div>
<div id="footer_container">
<div id="footer">
<div id="signup2">
<form id="signupform2" action="https://lists.sourceforge.net/lists/subscribe/briar-announce" target="signupframe" method="post">
<input placeholder="Email address" type="email" name="email" tabindex="2" ></input>
<button name="submit" type="submit" id="signup-submit2" onClick="_submit_form2();">Keep me updated</button>
</form>
<div id="signupconf2">Thanks! We'll keep you updated.</div>
<script language="JavaScript">
<!--
function _submit_form2(){
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>Site design by Reflective Spaces</li>
</ul>
</div> <!-- footer -->
</div> <!-- footer_container -->
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment