DRY up top-level pages

This commit is contained in:
James Mead 2017-07-01 20:33:21 +01:00
parent da2d0dbda2
commit 45dc39fdef
4 changed files with 18 additions and 27 deletions

View File

@ -17,7 +17,23 @@
</div>
</div>
{{ content }}
<div class="page-content">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
{{ content }}
</div>
</div>
{% if page.append_email_form %}
<section id="join-form">
<div class="row">
<div class="small-12 medium-6 small-centered columns">
<p>Contact us via <a href="mailto:{{ site.contact_email }}">{{ site.contact_email }}</a>.</p>
</div>
</div>
</section>
{% endif %}
</div>
</div>

View File

@ -3,9 +3,6 @@ title: About
heading: About CoTech
layout: default
---
<div class="page-content">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<p>Co-operative Technologists (aka CoTech) is a network of co-operatives that sell tech/digital services. It aims to create a better technology sector in the UK that focuses primarily on worker, customer and end-user needs rather than on generating
private profit.
</p>
@ -24,6 +21,3 @@ layout: default
</p>
<p><img src="https://wiki.coops.tech/w/images/a/ae/Pose.png" alt="Co-operative Technologists at Wortley Hall" width="1024" height="376" /></p>
<p>Read <a href="{{ site.github.url }}/manifesto">our manifesto</a>, <a href="{{ site.github.url }}/#contact">contact us if you want to work with us</a> or <a href="{{ site.github.url }}/join">join us</a>.</p>
</div>
</div>
</div>

View File

@ -2,10 +2,8 @@
title: Join
heading: Join CoTech
layout: default
append_email_form: true
---
<div class="page-content">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<p>Membership of the Co-operative Technologists network is open to all co-ops that sell technical/digital products or services that are run and owned by their workers.</p>
<p>Secondary co-ops and multi-stakeholder co-ops are also welcome so long as all they (and their members) do not generate money for investors by exploiting their workers.</p>
<p>We refer to these as tech co-ops, though many of us are focused mainly on design or film-making, for example. There are many ways to get involved depending where you&#8217;re coming from.</p>
@ -30,14 +28,3 @@ layout: default
<p>If you&#8217;d like to find out more and help shape this official supporter role then please get in touch. You can also read more about us and check out our manifesto. You can also read more <a href="about">about us</a> and check out our
<a
href="manifesto">manifesto</a>.</p>
</div>
</div>
<section id="join-form">
<div class="row">
<div class="small-12 medium-6 small-centered columns">
<p>Contact us via <a href="mailto:{{ site.contact_email }}">{{ site.contact_email }}</a>.</p>
</div>
</div>
</section>
</div>

View File

@ -3,9 +3,6 @@ title: Manifesto
heading: Our Manifesto
layout: default
---
<div class="page-content">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<p>We believe in a fairer world in which wealth and resources are distributed to the people who need them rather than those best able to take them.</p>
<p>As <a href="{{ site.github.url }}/about">Co-operative Technologists</a> we aim to ensure that technology plays its part in creating a fairer world.</p>
<p>Our individual worker co-operatives have shown that workers who collectively own their companies and control their destinies make better workplaces, better suppliers and better digital products.</p>
@ -14,6 +11,3 @@ layout: default
tech companies. Technology is the lifeblood of all our futures, not just a gravy train for the fortunate few.</p>
<p>We hereby give notice to technology companies that do not treat their employees fairly, do not give their workers control of their businesses and do not seek to create a fairer world that your days are numbered. We are more creative, more committed
and more resilient. <a href="{{ site.github.url }}/join">Join us</a>.</p>
</div>
</div>
</div>