Compare commits
93 Commits
update-aut
...
revert-930
Author | SHA1 | Date | |
---|---|---|---|
9ead880cbc | |||
9308dd83b7 | |||
01e577b9fa | |||
aa7624883d | |||
999de34ccc | |||
c0b767e8e4 | |||
11dab23c22 | |||
58b2097932 | |||
3d5bae33bc | |||
ef22ce6858 | |||
371a4f46a1 | |||
0d3b5d2321 | |||
a53e452985 | |||
5456bd7005 | |||
01c4c9e932 | |||
d0830e13ed | |||
633711c16a | |||
fea3c73df0 | |||
4b4209700d | |||
b7010453de | |||
f07bf1aa67 | |||
c9b3b28c24 | |||
2db3cca43d | |||
ac27ee46b5 | |||
1e4d564d9c | |||
dd5164cf62 | |||
cf698c7666 | |||
675ba8ba18 | |||
ea0c059bab | |||
4059d38c3c | |||
7949a222a3 | |||
c7da7a5b7e | |||
7c531125fe | |||
a1ffcaa344 | |||
11b5d0c189 | |||
31810705bc | |||
80201a89ef | |||
9bd517be3c | |||
c90f876053 | |||
13132c17bc | |||
a6f7a74683 | |||
5e081622e2 | |||
c2d2812343 | |||
0f0e6c82bb | |||
66d67c7789 | |||
7f8db3f85d | |||
7ec0c7f8aa | |||
520619128f | |||
0c03dec73a | |||
7e56c1463e | |||
c87f8ed247 | |||
a86a80b967 | |||
7954e6cc27 | |||
2e12be8b92 | |||
e800be2943 | |||
f63f6b3fe2 | |||
ce2bba506b | |||
4e5457266e | |||
9c7ee22d6e | |||
ceaf1a8d2d | |||
1b1d4d6c28 | |||
43ea6f260a | |||
4b49ab8dd0 | |||
0356de472f | |||
dc910e883c | |||
d49fc121d3 | |||
0abcdbc0cf | |||
75df6431bf | |||
02df852b39 | |||
9403a40acf | |||
1bec992972 | |||
6e4fe5f2ca | |||
64762638af | |||
8393069ffd | |||
6939b8c4cc | |||
3b79024add | |||
0e649ab168 | |||
4e9b094f89 | |||
4f27c1274b | |||
baae89baf0 | |||
878cda7606 | |||
742d701612 | |||
ae162fe4d3 | |||
ca8bdedac4 | |||
ef4d9494e1 | |||
108dd17f92 | |||
c5bbad75aa | |||
dbe6743834 | |||
c1f9b4162b | |||
2c8bbc3d5a | |||
2baca3c81d | |||
4322865986 | |||
8cc7fc3273 |
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
image: ruby:2.6.6
|
image: ruby:2.6.6
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
@ -20,7 +21,8 @@ before_script:
|
|||||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
- ssh-keyscan web.cotech.uk > ~/.ssh/known_hosts
|
||||||
|
- ssh-keyscan 81.95.52.59 >> ~/.ssh/known_hosts
|
||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- bundle install --path vendor
|
- bundle install --path vendor
|
||||||
|
|
||||||
@ -38,7 +40,7 @@ deploy:dev:
|
|||||||
stage: staging
|
stage: staging
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/dev/
|
- rsync -aqz --delete-after public/ cotech@web.cotech.uk:sites/dev/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
@ -52,7 +54,7 @@ deploy:production:
|
|||||||
stage: production
|
stage: production
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/default/
|
- rsync -aqz --delete-after public/ cotech@web.cotech.uk:sites/default/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
@ -65,3 +67,4 @@ deploy:production:
|
|||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- rm -rf /root/.ssh/
|
- rm -rf /root/.ssh/
|
||||||
|
...
|
||||||
|
@ -4,7 +4,7 @@ This repo is [hosted at git.coop](https://git.coop/cotech/website) and [push mir
|
|||||||
|
|
||||||
If you would like to contribute to this repo you have two options:
|
If you would like to contribute to this repo you have two options:
|
||||||
|
|
||||||
1. [Join Webarchitects](https://webarch.coop/join) to [create an account at git.coop](https://webarch.coop/git#free) and then request access to the [CoTech group](https://git.coop/cotech) and when that has been grated you can update this repo directly.
|
1. [Join Webarchitects](https://webarch.coop/join) to [create an account at git.coop](https://webarch.coop/git#free) and then request access to the [CoTech group](https://git.coop/cotech) and when that has been granted you can update this repo directly.
|
||||||
2. Use a GitHub account to create a [pull request](https://github.com/cotech/jekyll-website/pulls) at GitHub and then ask someone who is a member of [Webarchitects](https://www.webarchitects.coop/) to [patch the repo for you](https://community.coops.tech/t/cotech-website-repo-mirroring-to-github/2818).
|
2. Use a GitHub account to create a [pull request](https://github.com/cotech/jekyll-website/pulls) at GitHub and then ask someone who is a member of [Webarchitects](https://www.webarchitects.coop/) to [patch the repo for you](https://community.coops.tech/t/cotech-website-repo-mirroring-to-github/2818).
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
3
_clients/big-brother-watch.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Big Brother Watch
|
||||||
|
---
|
3
_clients/coolfarm-alliance.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Coolfarm Alliance
|
||||||
|
---
|
3
_clients/erasmus-student-network.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Erasmus Student Network
|
||||||
|
---
|
3
_clients/food-data-collaboration.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Food Data Collaboration
|
||||||
|
---
|
3
_clients/kings-college-london.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: King's College London
|
||||||
|
---
|
4
_clients/lgd.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: LocalGov Drupal
|
||||||
|
website: https://localgovdrupal.org/
|
||||||
|
---
|
3
_clients/london-school-of-economics.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: London School of Economics
|
||||||
|
---
|
3
_clients/lumbung-space.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Lumbung.Space
|
||||||
|
---
|
3
_clients/open-data-services.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Open Data Services
|
||||||
|
---
|
3
_clients/radhr.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: RadHR
|
||||||
|
---
|
@ -1,46 +0,0 @@
|
|||||||
---
|
|
||||||
title: Alpha Communication
|
|
||||||
name: Alpha Communication
|
|
||||||
members: 2
|
|
||||||
website: http://alpha.coop/
|
|
||||||
email: info@alpha.coop
|
|
||||||
twitter: alpha.coop
|
|
||||||
github: AlphaCo_op
|
|
||||||
telephone: "+441912111938"
|
|
||||||
address: 6 Charlotte Square,Newcastle upon Tyne,United Kingdom,NE1 4XF
|
|
||||||
latitude: 54.97101
|
|
||||||
longitude: -1.61974
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
- animation
|
|
||||||
- artwork
|
|
||||||
- branding-and-identity
|
|
||||||
- consultancy
|
|
||||||
- copywriting-and-translation
|
|
||||||
- exhibition-and-display
|
|
||||||
- graphic-design
|
|
||||||
- illustration
|
|
||||||
- logo-design
|
|
||||||
- marketing
|
|
||||||
- mentoring
|
|
||||||
- motion-graphics
|
|
||||||
- photography
|
|
||||||
- printing
|
|
||||||
- web-design
|
|
||||||
---
|
|
||||||
|
|
||||||
CO-OPERATIVE
|
|
||||||
We are a co-operative owned by our workers.
|
|
||||||
Co-operation, openness and fairness are at the heart of everything we do.
|
|
||||||
|
|
||||||
CREATIVE
|
|
||||||
Innovative, accurate, lively and lush.
|
|
||||||
Our team is bursting with ideas and eager to work with you.
|
|
||||||
|
|
||||||
CO-ORDINATED
|
|
||||||
Branding, media, print and video all working together.
|
|
||||||
We deliver on time and within budget.
|
|
||||||
|
|
||||||
KNOWING
|
|
||||||
After 30 years, we know what we’re doing.
|
|
||||||
We help you engage with the people you need to reach.
|
|
@ -1,39 +0,0 @@
|
|||||||
---
|
|
||||||
title: Aptivate
|
|
||||||
name: Aptivate
|
|
||||||
members:
|
|
||||||
website: http://aptivate.org/
|
|
||||||
email: outreach@aptivate.org
|
|
||||||
twitter: aptivateuk
|
|
||||||
github: aptivate
|
|
||||||
telephone: "+44 (0)1223 967838"
|
|
||||||
address: 25 Signet Court, Swann”s Road, Cambridge,United Kingdom,CB5 8LA
|
|
||||||
latitude: 52.21427610000001
|
|
||||||
longitude: 0.15076890000000276
|
|
||||||
clients:
|
|
||||||
- e-immigrate
|
|
||||||
- ippf
|
|
||||||
- leds-gp
|
|
||||||
- mapaction
|
|
||||||
- world-bank
|
|
||||||
services:
|
|
||||||
- business-systems
|
|
||||||
- consultancy
|
|
||||||
- database-solutions
|
|
||||||
- development
|
|
||||||
- hosting
|
|
||||||
- rapid-application-development
|
|
||||||
- strategy
|
|
||||||
- user-research
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- django-2
|
|
||||||
- docker
|
|
||||||
- javascript
|
|
||||||
- php
|
|
||||||
- python
|
|
||||||
---
|
|
||||||
|
|
||||||
Aptivate is a UK based NGO that provides IT services for international development. We believe in the power of knowledge and communication to alleviate poverty, suffering and conflict, and in the right of every individual to inform and be informed. We are dedicated to developing ICT services that facilitate communication for unconnected communities, empowering ordinary people across the developing world to improve their lives.
|
|
||||||
|
|
||||||
Please see http://aptivate.org/en/about/ for more information.
|
|
15
_coops/asterisk-labs.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: Asterisk Labs
|
||||||
|
name: Asterisk Labs
|
||||||
|
members: 3
|
||||||
|
website: https://asterisk.coop/
|
||||||
|
email: hello@asterisk.coop
|
||||||
|
twitter: asterisk_labs
|
||||||
|
address: 86-90 Paul Street, London, England, EC2A 4NE
|
||||||
|
latitude: 51.52571799125181
|
||||||
|
longitude: -0.08362067116456023
|
||||||
|
---
|
||||||
|
|
||||||
|
The founding team of Asterisk Labs is working at the intersection of deep learning, Earth observation and climate science, and weʼre on a mission to enrich the planetary data commons. Right now, the vast archives of public Earth data, from ground-based sources to satellites, are grossly underutilised. Most of the data are siloed, used exclusively by their respective communities. But single measurements of Earth are only limited views on a deeply interconnected planetary system, and never tell the whole story on their own. We leverage AI to recycle and reuse data across disciplines, acting as a feedback loop in the planetary data commons.
|
||||||
|
|
||||||
|
To pursue our mission, we need a long-termist vision free from the barriers of short-term contracts, enabling scientists to carry out deep collective work that goes beyond surface-level collaboration. We are committed to open-science and maximising our social and scientific impact. Thatʼs why we are doing things differently, as the UKʼs first worker-owned co-operative research lab, where we collectively manage the science we produce.
|
@ -3,36 +3,45 @@ title: Autonomic
|
|||||||
name: Autonomic
|
name: Autonomic
|
||||||
members: 12
|
members: 12
|
||||||
website: https://autonomic.zone/
|
website: https://autonomic.zone/
|
||||||
email: helo@autonomic.zone
|
email: boop@autonomic.zone
|
||||||
twitter: autonomiccoop
|
github: https://git.autonomic.zone/
|
||||||
github:
|
twitter: https://sunbeam.city/@autonomic
|
||||||
telephone:
|
telephone:
|
||||||
address: 1539 Pershore Road,Stirchley,Birmingham,United Kingdom,B30 2JH
|
address: 986 Pershore Road,Selly Park,Birmingham,United Kingdom,B29 7PX
|
||||||
latitude: 51.563904
|
latitude: 51.563904
|
||||||
longitude: -0.10793179999996028
|
longitude: -0.10793179999996028
|
||||||
clients:
|
clients:
|
||||||
|
- london-school-of-economics
|
||||||
|
- kings-college-london
|
||||||
|
- erasmus-student-network
|
||||||
|
- coolfarm-alliance
|
||||||
|
- fashion-revolution
|
||||||
|
- iww
|
||||||
|
- radhr
|
||||||
|
- lumbung-space
|
||||||
|
- open-data-services
|
||||||
|
- food-data-collaboration
|
||||||
|
- campaign-against-arms-trade
|
||||||
|
- big-brother-watch
|
||||||
- anarchy-rules
|
- anarchy-rules
|
||||||
- biobulkbende
|
- biobulkbende
|
||||||
- good-night-out
|
- good-night-out
|
||||||
- iww
|
|
||||||
- fashion-revolution
|
|
||||||
- neuronic-games
|
- neuronic-games
|
||||||
- third-sector-accountancy
|
- third-sector-accountancy
|
||||||
- campaign-against-arms-trade
|
|
||||||
services:
|
services:
|
||||||
- community-building
|
|
||||||
- consultancy
|
|
||||||
- design
|
|
||||||
- development
|
- development
|
||||||
|
- consultancy
|
||||||
- devops
|
- devops
|
||||||
- domain-names
|
- domain-names
|
||||||
- email
|
- email
|
||||||
- hosting
|
- hosting
|
||||||
- it-security
|
- it-security
|
||||||
- sysadmin
|
- sysadmin
|
||||||
- user-research
|
|
||||||
- virtual-servers
|
- virtual-servers
|
||||||
|
- graphic-design
|
||||||
- web-design
|
- web-design
|
||||||
|
- user-research
|
||||||
|
- community-building
|
||||||
technologies:
|
technologies:
|
||||||
- ansible
|
- ansible
|
||||||
- bash
|
- bash
|
||||||
@ -55,10 +64,12 @@ technologies:
|
|||||||
- php
|
- php
|
||||||
- postgresql
|
- postgresql
|
||||||
- python
|
- python
|
||||||
|
- wordpress
|
||||||
- rocket-chat
|
- rocket-chat
|
||||||
- sandstorm
|
- sandstorm
|
||||||
- ubuntu
|
- ubuntu
|
||||||
- wordpress
|
- javascript
|
||||||
|
- reactjs
|
||||||
---
|
---
|
||||||
|
|
||||||
We build technologies and infrastructure to empower users to make a positive impact on the world. All of our services reflect our commitment to our core values:
|
We build technologies and infrastructure to empower users to make a positive impact on the world. All of our services reflect our commitment to our core values:
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
title: Blake House Filmmakers Coop
|
|
||||||
name: Blake House Filmmakers Coop
|
|
||||||
members: 2
|
|
||||||
website: https://blake.house/
|
|
||||||
email: hello@blake.house
|
|
||||||
twitter: blake_house
|
|
||||||
github: hello%40blake.html
|
|
||||||
telephone: "+447779 404510"
|
|
||||||
address: Unit 1H Clapham North Arts Centre,26-32 Voltaire Rd,London,SW4 6DH
|
|
||||||
latitude: 51.46268029999999
|
|
||||||
longitude: -0.14825569999993604
|
|
||||||
clients:
|
|
||||||
- basildon-council
|
|
||||||
- cast
|
|
||||||
- co-operatives-uk
|
|
||||||
- enrol-yourself
|
|
||||||
- everyone-everyday
|
|
||||||
- friends-of-the-earth
|
|
||||||
- impact-hub-king-s-cross
|
|
||||||
- power-to-change
|
|
||||||
- solid-fund
|
|
||||||
- the-phone-coop
|
|
||||||
- the-royal-college-of-obstetricians-and-gynaecologists
|
|
||||||
- transition-town-brixton
|
|
||||||
- university-college-london
|
|
||||||
- university-of-cambridge
|
|
||||||
services:
|
|
||||||
- animation
|
|
||||||
- consultancy
|
|
||||||
- film
|
|
||||||
- marketing
|
|
||||||
- motion-graphics
|
|
||||||
technologies:
|
|
||||||
- after-effects
|
|
||||||
- indesign
|
|
||||||
- lightroom
|
|
||||||
- photoshop
|
|
||||||
- adobe-premiere-pro
|
|
||||||
---
|
|
||||||
|
|
||||||
Blake House is a coooperative social enterprise that makes engaging online videos for the third and public sectors.
|
|
||||||
|
|
||||||
We use filmmaking as a powerful tool to amplify inspiring stories and causes, driving audience engagement and energising viewers to take action and participate.
|
|
||||||
|
|
||||||
The co-op was founded after founding members Ieva and Simon wanted to create a sustainable and dignified alternative to the conventional film industry, challenging the precarious nature of creative work and the lack of equality and social fulfillment in the industry. They decided to form a co-operative, an organisation where all members are equal owners of the business, where all decision making is democratic and where they could work with clients who’s stories they were proud to tell.
|
|
||||||
|
|
||||||
Our founding principle is to invest the majority of our surplus each year into our members’ own artistic or community based projects – building self reliance and autonomy and allowing our members to remain creative whilst working on projects that they love.
|
|
@ -7,9 +7,9 @@ email: info@cetis.org.uk
|
|||||||
twitter: cetisllp
|
twitter: cetisllp
|
||||||
github:
|
github:
|
||||||
telephone: '07366025747'
|
telephone: '07366025747'
|
||||||
address: Halton Mill,Mill Lane,Halton,Lancaster,England,LA2 6ND
|
address: 17 Main Street,Ponteland,Newcastle Upon Tyne,NE20 9NH
|
||||||
latitude: 54.075809445607604
|
latitude: 55.0497996
|
||||||
longitude: -2.7540137502212474
|
longitude: -1.7420506
|
||||||
clients:
|
clients:
|
||||||
- hediip
|
- hediip
|
||||||
- hesa
|
- hesa
|
||||||
|
@ -1,41 +0,0 @@
|
|||||||
---
|
|
||||||
title: Chapel Street Studio
|
|
||||||
name: Chapel Street Studio
|
|
||||||
members: 20
|
|
||||||
website: http://chapelstreetstudio.coop/
|
|
||||||
email: info@chapelstreetstudio.coop
|
|
||||||
twitter: chapelststudio
|
|
||||||
github:
|
|
||||||
telephone: '07743 426 846 (Martyn Johnston | Secretary)'
|
|
||||||
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West Yorkshire,BD1 3QQ
|
|
||||||
latitude: 53.795903
|
|
||||||
longitude: -1.7554270000000542
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
technologies:
|
|
||||||
---
|
|
||||||
|
|
||||||
Chapel Street Studio is a not-for-profit, co-operative consortium of creative entrepreneurs, freelancers and businesses collaborating to provide a one-stop-shop for communication services.
|
|
||||||
|
|
||||||
Our services include:
|
|
||||||
|
|
||||||
* Animation
|
|
||||||
* Artwork
|
|
||||||
* Branding and Identity
|
|
||||||
* Consultancy
|
|
||||||
* Data visualisation
|
|
||||||
* Copywriting and translation
|
|
||||||
* Distribution
|
|
||||||
* Development
|
|
||||||
* Film
|
|
||||||
* Graphic Design
|
|
||||||
* Hosting
|
|
||||||
* Idea generation
|
|
||||||
* Illustration
|
|
||||||
* Logo design
|
|
||||||
* Marketing
|
|
||||||
* Motion graphics
|
|
||||||
* Photography
|
|
||||||
* Print finishing
|
|
||||||
* Printing
|
|
||||||
* Web design
|
|
@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
title: Code-Operative
|
|
||||||
name: Code-Operative
|
|
||||||
members: 8
|
|
||||||
website: https://code-operative.co.uk
|
|
||||||
email: contact@code-operative.co.uk
|
|
||||||
twitter: code_operative
|
|
||||||
github: Code-Operative
|
|
||||||
address: Baltic Business Quarters, Abbott”s Hill, Gateshead, United Kingdom, NE8 3DF
|
|
||||||
latitude: 54.966587
|
|
||||||
longitude: -1.595418
|
|
||||||
clients:
|
|
||||||
- acorn
|
|
||||||
- weco
|
|
||||||
- generation-rent
|
|
||||||
- alpha-complex
|
|
||||||
- land-explorer
|
|
||||||
- health-in-touch
|
|
||||||
- the-politics-network
|
|
||||||
services:
|
|
||||||
- development
|
|
||||||
- consultancy
|
|
||||||
- database-solutions
|
|
||||||
- machine-learning
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- angular
|
|
||||||
- ionic
|
|
||||||
- reactjs
|
|
||||||
- node-js
|
|
||||||
- javascript
|
|
||||||
- htmlcss
|
|
||||||
- django-2
|
|
||||||
- python
|
|
||||||
- laravel
|
|
||||||
- php
|
|
||||||
- c
|
|
||||||
- net
|
|
||||||
- java
|
|
||||||
- google-maps
|
|
||||||
- postgresql
|
|
||||||
- sql-server
|
|
||||||
- ubuntu
|
|
||||||
---
|
|
||||||
|
|
||||||
Code-Operative is a community of tech freelancers based in the North-East of England, with members and affiliates based further afield as well. Code-Op's processes are designed to bridge the gap between freelancers and the clients who need them, operating a not-for-profit model which puts quality and the needs of client and freelancer first.
|
|
||||||
|
|
||||||
We can offer the traditional role-based services of an agency but we can also manage existing projects and build new systems from scratch.
|
|
43
_coops/cooperative-it.md
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
title: Cooperative IT
|
||||||
|
name: Cooperative IT
|
||||||
|
members: 2
|
||||||
|
website: https://cooperativeit.co.uk/
|
||||||
|
email: info@cooperativeit.co.uk/
|
||||||
|
##witter:
|
||||||
|
#github:
|
||||||
|
#telephone:
|
||||||
|
address: 26 Myrtle Avenue, Bingley, BD16 1EW, United Kingdom
|
||||||
|
latitude: 53.843633
|
||||||
|
longitude: -1.835839
|
||||||
|
#clients:
|
||||||
|
services:
|
||||||
|
- consultancy
|
||||||
|
- development
|
||||||
|
- hosting
|
||||||
|
- web-design
|
||||||
|
technologies:
|
||||||
|
- apache
|
||||||
|
- bash
|
||||||
|
- drupal
|
||||||
|
- docker
|
||||||
|
- gitlab
|
||||||
|
- htmlcss
|
||||||
|
- javascript
|
||||||
|
- matomo
|
||||||
|
- mysql
|
||||||
|
- php
|
||||||
|
- ubuntu
|
||||||
|
- wordpress
|
||||||
|
---
|
||||||
|
|
||||||
|
Cooperative IT is a workers' cooperative, set up to provide IT services.
|
||||||
|
|
||||||
|
Our approach is to work with people to help them with their IT needs, finding solutions that fit their organisation and their budgets.
|
||||||
|
|
||||||
|
We have experience of looking after large multinational banking systems, small voluntary and community organisations, and everything in between.
|
||||||
|
|
||||||
|
We are advocates of open source software and open and transparent ways of working, which protects our customers, giving them freedom to choose their IT suppliers, and avoiding getting tied into a single vendor.
|
||||||
|
|
||||||
|
As a Cooperative we're guided by the seven cooperative principles in the way we run our business and live in our communities.
|
||||||
|
|
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: Creative Coop
|
title: Creative Coop
|
||||||
name: Creative Coop
|
name: Creative Coop
|
||||||
members: 4
|
members: 5
|
||||||
website: https://creative.coop
|
website: https://creative.coop
|
||||||
email: hello@creative.coop
|
email: hello@creative.coop
|
||||||
twitter:
|
twitter:
|
||||||
github:
|
github:
|
||||||
telephone: '01206 574147'
|
telephone: '01206 574147'
|
||||||
address: 2 Balkerne House, Balkerne Passage,Colchester,United Kingdom,CO1 1PA
|
address: The Minories 74 High Street, Colchester, Essex CO1 1UE
|
||||||
latitude: 51.89010188809361
|
latitude: 51.889807069540005
|
||||||
longitude: 0.8957915683888586
|
longitude: 0.9051138709545999
|
||||||
clients:
|
clients:
|
||||||
- big-lottery-fund
|
- big-lottery-fund
|
||||||
- co-operative-press-limited
|
- co-operative-press-limited
|
||||||
@ -28,6 +28,7 @@ clients:
|
|||||||
services:
|
services:
|
||||||
- artwork
|
- artwork
|
||||||
- branding-and-identity
|
- branding-and-identity
|
||||||
|
- development
|
||||||
- hosting
|
- hosting
|
||||||
- illustration
|
- illustration
|
||||||
- logo-design
|
- logo-design
|
||||||
@ -50,6 +51,7 @@ technologies:
|
|||||||
- php
|
- php
|
||||||
- python
|
- python
|
||||||
- sql-server
|
- sql-server
|
||||||
|
- wordpress
|
||||||
---
|
---
|
||||||
|
|
||||||
**We are a design studio specialising in Branding, Design and Web Development.**
|
**We are a design studio specialising in Branding, Design and Web Development.**
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
title: Dandelion Collective
|
|
||||||
name: Dandelion Collective
|
|
||||||
members: 8
|
|
||||||
website: https://dandelion.coop
|
|
||||||
email: hello@dandelion.coop
|
|
||||||
twitter:
|
|
||||||
github:
|
|
||||||
telephone:
|
|
||||||
address: 53 Windus Rd, London, N16 6UR
|
|
||||||
latitude: 51.566160
|
|
||||||
longitude: -0.071680
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
technologies:
|
|
||||||
- ruby
|
|
||||||
- mongodb
|
|
||||||
- javascript
|
|
||||||
---
|
|
||||||
|
|
||||||
We're the not-for-profit worker co-operative behind:
|
|
||||||
|
|
||||||
- [dandelion.earth](http://dandelion.earth/)
|
|
||||||
- [The Psychedelic Society](http://psychedelicsociety.org.uk/)
|
|
||||||
- [Triptika Studios](https://www.triptikastudios.com/)
|
|
@ -18,6 +18,8 @@ services:
|
|||||||
- strategy
|
- strategy
|
||||||
- user-research
|
- user-research
|
||||||
technologies:
|
technologies:
|
||||||
|
clients:
|
||||||
|
- lgd
|
||||||
---
|
---
|
||||||
|
|
||||||
Data Content Reach helps mission-focused organisations to succeed in the digital world.
|
Data Content Reach helps mission-focused organisations to succeed in the digital world.
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
title: DCDC.io
|
|
||||||
name: DCDC.io
|
|
||||||
members: 5
|
|
||||||
website: https://dcdc.io/
|
|
||||||
email: team@dcdc.io
|
|
||||||
twitter: dcdc.io
|
|
||||||
github:
|
|
||||||
telephone:
|
|
||||||
address:
|
|
||||||
latitude: 53.8008
|
|
||||||
longitude: -1.5491
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
- development
|
|
||||||
- consultancy
|
|
||||||
- community-building
|
|
||||||
- data-standards
|
|
||||||
- it-security
|
|
||||||
technologies:
|
|
||||||
- bash
|
|
||||||
- docker
|
|
||||||
- gitlab
|
|
||||||
- htmlcss
|
|
||||||
- java
|
|
||||||
- javascript
|
|
||||||
- json-schema
|
|
||||||
- python
|
|
||||||
- ruby
|
|
||||||
- ruby-on-rails
|
|
||||||
- ubuntu
|
|
||||||
---
|
|
||||||
|
|
||||||
DCDC is a cooperative body built with technology at its heart (a platform coop). We dare to dream of a future where software is created collaboratively and distributed frictionlessly, a future where tech companies operate fairly and transparently, and a future where technology empowers individuals, by protecting the privacy and self-sovereignity of their data.
|
|
@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
title: 'DEV: The Developer Society'
|
|
||||||
name: 'DEV: The Developer Society'
|
|
||||||
members:
|
|
||||||
website: https://www.dev.ngo/
|
|
||||||
email: studio@dev.ngo
|
|
||||||
twitter: devsociety_
|
|
||||||
github: developersociety
|
|
||||||
telephone: '+44 333 344 7800'
|
|
||||||
address: 191 Fazeley Street,Digbeth,Birmingham,B5 5SE
|
|
||||||
latitude: 52.47784126596389
|
|
||||||
longitude: -1.881633996963501
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
- animation
|
|
||||||
- artwork
|
|
||||||
- branding-and-identity
|
|
||||||
- data-visualisation
|
|
||||||
- database-solutions
|
|
||||||
- development
|
|
||||||
- devops
|
|
||||||
- domain-names
|
|
||||||
- graphic-design
|
|
||||||
- hosting
|
|
||||||
- ideation
|
|
||||||
- illustration
|
|
||||||
- paper-and-substrate-library
|
|
||||||
- photography
|
|
||||||
- printing
|
|
||||||
- research
|
|
||||||
- strategy
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- python
|
|
||||||
---
|
|
||||||
|
|
||||||
We are a not-for-profit digital agency working with NGOs and groups with a progressive mission to help make the world we live in a better place.
|
|
||||||
|
|
||||||
We’re the world’s first not-for-profit co-op digital studio run by and for NGOs. We’re dedicated to making access to world leading technology and expertise available to everyone working for good. We’ve worked with amazing groups such as: Oxfam, Save The Children, The Syria Campaign, Help Refugees, Greenpeace, the NHS, Amnesty International, Macmillan Cancer Care, CIVICUS, The Elders and lots more and we’re always keen to hear from new people who are trying to make the world a better place.
|
|
||||||
|
|
||||||
We work on all aspects of development and digital impact but specialise in creative problem solving with a focus in the following areas:
|
|
||||||
|
|
||||||
* Site builds
|
|
||||||
* Campaign actions and data capture
|
|
||||||
* Fundraising
|
|
||||||
* APIs
|
|
||||||
* Hack Days
|
|
||||||
* Strategy
|
|
@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
title: Digital Liberties
|
|
||||||
name: Digital Liberties
|
|
||||||
members: 7
|
|
||||||
website: https://digital-liberties.coop
|
|
||||||
email:
|
|
||||||
twitter:
|
|
||||||
github:
|
|
||||||
telephone: '07908 592 835'
|
|
||||||
address: 44 Arkwright Road,London,NW3 6BH
|
|
||||||
latitude: 51.5509322
|
|
||||||
longitude: -0.1833781
|
|
||||||
clients:
|
|
||||||
- labour-party
|
|
||||||
- nesta
|
|
||||||
services:
|
|
||||||
- community-building
|
|
||||||
- game-design
|
|
||||||
- research
|
|
||||||
- strategy
|
|
||||||
technologies:
|
|
||||||
---
|
|
||||||
|
|
||||||
## Cybernetic Games and Participatory Democracy
|
|
||||||
|
|
||||||
Digital Liberties is a co-operative applying systems thinking to individual freedom and collective decision-making in the information age.
|
|
||||||
|
|
||||||
The co-operative uses modelling to ensure that complex situations can be tackled in a realistic way that is understandable to the general public.
|
|
||||||
|
|
||||||
This modelling allows us to generate flexible simulations which can be tested through games, allowing participants to fully understand the issues and also for flaws in the model to be detected.
|
|
||||||
|
|
||||||
Our approach to democratic decision-making is rooted in developing a pragmatic approach to complex decisions using digital tools. This leads to better informed policies and practices in a wide variety of circumstances.
|
|
@ -1,58 +0,0 @@
|
|||||||
---
|
|
||||||
title: Dot Project
|
|
||||||
name: Dot Project
|
|
||||||
members: 2
|
|
||||||
website: http://www.dotproject.coop/
|
|
||||||
email: annie@dotproject.coop
|
|
||||||
twitter: dotprojectco
|
|
||||||
github: techforgoodbath
|
|
||||||
telephone: '07496276003'
|
|
||||||
address: 2 Beech View, Claverton Down Road, Bath, BA2 6DX
|
|
||||||
latitude: 51.375801
|
|
||||||
longitude: -2.359903900000063
|
|
||||||
clients:
|
|
||||||
- British-Tinnitus-Association
|
|
||||||
- Carefree
|
|
||||||
- carerssupportcentre
|
|
||||||
- cast
|
|
||||||
- Charity-Digital
|
|
||||||
- comicrelief
|
|
||||||
- coopsUK
|
|
||||||
- Cyfannol
|
|
||||||
- dcms
|
|
||||||
- Esmee-Fairbairn
|
|
||||||
- Family-Lives
|
|
||||||
- Grassroots
|
|
||||||
- Make-a-Wish
|
|
||||||
- national-lottery
|
|
||||||
- northbristoladvicecentre
|
|
||||||
- num
|
|
||||||
- openup
|
|
||||||
- Parkinsons-UK
|
|
||||||
- power-to-change
|
|
||||||
- SARSAS
|
|
||||||
- stirtoaction
|
|
||||||
- Surviving-Economic-Abuse
|
|
||||||
- SWCTN
|
|
||||||
- The-Catalyst
|
|
||||||
- TTC
|
|
||||||
- we-are-with-you
|
|
||||||
- WECA
|
|
||||||
services:
|
|
||||||
- business-analysis
|
|
||||||
- business-systems
|
|
||||||
- community-building
|
|
||||||
- consultancy
|
|
||||||
- leadership-development
|
|
||||||
- mentoring
|
|
||||||
- research
|
|
||||||
- strategy
|
|
||||||
- user-research
|
|
||||||
technologies:
|
|
||||||
---
|
|
||||||
|
|
||||||
[DOT PROJECT](http://www.dotproject.coop/) believes in the transformative impact of technology on humanity. We exist to support individuals, organisations and communities to realise the potential of enabling technology in increasing their social impact. We work at the intersection between civil society and technology, passionately increasing confidence and capacity of people who are working to solve complex social issues. Our mission is to increase social impact through the use of creativity and technology.
|
|
||||||
|
|
||||||
DOT PROJECT is a cooperative of practitioners who coach people and organisations to be their digital best, together. We bring together practitioners with strong technical skills as well as practitioners who focus on creating a collaborative environment to enable in-house teams to share challenges openly. We coach organisations and people to explore how they can harness their unique organisational fabric, their morale, their capabilities and strengths to harness the potential technology provides in order to thrive in a world that is constantly changing.
|
|
||||||
|
|
||||||
Our clients are broadly across the social sector from charities and social enterprises, through to intermediary funding bodies to strengthen their capacity to practice technology and digitalisation.
|
|
@ -1,45 +0,0 @@
|
|||||||
---
|
|
||||||
title: dtc innovation
|
|
||||||
name: dtc innovation
|
|
||||||
members: 3
|
|
||||||
website: https://dtc-innovation.org/
|
|
||||||
email: contact@dtc-innovation.org
|
|
||||||
twitter: dtc-innovation
|
|
||||||
github:
|
|
||||||
telephone: '+44 7455 921569'
|
|
||||||
address: London,United Kingdom
|
|
||||||
latitude: 51.5073219
|
|
||||||
longitude: -0.1276474
|
|
||||||
clients:
|
|
||||||
- bbc
|
|
||||||
- data-gouv-fr
|
|
||||||
- open-data-france
|
|
||||||
- open-data-institute
|
|
||||||
- radio-france
|
|
||||||
services:
|
|
||||||
- business-systems
|
|
||||||
- data-standards
|
|
||||||
- development
|
|
||||||
- ideation
|
|
||||||
- leadership-development
|
|
||||||
- mentoring
|
|
||||||
- rapid-application-development
|
|
||||||
- research
|
|
||||||
- user-research
|
|
||||||
technologies:
|
|
||||||
- ansible
|
|
||||||
- d3
|
|
||||||
- docker
|
|
||||||
- htmlcss
|
|
||||||
- javascript
|
|
||||||
- json-schema
|
|
||||||
- aws-lambda
|
|
||||||
- lets-encrypt
|
|
||||||
- nginx
|
|
||||||
- node-js
|
|
||||||
- reactjs
|
|
||||||
---
|
|
||||||
|
|
||||||
We are a _pluridisciplinary_ team of people who bring **human-centric innovation**, **web expertise** and **co-operation practices** to your team and products.
|
|
||||||
|
|
||||||
It translates into **iterative design thinking**, **agile software development** and **bespoke training consultancy services** – _remotely_ and _in house_.
|
|
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
title: Fairmondo UK
|
|
||||||
name: Fairmondo UK
|
|
||||||
members:
|
|
||||||
website: https://fairmondo.uk/
|
|
||||||
email: admin@fairmondo.uk
|
|
||||||
twitter: Fairmondouk
|
|
||||||
github: Fairmondouk
|
|
||||||
telephone: '07578708442'
|
|
||||||
address: AES Orchard, Sunderland Street, Worth Way,Keighley,United Kingdom,BD21 5LE
|
|
||||||
latitude: 53.8612875
|
|
||||||
longitude: -1.91083900000001
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
technologies:
|
|
||||||
- ruby-on-rails
|
|
||||||
---
|
|
||||||
|
|
||||||
Fairmondo UK is the UK’s first co-operatively owned online marketplace. Our aim is simple: to make it easy to find the ethical online from an ethical business. Aggregating ethical sellers and goods in one marketplace and creating a brand that becomes synonymous with the best in this sector. We are a part of a global movement of co-operative businesses (starting with fairmondo.de, Germany 2012) connecting the local and working to create a new kind of transparent, democratic, open & participatory Internet.
|
|
||||||
|
|
||||||
Fairmondo UK is the trading name of Worth Cooperating Ltd, a workers co-operative. We describe ourselves as a bunch of citizen activists who asked ‘why isn’t there a co-operative version of Amazon or eBay?’. Collectively we have a set of social media marketing, networking, coding, project management, management and people skills. Rather deficient in everything but prepared to have a go.
|
|
@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
title: Form & Function Digital Co-operative
|
|
||||||
name: Form & Function Digital Co-operative
|
|
||||||
members: 3
|
|
||||||
website: https://www.formandfunction.coop/
|
|
||||||
email: hello@formandfunction.coop
|
|
||||||
twitter: faf_digital
|
|
||||||
github:
|
|
||||||
telephone: '01315108735'
|
|
||||||
address: Davidson House, 57 Queen Charlotte Street, Edinburgh EH6 7EY
|
|
||||||
latitude: 55.973417
|
|
||||||
longitude: -3.1664222
|
|
||||||
clients:
|
|
||||||
- cairn-housing-association
|
|
||||||
- cds-co-operatives
|
|
||||||
- childrens-health-scotland
|
|
||||||
- ecas
|
|
||||||
- greener-kirkcaldy
|
|
||||||
- ifsw
|
|
||||||
- queens-nursing-institute
|
|
||||||
- resilient-scotland
|
|
||||||
services:
|
|
||||||
- consultancy
|
|
||||||
- development
|
|
||||||
- domain-names
|
|
||||||
- hosting
|
|
||||||
- seo-optimisation
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- gitlab
|
|
||||||
- google-maps
|
|
||||||
- htmlcss
|
|
||||||
- javascript
|
|
||||||
- matomo
|
|
||||||
- mysql
|
|
||||||
- php
|
|
||||||
- wordpress
|
|
||||||
---
|
|
||||||
|
|
||||||
Based in Edinburgh, the small team of developers at Form & Function Digital Co-operative provides a comprehensive range of services including digital consultancy, website design & development using WordPress. We also provide hosting, maintenance and support services for the sites we build.
|
|
||||||
|
|
||||||
We have cultivated a strong reputation within the industry, as a reliable and dependable digital transformation partner. Through our work with charities, social enterprises, housing associations, community and campaigning organisations, co-operatives and other ethical businesses, we aim to deliver engaging and inclusive online experiences across the third-sector.
|
|
@ -1,24 +0,0 @@
|
|||||||
---
|
|
||||||
title: Founders and Coders
|
|
||||||
name: Founders and Coders
|
|
||||||
members:
|
|
||||||
website: http://www.foundersandcoders.com/
|
|
||||||
email: hello@foundersandcoders.com
|
|
||||||
twitter: founderscoders
|
|
||||||
github: foundersandcoders
|
|
||||||
telephone: '020 3583 2442'
|
|
||||||
address: 14 Palmers Road,London,E2 0SY
|
|
||||||
latitude: 51.5295318
|
|
||||||
longitude: -0.04229490000000169
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
- mentoring
|
|
||||||
technologies:
|
|
||||||
- express-js
|
|
||||||
- node-js
|
|
||||||
- postgresql
|
|
||||||
- reactjs
|
|
||||||
---
|
|
||||||
|
|
||||||
Founders & Coders is a UK-based nonprofit organization that runs a tuition-free coding academy in London & Nazareth. We have trained more than 300 students on our full-time programme. Over the last two years, more than 90% of our graduates have gone on to work in software or a related field. We generate income by charging recruitment fees when employers hire our graduates. We also provide technical expertise and training to nonprofits, local businesses and early-stage startups.
|
|
||||||
|
|
14
_coops/fractals.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: Fractals
|
||||||
|
name: Fractals
|
||||||
|
members: 4
|
||||||
|
website: https://fractals.coop/
|
||||||
|
email: hello@fractals.coop
|
||||||
|
address: 17 Main Street, Ponteland, Newcastle Upon Tyne, United Kingdom, NE20 9NH
|
||||||
|
latitude: 55.0497996
|
||||||
|
longitude: -1.7420506
|
||||||
|
services:
|
||||||
|
- strategy
|
||||||
|
---
|
||||||
|
|
||||||
|
Fractals...
|
@ -1,52 +0,0 @@
|
|||||||
---
|
|
||||||
title: Gildedsplinters
|
|
||||||
name: Gildedsplinters
|
|
||||||
members:
|
|
||||||
website: http://gildedsplinters.coop/
|
|
||||||
email: andrew@gildedsplinters.coop
|
|
||||||
twitter: index.html
|
|
||||||
github:
|
|
||||||
telephone: '+44 7793650013'
|
|
||||||
address: Virtual
|
|
||||||
latitude: -26.9041798
|
|
||||||
longitude: -49.0924112
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
- branding-and-identity
|
|
||||||
- business-analysis
|
|
||||||
- consultancy
|
|
||||||
- ideation
|
|
||||||
- marketing
|
|
||||||
- mentoring
|
|
||||||
technologies:
|
|
||||||
---
|
|
||||||
|
|
||||||
Gildedsplinters is an ideation platform; a cooperative of curious, creative thinkers and doers from a wide range of disciplines including academia, the creative arts, law, marketing and research who come up with clever ways to solve tricky problems
|
|
||||||
|
|
||||||
We’ve generated, developed and communicated new ideas for many of the world’s best brands and organisations. So, whether you’re a startup or a blue chip, need a fast fix or are looking to the longer term, we can help;
|
|
||||||
|
|
||||||
* Identify strategic and tactical opportunities
|
|
||||||
* Discover and implement new services and products
|
|
||||||
* Foster innovation
|
|
||||||
* Make plans and concepts real
|
|
||||||
* Check your own thinking
|
|
||||||
|
|
||||||
Our skills and experience include;
|
|
||||||
|
|
||||||
* Developing brand vision and value
|
|
||||||
* Incubating brands and products
|
|
||||||
* Designing brand experiences
|
|
||||||
* Originating campaign themes and creative propositions
|
|
||||||
* Crafting stories, scripts and copy
|
|
||||||
* Providing insights into brand culture and audiences
|
|
||||||
* Communications and content distribution strategy
|
|
||||||
* Managing media and reputations
|
|
||||||
* Market and channel planning and activation
|
|
||||||
* Design for print, web and mobile
|
|
||||||
* Concepts and production for video and audio
|
|
||||||
* Creative mentoring and facilitation
|
|
||||||
* Communications coaching
|
|
||||||
|
|
||||||
Our members have worked with a wide range of clients, from startups to global organisations, including;
|
|
||||||
|
|
||||||
Alcatel, Aviva, Barclays, BBC, Bluewater, BMW, Bose, British Airways, Bulmers, Brook Street, Cannon, Cadbury, Carphone Warehouse, Chevrolet, .coop, Coops UK, CWDC Social Worker Recruitment, Dixons, Disney, Ferrero, Giant Bicycles, Google, Great Ormond Street Hospital, Habitat, Heal’s, Hewlett Packard, IBM, Jamaica Tourism, National Trust, Notonthehighstreet.com, Jaguar, Kodak, Neff, Nestle, Oracle, Peugeot, Post Office, Proctor & Gamble, Renault, Royal Mail, RSPB, Saab, SanDisk, TDA Teacher recruitment, Tesco, Thomson Holidays, Toshiba, Unilever and Waitrose
|
|
@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
title: Glowbox Design
|
|
||||||
name: Glowbox Design
|
|
||||||
members:
|
|
||||||
website: http://www.glowboxdesign.co.uk
|
|
||||||
email: contact@glowboxdesign.co.uk
|
|
||||||
twitter:
|
|
||||||
github:
|
|
||||||
telephone:
|
|
||||||
address: London
|
|
||||||
latitude: 51.5073219
|
|
||||||
longitude: -0.1276474
|
|
||||||
clients:
|
|
||||||
- creating-freedom
|
|
||||||
- participatory-economics-uk
|
|
||||||
- stand-up-for-labour
|
|
||||||
services:
|
|
||||||
- artwork
|
|
||||||
- branding-and-identity
|
|
||||||
- development
|
|
||||||
- graphic-design
|
|
||||||
- illustration
|
|
||||||
- logo-design
|
|
||||||
- user-research
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- after-effects
|
|
||||||
- htmlcss
|
|
||||||
- adobe-illustrator
|
|
||||||
- indesign
|
|
||||||
- javascript
|
|
||||||
- photoshop
|
|
||||||
- wordpress
|
|
||||||
---
|
|
15
_coops/impact-box.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: Impact Box
|
||||||
|
name: Impact Box
|
||||||
|
members: 7
|
||||||
|
website: https://impactbox.coop/
|
||||||
|
email: hello@impactbox.coop
|
||||||
|
address: Lytchett House Wareham Road, Lytchett Matravers, Poole, England, BH16 6FA
|
||||||
|
latitude: 50.7588805
|
||||||
|
longitude: -2.0747285
|
||||||
|
clients:
|
||||||
|
services:
|
||||||
|
- strategy
|
||||||
|
---
|
||||||
|
|
||||||
|
Impact Box...
|
@ -1,59 +0,0 @@
|
|||||||
---
|
|
||||||
title: InFact
|
|
||||||
name: InFact
|
|
||||||
members: 3
|
|
||||||
website: http://www.infactcoop.com
|
|
||||||
email: hello@infactcoop.com
|
|
||||||
github: infact-coop
|
|
||||||
telephone: '+44 7443 998 236'
|
|
||||||
address: Space4, 113 Fonthill Road,Finsbury Park,London,United Kingdom,N4 3HH
|
|
||||||
latitude: 51.564620
|
|
||||||
longitude: -0.108610
|
|
||||||
clients:
|
|
||||||
- south-london-and-maudsley-nhs-trust
|
|
||||||
- guys-and-st-thomas-charity
|
|
||||||
- shift-design
|
|
||||||
- action-for-children
|
|
||||||
- wales-co-operative-centre
|
|
||||||
- founders-and-coders
|
|
||||||
- your-sanctuary
|
|
||||||
- ava-against-violence-and-abuse
|
|
||||||
- cast
|
|
||||||
- law-centres-network
|
|
||||||
- lancashire-womens-centres
|
|
||||||
- friend-indeed
|
|
||||||
- catapillr
|
|
||||||
- read-with-audrey
|
|
||||||
- anna-freud-centre
|
|
||||||
- blue-cross
|
|
||||||
services:
|
|
||||||
- branding-and-identity
|
|
||||||
- data-visualisation
|
|
||||||
- database-solutions
|
|
||||||
- development
|
|
||||||
- ideation
|
|
||||||
- rapid-application-development
|
|
||||||
- web-design
|
|
||||||
- design-thinking
|
|
||||||
- workshop-facilitation
|
|
||||||
- user-testing
|
|
||||||
- user-experience
|
|
||||||
- illustration
|
|
||||||
- logo-design
|
|
||||||
- ideation
|
|
||||||
technologies:
|
|
||||||
- express-js
|
|
||||||
- google-maps
|
|
||||||
- htmlcss
|
|
||||||
- javascript
|
|
||||||
- aws-lambda
|
|
||||||
- postgresql
|
|
||||||
- reactjs
|
|
||||||
- elixir
|
|
||||||
- elm
|
|
||||||
- docker
|
|
||||||
---
|
|
||||||
|
|
||||||
We are InFact Digital Co-op, a small digital and creative agency with a razor-sharp focus: to work with charities, non-profits and businesses to provide digital answers to their problems. Comprised of a diverse group of designers, developers, and web professionals, we specialise in designing and building web-apps, but we can and do turn our hands to other work we think is interesting and important.
|
|
||||||
|
|
||||||
We came to the internet believing in its power to act as a free, open site for discussion and exchange across borders, and its potential for social good beyond profit. We are at our best to leverage this power as a workers' co-operative, which means we are 100% owned and controlled by our employees. We are at the same time workers, directors, accountants, strategists, product managers, designers and developers, sometimes donning several of these hats simultaneously. We love this flexibility and the positive, open relationships we get to build with our clients. Most of all we value the autonomy and decision-making power we have over our work lives, getting to shape them according to our own vision and values.
|
|
@ -30,18 +30,9 @@ services:
|
|||||||
- user-research
|
- user-research
|
||||||
- web-design
|
- web-design
|
||||||
technologies:
|
technologies:
|
||||||
- angular
|
|
||||||
- django-2
|
|
||||||
- htmlcss
|
|
||||||
- invision
|
|
||||||
- java
|
|
||||||
- photoshop
|
|
||||||
- adobe-premiere-pro
|
|
||||||
- python
|
|
||||||
- symfony
|
|
||||||
- wordpress
|
- wordpress
|
||||||
---
|
---
|
||||||
|
|
||||||
media co-op’s friendly, committed, creative team brings together years of experience creating powerful, engaging, accessible and award-winning work for communications, campaigning, promotion, education, training and broadcast.
|
media co-op creates powerful, engaging, accessible award-winning film, animation and design for third and public sector communications, advocacy, campaigning, promotion, education and training.
|
||||||
|
|
||||||
We specialize in producing film, animation, web, apps and social media for third and public sector partners; and we have a particular enthusiasm for projects involving co-design and participation where service-users, volunteers and staff can get involved.
|
We specialize in co-production, co-design and participation involving service-users, volunteers, staff and stakeholders.
|
||||||
|
@ -7,9 +7,9 @@ email: cs@mediablazehosts.coop
|
|||||||
twitter: MediaBlazeHosts
|
twitter: MediaBlazeHosts
|
||||||
github: mediablazehosts
|
github: mediablazehosts
|
||||||
telephone: '0333 335 0166'
|
telephone: '0333 335 0166'
|
||||||
address: MediaBlaze Hosts, 31 Station Road,Charing,Ashford,Kent,TN27 0JA
|
address: MediaBlaze Hosts, International House, 61 Mosley Street, Manchester, M2 3HZ
|
||||||
latitude: 51.20871820000001
|
latitude: 53.479140
|
||||||
longitude: 0.7920888999999534
|
longitude: -2.241500
|
||||||
clients:
|
clients:
|
||||||
services:
|
services:
|
||||||
- consultancy
|
- consultancy
|
||||||
@ -33,16 +33,13 @@ technologies:
|
|||||||
- phpbb
|
- phpbb
|
||||||
---
|
---
|
||||||
|
|
||||||
MediaBlaze Hosts | Ethical Web Services
|
MediaBlaze Hosts
|
||||||
|
|
||||||
MediaBlaze Hosts is a registered co-operative business and member of Coops UK, originally founded and based in Portsmouth, UK.
|
We’re an established co-operative web services provider with 10+ years experience.
|
||||||
|
We focus and deliver on open-source software and technology wherever we can and help to bring awareness to ensure users truly own their data.
|
||||||
Since inception, we have expanded and also have offices located in Manchester and Kent,
|
We help to empower communities and social groups to come together and work better through the use of technology.
|
||||||
|
We’re members of Workers.coop, Co-Tech Co-operatives UK and Jisc
|
||||||
We offer web based services nationally, priding ourselves on a friendly and personalised service.
|
We have offices located Kent and Manchester.
|
||||||
|
We’re always ready to have a chat so give us a call to discuss your web requirements.
|
||||||
From standard Web Hosting to SSL Certificates and more, including business consultancy, we are here to assist in your move online.
|
|
||||||
|
|
||||||
Security is core for us, that’s why we’re always looking for new ways to increase your safety online and provide you with some of the best and trusted services out there at an affordable cost.
|
|
||||||
|
|
||||||
Visit: https://mediablazehosts.coop for more information about us and our services, or email: cs@mediablazehosts.coop
|
Visit: https://mediablazehosts.coop for more information about us and our services, or email: cs@mediablazehosts.coop
|
||||||
|
@ -1,53 +0,0 @@
|
|||||||
---
|
|
||||||
title: Open Data Services
|
|
||||||
name: Open Data Services
|
|
||||||
members:
|
|
||||||
website: http://www.opendataservices.coop
|
|
||||||
email: contact@opendataservices.coop
|
|
||||||
twitter: opendatacoop
|
|
||||||
github:
|
|
||||||
telephone: '+44 (0)161 298 1213'
|
|
||||||
address: Remote working team, across the UK,United Kingdom
|
|
||||||
latitude: 52.47695163340273
|
|
||||||
longitude: -1.8878889083862305
|
|
||||||
clients:
|
|
||||||
- 360-giving
|
|
||||||
- department-for-international-development
|
|
||||||
- initiative-for-open-ag-funding
|
|
||||||
- involve
|
|
||||||
- national-council-for-voluntary-organisations
|
|
||||||
- natural-resource-governance-institute
|
|
||||||
- open-contracting-partnership
|
|
||||||
- open-government-partnership
|
|
||||||
- open-referral
|
|
||||||
- power-to-change
|
|
||||||
- world-bank
|
|
||||||
services:
|
|
||||||
- community-building
|
|
||||||
- consultancy
|
|
||||||
- data-standards
|
|
||||||
- development
|
|
||||||
- research
|
|
||||||
- strategy
|
|
||||||
technologies:
|
|
||||||
- apache
|
|
||||||
- bash
|
|
||||||
- debian
|
|
||||||
- django-2
|
|
||||||
- htmlcss
|
|
||||||
- javascript
|
|
||||||
- json-schema
|
|
||||||
- matomo
|
|
||||||
- python
|
|
||||||
- rdf-2
|
|
||||||
- xml
|
|
||||||
---
|
|
||||||
|
|
||||||
We help people publish and use open data.
|
|
||||||
We provide technologies, support, and services relating to the production, standardisation and use of open data. We support activities that promote social impacts from open data. And through that we aim to make sure open data is useful, usable and in use.
|
|
||||||
|
|
||||||
We provide training, consultancy, development and support for:
|
|
||||||
|
|
||||||
* Organisations building and maintaining open data standards
|
|
||||||
* Organisations publishing open data
|
|
||||||
* Organisations using open data
|
|
@ -7,7 +7,7 @@ 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: 4th Floor, 113-115 Fonthill Road, Finsbury Park, London, United Kingdom, N4 3HH
|
||||||
latitude: 51.56372160000001
|
latitude: 51.56372160000001
|
||||||
longitude: -0.1077572000000373
|
longitude: -0.1077572000000373
|
||||||
clients:
|
clients:
|
||||||
@ -71,6 +71,7 @@ technologies:
|
|||||||
- symfony
|
- symfony
|
||||||
- wordpress
|
- wordpress
|
||||||
- laravel
|
- laravel
|
||||||
|
- civicrm
|
||||||
---
|
---
|
||||||
|
|
||||||
Outlandish is made up of around 20 collaborators and co-owners who love quality code, and apps that challenge the status quo.
|
Outlandish is made up of around 20 collaborators and co-owners who love quality code, and apps that challenge the status quo.
|
||||||
|
@ -1,62 +0,0 @@
|
|||||||
---
|
|
||||||
title: Paper Rhino
|
|
||||||
name: Paper Rhino
|
|
||||||
members: 5
|
|
||||||
website: https://paperrhino.co.uk/
|
|
||||||
email: mail@paperrhino.co.uk
|
|
||||||
twitter: paper_rhino
|
|
||||||
telephone: '+44 1733 865080'
|
|
||||||
address: Workshop G6, Allia Future Business Centre, London Road, Peterborough, PE2 8AN
|
|
||||||
latitude: 52.5636273
|
|
||||||
longitude: -0.2432229
|
|
||||||
clients:
|
|
||||||
- allia-future-business-centre
|
|
||||||
- bbc
|
|
||||||
- bbc-ideas
|
|
||||||
- cardinus
|
|
||||||
- co-operatives-uk
|
|
||||||
- thb-group
|
|
||||||
- the-hive
|
|
||||||
- envirogen
|
|
||||||
- feps
|
|
||||||
- froglife
|
|
||||||
- the-green-backyard
|
|
||||||
- the-woodland-trust
|
|
||||||
- haircuts-4-homeless
|
|
||||||
- invest-sk
|
|
||||||
- kindling-trust
|
|
||||||
- leeds-bread-co-op
|
|
||||||
- magpas
|
|
||||||
- metal-culture
|
|
||||||
- mutuo
|
|
||||||
- nhs
|
|
||||||
- vivacity
|
|
||||||
- opportunity-peterborough
|
|
||||||
- peterborough-lions-international
|
|
||||||
- premier-league-productions
|
|
||||||
- rhs
|
|
||||||
- unicorn-grocery
|
|
||||||
services:
|
|
||||||
- animation
|
|
||||||
- artwork
|
|
||||||
- branding-and-identity
|
|
||||||
- development
|
|
||||||
- exhibition-and-display
|
|
||||||
- film
|
|
||||||
- graphic-design
|
|
||||||
- ideation
|
|
||||||
- illustration
|
|
||||||
- logo-design
|
|
||||||
- motion-graphics
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- adobe-illustrator
|
|
||||||
- after-effects
|
|
||||||
- htmlcss
|
|
||||||
- indesign
|
|
||||||
- photoshop
|
|
||||||
- risograph
|
|
||||||
- wordpress
|
|
||||||
---
|
|
||||||
|
|
||||||
Paper Rhino is a creative co-op specialising in illustration, art, typography, animation and design. We are passionate about our disciplines and equally as passionate about working in a socially responsible way. We started Paper Rhino in 2011 so we could provide affordable, fair services to ethically-conscious organisations, small companies, NGO’s and charities. We are a highly creative team that are bordering on the obsessive when it comes to our individual skills. We are passionate in our belief that we can make the world a more beautiful place. Please take a few moments to have a look at our work and if you like what you see, get in touch – we’d love to hear from you.
|
|
5
_coops/principle_six.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Principle Six
|
||||||
|
name: Principle Six
|
||||||
|
email: caleb@principlesix.coop
|
||||||
|
---
|
@ -1,59 +0,0 @@
|
|||||||
---
|
|
||||||
title: Secure Active C.I.C.
|
|
||||||
name: Secure Active C.I.C.
|
|
||||||
members:
|
|
||||||
website: https://secure.coop
|
|
||||||
email: info@secure.coop
|
|
||||||
twitter: SecActive
|
|
||||||
github:
|
|
||||||
telephone: 'Signal +44 (0)7719740566'
|
|
||||||
address: 62 Beechwood Road,Dalston,Hackney,London,United Kingdom,E8 3DY
|
|
||||||
latitude: 51.5452938
|
|
||||||
longitude: -0.07338379999998779
|
|
||||||
clients:
|
|
||||||
services:
|
|
||||||
- big-data
|
|
||||||
- business-systems
|
|
||||||
- community-building
|
|
||||||
- consultancy
|
|
||||||
- document-repositories
|
|
||||||
- email
|
|
||||||
- it-security
|
|
||||||
- mentoring
|
|
||||||
- research
|
|
||||||
- strategy
|
|
||||||
- user-research
|
|
||||||
technologies:
|
|
||||||
- bash
|
|
||||||
- centos
|
|
||||||
- debian
|
|
||||||
- discourse
|
|
||||||
- free-bsd
|
|
||||||
- lets-encrypt
|
|
||||||
- openwrt
|
|
||||||
- python
|
|
||||||
- ubuntu
|
|
||||||
- wordpress
|
|
||||||
---
|
|
||||||
|
|
||||||
## Information Security for the Non-Profit Sector by the Sector
|
|
||||||
|
|
||||||
### Our Mission
|
|
||||||
|
|
||||||
Secure Active empowers organisations working for positive social change, by helping them secure their information. Supporting large NGOs to grassroots campaigners, we have valuable unique experience in our sector, that enables our clients to efficiently and effectively achieve their goals.
|
|
||||||
|
|
||||||
We are a co-operative, democratically run by its members and committed to trading ethically. As a Community Interest Company, Secure Active is for mission not profit. We are committed to providing you with the best possible service.
|
|
||||||
|
|
||||||
### Why Choose Us?
|
|
||||||
|
|
||||||
#### Experienced
|
|
||||||
|
|
||||||
Secure Active has valuable and unique experience in the nonprofit sector. Our wide experience and proven track record spans working with the most highly sensitive projects to developing policy. Secure Active’s goal is to empower our clients so you can achieve your security goals.
|
|
||||||
|
|
||||||
#### Qualified
|
|
||||||
|
|
||||||
Our consultants are experienced information security professionals who have worked in commercial and NGO settings, and maintain certifications: Certified Information Systems Security Professional (CISSP); Certified Lead Auditor – Information Security Management Systems, ISO 27001 (CIS LA); Certified Ethical Hacker (CEH).
|
|
||||||
|
|
||||||
#### Ethical & Unbiased
|
|
||||||
|
|
||||||
Secure Active works to a strict code of professional ethics. Before working with you, we will establish a non-disclosure agreement to protect your organisation: you maintain control of your information at all times.
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
title: Sleuth Cooperative
|
|
||||||
name: Sleuth Cooperative
|
|
||||||
members: 1
|
|
||||||
website: https://www.sleuth.coop/
|
|
||||||
email: hello@sleuth.coop
|
|
||||||
twitter: simpson_hilary
|
|
||||||
linkedin: https://www.linkedin.com/in/hilary-simpson-02395418/
|
|
||||||
address: Sleuth Cooperative,Nye Bevan House,London,SW6 7TB,United Kingdom
|
|
||||||
latitude: 51.48202
|
|
||||||
longitude: -0.20514
|
|
||||||
clients:
|
|
||||||
- woda
|
|
||||||
- barbourlogic
|
|
||||||
---
|
|
||||||
|
|
||||||
We are a research and technology Cooperative of 50% women — able to adapt to your brief using our diverse networks, delivering maximum value as efficiently as possible.
|
|
@ -1,58 +0,0 @@
|
|||||||
---
|
|
||||||
title: Small Axe
|
|
||||||
name: Small Axe
|
|
||||||
members: 5
|
|
||||||
website: http://weare.thesmallaxe.com/
|
|
||||||
email: hello@thesmallaxe.com
|
|
||||||
twitter: wearethesmallaxe
|
|
||||||
github: thesmallaxecom
|
|
||||||
telephone: '020 3540 7467'
|
|
||||||
address: 7-15 Greatorex St,London,United Kingdom,E1 5NF
|
|
||||||
latitude: 51.5178935
|
|
||||||
longitude: -0.06747700000005352
|
|
||||||
clients:
|
|
||||||
- mind
|
|
||||||
- national-union-of-teachers
|
|
||||||
- robin-hood-tax
|
|
||||||
- save-the-children
|
|
||||||
services:
|
|
||||||
- artwork
|
|
||||||
- branding-and-identity
|
|
||||||
- consultancy
|
|
||||||
- copywriting-and-translation
|
|
||||||
- email
|
|
||||||
- graphic-design
|
|
||||||
- ideation
|
|
||||||
- illustration
|
|
||||||
- logo-design
|
|
||||||
- marketing
|
|
||||||
- strategy
|
|
||||||
- user-research
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- after-effects
|
|
||||||
- drupal
|
|
||||||
- htmlcss
|
|
||||||
- adobe-illustrator
|
|
||||||
- indesign
|
|
||||||
- invision
|
|
||||||
- photoshop
|
|
||||||
- adobe-premiere-pro
|
|
||||||
- wordpress
|
|
||||||
---
|
|
||||||
|
|
||||||
Our vision is to create movements that are progressive, hopeful and powerful, to inspire people to act on the most pressing issues of our time. We’re a non-profit cooperative setup as a creative campaigning and communications agency.
|
|
||||||
|
|
||||||
**Our partners**
|
|
||||||
|
|
||||||
We partner with courageous causes to create a better future, from charities and social enterprises to political organisations and coalitions.
|
|
||||||
|
|
||||||
**How we make it happen**
|
|
||||||
|
|
||||||
* Creative that cuts through a cynical culture.
|
|
||||||
* Campaigns that mobilise millions.
|
|
||||||
* Organising power to change the world.
|
|
||||||
|
|
||||||
**Working together**
|
|
||||||
|
|
||||||
We’re a group of campaigners with the skills, experience and networks you need to build a social movement in the 21st century.
|
|
13
_coops/solidarity-economy-association.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: Solidarity Economy Association
|
||||||
|
name: Solidarity Economy Association
|
||||||
|
members: 3
|
||||||
|
website: https://www.solidarityeconomy.coop/
|
||||||
|
email: info@solidarityeconomy.coop
|
||||||
|
twitter: solidarityecon
|
||||||
|
address: Community Base, 113 Queens Road, Brighton, BN1 3XG
|
||||||
|
latitude: 50.825862697961604
|
||||||
|
longitude: -0.14233101726023312
|
||||||
|
---
|
||||||
|
|
||||||
|
The Solidarity Economy Association are a small, worker-led co-operative based in England, Scotland and Wales, working to overcome capitalism by building up the solidarity economy from below.
|
@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
title: TABLEFLIP
|
|
||||||
name: TABLEFLIP
|
|
||||||
members:
|
|
||||||
website: https://tableflip.io/
|
|
||||||
email: hello@tableflip.io
|
|
||||||
twitter: tableflip
|
|
||||||
github: hello%40tableflip.html
|
|
||||||
telephone:
|
|
||||||
address: Unit 1a, 1 East Dulwich Road,London,SE22 9BA
|
|
||||||
latitude: 51.46200700000001
|
|
||||||
longitude: -0.06753600000001825
|
|
||||||
clients:
|
|
||||||
- kitmapper
|
|
||||||
- shared-assets
|
|
||||||
services:
|
|
||||||
- consultancy
|
|
||||||
- data-visualisation
|
|
||||||
- database-solutions
|
|
||||||
- development
|
|
||||||
- devops
|
|
||||||
- rapid-application-development
|
|
||||||
technologies:
|
|
||||||
- htmlcss
|
|
||||||
- mongodb
|
|
||||||
- node-js
|
|
||||||
- reactjs
|
|
||||||
---
|
|
||||||
|
|
||||||
_We’re your technical co-founder._
|
|
||||||
|
|
||||||
Come and talk through your idea with us. We listen, and help define the core problem to be solved. We propose a workplan for a fixed cost 5 day sprint. At the end of the sprint you have something live, to visit or download to your phone; something to test and put in front of your users. Based on your feedback, we work together to define the most important thing for the next workplan.
|
|
||||||
|
|
||||||
**Plan. Build. Review.** By repeating this simple pattern we can take you from idea to new business in a matter of weeks.
|
|
@ -1,58 +0,0 @@
|
|||||||
---
|
|
||||||
title: United Diversity
|
|
||||||
name: United Diversity
|
|
||||||
members: 2
|
|
||||||
website: https://uniteddiversity.coop/
|
|
||||||
email: josef@uniteddiversity.coop
|
|
||||||
twitter: uniteddiversity
|
|
||||||
github: uniteddiversity
|
|
||||||
address: 4 Melville Square, East Street, Bridport, DT6 3LS
|
|
||||||
latitude: 50.7332462
|
|
||||||
longitude: -2.7572083
|
|
||||||
clients:
|
|
||||||
- stir-to-action
|
|
||||||
- media-reform-coalition
|
|
||||||
- campaign-for-press-and-broadcasting-freedom
|
|
||||||
- ctrl-shift
|
|
||||||
- better-media
|
|
||||||
- co-operatives-london
|
|
||||||
- gcda
|
|
||||||
- wiki-factory
|
|
||||||
- solarcentury
|
|
||||||
- opencoop
|
|
||||||
- offgrid-festival
|
|
||||||
- mhsgroup
|
|
||||||
- opendemocracy
|
|
||||||
- ideo
|
|
||||||
- stethelburgas
|
|
||||||
- 1010uk
|
|
||||||
- ovesco
|
|
||||||
- londonpermaculture
|
|
||||||
- bioregional
|
|
||||||
- commonfutures
|
|
||||||
- kaizen
|
|
||||||
- sse
|
|
||||||
- en10ergy
|
|
||||||
- neweconomics
|
|
||||||
services:
|
|
||||||
- branding-and-identity
|
|
||||||
- community-building
|
|
||||||
- consultancy
|
|
||||||
- graphic-design
|
|
||||||
- ideation
|
|
||||||
- mentoring
|
|
||||||
- research
|
|
||||||
- strategy
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- discourse
|
|
||||||
- drupal
|
|
||||||
- htmlcss
|
|
||||||
- wordpress
|
|
||||||
---
|
|
||||||
|
|
||||||
Together We Have Everything
|
|
||||||
|
|
||||||
Imagine if everyone shared some of everything they have: time, money, tools, knowledge, land, food, shelter.
|
|
||||||
|
|
||||||
Together, we already have the knowledge, expertise, land, property and resources necessary to empower people, build community, develop co-ops and create commons. We just need to self-organise and start sharing.
|
|
@ -1,83 +0,0 @@
|
|||||||
---
|
|
||||||
title: wave
|
|
||||||
name: wave
|
|
||||||
members: 7
|
|
||||||
website: https://wave.coop/
|
|
||||||
email: info@wave.coop
|
|
||||||
twitter: wavedesigncoop
|
|
||||||
github: wavedesign
|
|
||||||
telephone: '01424235000'
|
|
||||||
address: Rock House,49 - 51 Cambridge Road,Hastings,United Kingdom,TN34 1DT
|
|
||||||
latitude: 50.86501959934043
|
|
||||||
longitude: 0.5873715877532959
|
|
||||||
clients:
|
|
||||||
- alzheimers
|
|
||||||
- association-for-progressive-communications
|
|
||||||
- child-accident-prevention-trust
|
|
||||||
- co-operatives-uk
|
|
||||||
- eisf
|
|
||||||
- european-union
|
|
||||||
- girl-guiding
|
|
||||||
- global-witness
|
|
||||||
- hct-group
|
|
||||||
- infinity-foods
|
|
||||||
- international-cooperative-alliance
|
|
||||||
- keeping-children-safe
|
|
||||||
- leonard-cheshire-disability
|
|
||||||
- london-sustainability-exchange
|
|
||||||
- plunkett-foundation
|
|
||||||
- queen-s-nursing-institute
|
|
||||||
- ramblers
|
|
||||||
- resurgence
|
|
||||||
- royal-geographical-society
|
|
||||||
- the-national-council-for-voluntary-organisations
|
|
||||||
- the-woodcraft-folk
|
|
||||||
- tuc
|
|
||||||
- uk-youth
|
|
||||||
- unions-21
|
|
||||||
- uol-institute-in-paris
|
|
||||||
- war-on-want
|
|
||||||
- wateraid
|
|
||||||
services:
|
|
||||||
- animation
|
|
||||||
- artwork
|
|
||||||
- branding-and-identity
|
|
||||||
- consultancy
|
|
||||||
- copywriting-and-translation
|
|
||||||
- domain-names
|
|
||||||
- email
|
|
||||||
- exhibition-and-display
|
|
||||||
- graphic-design
|
|
||||||
- hosting
|
|
||||||
- ideation
|
|
||||||
- illustration
|
|
||||||
- logo-design
|
|
||||||
- mailing
|
|
||||||
- photography
|
|
||||||
- printing
|
|
||||||
- seo-optimisation
|
|
||||||
- user-research
|
|
||||||
- virtual-servers
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- dreamweaver
|
|
||||||
- drupal
|
|
||||||
- htmlcss
|
|
||||||
- adobe-illustrator
|
|
||||||
- indesign
|
|
||||||
- invision
|
|
||||||
- javascript
|
|
||||||
- laravel
|
|
||||||
- photoshop
|
|
||||||
- php
|
|
||||||
- wordpress
|
|
||||||
- zeplin
|
|
||||||
---
|
|
||||||
|
|
||||||
> **wave \| working creatively for a better world**
|
|
||||||
|
|
||||||
We are a design co-operative specialising in creative print and web design for the not-for-profit sector. We work exclusively with organisations that we feel make a positive difference to society today. We like working with people and organisations who do inspiring, positive work in the world and we are proud to have been ‘waving’ the coop flag for 30 years!
|
|
||||||
|
|
||||||
Our services range from brand and identity development, campaign material, print publications and exhibitions to photography, illustration, web design and development, animation, interactive applications and games!
|
|
||||||
|
|
||||||
Please see case studies for some **recent work**.
|
|
@ -5,7 +5,7 @@ members: 3
|
|||||||
website: https://www.webarchitects.coop/
|
website: https://www.webarchitects.coop/
|
||||||
email: info@webarch.net
|
email: info@webarch.net
|
||||||
twitter: webarchcoop
|
twitter: webarchcoop
|
||||||
github: https://github.com/webarch-coop
|
github: webarch-coop
|
||||||
telephone: '+44 114 276 9709'
|
telephone: '+44 114 276 9709'
|
||||||
address: Webarch Co-operative Limited,Harland Works,68a John Street,Sheffield,United Kingdom,S2 4QU
|
address: Webarch Co-operative Limited,Harland Works,68a John Street,Sheffield,United Kingdom,S2 4QU
|
||||||
latitude: 53.3704644
|
latitude: 53.3704644
|
||||||
|
@ -1,55 +0,0 @@
|
|||||||
---
|
|
||||||
title: Yvant
|
|
||||||
name: Yvant
|
|
||||||
members: 3
|
|
||||||
website: https://yvant.coop/
|
|
||||||
email: hello@yvant.coop
|
|
||||||
twitter:
|
|
||||||
github: yvant-coop
|
|
||||||
telephone: 'Signal +44 (0) 7881 806 331'
|
|
||||||
address: Kemp House, 160 City Road, London, United Kingdom, EC1V 2NX
|
|
||||||
latitude: 51.538186
|
|
||||||
longitude: -0.071404
|
|
||||||
clients:
|
|
||||||
|
|
||||||
services:
|
|
||||||
- big-data
|
|
||||||
- business-systems
|
|
||||||
- consultancy
|
|
||||||
- database-solutions
|
|
||||||
- development
|
|
||||||
- devops
|
|
||||||
- hosting
|
|
||||||
- mentoring
|
|
||||||
- strategy
|
|
||||||
- rapid-application-development
|
|
||||||
- sysadmin
|
|
||||||
technologies:
|
|
||||||
- apache
|
|
||||||
- aws-lambda
|
|
||||||
- bash
|
|
||||||
- clojure
|
|
||||||
- docker
|
|
||||||
- htmlcss
|
|
||||||
- java
|
|
||||||
- javascript
|
|
||||||
- mongodb
|
|
||||||
- mysql
|
|
||||||
- nginx
|
|
||||||
- node-js
|
|
||||||
- postgresql
|
|
||||||
- terraform
|
|
||||||
- vue-js
|
|
||||||
---
|
|
||||||
|
|
||||||
Yvant builds **systems** to help solve the climate crisis. We **collaborate** with organisations who share our drive to create a thriving environment for future generations.
|
|
||||||
|
|
||||||
We design and build bespoke software systems, write infrastructure as code, help with cloud migration and digital transformation... in fact, there's a lot we can help with:
|
|
||||||
|
|
||||||
* Devops & Automation
|
|
||||||
* Research & Development
|
|
||||||
* Rapid Prototyping
|
|
||||||
* System Integration
|
|
||||||
* Mentoring
|
|
||||||
|
|
||||||
We take our time to really understand your objectives and zoom out to see the big picture. Often a simple solution is the most effective. We don't use technology for its own sake. We're about delivering value and helping you achieve your goals.
|
|
@ -47,14 +47,17 @@
|
|||||||
<p class="homepage-message">Creative technology companies, fully owned and controlled by the people who do the work.<br />
|
<p class="homepage-message">Creative technology companies, fully owned and controlled by the people who do the work.<br />
|
||||||
Cooperative ownership means tech that’s better for its workers and customers.</p>
|
Cooperative ownership means tech that’s better for its workers and customers.</p>
|
||||||
<span>
|
<span>
|
||||||
<a id="video" data-open="video-modal"><i class="fi-play"></i>Watch video</a>
|
|
||||||
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
||||||
</span>
|
</span>
|
||||||
<div class="reveal large" id="video-modal" data-reveal>
|
<!-- span>
|
||||||
|
<a id="video" data-open="video-modal"><i class="fi-play"></i>Watch video</a>
|
||||||
|
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
||||||
|
</span -->
|
||||||
|
<!-- div class="reveal large" id="video-modal" data-reveal>
|
||||||
<div class="flex-video widescreen">
|
<div class="flex-video widescreen">
|
||||||
<iframe width="420" height="315" src="https://player.vimeo.com/video/196080655" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
<iframe width="420" height="315" src="https://player.vimeo.com/video/196080655" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Anarchy Rules
|
|
||||||
---
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Biobulkbende
|
|
||||||
---
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Campaign Against Arms Trade
|
|
||||||
---
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Fashion Revolution
|
|
||||||
---
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Good Night Out
|
|
||||||
---
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Neuronic Games
|
|
||||||
---
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Third Sector Accountancy
|
|
||||||
---
|
|
26
about.md
@ -4,21 +4,25 @@ 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.
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
Each member of the network is a company that is owned and democratically run by it's workers (and, in some cases, customers). There are no private shareholders who take money out of the company and/or direct the company's activities. While many of the member co-operatives do not have completely flat structures -- many have boards, management committees, etc. -- they are all democratic workplaces and the members have the opportunity to appoint people to roles or change the structure of their organisations.
|
|
||||||
|
|
||||||
Governance of the network currently takes place through a rough consensus process using [Loomio][], [a wiki][wiki] and [our community forum]({{ site.forum }}), and all members are invited and encouraged to get involved. As the network develops, we will explore changes to this governance model together.
|
|
||||||
|
|
||||||
The network was founded at <a href="https://wiki.coops.tech/wiki/Main_Page#Wortley_Hall_2016">an event on 14th November 2016</a> at [Wortley Hall -- the worker's stately home][wortley-hall] -- where many of us met for the very first time to share ideas, skills and plans for world domination.
|
|
||||||
|
|
||||||
<img src="https://wiki.coops.tech/w/images/a/ae/Pose.png" alt="Co-operative Technologists at Wortley Hall" width="1024" height="376" />
|
<img src="https://wiki.coops.tech/w/images/a/ae/Pose.png" alt="Co-operative Technologists at Wortley Hall" width="1024" height="376" />
|
||||||
|
|
||||||
|
*Co-operative Technologists (CoTech) is a growing network of tech and digital service co-operatives working to reshape the technology sector in the UK.* Our members are co-operatives that operate democratically, giving workers (and, in some cases, customers) control over the business. CoTech was founded at Wortley Hall in 2016 and became the first sector specific arm of the [worker.coop federation](https://www.workers.coop/) in September 2024.
|
||||||
|
|
||||||
|
*We believe that businesses owned and run by their workers can create better workplaces, deliver higher quality products, and provide greater value to customers.* Unlike traditional businesses, we have no private shareholders extracting profits. Our aim is to change both our industry and society through cooperation. We strive to be a model of thought leadership and innovation in the progressive business movement.
|
||||||
|
|
||||||
|
*At CoTech we openly share skills, knowledge, and resources to facilitate community, mutual support, and shared growth in our sector.* Our activities include:
|
||||||
|
|
||||||
|
* hosting in-person and online gatherings
|
||||||
|
* engaging on the community forum
|
||||||
|
* seconding employees to each other to meet specific needs
|
||||||
|
* working on projects together
|
||||||
|
|
||||||
|
*Governance of the CoTech network is a collaborative process.* We make decisions by consensus using tools like [Loomio](https://www.loomio.com/cotech/), our [wiki](jttps://wiki.coops.tech/), and [community forum](https://community.coops.tech/). All members are encouraged to participate and help shape our direction as we grow.
|
||||||
|
|
||||||
|
|
||||||
Read [our manifesto][manifesto], [contact us if you want to work with us][contact] or [join us][join].
|
Read [our manifesto][manifesto], [contact us if you want to work with us][contact] or [join us][join].
|
||||||
|
|
||||||
[Loomio]: https://www.loomio.org/g/oVwtKDOn/digital-co-ops
|
[Loomio]: https://www.loomio.com/cotech/
|
||||||
[wiki]: https://wiki.coops.tech/
|
[wiki]: https://wiki.coops.tech/
|
||||||
[wortley-hall]: https://www.wortleyhall.org.uk/
|
[wortley-hall]: https://www.wortleyhall.org.uk/
|
||||||
[manifesto]: /manifesto
|
[manifesto]: /manifesto
|
||||||
|
@ -9,12 +9,12 @@ var app = window.app || {};
|
|||||||
|
|
||||||
var mapboxAccessToken = window.mapboxAccessToken || '';
|
var mapboxAccessToken = window.mapboxAccessToken || '';
|
||||||
|
|
||||||
app.apiUrl = 'https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=' + mapboxAccessToken;
|
app.apiUrl = 'https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=' + mapboxAccessToken;
|
||||||
|
|
||||||
app.tileLayerOptions = {
|
app.tileLayerOptions = {
|
||||||
maxZoom: 18,
|
maxZoom: 18,
|
||||||
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' + 'Imagery © <a href="http://mapbox.com">Mapbox</a>',
|
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' + 'Imagery © <a href="http://mapbox.com">Mapbox</a>',
|
||||||
id: 'mapbox.streets',
|
id: 'mapbox/streets-v12',
|
||||||
token: window.mapboxAccessToken
|
token: window.mapboxAccessToken
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ services:
|
|||||||
BUNDLE_PATH: /vendor
|
BUNDLE_PATH: /vendor
|
||||||
command: >
|
command: >
|
||||||
sh -c '
|
sh -c '
|
||||||
|
gem update --system &&
|
||||||
bundle &&
|
bundle &&
|
||||||
bundle exec jekyll build --destination /site --watch
|
bundle exec jekyll build --destination /site --watch
|
||||||
'
|
'
|
||||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 22 KiB |
BIN
images/clients/big-brother-watch.jpg
Normal file
After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 3.8 KiB |
BIN
images/clients/coolfarm-alliance.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
images/clients/erasmus-student-network.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/clients/food-data-collaboration.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
images/clients/kings-college-london.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
images/clients/lgd.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
images/clients/london-school-of-economics.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
images/clients/lumbung-space.png
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 79 KiB |
BIN
images/clients/open-data-services.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
images/clients/radhr.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
images/coops/asterisk-labs.png
Normal file
After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 11 KiB |
BIN
images/coops/cooperative-it.png
Normal file
After Width: | Height: | Size: 16 KiB |
359
images/coops/cooperative-it.svg
Normal file
@ -0,0 +1,359 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1073"
|
||||||
|
width="250"
|
||||||
|
height="250"
|
||||||
|
viewBox="0 0 250 250"
|
||||||
|
sodipodi:docname="cooperative-it.svg"
|
||||||
|
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||||
|
<metadata
|
||||||
|
id="metadata1079">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs1077" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1848"
|
||||||
|
inkscape:window-height="1016"
|
||||||
|
id="namedview1075"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1"
|
||||||
|
inkscape:cx="283.5"
|
||||||
|
inkscape:cy="327.47713"
|
||||||
|
inkscape:window-x="72"
|
||||||
|
inkscape:window-y="27"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg1073" />
|
||||||
|
<image
|
||||||
|
y="11.333328"
|
||||||
|
x="10.333313"
|
||||||
|
id="image1695"
|
||||||
|
xlink:href="data:image/png;base64,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
|
||||||
|
"
|
||||||
|
style="image-rendering:optimizeQuality"
|
||||||
|
preserveAspectRatio="none"
|
||||||
|
height="230.33334"
|
||||||
|
width="230.33334" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 24 KiB |
10
images/coops/creative-coop.svg
Normal file
After Width: | Height: | Size: 16 KiB |
1
images/coops/fractals.svg
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
images/coops/impact-box.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
images/coops/principle_six.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
images/coops/solidarity-economy-association.png
Normal file
After Width: | Height: | Size: 297 KiB |
Before Width: | Height: | Size: 12 KiB |
@ -1 +0,0 @@
|
|||||||
<svg width="500" height="160" viewBox="0 0 132.292 42.333" xmlns="http://www.w3.org/2000/svg"><g aria-label="vant" style="font-size:4.23333px;line-height:1.25;letter-spacing:0;word-spacing:0;fill:#250;stroke-width:.264583"><path d="M40.699 31.458h-7.702L25.113 7.304h7.018L36.916 26.4l4.876-19.095h6.654zM69.273 24.759q0 1.412.41 2.096.41.638 1.322.957l-1.368 4.284q-2.142-.182-3.509-1.003-1.321-.82-2.05-2.552-2.37 3.646-7.247 3.646-3.6 0-5.742-2.05-2.096-2.097-2.096-5.424 0-3.965 2.87-6.061 2.918-2.097 8.25-2.097h2.78v-1.184q0-2.234-1.003-3.1-.957-.865-3.281-.865-2.644 0-6.38 1.276l-1.504-4.33q4.511-1.777 8.932-1.777 4.922 0 7.246 2.142 2.37 2.096 2.37 6.289zm-10.619 2.78q2.735 0 4.239-2.644v-4.648h-2.097q-5.286 0-5.286 3.92 0 1.594.774 2.506.82.866 2.37.866zM89.143 6.575q3.19 0 4.967 1.96 1.823 1.914 1.823 5.332v17.59h-6.471V14.96q0-1.96-.684-2.734-.684-.82-1.96-.82-1.367 0-2.506.866-1.14.82-2.188 2.506v16.68h-6.471V7.304h5.651l.501 3.053q3.008-3.782 7.338-3.782zM116.395 30.318q-1.321.912-3.007 1.368-1.641.501-3.282.501-3.737-.046-5.65-2.142-1.915-2.096-1.915-6.152V11.86h-3.6V7.304h3.6V2.018l6.471-.775v6.061h5.56l-.638 4.557h-4.922v11.895q0 1.732.593 2.506.592.775 1.823.775t2.734-.82z"/></g><g style="font-size:4.23333px;line-height:1.25;letter-spacing:0;word-spacing:0;fill:#250;stroke-width:.264583"><path d="M111.876 128.254q2.21.355 3.581 1.041 1.372.66 2.235 1.981.89 1.296 1.423 3.582.838 3.632 1.473 5.765.635 2.109 1.295 3.506.66 1.371 1.575 2.59l-3.454 1.169q-1.321-2.032-2.108-4.318-.762-2.312-1.524-6.782l-2.718 11.1-3.556-.838 4.14-13.03h1.32q-.355-1.067-.812-1.677t-1.245-.965q-.762-.381-2.082-.584z" style="fill:#4a0" transform="matrix(-1.79421 0 0 -1.79421 222.431 271.224)" aria-label="λ"/></g><path d="M127.076 23.38v-3.893m-6.393 10.286v-8.524m2.13 6.393v-7.768m2.132 5.637v-6.024m6.024 6.024c0 .529-.067 1.058-.202 1.56a6.129 6.129 0 0 1-1.56 2.702 6.129 6.129 0 0 1-2.702 1.56 6.129 6.129 0 0 1-3.12 0 6.129 6.129 0 0 1-2.702-1.56 6.129 6.129 0 0 1-1.56-2.702 6.129 6.129 0 0 1 0-3.12 6.129 6.129 0 0 1 1.56-2.702 6.129 6.129 0 0 1 2.702-1.56 6.05 6.05 0 0 1 1.56-.202h6.024zm0-6.024-6.024 6.024-2.131 2.13-2.131 2.132-2.13 2.13" style="color:#000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000;solid-opacity:1;vector-effect:none;fill:#4a0;fill-opacity:1;fill-rule:evenodd;stroke:#250;stroke-width:.803682;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:markers fill stroke;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/></svg>
|
|
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 9.8 KiB |
@ -32,7 +32,8 @@ layout: home
|
|||||||
<h5>{{ site.clients.size }}+</h5>
|
<h5>{{ site.clients.size }}+</h5>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<p>CoTech is a network of ethical co-operatives providing technology, digital and creative services.</p>
|
<p>Co-tech is a network of ethical tech, digital and creative co-operatives.</p>
|
||||||
|
<p>We're part of <a href="https://www.workers.coop">workers.coop</a>, <a href="/join">join us!</a></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>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>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, <a href="/join">please join us</a>.
|
<p>If you’re a tech co-op or a co-operatively minded freelancer, <a href="/join">please join us</a>.
|
||||||
|
33
join.md
@ -7,17 +7,19 @@ append_email_form: true
|
|||||||
|
|
||||||
Our vision is a fairer world in which wealth and resources are distributed to the people who need them rather than those best able to take them.
|
Our vision is a fairer world in which wealth and resources are distributed to the people who need them rather than those best able to take them.
|
||||||
|
|
||||||
|
Co-operative Technologists (CoTech) are part of [workers.coop](https://www.workers.coop/) — to join CoTech you need to first [join workers.coop](https://www.workers.coop/join/).
|
||||||
|
|
||||||
## Why join CoTech?
|
## Why join CoTech?
|
||||||
|
|
||||||
As an existing worker cooperative there are many reasons why you might want to join the fastest growing UK tech worker coop network.
|
As an existing tech worker cooperative there are many [reasons why you might want to join, workers.coop](https://www.workers.coop/reasons-to-join/) and CoTech.
|
||||||
|
|
||||||
### 1. More work and better business
|
### 1. More work and better business
|
||||||
|
|
||||||
Joining the CoTech network will allow you to:
|
Joining the CoTech network will allow you to:
|
||||||
* get referrals from other members,
|
* get referrals from other members
|
||||||
* collaborate or partner on projects,
|
* collaborate or partner on projects
|
||||||
* supplement your team with skills that you don’t have,
|
* supplement your team with skills that you don’t have
|
||||||
* meet the needs of your own clients.
|
* meet the needs of your own clients
|
||||||
|
|
||||||
Being part of a larger network can increase your own reputation as a business and value proposition that will enable you to win work and grow your business.
|
Being part of a larger network can increase your own reputation as a business and value proposition that will enable you to win work and grow your business.
|
||||||
|
|
||||||
@ -33,21 +35,24 @@ Sharing skills and knowledge helps us all to be more efficient and reduce the li
|
|||||||
|
|
||||||
### 3. More support and a better network
|
### 3. More support and a better network
|
||||||
You will join a friendly and welcoming network of co-operative businesses and people. We support each other through
|
You will join a friendly and welcoming network of co-operative businesses and people. We support each other through
|
||||||
* regular meetups and workshops,
|
* in person gatherings and workshops
|
||||||
* peer-to-peer mentoring and shadowing,
|
* regular online drop-ins
|
||||||
* access to private threads on our community forum,
|
* peer-to-peer mentoring and shadowing
|
||||||
* co-working opportunities,
|
* access to private threads on our community forum
|
||||||
* a private Slack channel.
|
* co-working opportunities
|
||||||
|
|
||||||
Meeting like minded people is a crucial aspect of building trust and solidarity within the network and will provide a vital support network of like-minded individuals for your co-op.
|
Meeting like minded people is a crucial aspect of building trust and solidarity within the network and will provide a vital support network of like-minded individuals for your co-op.
|
||||||
|
|
||||||
## Who can join?
|
## Who can join?
|
||||||
|
|
||||||
To join CoTech you need to be a worker owned co-operative providing digital or technical services in the UK.
|
To join CoTech you need to be a worker owned co-operative providing digital or technical services in the UK, and become a member of [workers.coop](https://www.workers.coop/join/).
|
||||||
For more details on who can join and how to join, please see the wiki pages linked to below:
|
|
||||||
|
|
||||||
* [https://wiki.coops.tech/wiki/Who_can_join_CoTech](https://wiki.coops.tech/wiki/Who_can_join_CoTech)
|
Find out more about who can join and how to join on the following pages:
|
||||||
* [https://wiki.coops.tech/wiki/How_to_join_CoTech](https://wiki.coops.tech/wiki/How_to_join_CoTech)
|
|
||||||
|
* [workers.coop/reasons-to-join](https://www.workers.coop/reasons-to-join/)
|
||||||
|
* [workers.coop/join](https://www.workers.coop/join/)
|
||||||
|
* [wiki.coops.tech/wiki/Who_can_join_CoTech](https://wiki.coops.tech/wiki/Who_can_join_CoTech)
|
||||||
|
* [wiki.coops.tech/wiki/How_to_join_CoTech](https://wiki.coops.tech/wiki/How_to_join_CoTech)
|
||||||
|
|
||||||
[about]: /about
|
[about]: /about
|
||||||
[manifesto]: /manifesto
|
[manifesto]: /manifesto
|
||||||
|