contractpatch: Mark up page sections.

I'm going to do some styling on these but I'm not sure what yet.
This commit is contained in:
Brett Smith 2016-11-30 15:14:13 -05:00
parent 8b1a03ede2
commit d0e3ad782e

View file

@ -14,16 +14,23 @@
<div id="subhed">Everything is negotiable</div>
<div id="contractpatch-intro" class="section">
<h3>What is ContractPatch?</h3>
<p style="clear: both;">Many free and open source software developers sign employment agreements with their employers. These agreements can affect whether and how developers contribute to FOSS—whether its done as part of their employment, after hours, or both. ContractPatch is Conservancys initiative to give developers the words they need to make sure they can continue to do the work thats important to them and our community. Whether those words are negotiation tactics for the hiring process, or language to suggest for a prospective employment agreement, ContractPatch helps developers defend their own interests.</p>
<p>In the coming months, well write about legal and strategic points in contract negotiation strategies, pre-negotiation prep and practice, methods for negotiating, and general information on your legal rights around contracts. Well also look at specific contract provisions—especially those that impact tech workers the most, such as non-compete agreements and intellectual property assignment clauses. This will all go hand-in-hand with a Git repository with forkable sample language for key contract provisions, such as payment terms, benefits, non-competition and non-solicitation agreements, and intellectual property assignment clauses.</p>
</div>
<div id="contractpatch-follow" class="section">
<h3>Follow ContractPatch</h3>
<p><a href="https://lists.sfconservancy.org/mailman/listinfo/contractpatch">Subscribe to our discussion mailing list.</a> This is a great place to talk about issues in employment agreements, and suggest what ContractPatch might tackle next.</p>
<p><a href="https://twitter.com/ContractPatch">Follow ContractPatch on Twitter.</a></p>
</div>
<div id="contractpatch-blog" class="section">
<h3>Blog posts</h3>
{% comment %}
@ -39,4 +46,5 @@ This is duplicated from blog/entry_list.html
{% endfor %}
<p><span class="continued"><a href="/blog/?tag=ContractPatch">Read all ContractPatch blog posts…</a></span></p>
</div>
{% endblock %}