Compare commits
12 Commits
fix_word_b
...
copy_chang
Author | SHA1 | Date | |
---|---|---|---|
be61bf2794 | |||
48fd167a01 | |||
e746d368d9 | |||
c329f8534a | |||
ad7c252a59 | |||
efeccb222f | |||
cfb5a106af | |||
387701a529 | |||
d731b794a3 | |||
a0e79992c9 | |||
79d4adc310 | |||
a2d8d11813 |
@ -18,7 +18,7 @@
|
||||
<div class="footer-lower">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
|
||||
<img src="/assets/img/coop-logo.png" class="float-center" />
|
||||
<p>Site developed by <a href="http://glowboxdesign.co.uk/" target="_blank">Glowbox Design</a> & <a href="http://outlandish.com" target="_blank">Outlandish</a>.</p>
|
||||
<p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p>
|
||||
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech ©2018</p>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{% if page.excerpt %}
|
||||
{% if page.excerpt != blank %}
|
||||
<meta name="description" content="{{ page.excerpt | strip_html }}" />
|
||||
{% elsif page.content %}
|
||||
{% elsif page.collection == 'coops' and page.ontent != blank %}
|
||||
<meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
|
||||
{% else %}
|
||||
<meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
|
||||
@ -26,19 +26,19 @@
|
||||
{% elsif page.collection == 'clients' %}
|
||||
<meta property="og:image" content="/images/clients/{{ page.slug }}" />
|
||||
{% else %}
|
||||
<meta property="og:image" content="/app/themes/coop-tech-oowp-theme/public/img/Cotech_512x512.png" />
|
||||
<meta property="og:image" content="/assets/img/Cotech_512x512.png" />
|
||||
{% endif %}
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@CotechUK" />
|
||||
<meta name="twitter:image" content="/app/themes/coop-tech-oowp-theme/public/img/Cotech_512x512.png" />
|
||||
<meta name="twitter:image" content="/assets/img/Cotech_512x512.png" />
|
||||
<link rel="canonical" href="{{ page.url | absolute_url }}" />
|
||||
<link rel='stylesheet' id='app-css' href='/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' />
|
||||
<script type='text/javascript' src='/app/themes/coop-tech-oowp-theme/public/js/vendor.js?ver=4.8'></script>
|
||||
<link rel="icon" href="/app/uploads/2017/02/cropped-cotech_512x512-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" href="/app/uploads/2017/02/cropped-cotech_512x512-192x192.png" sizes="192x192" />
|
||||
<link rel="apple-touch-icon-precomposed" href="/app/uploads/2017/02/cropped-cotech_512x512-180x180.png" />
|
||||
<meta name="msapplication-TileImage" content="/app/uploads/2017/02/cropped-cotech_512x512-270x270.png" />
|
||||
<link rel='stylesheet' id='app-css' href='/assets/css/app.css?ver=4.8' type='text/css' media='all' />
|
||||
<script type='text/javascript' src='/assets/js/vendor.js?ver=4.8'></script>
|
||||
<link rel="icon" href="/assets/img/cropped-cotech_512x512-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" href="/assets/img/cropped-cotech_512x512-192x192.png" sizes="192x192" />
|
||||
<link rel="apple-touch-icon-precomposed" href="/assets/img/cropped-cotech_512x512-180x180.png" />
|
||||
<meta name="msapplication-TileImage" content="/assets/img/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,
|
||||
@ -47,8 +47,8 @@
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/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">
|
||||
<link rel="stylesheet" href="/assets/foundation-icons/foundation-icons.css">
|
||||
<link rel="icon" type="image/x-icon" href="/assets/img/CoTech-logo.png">
|
||||
<script type="text/javascript">
|
||||
window.mapboxAccessToken = '{{ site.mapbox_access_token }}';
|
||||
</script>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="top-bar-title">
|
||||
<strong>
|
||||
<a id="logo" href="/">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
<img src="/assets/img/CoTech-logo.png">CoTech
|
||||
</a>
|
||||
</strong>
|
||||
<a class="back" href="/">← Go Back</a>
|
||||
|
@ -1 +1 @@
|
||||
<script type='text/javascript' src='/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>
|
||||
<script type='text/javascript' src='/assets/js/app.js?ver=4.8'></script>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div class="top-bar-title">
|
||||
<strong>
|
||||
<a id="logo" href="/">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
<img src="/assets/img/CoTech-logo.png">CoTech
|
||||
</a>
|
||||
</strong>
|
||||
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
|
||||
|
@ -13,8 +13,8 @@
|
||||
* -------------------------- */
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
|
||||
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
|
||||
src: url("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
|
||||
src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
/* makes the font 33% larger relative to the icon container */
|
||||
.fa-lg {
|
||||
.fa-lg {f
|
||||
font-size: 1.33333em;
|
||||
line-height: 0.75em;
|
||||
vertical-align: -15%; }
|
||||
@ -6464,15 +6464,15 @@ table.hover tbody tr:nth-of-type(even):hover {
|
||||
/* ---------------------------------------- Typography ---------------------------------------- */
|
||||
@font-face {
|
||||
font-family: 'open_sansregular';
|
||||
src: url("../fonts/OpenSans-Regular-webfont.eot");
|
||||
src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
|
||||
src: url("/assets/fonts/OpenSans-Regular-webfont.eot");
|
||||
src: url("/assets/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'open_sansbold';
|
||||
src: url("../fonts/OpenSans-Bold-webfont.eot");
|
||||
src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
|
||||
src: url("/assets/fonts/OpenSans-Bold-webfont.eot");
|
||||
src: url("/assets/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
||||
@ -6554,7 +6554,7 @@ a:focus {
|
||||
#banner {
|
||||
padding: 8rem 0;
|
||||
text-align: center;
|
||||
background-image: url(../img/banner-collage.jpg);
|
||||
background-image: url(/assets/img/banner-collage.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover; }
|
||||
@ -6981,3 +6981,8 @@ footer {
|
||||
color: #ffffff; }
|
||||
|
||||
/*# sourceMappingURL=app.css.map */
|
||||
|
||||
|
||||
.forum-links a{
|
||||
margin: 0 auto;
|
||||
}
|
1
assets/css/app.css.map
Normal file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 915 B After Width: | Height: | Size: 915 B |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 327 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
assets/img/cotech-300.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 980 B After Width: | Height: | Size: 980 B |
BIN
assets/img/discourse-300.png
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
38
index.html
@ -8,12 +8,12 @@ layout: home
|
||||
<div class="small-12 medium-10 large-8 small-centered columns">
|
||||
|
||||
<div class="small-3 columns">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/icon-coops.png" class="float-center">
|
||||
<img src="/assets/img/icon-coops.png" class="float-center">
|
||||
<h6>Co-ops</h6>
|
||||
<h5>{{ site.coops.size }}</h5>
|
||||
</div>
|
||||
<div class="small-3 columns">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/icon-staff.png" class="float-center">
|
||||
<img src="/assets/img/icon-staff.png" class="float-center">
|
||||
<h6>Staff</h6>
|
||||
{% assign total_members = 0 %}
|
||||
{% for coop in site.coops %}
|
||||
@ -22,15 +22,19 @@ layout: home
|
||||
<h5>{{ total_members }}+</h5>
|
||||
</div>
|
||||
<div class="small-3 columns">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/icon-revenue.png" class="float-center">
|
||||
<img src="/assets/img/icon-revenue.png" class="float-center">
|
||||
<h6>Revenue</h6>
|
||||
<h5>£10.3m</h5>
|
||||
</div>
|
||||
<div class="small-3 columns">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/icon-clients.png" class="float-center">
|
||||
<img src="/assets/img/icon-clients.png" class="float-center">
|
||||
<h6>Clients</h6>
|
||||
<h5>{{ site.clients.size }}+</h5>
|
||||
</div>
|
||||
<p>CoTech is a network of ethical co-operatives providing technology, digital and creative services.</p>
|
||||
<p>Working with co-operatives has major benefits: you’ll work directly with the people who own the business, who have a stake in making sure your project succeeds. With no private shareholders drawing out dividends, you’ll get genuine value for money. And on top of that, you’ll get the benefit of working with small and responsive businesses which draw on the skills, specialisms and security of a large network.</p>
|
||||
<p>Browse our co-operatives and services or get in touch if you’d like us to help you find the right co-op partner.</p>
|
||||
<p>If you’re a tech co-op or a co-operatively minded freelancer and you’d like to <a href="/join">join us</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -160,12 +164,26 @@ layout: home
|
||||
<div class="small-12 medium-6 small-centered columns">
|
||||
|
||||
<h2>Get In Touch</h2>
|
||||
<p>
|
||||
If you would like to work with us, or find out more,
|
||||
<a href="{{ site.forum }}">get in touch on our forum</a>.
|
||||
<br/> Not sure which tech coop, or coops, are right for you? Drop us a message on
|
||||
<a href="{{ site.forum }}">our forum</a>, and we will help you find the perfect match.
|
||||
</p>
|
||||
<p>
|
||||
All the members of CoTech are available to hire, and each has different specialisms. We vary in size from 2 people to 40+ people, and use different technologies. If you know what <a href="#technologies">technology</a> or <a href="#services">service</a> you're looking, you can use this site to find suitable co-ops. If you're not sure what you're looking for you can browse the <a href="#members">members</a> and get in touch with one that you like the look of. We're all committed to being honest about our capabilites and capacities, and we'll refer you to a different co-op if we think they'll offer you better value.
|
||||
</p>
|
||||
<div class="row forum-links">
|
||||
<div class="small-12 medium-6 columns">
|
||||
<img src="/assets/img/discourse-300.png" />
|
||||
</div>
|
||||
<div class="small-12 medium-6 columns">
|
||||
|
||||
<img class="mx-auto" src="/assets/img/cotech-300.png" />
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
|
||||
|
||||
|
||||
If you want to don't want to hire us but want to find out more about co-ops, find a job in a co-op or discuss how technology can help solve the world's myriad problems, please head over to our <a href="{{ site.forum }}">Disourse forum</a>.
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|