mirror of
https://git.coop/cotech/website.git
synced 2025-06-26 16:40:52 +00:00
Compare commits
1 Commits
revert-930
...
dotproject
Author | SHA1 | Date | |
---|---|---|---|
bf47bfa29a |
@ -1,10 +1,9 @@
|
||||
---
|
||||
image: ruby:2.6.6
|
||||
image: ruby:2.5.3
|
||||
|
||||
stages:
|
||||
- test
|
||||
- staging
|
||||
- production
|
||||
- test
|
||||
- staging
|
||||
- production
|
||||
|
||||
variables:
|
||||
JEKYLL_ENV: production
|
||||
@ -21,50 +20,48 @@ before_script:
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- ssh-keyscan web.cotech.uk > ~/.ssh/known_hosts
|
||||
- ssh-keyscan 81.95.52.59 >> ~/.ssh/known_hosts
|
||||
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
- bundle install --path vendor
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- bundle exec jekyll build -d test
|
||||
- bundle exec jekyll build -d test
|
||||
artifacts:
|
||||
paths:
|
||||
- test
|
||||
- test
|
||||
except:
|
||||
- master
|
||||
- master
|
||||
|
||||
deploy:dev:
|
||||
stage: staging
|
||||
script:
|
||||
- bundle exec jekyll build -d public
|
||||
- rsync -aqz --delete-after public/ cotech@web.cotech.uk:sites/dev/
|
||||
- bundle exec jekyll build -d public
|
||||
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/dev/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- public
|
||||
environment:
|
||||
name: dev
|
||||
url: https://dev.coops.tech
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
|
||||
deploy:production:
|
||||
stage: production
|
||||
script:
|
||||
- bundle exec jekyll build -d public
|
||||
- rsync -aqz --delete-after public/ cotech@web.cotech.uk:sites/default/
|
||||
- bundle exec jekyll build -d public
|
||||
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/default/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- public
|
||||
environment:
|
||||
name: production
|
||||
url: https://www.coops.tech
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
when: manual
|
||||
|
||||
after_script:
|
||||
- rm -rf /root/.ssh/
|
||||
...
|
||||
- rm -rf /root/.ssh/
|
||||
|
@ -1 +1 @@
|
||||
2.6.6
|
||||
2.5.3
|
4
CAST.md
Normal file
4
CAST.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: CAST
|
||||
website: https://www.wearecast.org.uk/
|
||||
---
|
4
Power-to-Change.md
Normal file
4
Power-to-Change.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Power to Change
|
||||
website: https://www.powertochange.org.uk/
|
||||
---
|
@ -1,15 +1,8 @@
|
||||
# CoTech Website
|
||||
|
||||
This repo is [hosted at git.coop](https://git.coop/cotech/website) and [push mirrored to GitHub](https://github.com/cotech/jekyll-website).
|
||||
|
||||
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 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).
|
||||
|
||||
## Introduction
|
||||
|
||||
This is a port of the old WordPress version of the CoTech website to a statically-generated site using Jekyll. The site consists of a bunch of markdown files and images stored in git.coop. The Jekyll build process is automated so that there is no need to have Jekyll installed and running to make changes to the site.
|
||||
This is a port of the current WordPress version of the CoTech website to a statically-generated site using Jekyll. The site consists of a bunch of markdown files and images stored in git.coop. The Jekyll build process is automated so that there is no need to have Jekyll installed and running to make changes to the site.
|
||||
|
||||
* Live site: https://coops.tech/
|
||||
* Dev site: https://dev.coops.tech/
|
||||
|
3
_clients/Kaspersky.md
Normal file
3
_clients/Kaspersky.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Kaspersky
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Anarchy Rules
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Belfast City Council
|
||||
website: https://www.belfastcity.gov.uk
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
title: BHRRC
|
||||
website: https://www.business-humanrights.org/
|
||||
---
|
||||
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Big Brother Watch
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Biobulkbende
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Campaign Against Arms Trade
|
||||
---
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
title: CAST
|
||||
website: https://www.wearecast.org.uk/
|
||||
---
|
||||
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Coolfarm Alliance
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
title: Crown Commercial Service
|
||||
website: https://www.crowncommercial.gov.uk/
|
||||
---
|
||||
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Ctrl Group
|
||||
website: https://www.ctrl-group.com/
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Erasmus Student Network
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Fashion Revolution
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Food Data Collaboration
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Good Night Out
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
title: Hookline
|
||||
website: http://hookline.tv/
|
||||
---
|
||||
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: King's College London
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: LocalGov Drupal
|
||||
website: https://localgovdrupal.org/
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: London School of Economics
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Lumbung.Space
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
title: MakieLab
|
||||
website: https://twitter.com/makielab
|
||||
---
|
||||
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: MUBI
|
||||
website: https://mubi.com/
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Mudlark
|
||||
website: https://twitter.com/wearemudlark
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Near
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Neuronic Games
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: National Institute for Health Research
|
||||
website: https://www.nihr.ac.uk
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Open Data Services
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Participate
|
||||
---
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
title: Power to Change
|
||||
website: https://www.powertochange.org.uk/
|
||||
---
|
||||
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: RadHR
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Red Hat
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: The Executive Office
|
||||
website: https://www.executiveoffice-ni.gov.uk
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Third Sector Accountancy
|
||||
---
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
title: Trainline
|
||||
website: https://www.thetrainline.com/
|
||||
---
|
||||
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: University of East Anglia
|
||||
website: https://www.uea.ac.uk
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Voicenet (now 8x8)
|
||||
website: https://www.8x8.com/
|
||||
---
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: YouGov
|
||||
website: https://yougov.co.uk/
|
||||
---
|
46
_coops/alpha-communication.md
Normal file
46
_coops/alpha-communication.md
Normal file
@ -0,0 +1,46 @@
|
||||
---
|
||||
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.
|
@ -2,25 +2,20 @@
|
||||
title: Animorph
|
||||
name: Animorph
|
||||
members: 5
|
||||
website: https://www.animorph.coop
|
||||
website: https://animorph.coop
|
||||
email: we@animorph.coop
|
||||
twitter: animorphcoop
|
||||
github:
|
||||
telephone:
|
||||
address: Fonthill House,113-115 Fonthill Road,London,N4 3HH
|
||||
address: Space4,149 Fonthill Road,London,N4 3HF
|
||||
latitude: 51.5635499
|
||||
longitude: -0.10782689999996364
|
||||
clients:
|
||||
- the-executive-office
|
||||
- belfast-city-council
|
||||
- open-university
|
||||
- university-of-east-anglia
|
||||
- nihr
|
||||
- nesta
|
||||
- isd
|
||||
- southbank-centre
|
||||
clients:
|
||||
- halo-post-production
|
||||
- southbank-centre
|
||||
- open-university
|
||||
- packt
|
||||
- isd
|
||||
services:
|
||||
- animation
|
||||
- artwork
|
||||
@ -35,24 +30,23 @@ services:
|
||||
- mixed-reality
|
||||
- motion-graphics
|
||||
- virtual-reality
|
||||
- web apps
|
||||
- 3d websites
|
||||
technologies:
|
||||
- c
|
||||
- htmlcss
|
||||
- javascript
|
||||
- node-js
|
||||
- python
|
||||
- django-3
|
||||
- unity-3d
|
||||
- vue-js
|
||||
- three-js
|
||||
---
|
||||
|
||||
Animorph makes software that enhances human potential.
|
||||
Animorph addresses unmet social and medical needs using augmented and virtual reality.
|
||||
|
||||
We design, build, and support technological solutions to complex challenges spanning training, education, therapy, rehabilitation, and urban planning.
|
||||
We provide a full range of services and products geared towards bespoke immersive app development, including research, design workshops, programming, consultation, video production, and sound design.
|
||||
|
||||
As a full service creative powerhouse we work from ideation and brief-crafting stages, into design and development, all the way through to deployment and maintenance. Specialising in extended reality, we have created virtual and augmented reality mobile apps, immersive websites, games and full stack systems.
|
||||
Since early 2016, we have been collaborating with social enterprises, medical researchers, and organisations including Southbank Centre, The Open University, and Institute for Strategic Dialogue.
|
||||
|
||||
Our company has a spotless record of delivering above expectation with our clients since 2016. We seek productive relationships with purpose-driven organisations, so reach out and let’s forge alliances to make the future we want to live in.
|
||||
We invite all stakeholders to participate in the development process. We excel at understanding the challenges expressed by our end-users; every story takes us on a unique journey.
|
||||
|
||||
Animorph Co-operative is democratically owned and run, with great care for the well-being of our workers, supporting professional as well as personal development.
|
||||
|
||||
Let’s forge alliances for the future we want to live in.
|
||||
|
39
_coops/aptivate.md
Normal file
39
_coops/aptivate.md
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
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.
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
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.
|
@ -1,52 +1,35 @@
|
||||
---
|
||||
title: Autonomic
|
||||
name: Autonomic
|
||||
members: 12
|
||||
members: 6
|
||||
website: https://autonomic.zone/
|
||||
email: boop@autonomic.zone
|
||||
github: https://git.autonomic.zone/
|
||||
twitter: https://sunbeam.city/@autonomic
|
||||
telephone:
|
||||
address: 986 Pershore Road,Selly Park,Birmingham,United Kingdom,B29 7PX
|
||||
email: helo@autonomic.zone
|
||||
twitter: autonomiccoop
|
||||
github:
|
||||
telephone:
|
||||
address: 1539 Pershore Road,Stirchley,Birmingham,United Kingdom,B30 2JH
|
||||
latitude: 51.563904
|
||||
longitude: -0.10793179999996028
|
||||
clients:
|
||||
- london-school-of-economics
|
||||
- kings-college-london
|
||||
- erasmus-student-network
|
||||
- coolfarm-alliance
|
||||
- fashion-revolution
|
||||
clients:
|
||||
- iww
|
||||
- radhr
|
||||
- lumbung-space
|
||||
- open-data-services
|
||||
- food-data-collaboration
|
||||
- campaign-against-arms-trade
|
||||
- big-brother-watch
|
||||
- anarchy-rules
|
||||
- biobulkbende
|
||||
- good-night-out
|
||||
- neuronic-games
|
||||
- third-sector-accountancy
|
||||
services:
|
||||
- development
|
||||
- ojuso
|
||||
services:
|
||||
- community-building
|
||||
- consultancy
|
||||
- development
|
||||
- devops
|
||||
- domain-names
|
||||
- email
|
||||
- hosting
|
||||
- it-security
|
||||
- seo-optimisation
|
||||
- sysadmin
|
||||
- virtual-servers
|
||||
- graphic-design
|
||||
- web-design
|
||||
- user-research
|
||||
- community-building
|
||||
technologies:
|
||||
technologies:
|
||||
- ansible
|
||||
- bash
|
||||
- civicrm
|
||||
- coop-cloud
|
||||
- d3
|
||||
- debian
|
||||
- discourse
|
||||
@ -64,15 +47,13 @@ technologies:
|
||||
- php
|
||||
- postgresql
|
||||
- python
|
||||
- wordpress
|
||||
- rocket-chat
|
||||
- sandstorm
|
||||
- ubuntu
|
||||
- javascript
|
||||
- reactjs
|
||||
- wordpress
|
||||
---
|
||||
|
||||
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:
|
||||
|
||||
* Sustainability
|
||||
* Transparency
|
||||
|
48
_coops/blake-house-filmmakers-co-op.md
Normal file
48
_coops/blake-house-filmmakers-co-op.md
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
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.
|
@ -5,22 +5,22 @@ members: 12
|
||||
website: http://www.cetis.org.uk/
|
||||
email: info@cetis.org.uk
|
||||
twitter: cetisllp
|
||||
github:
|
||||
github:
|
||||
telephone: '07366025747'
|
||||
address: 17 Main Street,Ponteland,Newcastle Upon Tyne,NE20 9NH
|
||||
latitude: 55.0497996
|
||||
longitude: -1.7420506
|
||||
clients:
|
||||
address: Halton Mill,Mill Lane,Halton,Lancaster,England,LA2 6ND
|
||||
latitude: 54.075809445607604
|
||||
longitude: -2.7540137502212474
|
||||
clients:
|
||||
- hediip
|
||||
- hesa
|
||||
- jisc
|
||||
- manchester-metropolitan-university
|
||||
- oxford-university-press
|
||||
- university-of-oxford
|
||||
services:
|
||||
services:
|
||||
- consultancy
|
||||
- development
|
||||
technologies:
|
||||
technologies:
|
||||
---
|
||||
|
||||
Cetis is a cooperative Limited Liability Partnership and an independent Strategic IT consultancy, specialising in learning, education and training.
|
||||
|
41
_coops/chapel-street-studio.md
Normal file
41
_coops/chapel-street-studio.md
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
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
|
48
_coops/code-operative.md
Normal file
48
_coops/code-operative.md
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
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.
|
@ -1,43 +0,0 @@
|
||||
---
|
||||
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
|
||||
name: Creative Coop
|
||||
members: 5
|
||||
members: 4
|
||||
website: https://creative.coop
|
||||
email: hello@creative.coop
|
||||
twitter:
|
||||
github:
|
||||
telephone: '01206 574147'
|
||||
address: The Minories 74 High Street, Colchester, Essex CO1 1UE
|
||||
latitude: 51.889807069540005
|
||||
longitude: 0.9051138709545999
|
||||
address: 2 Balkerne House, Balkerne Passage,Colchester,United Kingdom,CO1 1PA
|
||||
latitude: 51.89010188809361
|
||||
longitude: 0.8957915683888586
|
||||
clients:
|
||||
- big-lottery-fund
|
||||
- co-operative-press-limited
|
||||
@ -28,7 +28,6 @@ clients:
|
||||
services:
|
||||
- artwork
|
||||
- branding-and-identity
|
||||
- development
|
||||
- hosting
|
||||
- illustration
|
||||
- logo-design
|
||||
@ -51,7 +50,6 @@ technologies:
|
||||
- php
|
||||
- python
|
||||
- sql-server
|
||||
- wordpress
|
||||
---
|
||||
|
||||
**We are a design studio specialising in Branding, Design and Web Development.**
|
||||
|
25
_coops/dandelion-collective.md
Normal file
25
_coops/dandelion-collective.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
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/)
|
@ -1,35 +0,0 @@
|
||||
---
|
||||
title: Data Content Reach
|
||||
name: Data Content Reach
|
||||
members: 3
|
||||
website: https://datacontentreach.co/
|
||||
email: hello@datacontentreach.co
|
||||
telephone: '07714098369'
|
||||
address: Glossop Gasworks, Arundel Street, Glossop, SK138HZ
|
||||
latitude: 53.441970
|
||||
longitude: -1.949900
|
||||
services:
|
||||
- analytics
|
||||
- business-analysis
|
||||
- consultancy
|
||||
- marketing
|
||||
- research
|
||||
- seo-optimisation
|
||||
- strategy
|
||||
- user-research
|
||||
technologies:
|
||||
clients:
|
||||
- lgd
|
||||
---
|
||||
|
||||
Data Content Reach helps mission-focused organisations to succeed in the digital world.
|
||||
|
||||
We provide a range of analysis, research, content and marketing services, which we can provide as stand-alone services but which together provide a systematic and proven approach to improvement and growth.
|
||||
|
||||
1) Analysis and review your existing website performance, and social, search and email marketing. We also conduct user research in different forms. All to identify the strengths and weaknesses of your website, content and communications.
|
||||
|
||||
2) Content strategy based on the research, planning the themes or specific content that will reach and effectively engage different audience groups across multiple channels.
|
||||
|
||||
3) Content Creation, promotion via social media, organic and paid search, and email. Plus ongoing analysis, SEO and conversion optimisation.
|
||||
|
||||
We are a worker co-op with a huge wealth of skills and experience of working with social good and campaign organisations, publishers and other businesses.
|
34
_coops/dcdc.md
Normal file
34
_coops/dcdc.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
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.
|
48
_coops/dev-the-developers-society.md
Normal file
48
_coops/dev-the-developers-society.md
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
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
|
32
_coops/digital-liberties.md
Normal file
32
_coops/digital-liberties.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
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.
|
38
_coops/dot-project.md
Normal file
38
_coops/dot-project.md
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
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:
|
||||
- department-for-international-development
|
||||
- disability-snowsports-uk
|
||||
- global-ehealth-foundation
|
||||
- mannion-daniels
|
||||
- shaw-trust
|
||||
- torchbox
|
||||
- university-of-bath
|
||||
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.
|
45
_coops/dtc-innovation.md
Normal file
45
_coops/dtc-innovation.md
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
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_.
|
21
_coops/fairmondo-uk.md
Normal file
21
_coops/fairmondo-uk.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
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.
|
42
_coops/form-and-function.md
Normal file
42
_coops/form-and-function.md
Normal file
@ -0,0 +1,42 @@
|
||||
---
|
||||
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.
|
24
_coops/founders-and-coders.md
Normal file
24
_coops/founders-and-coders.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
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.
|
||||
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
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...
|
52
_coops/gildedsplinters.md
Normal file
52
_coops/gildedsplinters.md
Normal file
@ -0,0 +1,52 @@
|
||||
---
|
||||
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
|
34
_coops/glowbox-design.md
Normal file
34
_coops/glowbox-design.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
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
|
||||
---
|
@ -10,37 +10,21 @@ telephone: '+44 (0)20 3823 6286'
|
||||
address: The Foundry, 156 Blackfriars Road, London, SE1 8EN.
|
||||
latitude: 51.501086
|
||||
longitude: -0.1064455
|
||||
clients:
|
||||
- bbc
|
||||
- bhrrc
|
||||
- cast
|
||||
- crown-commercial-service
|
||||
- ctrl-group
|
||||
clients:
|
||||
- futurelearn
|
||||
- government-digital-service
|
||||
- hookline
|
||||
- makielab
|
||||
- mudlark
|
||||
- mubi
|
||||
- o2
|
||||
- the-audience-agency
|
||||
- trainline
|
||||
- university-of-oxford
|
||||
- voicenet
|
||||
- you-gov
|
||||
services:
|
||||
- big-data
|
||||
- bbc
|
||||
services:
|
||||
- business-analysis
|
||||
- consultancy
|
||||
- database-solutions
|
||||
- development
|
||||
- devops
|
||||
- rapid-application-development
|
||||
technologies:
|
||||
- docker
|
||||
technologies:
|
||||
- htmlcss
|
||||
- javascript
|
||||
- aws-lambda
|
||||
- mysql
|
||||
- postgresql
|
||||
- ruby
|
||||
|
63
_coops/greennet.md
Normal file
63
_coops/greennet.md
Normal file
@ -0,0 +1,63 @@
|
||||
---
|
||||
title: GreenNet
|
||||
name: GreenNet
|
||||
members: 8
|
||||
website: http://greennet.org.uk
|
||||
email: info@gn.apc.org
|
||||
twitter: GreenNetISP
|
||||
telephone: '0330 559 4011'
|
||||
address: The Green House, 244-254 Cambridge Heath Road, London E2 9DA
|
||||
latitude: 51.532930285126
|
||||
longitude: -0.056744813919067
|
||||
|
||||
clients:
|
||||
- apc
|
||||
- ica
|
||||
- woodcraftfolk
|
||||
- privacy-international
|
||||
- unesco
|
||||
- friendshouse
|
||||
- pbi
|
||||
- nswp
|
||||
- public-law-project
|
||||
|
||||
services:
|
||||
- development
|
||||
- sysadmin
|
||||
- user-research
|
||||
- web-design
|
||||
- virtual-servers
|
||||
- mailing
|
||||
- hosting
|
||||
- it-security
|
||||
- domain-names
|
||||
- email
|
||||
- community-building
|
||||
- broadband
|
||||
|
||||
technologies:
|
||||
- apache
|
||||
- bash
|
||||
- drupal
|
||||
- gitlab
|
||||
- htmlcss
|
||||
- javascript
|
||||
- matomo
|
||||
- php
|
||||
- symfony
|
||||
- ubuntu
|
||||
- ansible
|
||||
- civicrm
|
||||
- debian
|
||||
- docker
|
||||
- lets-encrypt
|
||||
- mailman
|
||||
- mediawiki
|
||||
- munin
|
||||
- mysql
|
||||
- nextcloud
|
||||
- wordpress
|
||||
- xen-hypervisor
|
||||
---
|
||||
|
||||
GreenNet is a not-for-profit non-hierarchical collective established 1985, providing internet services, broadband, web design, email and hosting to supporters of peace, the environment and human rights. We are members of ISPA UK and the APC.
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
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...
|
59
_coops/infact.md
Normal file
59
_coops/infact.md
Normal file
@ -0,0 +1,59 @@
|
||||
---
|
||||
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,9 +30,18 @@ services:
|
||||
- user-research
|
||||
- web-design
|
||||
technologies:
|
||||
- angular
|
||||
- django-2
|
||||
- htmlcss
|
||||
- invision
|
||||
- java
|
||||
- photoshop
|
||||
- adobe-premiere-pro
|
||||
- python
|
||||
- symfony
|
||||
- wordpress
|
||||
---
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
We specialize in co-production, co-design and participation involving service-users, volunteers, staff and stakeholders.
|
||||
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.
|
||||
|
@ -7,9 +7,9 @@ email: cs@mediablazehosts.coop
|
||||
twitter: MediaBlazeHosts
|
||||
github: mediablazehosts
|
||||
telephone: '0333 335 0166'
|
||||
address: MediaBlaze Hosts, International House, 61 Mosley Street, Manchester, M2 3HZ
|
||||
latitude: 53.479140
|
||||
longitude: -2.241500
|
||||
address: MediaBlaze Hosts, 31 Station Road,Charing,Ashford,Kent,TN27 0JA
|
||||
latitude: 51.20871820000001
|
||||
longitude: 0.7920888999999534
|
||||
clients:
|
||||
services:
|
||||
- consultancy
|
||||
@ -33,13 +33,16 @@ technologies:
|
||||
- phpbb
|
||||
---
|
||||
|
||||
MediaBlaze Hosts
|
||||
MediaBlaze Hosts | Ethical Web Services
|
||||
|
||||
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.
|
||||
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 have offices located Kent and Manchester.
|
||||
We’re always ready to have a chat so give us a call to discuss your web requirements.
|
||||
MediaBlaze Hosts is a registered co-operative business and member of Coops UK, originally founded and based in Portsmouth, UK.
|
||||
|
||||
Since inception, we have expanded and also have offices located in Manchester and Kent,
|
||||
|
||||
We offer web based services nationally, priding ourselves on a friendly and personalised service.
|
||||
|
||||
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
|
||||
|
48
_coops/netuxo.md
Normal file
48
_coops/netuxo.md
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
title: Netuxo Ltd
|
||||
name: Netuxo Ltd
|
||||
members: 4
|
||||
website: https://netuxo.coop
|
||||
email: office@netuxo.coop
|
||||
twitter: netuxoltd
|
||||
github:
|
||||
telephone: '02089856843'
|
||||
address: CAN Mezzanine,49-51 East Road,London,United Kingdom,N1 6AH
|
||||
latitude: 51.5284201
|
||||
longitude: -0.08787919999997484
|
||||
clients:
|
||||
services:
|
||||
- consultancy
|
||||
- development
|
||||
- email
|
||||
- hosting
|
||||
- web-design
|
||||
technologies:
|
||||
- apache
|
||||
- htmlcss
|
||||
- lets-encrypt
|
||||
- mysql
|
||||
- node-js
|
||||
- php
|
||||
- reactjs
|
||||
---
|
||||
|
||||
## Reliable. Experienced. Ethical.
|
||||
|
||||
We are a small team who build, support and host websites and apps, with particular experience of developing with Drupal.
|
||||
|
||||
Our services include new builds, ongoing and bespoke development, user support, and an updates service – and we have gained particular expertise in Drupal-based migration work (to/from a wide range of sources/destinations).
|
||||
|
||||
In recent years we have also expanded into more WordPress development and front-end work and can now supply similar services for both content management systems.
|
||||
|
||||
We work primarily with the third sector – charities, campaigns, research and community projects and other co-ops and social enterprises. Our motive for business is positive social change, not personal profit, and we believe our business model provides social value through delivering practical, open-source based, support to the third sector on a sliding scale of fees.
|
||||
|
||||
As a group of people we like making things and making things work. In our other lives we are activists, builders, electricians, cyclistas, cooks and gardeners. Sometimes we are writers, designers and editors too. We like ideas and we like doing stuff. At Netuxo we work with other ethical organisations, networks and individuals because we think that, on the whole, we care about the same sorts of things.
|
||||
|
||||
## Structure and ethos
|
||||
|
||||
Established in 2003, Netuxo is registered as a limited company in England and Wales and our company rules define us as a workers’ co-operative. We make decisions together and without a boss. We do not have any shareholders and we all receive the same hourly wage, irrespective of our roles (pay parity).
|
||||
|
||||
## Netuxo España
|
||||
|
||||
Netuxo is also present in Spain, based in Sevilla, within Tramallol, a value-based co-working space that defines itself as “a mixture of persons, knowledge and projects”. Netuxo España is presently the trading name of one of our directors, who is registered as self-employed in Spain. This means when our international clients prefer to be invoiced from within the EU and pay in Euros, we can do that.
|
53
_coops/open-data-services.md
Normal file
53
_coops/open-data-services.md
Normal file
@ -0,0 +1,53 @@
|
||||
---
|
||||
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
|
||||
github: outlandishideas
|
||||
telephone: '+44 (0) 207 561 9968'
|
||||
address: 4th Floor, 113-115 Fonthill Road, Finsbury Park, London, United Kingdom, N4 3HH
|
||||
address: 3rd Floor,149 Fonthill Road,Finsbury Park,London,United Kingdom,N4 3HF
|
||||
latitude: 51.56372160000001
|
||||
longitude: -0.1077572000000373
|
||||
clients:
|
||||
@ -71,7 +71,6 @@ technologies:
|
||||
- symfony
|
||||
- wordpress
|
||||
- laravel
|
||||
- civicrm
|
||||
---
|
||||
|
||||
Outlandish is made up of around 20 collaborators and co-owners who love quality code, and apps that challenge the status quo.
|
||||
|
62
_coops/paperrhino.md
Normal file
62
_coops/paperrhino.md
Normal file
@ -0,0 +1,62 @@
|
||||
---
|
||||
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.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
title: Principle Six
|
||||
name: Principle Six
|
||||
email: caleb@principlesix.coop
|
||||
---
|
59
_coops/secure-active-c-i-c.md
Normal file
59
_coops/secure-active-c-i-c.md
Normal file
@ -0,0 +1,59 @@
|
||||
---
|
||||
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.
|
17
_coops/sluth.md
Normal file
17
_coops/sluth.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
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.
|
58
_coops/small-axe.md
Normal file
58
_coops/small-axe.md
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
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.
|
@ -1,13 +0,0 @@
|
||||
---
|
||||
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.
|
34
_coops/tableflip.md
Normal file
34
_coops/tableflip.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
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.
|
58
_coops/united-diversity.md
Normal file
58
_coops/united-diversity.md
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
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.
|
83
_coops/wave.md
Normal file
83
_coops/wave.md
Normal file
@ -0,0 +1,83 @@
|
||||
---
|
||||
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**.
|
@ -11,11 +11,6 @@ address: the Internet
|
||||
latitude: 19.37218875
|
||||
longitude: -72.3346544510523
|
||||
clients:
|
||||
- greenpeace
|
||||
- redhat
|
||||
- the-catalyst
|
||||
- near
|
||||
- participate
|
||||
- creative-commons
|
||||
- london-clc
|
||||
- passbolt
|
||||
@ -24,14 +19,12 @@ clients:
|
||||
- university-of-south-hampton
|
||||
services:
|
||||
- artwork
|
||||
- branding-and-identity
|
||||
- community-building
|
||||
- consultancy
|
||||
- ideation
|
||||
- illustration
|
||||
- leadership-development
|
||||
- strategy
|
||||
- user-research
|
||||
technologies:
|
||||
- htmlcss
|
||||
- adobe-illustrator
|
||||
@ -44,3 +37,23 @@ technologies:
|
||||
---
|
||||
|
||||
We Are Open Co-op creates tailored strategies, communities, and education for clients worldwide. We can start you on a path to opening up your organizational processes, building and working with communities at a global scale or implementing open practices for specific projects. We work to spread the culture, processes and benefits of open wherever we can.
|
||||
|
||||
## We are nimble thinkers.
|
||||
|
||||
Our acrobatic thought processes are curious, bold, experimental. We improvise a lot, but are disciplined in that improvisation.
|
||||
|
||||
## We are connected.
|
||||
|
||||
We play with the new and shiny tools, but we pick up the right tool for the job. We are so inclusive that we’re eclectic.
|
||||
|
||||
## We are a collective.
|
||||
|
||||
Our solidarity gives us power. We believe in surplus, not profit and work as a collective, not as individuals.
|
||||
|
||||
## We are professional.
|
||||
|
||||
We are constantly learning and take a considered approach to everything we do. We strive to illuminate along the way, giving our clients a competitive edge in the world of social good.
|
||||
|
||||
## We are participants.
|
||||
|
||||
We invite collaboration and aim to be co-operative despite challenges that come up along the way. We share wildly to invite brilliant people to share their ideas and feedback on the work we’re doing.
|
||||
|
@ -5,12 +5,12 @@ members: 3
|
||||
website: https://www.webarchitects.coop/
|
||||
email: info@webarch.net
|
||||
twitter: webarchcoop
|
||||
github: webarch-coop
|
||||
github: https://github.com/webarch-coop
|
||||
telephone: '+44 114 276 9709'
|
||||
address: Webarch Co-operative Limited,Harland Works,68a John Street,Sheffield,United Kingdom,S2 4QU
|
||||
latitude: 53.3704644
|
||||
longitude: -1.4748352999999952
|
||||
clients:
|
||||
clients:
|
||||
- alitura-landscape-and-garden-design
|
||||
- atmoterra
|
||||
- badge-wiki
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user