cotech-website/manifesto.html
James Mead 195936689c Remove unused CSS classes in top-level pages
I couldn't work out how to generate these classes dynamically. I wanted
to use the page slug, but it didn't seem to be available. However since
it doesn't look as if they're being used, I've chosen to remove them for
now.
2017-07-01 12:55:17 +01:00

121 lines
5.5 KiB
HTML

---
title: Manifesto
---
<!doctype html>
<html lang="en-US">
<head>
<!-- TODO this could do with a tidy-up -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>{{ page.title }} &laquo; Cooperative Technologists</title>
<link rel="canonical" href="{{ page.url | absolute_url }}" />
<link rel='stylesheet' id='oowp_css-css' href='{{ site.github.url }}/app/mu-plugins/oowp/oowp.css?ver=4.8' type='text/css' media='all' />
<link rel='stylesheet' id='app-css' href='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' />
<script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/vendor.js?ver=4.8'></script>
<link rel="icon" href="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-32x32.png" sizes="32x32" />
<link rel="icon" href="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-180x180.png" />
<meta name="msapplication-TileImage" content="{{ site.github.url }}/app/uploads/2017/02/cropped-cotech_512x512-270x270.png" />
<style type="text/css" id="wp-custom-css">
section#contact div.row div p a:active,
section#contact div.row div p a:focus,
section#contact div.row div p a:hover {
text-decoration: underline;
color: white;
}
</style>
<link rel="stylesheet" href="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/foundation-icons/foundation-icons.css">
<link rel="icon" type="image/x-icon" href="app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">
<script type="text/javascript">
window.mapboxAccessToken = 'pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA';
</script>
</head>
<body>
<header>
<div data-sticky-container style="height: 82.7812px;">
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
<div class="top-bar-title">
<strong>
<a id="logo" href="/">
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
</a>
</strong>
<a class="back" href="/">&#8592; Go Back</a>
</div>
</div>
</div>
</header>
<div>
<div id="page-banner">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<h2>Our Manifesto</h2>
</div>
</div>
</div>
<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="/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>
<p>We call upon tech workers who share our vision to <a href="/join">join us</a>.</p>
<p>We call upon consumers of digital products &#8211; including trades unions, charities, governments and private companies &#8211; to reject the false assumption that only multinational conglomerates or private equity-funded startups can be great
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="/join">Join us</a>.</p>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-upper">
<div class="row">
<div class="small-12 columns">
<div class="menu-centered">
<ul class="menu">
<li><a href="about">About <span>&#xbb;</span></a></li>
<li><a href="join">Join <span>&#xbb;</span></a></li>
<li><a href="manifesto">Manifesto <span>&#xbb;</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-lower">
<div class="row">
<div class="small-12 columns">
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
<p>Site developed by <a href="http://glowboxdesign.co.uk" target="_blank">Glowbox Design</a> &amp; <a href="http://outlandish.com" target="_blank">Outlandish</a>.</p>
<p>Source code available on <a href="https://github.com/cotech/website" target="_blank">GitHub</a>.</p>
<p>Hosted by <a href="https://www.webarchitects.co.uk" target="_blank">Webarchitects</a> for CoTech &#xa9;2017</p>
</div>
</div>
</div>
</footer>
<script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>
<script type='text/javascript' src='{{ site.github.url }}/wp/wp-includes/js/wp-embed.min.js?ver=4.8'></script>
</body>
</html>