mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +00:00
Updated Config and 19 other files
This commit is contained in:
parent
066a6c2e30
commit
71be497ac6
@ -1,2 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
title: 360 Giving
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
title: Oxfam
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
title: Oxford City Council
|
||||||
---
|
---
|
||||||
|
|
||||||
|
66
_config.yml
66
_config.yml
@ -1,27 +1,43 @@
|
|||||||
|
---
|
||||||
|
title: Cotech Website
|
||||||
|
timezone: UTC
|
||||||
|
collections:
|
||||||
|
clients:
|
||||||
|
title: Clients
|
||||||
|
output: false
|
||||||
|
coops:
|
||||||
|
title: Coops
|
||||||
|
output: true
|
||||||
|
permalink: "/co-op/:name"
|
||||||
|
posts:
|
||||||
|
title: Posts
|
||||||
|
output: true
|
||||||
|
services:
|
||||||
|
title: Services
|
||||||
|
output: true
|
||||||
|
permalink: "/service/:name"
|
||||||
|
technologies:
|
||||||
|
title: Technologies
|
||||||
|
output: true
|
||||||
|
permalink: "/technology/:name"
|
||||||
|
uploads:
|
||||||
|
title: Uploads
|
||||||
|
output: true
|
||||||
|
defaults:
|
||||||
|
- scope:
|
||||||
|
path: ''
|
||||||
|
type: coops
|
||||||
|
values:
|
||||||
|
layout: coop
|
||||||
|
- scope:
|
||||||
|
path: ''
|
||||||
|
type: services
|
||||||
|
values:
|
||||||
|
layout: service
|
||||||
|
- scope:
|
||||||
|
path: ''
|
||||||
|
type: technologies
|
||||||
|
values:
|
||||||
|
layout: technology
|
||||||
contact_email: contact@coops.tech
|
contact_email: contact@coops.tech
|
||||||
mapbox_access_token: pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA
|
mapbox_access_token: pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA
|
||||||
collections:
|
|
||||||
coops:
|
|
||||||
output: true
|
|
||||||
permalink: /co-op/:name
|
|
||||||
clients:
|
|
||||||
output: false
|
|
||||||
services:
|
|
||||||
output: true
|
|
||||||
permalink: /service/:name
|
|
||||||
technologies:
|
|
||||||
output: true
|
|
||||||
permalink: /technology/:name
|
|
||||||
defaults:
|
|
||||||
- scope:
|
|
||||||
type: coops
|
|
||||||
values:
|
|
||||||
layout: coop
|
|
||||||
- scope:
|
|
||||||
type: services
|
|
||||||
values:
|
|
||||||
layout: service
|
|
||||||
- scope:
|
|
||||||
type: technologies
|
|
||||||
values:
|
|
||||||
layout: technology
|
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
---
|
---
|
||||||
|
title: Agile Collective
|
||||||
name: Agile Collective
|
name: Agile Collective
|
||||||
website: 'http://agile.coop'
|
website: http://agile.coop
|
||||||
email: info@agile.coop
|
email: info@agile.coop
|
||||||
twitter: AgileCollective
|
twitter: AgileCollective
|
||||||
telephone: 01865 403 120
|
telephone: 01865 403 120
|
||||||
address: 'Room 301, The Old Music Hall, 106-108 Cowley Road, Oxford, United Kingdom, OX4 1JE'
|
address: Room 301, The Old Music Hall, 106-108 Cowley Road, Oxford, United Kingdom,
|
||||||
|
OX4 1JE
|
||||||
latitude: 51.7483541
|
latitude: 51.7483541
|
||||||
longitude: -1.2412285
|
longitude: -1.2412285
|
||||||
clients:
|
clients:
|
||||||
- oxfam
|
- oxfam
|
||||||
- oxford-city-council
|
- oxford-city-council
|
||||||
services:
|
services:
|
||||||
- consultancy
|
- consultancy
|
||||||
- development
|
- development
|
||||||
- devops
|
- devops
|
||||||
technologies:
|
technologies:
|
||||||
- apache
|
- apache
|
||||||
- bash
|
- bash
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team – including our client.
|
Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team – including our client.
|
||||||
|
|
||||||
As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the ‘Code Club’ on a Wednesday afternoon which is aimed at inspiring young people to get into coding.
|
As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the ‘Code Club’ on a Wednesday afternoon which is aimed at inspiring young people to get into coding.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Go Free Range
|
||||||
name: Go Free Range
|
name: Go Free Range
|
||||||
website: http://gofreerange.com
|
website: http://gofreerange.com
|
||||||
email: lets@gofreerange.com
|
email: lets@gofreerange.com
|
||||||
@ -9,9 +10,10 @@ address: London, United Kingdom
|
|||||||
latitude: 51.528308
|
latitude: 51.528308
|
||||||
longitude: -0.3817794
|
longitude: -0.3817794
|
||||||
services:
|
services:
|
||||||
- business-analysis
|
- business-analysis
|
||||||
- consultancy
|
- consultancy
|
||||||
---
|
---
|
||||||
|
|
||||||
We are a co-operative with some of the most experienced web-application developers in the UK offering software development and design.
|
We are a co-operative with some of the most experienced web-application developers in the UK offering software development and design.
|
||||||
|
|
||||||
Wholly owned and run by the hands that build your software. We are self-organising: we don’t have account managers; we want you to work with the doers instead of sayers.
|
Wholly owned and run by the hands that build your software. We are self-organising: we don’t have account managers; we want you to work with the doers instead of sayers.
|
||||||
|
@ -1,17 +1,19 @@
|
|||||||
---
|
---
|
||||||
|
title: Outlandish
|
||||||
name: Outlandish
|
name: Outlandish
|
||||||
website: http://outlandish.com
|
website: http://outlandish.com
|
||||||
email: hello@outlandish.com
|
email: hello@outlandish.com
|
||||||
twitter: outlandish
|
twitter: outlandish
|
||||||
github: outlandishideas
|
github: outlandishideas
|
||||||
telephone: +44 (0) 207 561 9968
|
telephone: "+44 (0) 207 561 9968"
|
||||||
address: 3rd Floor, 149 Fonthill Road, Finsbury Park, London, United Kingdom, N4 3HF
|
address: 3rd Floor, 149 Fonthill Road, Finsbury Park, London, United Kingdom, N4 3HF
|
||||||
latitude: 51.5637216
|
latitude: 51.5637216
|
||||||
longitude: -0.1099459
|
longitude: -0.1099459
|
||||||
services:
|
services:
|
||||||
- business-analysis
|
- business-analysis
|
||||||
- big-data
|
- big-data
|
||||||
---
|
---
|
||||||
|
|
||||||
Outlandish is made up of around 20 collaborators and co-owners who love humour, quality code, and apps that challenge the status quo.
|
Outlandish is made up of around 20 collaborators and co-owners who love humour, quality code, and apps that challenge the status quo.
|
||||||
|
|
||||||
We build digital applications and websites for companies, charities and universities that make their lives easier and help them to discover and communicate new insights from their data. We are a worker co-operative and invest all surpluses into projects that help achieve our goals.
|
We build digital applications and websites for companies, charities and universities that make their lives easier and help them to discover and communicate new insights from their data. We are a worker co-operative and invest all surpluses into projects that help achieve our goals.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Big Data
|
||||||
name: Big Data
|
name: Big Data
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Business Analysis
|
||||||
name: Business Analysis
|
name: Business Analysis
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Consultancy
|
||||||
name: Consultancy
|
name: Consultancy
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Development
|
||||||
name: Development
|
name: Development
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Devops
|
||||||
name: Devops
|
name: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Apache
|
||||||
name: Apache
|
name: Apache
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: Bash
|
||||||
name: Bash
|
name: Bash
|
||||||
---
|
---
|
||||||
|
|
||||||
|
1
about.md
1
about.md
@ -3,6 +3,7 @@ title: About
|
|||||||
heading: About CoTech
|
heading: About CoTech
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
The members of the network aim to use their collective experience, skills, resources and knowledge to radically increase the market share of companies that are owned and run by their workers. We have found that this model creates better workplaces, better digital products and better value for customers. We want to help more people to enjoy the benefits of this model.
|
The members of the network aim to use their collective experience, skills, resources and knowledge to radically increase the market share of companies that are owned and run by their workers. We have found that this model creates better workplaces, better digital products and better value for customers. We want to help more people to enjoy the benefits of this model.
|
||||||
|
1
join.md
1
join.md
@ -4,6 +4,7 @@ heading: Join CoTech
|
|||||||
layout: default
|
layout: default
|
||||||
append_email_form: true
|
append_email_form: true
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
@ -3,6 +3,7 @@ title: Manifesto
|
|||||||
heading: Our Manifesto
|
heading: Our Manifesto
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
As [Co-operative Technologists][] we aim to ensure that technology plays its part in creating a fairer world.
|
As [Co-operative Technologists][] we aim to ensure that technology plays its part in creating a fairer world.
|
||||||
|
Loading…
Reference in New Issue
Block a user