Compare commits

..

1 Commits

Author SHA1 Message Date
023d66d0d4 Remove broken GitHub link for Blake House 2018-11-29 17:13:34 +00:00
230 changed files with 20156 additions and 56170 deletions

4
.gitignore vendored
View File

@ -1,4 +1,2 @@
_site
.idea
vendor
*.swp


View File

@ -1,19 +1,9 @@
image: ruby:2.5.3
stages:
- test
- staging
- production
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
cache:
key: gems
paths:
- vendor
before_script:
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'
- eval $(ssh-agent -s)
@ -22,7 +12,7 @@ before_script:
- chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- bundle install --path vendor
- bundle install
test:
stage: test
@ -34,34 +24,25 @@ test:
except:
- master
deploy:dev:
stage: staging
script:
- bundle exec jekyll build -d public
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/dev/
artifacts:
paths:
- public
environment:
name: dev
url: https://dev.coops.tech
only:
- master
deploy:production:
stage: production
stage: deploy
script:
- bundle exec jekyll build -d public
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/default/
- rsync -aqz public/ cotech@webarch2.co.uk:sites/default/
artifacts:
paths:
- public
environment:
name: production
url: https://www.coops.tech
only:
- master
when: manual
after_script:
- rm -rf /root/.ssh/
deploy:dev:
stage: deploy
script:
- bundle exec jekyll build -d public
- rsync -aqz public/ cotech@webarch2.co.uk:sites/dev/
artifacts:
paths:
- public
only:
- dev

View File

@ -1,14 +0,0 @@
# Serve .html files without extensions
Options +MultiViews
# If a SVG and a PNG exists the prefer the SVG
AddType image/svg+xml;qs=0.9 svg sgvz
AddType image/png;qs=0.8 png
# Work around Apache bug from 2002
# https://bz.apache.org/bugzilla/show_bug.cgi?id=53595
# https://kevinlocke.name/bits/2012/07/20/serving-xhtml-with-apache-multiviews/
Header always edit "Content-Type" ";\s*qs=[0-9]*(?:\.[0-9]+)?\s*" ""
# Gzip these file types
AddOutputFilter DEFLATE html
AddOutputFilter DEFLATE svg
AddOutputFilter DEFLATE css
AddOutputFilter DEFLATE js

View File

@ -1,4 +1,6 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'geocoder'
# Fixes deprecation warning - see https://github.com/jekyll/jekyll-sass-converter/pull/75
gem 'jekyll-sass-converter', git: 'https://github.com/jekyll/jekyll-sass-converter.git', branch: 'sassc'

View File

@ -1,21 +1,28 @@
GIT
remote: https://github.com/jekyll/jekyll-sass-converter.git
revision: c4d4e3e5b1a2222bb94895f9a6ab7e0216236ab8
branch: sassc
specs:
jekyll-sass-converter (1.5.2)
sassc (~> 2.0)
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.1)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.10.0)
ffi (1.9.25)
forwardable-extended (2.6.0)
geocoder (1.5.1)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
jekyll (3.7.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -28,12 +35,10 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.3)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@ -41,25 +46,24 @@ GEM
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
public_suffix (2.0.5)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (2.2.1)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
safe_yaml (1.0.4)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
PLATFORMS
ruby
DEPENDENCIES
geocoder
jekyll
jekyll-sass-converter!
BUNDLED WITH
1.17.3
1.17.1

View File

@ -2,85 +2,16 @@
## Introduction
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/
## Updating the site
It is possible to edit markdown files and upload images through the [GitLab Web IDE](https://docs.gitlab.com/ce/user/project/web_ide/). To use this, got to the [GitLab website page](https://git.coop/cotech/website) and click the Web IDE button to the left below the toolbar.
Each page type lives in it's own folder.
* _clients contains client pages
* _coops contains coop pages
* _services contains service pages
* _technologies contains technology pages
To change a coop page, edit the relevant coop file in the _coops directory. Each file contains a metadata block at the top of the file, followed by the main text describing the coop. The metadata block contains the coop details and lists of clients, services and technologies associated with the coop.
If using GitLab Web IDE, make your changes to the relevant files and then commit your changes by clicking the commit button in the bottom-left corner. Add a brief description of the changes you have made as a the commit message and then click 'Stage & Commit'. It is okay to commit to the master git branch if you are simply updating your coop details, but if you are making extensive changes to many coop pages it is better to create a new branch and merge request and ask someone else to review your changes before they merge your changes in the master branch.
Once your changes have been committed to the master branch an automatic build of the dev site is triggered. This will take a few minutes to run and you can check the status of the build here: https://git.coop/cotech/website/pipelines. Once the build has completed you will be able to see your changes on the dev site: https://dev.coops.tech/.
If you're happy with they changes on the dev site, then you can deploy them to the live site. See the Deployment section below on how to do this.
### Adding new clients, services and technologies
You will need to add a new markdown file in the relevant directory for the new item. The file only needs to contain a metadata block with the details describing the new item, this is typically just a title and name (which are usually the same), but look at other items for examples.
Along with the new file you will also need to upload a logo or image for the new item. Images live in a sub-directory of the images directory and should be named the same as the markdown file, but with a .png extension. Images should be formatted as a PNG and optimized for the web.
Once the new file and image have been created then you can add the new client, service or technology as a list item in the metadata section of the relevant coop file.
This is a port of the current Wordpress version of the [CoTech Website][] to a statically-generated site using [Jekyll][].
## Run the site locally
You can run the site on your computer as if it were live online using Jekyll. You will need `git` and `ruby` installed on your machine to do this. Then clone the repository
### ... using docker
Make sure you have [docker](https://docs.docker.com/install/) (CE is fine) installed and running,
and [docker-compose](https://docs.docker.com/compose/install/) installed,
then:
git clone git@git.coop:cotech/website.git
cd website
docker-compose up -d
And visit [localhost:4000](http://localhost:4000) to view the site.
There are two docker volumes used here:
* `vendor` - caches the ruby gems even if you recreate the containers
* `site` - holds the built site files to share them with httpd (and not clutter your local filesystem)
A few useful things you might want to do:
# check the status of the containers
docker-compose ps
# stop all the containers (but don't remove them)
docker-compose stop
# stop and remove the containers (but leave the volumes)
docker-compose down
# remove everything
docker-compose down -v
# bring it back to life from any state you happen to be in
docker-compose up -d
# run some ruby/bundler commands
docker-compose run jekyll bundle --version
docker-compose run jekyll bundle update
docker-compose run jekyll bundle exec jekyll --help
### ... directly on your machine
Install the dependencies for the project
git clone git@git.coop:cotech/website.git
cd website
gem install bundler
bundle install
@ -91,25 +22,9 @@ Run a local web server so that you can view the site
And visit [localhost:4000](http://localhost:4000) to view the site.
**Note: not all the images will load as there is no `.htaccess` support locally**
## Deploy CI
## Deployment
### Dev/Staging
When changes are committed to the `master` branch the `.gitlab-ci.yml` file triggers the building of the site and then the copying of the results to [dev.coops.tech](https://dev.coops.tech).
### Production
You need to manually deploy the changes from dev to production.
1. View the changes on [dev.coops.tech](https://dev.coops.tech) and ensure you're happy for them to be pushed to production.
2. Visit [GitLab environments](https://git.coop/cotech/website/environments). __NOTE.__ If you don't have access to the environments page then post a message in the [Website category of the CoTech forum](https://community.coops.tech/c/cotech/website) to ask someone to do it for you.
3. Click the "Play" icon on the right of the screen in the row for the "dev" environment and choose "deploy:production".
4. Your changes will be visible in production when the commit listed in the "production" environment row matches the commit listed in the "dev" environment row.
When changes are committed to the `master` branch the `.gitlab-ci.yml` file triggers the building of the site and then the copying of the results to https://static.coops.tech/ and when changes are committed to the `dev` branch the site at https://dev.static.coops.tech/ is updated.
## Contributing

View File

@ -1,3 +0,0 @@
---
title: ACORN
---

View File

@ -1,3 +0,0 @@
---
title: The Alpha Complex
---

View File

@ -1,3 +0,0 @@
---
title: Association for Progressive Communications
---

View File

@ -1,3 +0,0 @@
---
title: Better Media
---

View File

@ -1,3 +0,0 @@
---
title: CTRLshift
---

View File

@ -1,3 +0,0 @@
---
title: Friends House
---

View File

@ -1,3 +0,0 @@
---
title: Generation Rent
---

View File

@ -1,3 +0,0 @@
---
title: Greenpeace
---

View File

@ -1,3 +0,0 @@
---
title: International Co-operatives Alliance
---

View File

@ -1,3 +0,0 @@
---
title: Land Explorer
---

View File

@ -1,3 +0,0 @@
---
title: Media Reform Coalition
---

View File

@ -1,3 +0,0 @@
---
title: Global Network of Sex Work Projects
---

View File

@ -1,3 +0,0 @@
---
title: Peace Brigades International
---

View File

@ -1,3 +0,0 @@
---
title: Political Education Network
---

View File

@ -1,3 +0,0 @@
---
title: Privacy International
---

View File

@ -1,3 +0,0 @@
---
title: Public Law Project
---

View File

@ -1,3 +0,0 @@
---
title: Reinventory
---

View File

@ -1,3 +0,0 @@
---
title: Stir To Action
---

View File

@ -1,3 +0,0 @@
---
title: United Nations Educational, Scientific and Cultural Organization
---

View File

@ -1,3 +0,0 @@
---
title: Webpost
---

View File

@ -1,3 +0,0 @@
---
title: We Collective
---

View File

@ -1,3 +0,0 @@
---
title: Wiki Factory
---

View File

@ -1,3 +0,0 @@
---
title: Woodcraft Folk
---

View File

@ -1,13 +1,7 @@
---
title: CoTech
long_title: Cooperative Technologists
description: Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.
title: Cotech Website
timezone: UTC
url: https://www.coops.tech
exclude:
- scripts
- vendor
- .idea
exclude: ['scripts']
collections:
clients:
title: Clients
@ -46,5 +40,5 @@ defaults:
type: technologies
values:
layout: technology
forum: https://community.coops.tech/
contact_email: contact@coops.tech
mapbox_access_token: pk.eyJ1IjoiY290ZWNoIiwiYSI6ImNpemgxbzhwODAwMHMzM28zdXF3cGxyYmwifQ.9nPExuEUqwblCCl-6gyFXA

View File

@ -1,16 +1,16 @@
---
title: Agile Collective
name: Agile Collective
members: 12
website: http://agile.coop/
email: info@agile.coop
twitter: AgileCollective
github: agilecollective
telephone: '01865 403 120'
telephone: 01865 403 120
address: Room 301,The Old Music Hall,106-108 Cowley Road,Oxford,United Kingdom,OX4 1JE
latitude: 51.7483161
longitude: -1.2390645000000404
clients:
- bond
- global-canopy-programme
- information-architecture-institute
- international-land-coalition
@ -37,6 +37,7 @@ services:
technologies:
- apache
- gnu-bash
- centos
- d3
- drupal
- gitlab
@ -53,7 +54,5 @@ technologies:
---
Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team including our client.
As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the Code Club on a Wednesday afternoon which is aimed at inspiring young people to get into coding.
There is also a company-wide obsession with cycling of various kinds.

View File

@ -1,12 +1,11 @@
---
title: Alpha Communication
name: Alpha Communication
members: 2
website: http://alpha.coop/
email: info@alpha.coop
twitter: alpha.coop
github: AlphaCo_op
telephone: "+441912111938"
telephone: +441912111938
address: 6 Charlotte Square,Newcastle upon Tyne,United Kingdom,NE1 4XF
latitude: 54.97101
longitude: -1.61974
@ -27,20 +26,18 @@ services:
- photography
- printing
- web-design
technologies:
---
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 were doing.
We help you engage with the people you need to reach.

View File

@ -1,10 +1,9 @@
---
title: Animorph
name: Animorph
members: 4
website: https://animorph.coop
email: we@animorph.coop
twitter: animorphcoop
twitter:
github:
telephone:
address: Space4, 149 Fonthill Road,London,N4 3HF
@ -34,11 +33,7 @@ technologies:
---
We are an immersive media workers co-operative specialising in virtual, augmented and mixed reality.
Our projects range from 3D interface integration, art and research, through simulations, education and app optimisation, to strictly practical applications.
We collaboratively conceive and develop applications that provide quality matching the capacity of the new media realm.
We look forward to engaging in cutting-edge endeavours that build bridges across disciplines and environments in order to bring people together.
Lets forge alliances for the future we want to live in.

View File

@ -1,13 +1,12 @@
---
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&rdquo;s Road, Cambridge,United Kingdom,CB5 8LA
github:
telephone: +44 (0)1223 967838
address: 25 Signet Court, Swann's Road, Cambridge,United Kingdom,CB5 8LA
latitude: 52.21427610000001
longitude: 0.15076890000000276
clients:
@ -31,9 +30,8 @@ technologies:
- docker
- javascript
- php
- python
- python-2
---
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.

View File

@ -1,10 +1,9 @@
---
title: Autonomic
name: Autonomic
members: 6
website: https://autonomic.zone/
email: autonomic-coop@posteo.net
twitter: autonomiccoop
twitter: autonomic-coop%40posteo.html
github:
telephone:
address: 1539 Pershore Road,Stirchley,Birmingham,United Kingdom,B30 2JH
@ -46,7 +45,7 @@ technologies:
- open-street-map
- php
- postgresql
- python
- python-2
- rocket-chat
- sandstorm
- ubuntu
@ -55,8 +54,8 @@ technologies:
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
* Privacy
Sustainability
Transparency
Privacy
We design integrated infrastructure tailored to your needs utilising technologies from the best free and open source software projects available. Your data under your control.

View File

@ -1,12 +1,11 @@
---
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"
github:
telephone: +447779 404510
address: Unit 1H Clapham North Arts Centre,26-32 Voltaire Rd,London,SW4 6DH
latitude: 51.46268029999999
longitude: -0.14825569999993604
@ -40,9 +39,6 @@ technologies:
---
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 whos 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.

View File

@ -1,12 +1,11 @@
---
title: Calverts
name: Calverts
members: 13
website: http://www.calverts.coop/
email: info@calverts.coop
twitter: calverts_print_london
github: calverts
telephone: "+44 (0) 20 7739 1474"
telephone: +44 (0) 20 7739 1474
address: 9-10 The Oval,London,UK,E2 9DT
latitude: 51.53326029999999
longitude: -0.05884240000000318
@ -70,11 +69,8 @@ technologies:
---
Calverts is a creative design, print and production coop in Bethnal Green, east London. We specialise in branding, content, web, publications and sustainable print.
We design and produce all kinds of 2D media, from print to web, display, wayfinding and exhibition.
Calverts design and reprographics studio creates and implements visual identities, brand graphics, campaigns, publications and websites. Our services range from communication strategy, design consultancy and workshops to copywriting, illustration, photography, artwork, typesetting and page makeup.  
Calverts in house print includes Heidelberg offset litho, digital, large format inkjet, giclée and Risograph. Were experts in the latest and best print technology, as well as traditional craft and special applications. We deliver, fulfill and mail out locally and across the world.
Calverts service is 100% professional. Our approach and ethos are 100% co-operative. The promise: high quality, economical and environmentally sustainable communication, Forest Stewardship Council and ISO14001 certified.

View File

@ -1,14 +1,12 @@
---
title: CBN
name: CBN
members: 5
website: http://broadband.coop/
email: info@broadband.coop
twitter: cbn_team
github:
telephone: 0161 283 2675
address: c/o McKellans,11 Riverview, The Embankment Business Park,Vale Road, Heaton
Mersey,Stockport,UK,SK4 3GN
address: c/o McKellans,11 Riverview, The Embankment Business Park,Vale Road, Heaton Mersey,Stockport,UK,SK4 3GN
latitude: 53.4067704
longitude: -2.202668899999935
clients:
@ -23,11 +21,7 @@ technologies:
---
At CBN we work to advise national and local Government, urban and rural organisations on ways to develop their digital infrastructure to promote economic development and digital inclusion.
We emphasise the opportunity that comes from the development of what we call a truly **transformational digital infrastructure** or TDI; While “Gigabit” and “superfast broadband” are often seen as goals in their own right they are in truth inputs to a greater transformational agenda.
We emphasise the opportunity that comes from the development of what we call a truly transformational digital infrastructure or TDI; While “Gigabit” and “superfast broadband” are often seen as goals in their own right they are in truth inputs to a greater transformational agenda.
Too often there is an assumption that once superfast or ultrafast broadband is in place the economic and social benefits will naturally follow but without that wider agenda that sees the infrastructure as a foundation, there remains a risk that the next wave of innovation will be unfocused and may miss key economic and social goals.
Thats why we have helped develop new types of infrastructure initiative like the Brighton Digital Exchange, a carrier neutral PoP and data centre owned and run by a co-operative of ISPs and digital sector businesses.
CBN has many years experience of delivering other innovative projects that shape urban and rural areas through innovation.

View File

@ -1,12 +1,11 @@
---
title: Cetis LLP
name: Cetis LLP
members: 12
website: http://www.cetis.org.uk/
email: info@cetis.org.uk
twitter: cetisllp
twitter:
github:
telephone: '07366025747'
telephone: 07366025747
address: Halton Mill,Mill Lane,Halton,Lancaster,England,LA2 6ND
latitude: 54.075809445607604
longitude: -2.7540137502212474
@ -24,5 +23,4 @@ technologies:
---
Cetis is a cooperative Limited Liability Partnership and an independent Strategic IT consultancy, specialising in learning, education and training.
We offer impartial strategic and technical advice and guidance in educational technology and process innovation, and we provide discovery services, technology solutions and training services. Our Partners and Associates are globally recognised as leading experts on educational technology innovation, interoperability and technology standards. Cetis LLP was established in 2015 by members of the Jisc Innovation Centres Cetis and OSS Watch. As the Centre for Educational Technology, Interoperability and Standards, Cetis has provided, for nearly two decades, impartial, strategic, technical and pedagogical advice on educational technology innovation, collaboration and standards to funding bodies, standards agencies, government, international organisations, institutions and commercial partners.

View File

@ -1,14 +1,12 @@
---
title: Chapel Street Studio
name: Chapel Street Studio
members: 20
website: http://chapelstreetstudio.coop/
email: info@chapelstreetstudio.coop
twitter: chapelststudio
twitter:
github:
telephone: 07743 426 846 (Martyn Johnston | Secretary)
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West
Yorkshire,BD1 3QQ
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West Yorkshire,BD1 3QQ
latitude: 53.795903
longitude: -1.7554270000000542
clients:
@ -17,26 +15,26 @@ 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
Animation
Artwork
Branding and Identity
Consultancy
Copywriting and translation
Data visualisation
Development
Distribution
Film
Graphic Design
Hosting
Idea generation
Illustration
Logo design
Marketing
Motion graphics
Photography
Print finishing
Printing
Web design

View File

@ -1,10 +1,9 @@
---
title: Co-operative Web
name: Co-operative Web
members: 21
website: http://web.coop
email: ask@web.coop
twitter: cooperativeweb
twitter: ask%40web.html
github: CooperativeWeb
telephone: 0121 2225355
address: 2 Devon Way,Longbridge,Birmingham,UK,B31 2TS
@ -46,17 +45,16 @@ services:
- hosting
- ideation
- mentoring
- virtual-servers
technologies:
- net
- angular-1-x
- centos
- express-js
- gitlab
- google-maps
- htmlcss
- java
- javascript
- laravel
- mysql
- nginx
- node-js
@ -70,5 +68,4 @@ technologies:
---
We are a 26 person worker co-operative based in Birmingham. Our focus is on development, rather than design or marketing stuff, and we work across all types of technology providing bespoke services by the hour, under retainers or for fixed price.
We specialise in building big data driven systems development and supporting both legacy and new applications for a range of clients, from large blue chip companies to small startups.

View File

@ -1,49 +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
- webpost
- reinventory
- political-education-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.

View File

@ -1,12 +1,11 @@
---
title: Creative Coop
name: Creative Coop
members: 4
website: https://creative.coop
email: hello@creative.coop
email:
twitter:
github:
telephone: 01206 574147
telephone: 01274574147
address: 2 Balkerne House, Balkerne Passage,Colchester,United Kingdom,CO1 1PA
latitude: 51.89010188809361
longitude: 0.8957915683888586
@ -48,14 +47,11 @@ technologies:
- mysql
- photoshop
- php
- python
- python-2
- sql-server
---
**We are a design studio specialising in Branding, Design and Web Development.**
We are a design studio specialising in Branding, Design and Web Development.
Creative Coop started life as a small group of freelancers who wanted to pool resources, collaborate together on web projects, and, ultimately, work towards a vision of a more sharing society. Our headquarters are in Colchester, Essex.
We chose to become a co-operative because we wanted to foster values of co-operation rather than competition between our members. We believe in the co-op vision of a fairer society run for mutual benefit rather than shareholder profit. We specialise in working with social enterprises, community projects and organisations, charities and the public sector.
We believe that co-operatives provide better products and services to clients. When were happy, and believe in what were doing, and when every member has a stake in the success of the company, we think that makes for happier clients too.

View File

@ -1,12 +1,11 @@
---
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"
github:
telephone: +44 333 344 7800
address: 191 Fazeley Street,Digbeth,Birmingham, ,B5 5SE
latitude: 52.47784126596389
longitude: -1.881633996963501
@ -31,18 +30,17 @@ services:
- strategy
- web-design
technologies:
- python-2
- 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.
Were the worlds first not-for-profit co-op digital studio run by and for NGOs. Were dedicated to making access to world leading technology and expertise available to everyone working for good. Weve 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 were 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
Site builds
Campaign actions and data capture
Fundraising
APIs
Hack Days
Strategy

View File

@ -1,15 +1,14 @@
---
title: Digital Liberties
name: Digital Liberties
members: 7
website: https://digital-liberties.coop
email:
twitter:
github:
telephone: '07908 592 835'
telephone: 07908 592 835
address: 44 Arkwright Road,London,NW3 6BH
latitude: 51.5509322
longitude: -0.1833781
latitude:
longitude:
clients:
- labour-party
- nesta
@ -21,12 +20,8 @@ services:
technologies:
---
## Cybernetic Games and Participatory Democracy
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.

View File

@ -1,15 +1,14 @@
---
title: dtc innovation
name: dtc innovation
members: 3
website: https://dtc-innovation.org/
email: contact@dtc-innovation.org
twitter: dtc-innovation
github:
telephone: 447455921569
telephone: +447455921569
address: London,United Kingdom
latitude: 51.5073219
longitude: -0.1276474
latitude:
longitude:
clients:
- bbc
- data-gouv-fr
@ -40,6 +39,5 @@ technologies:
- 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_.
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.

View File

@ -1,12 +1,11 @@
---
title: Fairmondo UK
name: Fairmondo UK
members:
website: https://fairmondo.uk/
email: admin@fairmondo.uk
twitter: Fairmondouk
github: Fairmondouk
telephone: '07578708442'
telephone: 07578708442
address: AES Orchard, Sunderland Street, Worth Way,Keighley,United Kingdom,BD21 5LE
latitude: 53.8612875
longitude: -1.91083900000001
@ -17,5 +16,4 @@ technologies:
---
Fairmondo UK is the UKs 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 isnt 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.

View File

@ -1,11 +1,10 @@
---
title: Founders and Coders
name: Founders and Coders
members:
website: http://www.foundersandcoders.com/
email: hello@foundersandcoders.com
twitter: founderscoders
github: foundersandcoders
twitter:
github:
telephone: 020 3583 2442
address: 14 Palmers Road,London,E2 0SY
latitude: 51.5295318

View File

@ -1,15 +1,14 @@
---
title: Gildedsplinters
name: Gildedsplinters
members:
website: http://gildedsplinters.coop/
email: andrew@gildedsplinters.coop
twitter: index.html
github:
telephone: "+44 7793650013"
telephone: +44 7793650013
address: Virtual
latitude: -26.9041798
longitude: -49.0924112
latitude:
longitude:
clients:
services:
- branding-and-identity
@ -22,17 +21,13 @@ 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
Weve generated, developed and communicated new ideas for many of the worlds best brands and organisations. So, whether youre 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
@ -46,7 +41,6 @@ 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, Heals, 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
 

View File

@ -1,15 +1,14 @@
---
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
latitude:
longitude:
clients:
- creating-freedom
- participatory-economics-uk
@ -32,3 +31,4 @@ technologies:
- photoshop
- wordpress
---

View File

@ -1,20 +1,18 @@
---
title: Go Free Range
name: Go Free Range
members: 4
website: https://gofreerange.com/
website: http://gofreerange.com/
email: lets@gofreerange.com
twitter: freerange
github: freerange
telephone: +44 (0)20 3823 6286
address: The Foundry, 156 Blackfriars Road, London, SE1 8EN.
latitude: 51.501086
longitude: -0.1064455
telephone: N/A
address: 38 Turner Street,London,United Kingdom,E1 2RA
latitude: 51.5073509
longitude: -0.12775829999998223
clients:
- futurelearn
- government-digital-service
- o2
- bbc
services:
- business-analysis
- consultancy
@ -32,7 +30,5 @@ technologies:
---
We are a co-operative with some of the most experienced software developers in the UK.
Wholly owned and run by the hands that build your software. We are self-organising: we dont have account managers; we want you to work with the doers instead of sayers.
Please approach us with projects that are _inspiring_; we absolutely _require a challenge_.
Please approach us with projects that are inspiring; we absolutely require a challenge.

View File

@ -1,12 +1,11 @@
---
title: graphics.coop
name: graphics.coop
members: 4
website: https://graphics.coop/
email: info@graphics.coop
twitter: graphicscoop
github:
telephone: '01315249779'
telephone: 01315249779
address: 32 Annandale Street Lane,Edinburgh,Scotland,EH7 4LS
latitude: 55.9607296
longitude: -3.182652400000052
@ -42,5 +41,4 @@ technologies:
---
We specialise in design, print and digital services for the third sector.
Weve been working with charities, housing associations, social enterprises, campaigners and communities since 1989, so we know the things that matter to third sector clients. Our values as a worker co-operative mean were committed to empowering and inspiring these organisations to communicate their message with confidence and helping them make the world a better place.

View File

@ -1,63 +0,0 @@
---
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
- gnu-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.

View File

@ -1,15 +1,14 @@
---
title: MC3
name: MC3
members: 2
website: http://mc3.coop
email: contact@mc3.coop
twitter:
github:
telephone: "+44 1484 846231"
address: 24 Bridge Street, Slaithwaite, Huddersfield, HD7 5JN
latitude: 53.6466645
longitude: -1.7822482
telephone: +44 1484 846231
address: Huddersfield
latitude:
longitude:
clients:
services:
- business-analysis
@ -29,11 +28,7 @@ technologies:
---
Consultancy, implementation, training and support services around the open source CRM system, CiviCRM. We also help our clients with their use of Civis two main host content management systems, Drupal and WordPress. Alongside this we provide wider advice and services on business process improvement, digital comms and marketing.
CiviCRM is a web-based constituent relationship management system geared to the needs of third sector organisations. Integrated with your Drupal or WordPress website, it provides an effective suite of services designed to provide you with a 360 degree view of your contacts, improve your communications, reduce your admin overhead and streamline online revenue flows.
And of course we help with hosting, domain names, SSL encryption, mail hosting and all of that sort of thing that is often part and parcel of the projects we get involved in.
Our ethos is to provide our clients with the tools, skills and expertise they need to achieve their goals without being forever dependent on people like us. We like using open source software for the same basic reasons.
Based in the South Pennines, we work with clients globally.

View File

@ -1,7 +1,6 @@
---
title: media co-op
name: media co-op
members: 6
website: http://mediaco-op.net/
email: hello@mediaco-op.net
twitter: themediacoop.html
@ -43,5 +42,4 @@ technologies:
---
media co-ops 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 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.

View File

@ -1,13 +1,12 @@
---
title: MediaBlaze Hosts
name: MediaBlaze Hosts
members:
website: https://mediablazehosts.coop
email: cs@mediablazehosts.coop
website: http://mediablazehosts.coop
email: letschat@mediablazehosts.coop
twitter: MediaBlazeHosts
github: mediablazehosts
telephone: 0333 335 0166
address: MediaBlaze Hosts, 31 Station Road,Charing,Ashford,Kent,TN27 0JA
address: 31 Station Road,Charing,Ashford,Kent,TN27 0JA
latitude: 51.20871820000001
longitude: 0.7920888999999534
clients:
@ -34,15 +33,10 @@ technologies:
---
MediaBlaze Hosts | Ethical Web Services
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, thats why were 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: http://mediablazehosts.coop for more information about us and our services, or email: letschat@mediablazehosts.coop
 

View File

@ -1,12 +1,11 @@
---
title: Netuxo Ltd
name: Netuxo Ltd
members: 4
website: https://netuxo.coop
email: office@netuxo.coop
twitter: netuxoltd
github:
telephone: '02089856843'
telephone: 02089856843
address: CAN Mezzanine,49-51 East Road,London,United Kingdom,N1 6AH
latitude: 51.5284201
longitude: -0.08787919999997484
@ -27,22 +26,13 @@ technologies:
- reactjs
---
## Reliable. Experienced. Ethical.
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
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 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.

View File

@ -1,12 +1,11 @@
---
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"
telephone: + 44 (0)161 298 1213
address: Remote working team, across the UK,United Kingdom
latitude: 52.47695163340273
longitude: -1.8878889083862305
@ -46,8 +45,9 @@ technologies:
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
Organisations building and maintaining open data standards
Organisations publishing open data
Organisations using open data

View File

@ -1,13 +1,12 @@
---
title: Open-ecommerce
name: Open-ecommerce
members:
website: http://open-ecommerce.org/
email: info@open-ecommerce.org
twitter: timeline
github: open-ecommerce
telephone: "+44 020 3731 9073"
address: Unit 23A Iliffe Yard,London,UK,SE17 3QD
telephone: +44 020 3731 9073
address: Unit 23A Iliffe Yard,,London,UK,SE17 3QD
latitude: 51.48941875721223
longitude: -0.10058949123231287
clients:
@ -40,7 +39,5 @@ technologies:
---
We are a group of independent developers, specialized in Open Source platforms as Magento, Joomla and WordPress working from our studio in London.
Our projects are united by a common underlying idea. Everything we do aims to empower people and go along them in the path to realize their projects.
Part of the income from our agency work goes to create links with the community and develop social projects. So far we have engaged with projects in South America, and more recently European and UK-based projects. This is our philosophy.

View File

@ -1,12 +1,11 @@
---
title: Outlandish
name: Outlandish
members: 9
website: http://www.outlandish.com
email: hello@outlandish.com
twitter: outlandish
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
latitude: 51.56372160000001
longitude: -0.1077572000000373
@ -70,11 +69,8 @@ technologies:
- aws-redshift
- symfony
- wordpress
- laravel
---
Outlandish is made up of around 20 collaborators and co-owners who love quality code, and apps that challenge the status quo.
We build digital applications and websites for companies, charities and universities that make their lives easier and help them to discover and communicate new insights from their data. We are a worker co-operative and invest all surpluses into projects that help achieve our goals.
We specialise in web applications and websites that make large amounts of data easy to manage through beautiful interfaces but we turn our hands to all sorts. We love ambitious and innovative projects and weve helped our clients manage their money, build social movements, publicise research and engage people with poetry.

View File

@ -1,7 +1,6 @@
---
title: Secure Active C.I.C.
name: Secure Active C.I.C.
members:
website: https://secure.coop
email: info@secure.coop
twitter: SecActive
@ -31,29 +30,22 @@ technologies:
- free-bsd
- lets-encrypt
- openwrt
- python
- python-2
- ubuntu
- wordpress
---
## Information Security for the Non-Profit Sector by the Sector
### Our Mission
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
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 Actives goal is to empower our clients so you can achieve your security goals.
#### Qualified
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
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.
 

View File

@ -1,7 +1,6 @@
---
title: Small Axe
name: Small Axe
members: 5
website: http://weare.thesmallaxe.com/
email: hello@thesmallaxe.com
twitter: wearethesmallaxe
@ -42,17 +41,13 @@ technologies:
---
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. Were a non-profit cooperative setup as a creative campaigning and communications agency.
**Our partners**
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
**How we make it happen**
* Creative that cuts through a cynical culture.
* Campaigns that mobilise millions.
* Organising power to change the world.
**Working together**
Creative that cuts through a cynical culture.
Campaigns that mobilise millions.
Organising power to change the world.
Working together
Were a group of campaigners with the skills, experience and networks you need to build a social movement in the 21st century.

View File

@ -1,7 +1,6 @@
---
title: TABLEFLIP
name: TABLEFLIP
members:
website: https://tableflip.io/
email: hello@tableflip.io
twitter: tableflip
@ -27,8 +26,8 @@ technologies:
- reactjs
---
_Were your technical co-founder._
Were 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.
Plan. Build. Review. By repeating this simple pattern we can take you from idea to new business in a matter of weeks.

View File

@ -1,13 +1,12 @@
---
title: Dot Project
name: Dot Project
members: 2
title: The Dot Project
name: The Dot Project
website: http://www.thedotproject.co/
email: annie@thedotproject.co
twitter: dotprojectco
github: techforgoodbath
telephone: '07496276003'
address: 20 Quarry Rock Gardens, Bath, BA2 6EF
telephone: 07496276003
address: Bath,United Kingdom,BA1
latitude: 51.375801
longitude: -2.359903900000063
clients:
@ -32,10 +31,14 @@ services:
technologies:
---
[DOT PROJECT](http://www.dotproject.coop/) enables responsible digital technology. We support organisations to thrive through the use of enabling technology. Our focus is on creating more productive organisations, organisations which can provide an inclusive environment for staff by building digital skills and confidence.
The Dot Project connects people and technology. The Dot Project digitally enables organisations, from the inside out with a blended coaching approach to build capacity and confidence across teams.
The Dot Project strengthens the connections between the enterprises, organisations and individuals who exist within the digital ecosystem to contribute to maximum impact.
DOT PROJECT 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.
We mentor individuals to develop their social enterprise ideas and support a culture of innovation
We work with organisations to build their internal digital ecosystem and connect them to specialist expertise
We create collaborative partnerships between organisations with technology needs to those who can support these needs
We seek out and develop funding opportunities to support innovative initiatives
We build communities to achieve social impact through our Tech for Good Bath network
We support organisations to make sustainable and responsible investments in technology
As catalysts for Tech for Good we work to strengthen the tech for good movement, cooperative movement and increase diversity in the social and creative enterprise sector. We are a women-led social enterprise and cooperative who lead with empathy and compassion.
Our service offers both field mapping expertise and our digital foundation packages including Digital Healthcheck, Opportunity Analysis and Responsible Governance.
The Dot Project are passionate about strengthening the Tech for Good movement and we organise the Netsquared Tech for Good group in Bath.

View File

@ -1,42 +0,0 @@
---
title: United Diversity
name: United Diversity
members: 2
website: https://uniteddiversity.coop/
email: josef@uniteddiversity.coop
twitter: uniteddiversity
github: uniteddiversity
telephone: 07974 88 88 95
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
- wiki-factory
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.

View File

@ -1,12 +1,11 @@
---
title: wave
name: wave
members: 7
website: https://wave.coop/
email: info@wave.coop
twitter: wavedesigncoop
github: wavedesign
telephone: '01424235000'
telephone: 01424235000
address: Rock House,49 - 51 Cambridge Road,Hastings,United Kingdom,TN34 1DT
latitude: 50.86501959934043
longitude: 0.5873715877532959
@ -74,10 +73,7 @@ technologies:
- zeplin
---
> **wave \| working creatively for a better world**
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**.
Please see case studies for some recent work.

View File

@ -1,15 +1,14 @@
---
title: We Are Open Co-op
name: We Are Open Co-op
members: 4
website: http://weareopen.coop/
email: hello@weareopen.coop
twitter: weareopen
github: hello%40weareopen.html
telephone: N/A
address: the Internet
latitude: 19.37218875
longitude: -72.3346544510523
latitude:
longitude:
clients:
- creative-commons
- london-clc
@ -37,23 +36,40 @@ 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.
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 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 were eclectic.
## We are a collective.
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 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 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 were doing.

View File

@ -1,12 +1,11 @@
---
title: Webarchitects Co-operative
name: Webarchitects Co-operative
members: 3
website: https://www.webarchitects.coop/
email: info@webarch.net
twitter: webarchcoop
github: https://github.com/webarch-coop
telephone: "+44 114 276 9709"
github: info%40webarch.html
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
@ -45,7 +44,6 @@ clients:
- green-black-cross
- green-bike-project
- green-homes-sheffield
- greenpeace
- greenwich-co-operative-development-agency
- guardian-observer-chapel-branch-of-the-national-union-of-journalists
- independent-labour-publications
@ -124,10 +122,7 @@ technologies:
- xen-hypervisor
---
[Webarchitects](https://www.webarchitects.coop/) is a Sheffield based, small and friendly, [multi-stakeholder co-operative](https://www.webarchitects.coop/about) which [customers can join](https://www.webarchitects.coop/join) and which provides [ethical](https://www.webarchitects.coop/ethics) and [green](https://www.webarchitects.coop/green-energy), [WordPress hosting](https://www.webarchitects.coop/wordpress), [Discourse hosting](https://www.webarchitects.coop/discourse), [Nextcloud hosting](https://www.webarchitects.coop/nextcloud), [general web hosting](https://www.webarchitects.coop/shared-hosting), [virtual servers](https://www.webarchitects.coop/virtual-servers), [email services](https://www.webarchitects.coop/email), [domain name services](https://www.webarchitects.coop/domain-names) and [GNU/Linux sysadmin](https://www.webarchitects.coop/support) and [DevOps support services](https://www.webarchitects.coop/development) to individuals and progressive organisations.
Webarchitects is a Sheffield based, small and friendly, multi-stakeholder co-operative which customers can join and which provides ethical and green, WordPress hosting, general web hosting, virtual servers, email services, domain name services and GNU/Linux sysadmin and devop support services to individuals and progressive organisations.
The purpose of our co-operative is:
> To enable the provision of internet based services for socially responsible groups and individuals, using free open source software wherever possible, in a manner that aims to minimise fossil fuel usage and ecological impacts and which also provides sustainable employment
We offer free accounts on our GitLab server at [git.coop](https://git.coop/) to members of our co-op, visit [our website](https://www.webarchitects.coop/) to find out more.
To enable the provision of internet based services for socially responsible groups and individuals, using free open source software wherever possible, in a manner that aims to minimise fossil fuel usage and ecological impacts and which also provides sustainable employment
We offer free accounts on git.coop to members of our co-op, visit our website to find out more.

View File

@ -18,10 +18,10 @@
<div class="footer-lower">
<div class="row">
<div class="small-12 columns">
<img src="/assets/img/coop-logo.png" class="float-center" />
<p>Site developed by <a href="https://glowboxdesign.co.uk/" target="_blank">Glowbox Design</a>, <a href="https://gofreerange.com/" target="_blank">Go Free Range</a> &amp; <a href="https://outlandish.com" target="_blank">Outlandish</a>.</p>
<img src="/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
<p>Site developed by <a href="http://glowboxdesign.co.uk/" target="_blank">Glowbox Design</a> &amp; <a href="http://outlandish.com" target="_blank">Outlandish</a>.</p>
<p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p>
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech &#xa9;2019</p>
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech &#xa9;2018</p>
</div>
</div>
</div>

View File

@ -1,64 +1,24 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% if page.description %}
<meta name="description" content="{{ page.description | strip_html | strip_newlines | condense_spaces }}" />
{% elsif page.collection == 'coops' and page.content %}
<meta name="description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
{% else %}
<meta name="description" content="{{ site.description }}" />
{% endif %}
<meta name="description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
<meta charset="UTF-8">
{% if page.layout == "home" %}
<title>{{ page.title }} &laquo; {{ site.long_title }}</title>
{% else %}
<title>{{ page.title }} &laquo; {{ site.title }} &laquo; {{ site.long_title }}</title>
{% endif %}
<title>{{ page.title }} &laquo; Cooperative Technologists</title>
<meta property="og:type" content="website" />
{% if page.layout == "home" %}
<meta property="og:title" content="{{ page.title }} &laquo; {{ site.long_title }}" />
{% else %}
<meta property="og:title" content="{{ page.title }} &laquo; {{ site.title }} &laquo; {{ site.long_title }}" />
{% endif %}
{% if page.description %}
<meta property="og:description" content="{{ page.description | strip_html | strip_newlines }}" />
{% elsif page.collection == 'coops' and page.content %}
<meta property="og:description" content="{{ page.content | strip_html | strip_newlines | condense_spaces | truncate:150 }}" />
{% else %}
<meta property="og:description" content="{{ site.description }}" />
{% endif %}
<meta property="og:site_name" content="{{ page.title }} &laquo; {{ site.long_title }}" />
{% if page.collection == 'coops' %}
<meta property="og:image" content="/images/coops/{{ page.slug }}.png" />
{% elsif page.collection == 'services' %}
<meta property="og:image" content="/images/services/{{ page.slug }}.png" />
{% elsif page.collection == 'technologies' %}
<meta property="og:image" content="/images/technologies/{{ page.slug }}.png" />
{% elsif page.collection == 'clients' %}
<meta property="og:image" content="/images/clients/{{ page.slug }}.png" />
{% else %}
<meta property="og:image" content="/assets/img/Cotech_512x512.png" />
{% endif %}
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:description" content="Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership." />
<meta property="og:site_name" content="Cooperative Technologists" />
<meta property="og:image" content="/app/themes/coop-tech-oowp-theme/public/img/Cotech_512x512.png" />
<meta property="og:locale" content="en_GB" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@CotechUK" />
{% if page.collection == 'coops' %}
<meta name="twitter:image" content="{{ site.url }}/images/coops/{{ page.slug }}.png" />
{% elsif page.collection == 'services' %}
<meta name="twitter:image" content="{{ site.url }}/images/services/{{ page.slug }}.png" />
{% elsif page.collection == 'technologies' %}
<meta name="twitter:image" content="{{ site.url }}/images/technologies/{{ page.slug }}.png" />
{% elsif page.collection == 'clients' %}
<meta name="twitter:image" content="{{ site.url }}/images/clients/{{ page.slug }}.png" />
{% else %}
<meta name="twitter:image" content="{{ site.url }}/assets/img/Cotech_512x512.png" />
{% endif %}
<meta name="twitter:image" content="/app/themes/coop-tech-oowp-theme/public/img/Cotech_512x512.png" />
<link rel="canonical" href="{{ page.url | absolute_url }}" />
<link rel='stylesheet' id='app-css' href='/assets/css/app.css?ver=4.8' type='text/css' media='all' />
<script type='text/javascript' src='/assets/js/vendor.js?ver=4.8'></script>
<link rel="icon" href="/assets/img/cropped-cotech_512x512-32x32.png" sizes="32x32" />
<link rel="icon" href="/assets/img/cropped-cotech_512x512-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="/assets/img/cropped-cotech_512x512-180x180.png" />
<meta name="msapplication-TileImage" content="/assets/img/cropped-cotech_512x512-270x270.png" />
<link rel='stylesheet' id='app-css' href='/app/themes/coop-tech-oowp-theme/public/css/app.css?ver=4.8' type='text/css' media='all' />
<script type='text/javascript' src='/app/themes/coop-tech-oowp-theme/public/js/vendor.js?ver=4.8'></script>
<link rel="icon" href="/app/uploads/2017/02/cropped-cotech_512x512-32x32.png" sizes="32x32" />
<link rel="icon" href="/app/uploads/2017/02/cropped-cotech_512x512-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="/app/uploads/2017/02/cropped-cotech_512x512-180x180.png" />
<meta name="msapplication-TileImage" content="/app/uploads/2017/02/cropped-cotech_512x512-270x270.png" />
<style type="text/css" id="wp-custom-css">
section#contact div.row div p a:active,
section#contact div.row div p a:focus,
@ -67,8 +27,8 @@
color: white;
}
</style>
<link rel="stylesheet" href="/assets/foundation-icons/foundation-icons.css">
<link rel="icon" type="image/x-icon" href="/assets/img/CoTech-logo.png">
<link rel="stylesheet" href="/app/themes/coop-tech-oowp-theme/public/foundation-icons/foundation-icons.css">
<link rel="icon" type="image/x-icon" href="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">
<script type="text/javascript">
window.mapboxAccessToken = '{{ site.mapbox_access_token }}';
</script>

View File

@ -4,11 +4,10 @@
<div class="top-bar-title">
<strong>
<a id="logo" href="/">
<img src="/assets/img/CoTech-logo.png">CoTech
<img src="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
</a>
</strong>
<a class="back" href="/">&#8592; Go Back</a>
<a class="close" href="/">&#10006;</a>
</div>
</div>
</div>

View File

@ -1 +1 @@
<script type='text/javascript' src='/assets/js/app.js?ver=4.8'></script>
<script type='text/javascript' src='/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>

View File

@ -16,9 +16,9 @@
<div class="row">
<div class="small-12 small-centered columns">
<a href="{{ page.website }}" target="_blank">
<img src="/images/coops/{{ page.slug }}" alt="{{ page.slug }}">
<img src="/images/coops/{{ page.slug }}.png" alt="">
</a>
<h1>{{ page.name }}</h1>
<h2>{{ page.name }}</h2>
<a href="{{ page.website }}" target="_blank">{{ page.website }}</a>
</div>
</div>
@ -77,63 +77,58 @@
</section>
<!-- /About -->
{% if page.services %}
<!-- Services -->
<section>
<h2 id="services">Services</h2>
<h4>Services</h4>
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
{% for service in page.services %}
{% assign s = site.services | where: "slug", service | first %}
<div class="column">
<a href="{{ s.url | relative_url }}" class="service-thumb">
<div class="service-thumb-img float-center" style="background-image: url(/images/services/{{ s.slug }})"></div>
<div>{{ s.name }}</div>
<div class="service-thumb-img float-center" style="background-image: url(/images/services/{{ s.slug }}.png)"></div>
<h5>{{ s.name }}</h5>
</a>
</div>
{% endfor %}
</div>
</section>
<!-- /Services -->
{% endif %}
{% if page.technologies %}
<!-- Technologies -->
<section>
<h2 id="tech">Technologies</h2>
<h4>Technologies</h4>
<div class="row small-up-3 medium-up-4 large-up-4 small-collapse">
{% for technology in page.technologies %}
{% assign t = site.technologies | where: "slug", technology | first %}
<div class="column">
<a href="{{ t.url | relative_url }}" class="technology-thumb">
<div class="technology-thumb-img float-center" style="background-image: url(/images/technologies/{{ t.slug }})"></div>
<div>{{ t.name }}</div>
<div class="technology-thumb-img float-center" style="background-image: url(/images/technologies/{{ t.slug }}.png)"></div>
<h5>{{ t.name }}</h5>
</a>
</div>
{% endfor %}
</div>
</section>
<!-- /Technologies -->
{% endif %}
{% if page.clients %}
<!-- Clients -->
<section>
<h2 id="clients">Clients</h2>
<h4>Clients</h4>
<div class="row small-up-2 medium-up-3 large-up-3">
{% for client in page.clients %}
{% assign c = site.clients | where: "slug", client | first %}
<div class="column client-thumb-container">
<div class="client-thumb" style="background-image: url(/images/clients/{{ c.slug }})"></div>
<div class="client-thumb-header">{{ c.title }}</div>
<div class="client-thumb" style="background-image: url(/images/clients/{{ c.slug }}.png)"></div>
<h5 class="client-thumb-header">{{ c.title }}</h5>
</div>
{% endfor %}
</div>
</section>
<!-- /Clients -->
{% endif %}
</div>
</div>
</div>
</div>

View File

@ -12,7 +12,7 @@
<div id="page-banner">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<h1>{{ page.heading }}</h1>
<h2>{{ page.heading }}</h2>
</div>
</div>
</div>
@ -28,7 +28,7 @@
<section id="join-form">
<div class="row">
<div class="small-12 medium-6 small-centered columns">
<p>Contact us <a href="{{ site.forum }}">using our forum</a>.</p>
<p>Contact us via <a href="mailto:{{ site.contact_email }}">{{ site.contact_email }}</a>.</p>
</div>
</div>
</section>

View File

@ -12,7 +12,7 @@
<div class="top-bar-title">
<strong>
<a id="logo" href="/">
<img src="/assets/img/CoTech-logo.png">CoTech
<img src="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
</a>
</strong>
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
@ -22,14 +22,11 @@
<div id="responsive-menu">
<div class="top-bar-right">
<ul class="dropdown menu vertical medium-horizontal" data-magellan>
<li><a href="/#members">Members</a></li>
<li><a href="/#clients">Clients</a></li>
<li><a href="/#services">Services</a></li>
<li><a href="/#technologies">Technologies</a></li>
<li><a href="/about">About</a></li>
<li><a href="/join">Join</a></li>
<li><a href="/manifesto">Manifesto</a></li>
<li><a href="/#contact" class="button">Get In Touch</a></li>
<li><a href="#members">Members</a></li>
<li><a href="#clients">Clients</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#technologies">Technologies</a></li>
<li><a href="#contact" class="button">Get In Touch</a></li>
</ul>
</div>
</div>
@ -43,9 +40,8 @@
<div id="banner">
<div class="row">
<div class="small-12 columns">
<h1 class="is-hidden">Cooperative Technologists</h1>
<p class="homepage-message">Creative technology companies, fully owned and controlled by the people who do the work.<br />
Cooperative ownership means tech thats better for its workers and customers.</p>
<h1>Cooperative Technologists</h1>
<p>Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.</p>
<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>

View File

@ -15,11 +15,8 @@
<div id="page-banner">
<div class="row">
<div class="small-12 small-centered columns">
<img src="/images/services/{{ page.slug }}" alt="">
<h1>Coops that offer <span>{{ page.name }}</span></h1>
{% if page.description %}
<p>{{ page.description }}</p>
{% endif %}
<img src="/images/services/{{ page.slug }}.png" alt="">
<h2>Coops that offer <span>{{ page.name }}</span></h2>
</div>
</div>
</div>
@ -43,7 +40,7 @@
{% if coop.services contains page.slug %}
<div class="column">
<a href="{{ coop.url | relative_url }}" class="coop-thumb">
<img src="/images/coops/{{ coop.slug }}" alt="">
<img src="/images/coops/{{ coop.slug }}.png" alt="">
</a>
</div>
{% endif %}

View File

@ -15,11 +15,8 @@
<div id="page-banner">
<div class="row">
<div class="small-12 small-centered columns">
<img src="/images/technologies/{{ page.slug }}" alt="{{ page.name }}">
<h1>Coops that use <span>{{ page.name }}</span></h1>
{% if page.description %}
<p>{{ page.description }}</p>
{% endif %}
<img src="/images/technologies/{{ page.slug }}.png" alt="">
<h2>Coops that use <span>{{ page.name }}</span></h2>
</div>
</div>
</div>
@ -43,7 +40,7 @@
{% if coop.technologies contains page.slug %}
<div class="column">
<a href="{{ coop.url | relative_url }}" class="coop-thumb">
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
<img src="/images/coops/{{ coop.slug }}.png" alt="">
</a>
</div>
{% endif %}

View File

@ -1,4 +0,0 @@
---
title: Broadband
name: Broadband
---

View File

@ -1,5 +1,4 @@
---
title: DevOps
title: Devops
name: Devops
description: Technology Cooperatives which provide services using software development practices that combines software development (Dev) and information technology operations (Ops) to shorten the systems development life cycle while delivering features, fixes, and update.
---

View File

@ -1,4 +0,0 @@
---
title: Machine Learning
name: Machine Learning
---

View File

@ -1,5 +1,4 @@
---
title: Virtual Servers
name: Virtual Servers
description: CoTech co-operatives who provide virtual servers to clients.
---

View File

@ -1,4 +0,0 @@
---
title: Angular
name: Angular
---

View File

@ -1,5 +1,4 @@
---
title: Ansible
name: Ansible
description: Technology Co-operatives which supply devops services using Ansible, the agentless open-source software provisioning, configuration management, and application-deployment tool.
---

View File

@ -1,5 +1,4 @@
---
title: Discourse
name: Discourse
description: Technology co-ops who can supply Discourse servers, Discourse is the leading open source, elegant and modern, web based, discussion forum software.
---

View File

@ -1,4 +0,0 @@
---
title: Ionic
name: Ionic
---

View File

@ -0,0 +1,4 @@
---
title: Python
name: Python
---

View File

@ -1,5 +1,4 @@
---
title: WordPress
name: WordPress
description: Technology co-operatives who can help you with the design, deployment, hosting and managment of WordPress sites, WordPress is the worlds leading open source web based content management software.
---

View File

@ -10,7 +10,7 @@ The members of the network aim to use their collective experience, skills, resou
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.
Governance of the network currently takes place through a rough consensus process using [Loomio][], [a wiki][wiki] and [a open email list][mailing-list], 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.
@ -20,6 +20,7 @@ Read [our manifesto][manifesto], [contact us if you want to work with us][contac
[Loomio]: https://www.loomio.org/g/oVwtKDOn/digital-co-ops
[wiki]: https://wiki.coops.tech/
[mailing-list]: https://www.email-lists.org/mailman/listinfo/tech-coops
[wortley-hall]: https://www.wortleyhall.org.uk/
[manifesto]: /manifesto
[contact]: /#contact

View File

@ -13,8 +13,8 @@
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
@ -27,7 +27,7 @@
-moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {f
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%; }
@ -4163,15 +4163,15 @@ h6 {
@media screen and (min-width: 40em) {
h1 {
font-size: 2.5rem; }
font-size: 3rem; }
h2 {
font-size: 1.9375rem; }
font-size: 2.5rem; }
h3 {
font-size: 1.5625rem; }
font-size: 1.9375rem; }
h4 {
font-size: 1.25rem; }
font-size: 1.5625rem; }
h5 {
font-size: 1.0625rem; }
font-size: 1.25rem; }
h6 {
font-size: 1rem; } }
@ -4180,7 +4180,6 @@ a {
text-decoration: none;
line-height: inherit;
cursor: pointer; }
a:hover, a:focus {
color: #1585cf; }
a img {
@ -6347,9 +6346,7 @@ table.hover tbody tr:nth-of-type(even):hover {
.top-bar-title {
float: left;
margin-right: 1rem;
width: 100%;
}
margin-right: 1rem; }
.top-bar-left {
float: left; }
@ -6463,15 +6460,15 @@ table.hover tbody tr:nth-of-type(even):hover {
/* ---------------------------------------- Typography ---------------------------------------- */
@font-face {
font-family: 'open_sansregular';
src: url("/assets/fonts/OpenSans-Regular-webfont.eot");
src: url("/assets/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
src: url("../fonts/OpenSans-Regular-webfont.eot");
src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'open_sansbold';
src: url("/assets/fonts/OpenSans-Bold-webfont.eot");
src: url("/assets/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
src: url("../fonts/OpenSans-Bold-webfont.eot");
src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
font-weight: normal;
font-style: normal; }
@ -6553,7 +6550,7 @@ a:focus {
#banner {
padding: 8rem 0;
text-align: center;
background-image: url(/assets/img/banner-collage.jpg);
background-image: url(../img/banner-collage.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
@ -6580,11 +6577,6 @@ a:focus {
#our-manifesto {
height: 48px !important; }
.homepage-message {
font-size: 1.5em;
font-weight: bold;
}
.reveal-overlay {
z-index: 9999; }
@ -6679,8 +6671,6 @@ a:focus {
box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
-webkit-transform: scale(1.05);
transform: scale(1.05); }
.coop-thumb img {
max-height: 100%; }
.has-tip {
cursor: pointer;
@ -6708,12 +6698,6 @@ h5#join-us {
.home #clients {
background-color: #f7f7f5; }
.client:nth-child(n+7){
display: none;
}
.client-thumb {
height: 150px;
width: 100%;
@ -6837,9 +6821,6 @@ h5#join-us {
padding-left: 2rem;
color: #9196a2; }
.close{
float: right;
}
#page-banner {
margin-bottom: 4rem;
text-align: center; }
@ -6890,9 +6871,6 @@ h5#join-us {
.coop .client-thumb-container:hover .client-thumb-header, .coop .client-thumb-container:focus .client-thumb-header {
color: #000000; }
.coop a {
word-break: break-all;
}
/* ---------------------------------------- SERVICE/TECHNOLOGY ---------------------------------------- */
.service #page-banner,
.technology #page-banner {
@ -6983,8 +6961,3 @@ footer {
color: #ffffff; }
/*# sourceMappingURL=app.css.map */
.forum-links a{
margin: 0 auto;
}

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 618 B

After

Width:  |  Height:  |  Size: 618 B

Some files were not shown because too many files have changed in this diff Show More