Compare commits
84 Commits
greennet
...
add-infact
Author | SHA1 | Date | |
---|---|---|---|
d6f45ffc92 | |||
7faac2891b | |||
caecfcf6fc | |||
46d1f37d17 | |||
8a59e54ff6 | |||
2b1988d86c | |||
3c96da26bc | |||
f1b85f8a73 | |||
3f06a12945 | |||
a79277c904 | |||
3a846fd9e8 | |||
02dc171130 | |||
a5f7e72571 | |||
bad2ffab4b | |||
7c68a3d9a8 | |||
10d1dbf623 | |||
24d05e6ca2 | |||
dfa1654723 | |||
02cefe36b1 | |||
1ed389423d | |||
7549095c74 | |||
c33c6f67ef | |||
7d8155c61c | |||
be091ce87b | |||
5de2fbf81f | |||
a523a0896f | |||
641391facb | |||
36939a406b | |||
6738ea5e4c | |||
ac96faf6ba | |||
540911839d | |||
e88dc2f257 | |||
2061561186 | |||
0a09a0f6a5 | |||
72741d63fd | |||
17c1ce602a | |||
14af8ea79f | |||
6acd4c8d09 | |||
0331264703 | |||
a158f375d4 | |||
6be8dd2818 | |||
f9b48b8ad3 | |||
9657234d8e | |||
3737168a02 | |||
c069879cf1 | |||
4e795ff337 | |||
2be398b3a1 | |||
12895e8404 | |||
5d6055a89e | |||
d51a6b0f9e | |||
d46b6f0735 | |||
de04546792 | |||
1d27f30e9b | |||
1ad912b8cb | |||
e533438f3c | |||
e4579df97d | |||
a4d4547d96 | |||
aec1f09135 | |||
a9398c8a90 | |||
75823e93d8 | |||
9621d74f11 | |||
ca2e633d27 | |||
f641c889da | |||
a31f65dba6 | |||
6a8185d1fa | |||
c60712bf4e | |||
ba0469154b | |||
c92de6e348 | |||
2b9c06bd69 | |||
f833c8f0cd | |||
d84891f2ec | |||
bf3289a6c9 | |||
fcd60f5e79 | |||
32f2da7949 | |||
ae02954868 | |||
e75044d133 | |||
8496b18c32 | |||
5b05d6da2f | |||
b14b95a22a | |||
4b72062704 | |||
4ef0975c23 | |||
363de5dd03 | |||
cb095e3394 | |||
c511bdd029 |
31
.htaccess
@ -1,5 +1,5 @@
|
|||||||
# Serve .html files without extensions
|
# Serve .html files without extensions and allow directory listings
|
||||||
Options +MultiViews
|
Options +MultiViews +Indexes
|
||||||
# If a SVG and a PNG exists the prefer the SVG
|
# If a SVG and a PNG exists the prefer the SVG
|
||||||
AddType image/svg+xml;qs=0.9 svg sgvz
|
AddType image/svg+xml;qs=0.9 svg sgvz
|
||||||
AddType image/png;qs=0.8 png
|
AddType image/png;qs=0.8 png
|
||||||
@ -12,3 +12,30 @@ AddOutputFilter DEFLATE html
|
|||||||
AddOutputFilter DEFLATE svg
|
AddOutputFilter DEFLATE svg
|
||||||
AddOutputFilter DEFLATE css
|
AddOutputFilter DEFLATE css
|
||||||
AddOutputFilter DEFLATE js
|
AddOutputFilter DEFLATE js
|
||||||
|
# URL's that changed
|
||||||
|
Redirect /coops/ https://www.coops.tech/co-op/
|
||||||
|
Redirect /technology/gnu-bash https://www.coops.tech/technology/bash
|
||||||
|
Redirect /co-op/graphics-coop https://www.coops.tech/co-op/form-and-function
|
||||||
|
# Canonical URLs redirect to the domain with a www
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{HTTP_HOST} ^coops\.tech$
|
||||||
|
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]
|
||||||
|
</IfModule>
|
||||||
|
# Redirect HTTP to HTTPS
|
||||||
|
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{HTTPS} !=on
|
||||||
|
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
||||||
|
</IfModule>
|
||||||
|
# Strict Transport Security Header, this prevents clients
|
||||||
|
# with STS support from accessing the site using HTTP
|
||||||
|
# https://stackoverflow.com/questions/24144552/how-to-set-hsts-header-from-htaccess-only-on-https
|
||||||
|
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
|
||||||
|
# Directory Listings
|
||||||
|
HeaderName /top.html
|
||||||
|
ReadmeName /bot.html
|
||||||
|
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=*
|
||||||
|
IndexOptions Charset=UTF-8 SuppressHTMLPreamble XHTML TrackModified IconsAreLinks
|
||||||
|
IndexOptions SuppressDescription
|
||||||
|
4
_clients/1010uk.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: The 10:10 Foundation
|
||||||
|
website: https://1010uk.org/
|
||||||
|
---
|
3
_clients/actionaid.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Action Aid
|
||||||
|
---
|
4
_clients/barbourlogic.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Barbour Logic
|
||||||
|
website: http://www.barbourlogic.co.uk/
|
||||||
|
---
|
3
_clients/basw.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: The British Association of Social Workers (BASW)
|
||||||
|
---
|
4
_clients/bioregional.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Bioregional
|
||||||
|
website: https://www.bioregional.com/
|
||||||
|
---
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: Cairn Housing Association
|
title: Cairn Housing Association
|
||||||
|
website: https://www.cairnha.com/
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: CDS Co-operatives
|
title: CDS Co-operatives
|
||||||
|
website: https://www.cds.coop/
|
||||||
---
|
---
|
||||||
|
4
_clients/childrens-health-scotland.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Children’s Health Scotland
|
||||||
|
website: https://www.childrenshealthscotland.org/
|
||||||
|
---
|
3
_clients/climate-outreach.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Climate Outreach
|
||||||
|
---
|
4
_clients/commonfutures.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Common Futures
|
||||||
|
website: https://commonfutures.eu/
|
||||||
|
---
|
3
_clients/csh.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: The Centre for Sustainable Healthcare
|
||||||
|
---
|
4
_clients/ecas.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: ECAS
|
||||||
|
website: https://www.ecas.scot/
|
||||||
|
---
|
3
_clients/eden-project.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: The Eden Project
|
||||||
|
---
|
4
_clients/en10ergy.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: en10ergy Limited
|
||||||
|
website: https://en10ergy.org.uk/
|
||||||
|
---
|
3
_clients/ethical-consumer.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Ethical Consumer
|
||||||
|
---
|
3
_clients/food-standards-agency.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Food Standards Agency
|
||||||
|
---
|
3
_clients/freedom-from-torture.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Freedom from Torture
|
||||||
|
---
|
4
_clients/fundraising-regulator.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: The Fundraising Regulator
|
||||||
|
website: https://www.fundraisingregulator.org.uk/
|
||||||
|
---
|
4
_clients/gcda.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Greenwich Co-operative Development Agency
|
||||||
|
website: https://gcda.coop/
|
||||||
|
---
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: Global Canopy Programme
|
title: Global Canopy Programme
|
||||||
|
website: https://www.globalcanopy.org/
|
||||||
---
|
---
|
4
_clients/greener-kirkcaldy.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Greener Kirkcaldy
|
||||||
|
website: https://www.greenerkirkcaldy.org.uk/
|
||||||
|
---
|
3
_clients/health-in-touch.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Health In Touch
|
||||||
|
---
|
4
_clients/ideo.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: IDEO
|
||||||
|
website: https://www.ideo.com/
|
||||||
|
---
|
3
_clients/ifsw.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: International Federation of Social Workers
|
||||||
|
---
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: Information Architecture Institute
|
title: Information Architecture Institute
|
||||||
|
website: https://www.iainstitute.org/
|
||||||
---
|
---
|
||||||
|
3
_clients/isd.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Institute for Strategic Dialogue
|
||||||
|
---
|
4
_clients/kaizen.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: The Kaizen Partnership
|
||||||
|
website: http://wearekaizen.co.uk/
|
||||||
|
---
|
4
_clients/londonpermaculture.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: London Permaculture Network
|
||||||
|
website: https://www.londonpermaculture.com/
|
||||||
|
---
|
4
_clients/mhsgroup.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Muswell Hill Sustainability Group
|
||||||
|
website: https://mhsgroup.org/
|
||||||
|
---
|
3
_clients/modern-art-oxford.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Modern Art Oxford
|
||||||
|
---
|
4
_clients/neweconomics.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: New Economics Foundation
|
||||||
|
website: https://neweconomics.org/
|
||||||
|
---
|
4
_clients/offgrid-festival.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Off Grid Festival
|
||||||
|
website: https://offgrid-festival.co.uk/
|
||||||
|
---
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: Open University
|
title: The Open University
|
||||||
---
|
---
|
||||||
|
4
_clients/opencoop.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: The Open Co-op
|
||||||
|
website: https://open.coop/
|
||||||
|
---
|
4
_clients/opendemocracy.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: openDemocracy
|
||||||
|
website: https://www.opendemocracy.net/
|
||||||
|
---
|
4
_clients/ouh.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Oxford University Hospitals
|
||||||
|
website: https://www.ouh.nhs.uk/
|
||||||
|
---
|
4
_clients/ovesco.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Ovesco
|
||||||
|
website: https://ovesco.co.uk/
|
||||||
|
---
|
3
_clients/packt.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Packt Publishing
|
||||||
|
---
|
4
_clients/queens-nursing-institute.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Queen's Nursing Institute Scotland
|
||||||
|
website: https://www.qnis.org.uk/
|
||||||
|
---
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Reinventory
|
|
||||||
---
|
|
4
_clients/resilient-scotland.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Resilient Scotland
|
||||||
|
website: https://www.resilientscotland.org.uk/
|
||||||
|
---
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: Sands
|
title: Sands
|
||||||
|
website: https://www.sands.org.uk/
|
||||||
---
|
---
|
||||||
|
4
_clients/sarcoma.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Sarcoma UK
|
||||||
|
website: https://sarcoma.org.uk
|
||||||
|
---
|
4
_clients/solarcentury.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Solarcentury
|
||||||
|
website: https://www.solarcentury.com/
|
||||||
|
---
|
4
_clients/sse.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: The School for Social Entrepreneurs
|
||||||
|
website: https://www.the-sse.org/
|
||||||
|
---
|
4
_clients/stethelburgas.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: St Ethelburga's
|
||||||
|
website: https://stethelburgas.org/
|
||||||
|
---
|
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: UNICEF
|
title: UNICEF
|
||||||
|
website: https://www.unicef.org/
|
||||||
---
|
---
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Webpost
|
|
||||||
---
|
|
4
_clients/woda.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Worcestershire Office of Data Analytics
|
||||||
|
website: https://www.linkedin.com/company/worcestershire-office-of-data-analytics/
|
||||||
|
---
|
@ -2,43 +2,57 @@
|
|||||||
title: Agile Collective
|
title: Agile Collective
|
||||||
name: Agile Collective
|
name: Agile Collective
|
||||||
members: 12
|
members: 12
|
||||||
website: http://agile.coop/
|
website: https://agile.coop/
|
||||||
email: info@agile.coop
|
email: hello@agile.coop
|
||||||
twitter: AgileCollective
|
twitter: AgileCollective
|
||||||
github: agilecollective
|
github: agilecollective
|
||||||
telephone: '01865 403 120'
|
telephone: '+44 (0) 1865 403 120'
|
||||||
address: Room 301,The Old Music Hall,106-108 Cowley Road,Oxford,United Kingdom,OX4 1JE
|
address: The Old Music Hall,106-108 Cowley Road,Oxford,OX4 1JE,United Kingdom
|
||||||
latitude: 51.7483161
|
latitude: 51.7483161
|
||||||
longitude: -1.2390645000000404
|
longitude: -1.2390645000000404
|
||||||
clients:
|
clients:
|
||||||
- global-canopy-programme
|
- actionaid
|
||||||
|
- basw
|
||||||
|
- bond
|
||||||
|
- climate-outreach
|
||||||
|
- co-operatives-uk
|
||||||
|
- eden-project
|
||||||
|
- ethical-consumer
|
||||||
|
- food-standards-agency
|
||||||
|
- freedom-from-torture
|
||||||
|
- fundraising-regulator
|
||||||
|
- global-canopy
|
||||||
- information-architecture-institute
|
- information-architecture-institute
|
||||||
- international-land-coalition
|
- international-land-coalition
|
||||||
- international-planned-parenthood-federation
|
- international-planned-parenthood-federation
|
||||||
|
- modern-art-oxford
|
||||||
- oxfam-international
|
- oxfam-international
|
||||||
- oxford-city-council
|
- oxford-city-council
|
||||||
- oxfordshire-county-council
|
- oxfordshire-county-council
|
||||||
- sands
|
- sands
|
||||||
- the-eden-project
|
- sarcoma
|
||||||
- unicef
|
- unicef
|
||||||
- university-of-oxford
|
|
||||||
services:
|
services:
|
||||||
|
- analytics
|
||||||
- branding-and-identity
|
- branding-and-identity
|
||||||
- consultancy
|
- consultancy
|
||||||
|
- data-visualisation
|
||||||
- development
|
- development
|
||||||
- devops
|
|
||||||
- graphic-design
|
|
||||||
- ideation
|
- ideation
|
||||||
- logo-design
|
- logo-design
|
||||||
- seo-optimisation
|
- seo-optimisation
|
||||||
|
- strategy
|
||||||
- sysadmin
|
- sysadmin
|
||||||
- user-research
|
- user-research
|
||||||
- web-design
|
- web-design
|
||||||
technologies:
|
technologies:
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
|
- debian
|
||||||
|
- discourse
|
||||||
- d3
|
- d3
|
||||||
- drupal
|
- drupal
|
||||||
|
- docker
|
||||||
- gitlab
|
- gitlab
|
||||||
- htmlcss
|
- htmlcss
|
||||||
- icinga
|
- icinga
|
||||||
@ -48,12 +62,14 @@ technologies:
|
|||||||
- munin
|
- munin
|
||||||
- mysql
|
- mysql
|
||||||
- php
|
- php
|
||||||
|
- rocket-chat
|
||||||
- symfony
|
- symfony
|
||||||
- ubuntu
|
- ubuntu
|
||||||
|
- wordpress
|
||||||
---
|
---
|
||||||
|
|
||||||
Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team – including our client.
|
Agile Collective is a worker-owned digital agency with a team of 18 based in the UK and Italy.
|
||||||
|
|
||||||
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.
|
We design, build and support websites for purpose-driven organisations: clients that value environmental sustainability, social responsibility, equality and human rights, and share our vision of a better world for everyone.
|
||||||
|
|
||||||
There is also a company-wide obsession with cycling of various kinds.
|
We are a company with a conscience. And lots of bicycles.
|
||||||
|
@ -1,27 +1,32 @@
|
|||||||
---
|
---
|
||||||
title: Animorph
|
title: Animorph
|
||||||
name: Animorph
|
name: Animorph
|
||||||
members: 4
|
members: 5
|
||||||
website: https://animorph.coop
|
website: https://animorph.coop
|
||||||
email: we@animorph.coop
|
email: we@animorph.coop
|
||||||
twitter: animorphcoop
|
twitter: animorphcoop
|
||||||
github:
|
github:
|
||||||
telephone:
|
telephone:
|
||||||
address: Space4, 149 Fonthill Road,London,N4 3HF
|
address: Space4,149 Fonthill Road,London,N4 3HF
|
||||||
latitude: 51.5635499
|
latitude: 51.5635499
|
||||||
longitude: -0.10782689999996364
|
longitude: -0.10782689999996364
|
||||||
clients:
|
clients:
|
||||||
- halo-post-production
|
- halo-post-production
|
||||||
- southbank-centre
|
- southbank-centre
|
||||||
|
- open-university
|
||||||
|
- packt
|
||||||
|
- isd
|
||||||
services:
|
services:
|
||||||
- animation
|
- animation
|
||||||
- artwork
|
- artwork
|
||||||
- augmented-reality
|
- augmented-reality
|
||||||
|
- big-data
|
||||||
- branding-and-identity
|
- branding-and-identity
|
||||||
- development
|
- development
|
||||||
- exhibition-and-display
|
- exhibition-and-display
|
||||||
- graphic-design
|
- graphic-design
|
||||||
- ideation
|
- ideation
|
||||||
|
- machine-learning
|
||||||
- mixed-reality
|
- mixed-reality
|
||||||
- motion-graphics
|
- motion-graphics
|
||||||
- virtual-reality
|
- virtual-reality
|
||||||
@ -29,16 +34,19 @@ technologies:
|
|||||||
- c
|
- c
|
||||||
- htmlcss
|
- htmlcss
|
||||||
- javascript
|
- javascript
|
||||||
|
- node-js
|
||||||
- python
|
- python
|
||||||
- unity-3d
|
- unity-3d
|
||||||
---
|
---
|
||||||
|
|
||||||
We are an immersive media workers’ co-operative specialising in virtual, augmented and mixed reality.
|
Animorph addresses unmet social and medical needs using augmented and virtual reality.
|
||||||
|
|
||||||
Our projects range from 3D interface integration, art and research, through simulations, education and app optimisation, to strictly practical applications.
|
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.
|
||||||
|
|
||||||
We collaboratively conceive and develop applications that provide quality matching the capacity of the new media realm.
|
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.
|
||||||
|
|
||||||
We look forward to engaging in cutting-edge endeavours that build bridges across disciplines and environments in order to bring people together.
|
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.
|
Let’s forge alliances for the future we want to live in.
|
@ -28,7 +28,7 @@ services:
|
|||||||
- web-design
|
- web-design
|
||||||
technologies:
|
technologies:
|
||||||
- ansible
|
- ansible
|
||||||
- gnu-bash
|
- bash
|
||||||
- civicrm
|
- civicrm
|
||||||
- d3
|
- d3
|
||||||
- debian
|
- debian
|
||||||
|
@ -6,9 +6,8 @@ website: http://broadband.coop/
|
|||||||
email: info@broadband.coop
|
email: info@broadband.coop
|
||||||
twitter: cbn_team
|
twitter: cbn_team
|
||||||
github:
|
github:
|
||||||
telephone: 0161 283 2675
|
telephone: "0161 283 2675"
|
||||||
address: c/o McKellans,11 Riverview, The Embankment Business Park,Vale Road, Heaton
|
address: c/o McKellans,11 Riverview, The Embankment Business Park,Vale Road, Heaton Mersey,Stockport,UK,SK4 3GN
|
||||||
Mersey,Stockport,UK,SK4 3GN
|
|
||||||
latitude: 53.4067704
|
latitude: 53.4067704
|
||||||
longitude: -2.202668899999935
|
longitude: -2.202668899999935
|
||||||
clients:
|
clients:
|
||||||
|
@ -6,9 +6,8 @@ website: http://chapelstreetstudio.coop/
|
|||||||
email: info@chapelstreetstudio.coop
|
email: info@chapelstreetstudio.coop
|
||||||
twitter: chapelststudio
|
twitter: chapelststudio
|
||||||
github:
|
github:
|
||||||
telephone: 07743 426 846 (Martyn Johnston | Secretary)
|
telephone: '07743 426 846 (Martyn Johnston | Secretary)'
|
||||||
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West
|
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West Yorkshire,BD1 3QQ
|
||||||
Yorkshire,BD1 3QQ
|
|
||||||
latitude: 53.795903
|
latitude: 53.795903
|
||||||
longitude: -1.7554270000000542
|
longitude: -1.7554270000000542
|
||||||
clients:
|
clients:
|
||||||
|
@ -6,7 +6,7 @@ website: http://web.coop
|
|||||||
email: ask@web.coop
|
email: ask@web.coop
|
||||||
twitter: cooperativeweb
|
twitter: cooperativeweb
|
||||||
github: CooperativeWeb
|
github: CooperativeWeb
|
||||||
telephone: 0121 2225355
|
telephone: '0121 2225355'
|
||||||
address: 2 Devon Way,Longbridge,Birmingham,UK,B31 2TS
|
address: 2 Devon Way,Longbridge,Birmingham,UK,B31 2TS
|
||||||
latitude: 52.39791473393062
|
latitude: 52.39791473393062
|
||||||
longitude: -1.985548227508616
|
longitude: -1.985548227508616
|
||||||
@ -49,7 +49,7 @@ services:
|
|||||||
- virtual-servers
|
- virtual-servers
|
||||||
technologies:
|
technologies:
|
||||||
- net
|
- net
|
||||||
- angular-1-x
|
- angular
|
||||||
- centos
|
- centos
|
||||||
- express-js
|
- express-js
|
||||||
- gitlab
|
- gitlab
|
||||||
|
@ -6,7 +6,7 @@ website: https://code-operative.co.uk
|
|||||||
email: contact@code-operative.co.uk
|
email: contact@code-operative.co.uk
|
||||||
twitter: code_operative
|
twitter: code_operative
|
||||||
github: Code-Operative
|
github: Code-Operative
|
||||||
address: Baltic Business Quarters, Abbott's Hill, Gateshead, United Kingdom, NE8 3DF
|
address: Baltic Business Quarters, Abbott”s Hill, Gateshead, United Kingdom, NE8 3DF
|
||||||
latitude: 54.966587
|
latitude: 54.966587
|
||||||
longitude: -1.595418
|
longitude: -1.595418
|
||||||
clients:
|
clients:
|
||||||
@ -15,9 +15,8 @@ clients:
|
|||||||
- generation-rent
|
- generation-rent
|
||||||
- alpha-complex
|
- alpha-complex
|
||||||
- land-explorer
|
- land-explorer
|
||||||
- webpost
|
- health-in-touch
|
||||||
- reinventory
|
- the-politics-network
|
||||||
- political-education-network
|
|
||||||
services:
|
services:
|
||||||
- development
|
- development
|
||||||
- consultancy
|
- consultancy
|
||||||
|
@ -6,7 +6,7 @@ website: https://creative.coop
|
|||||||
email: hello@creative.coop
|
email: hello@creative.coop
|
||||||
twitter:
|
twitter:
|
||||||
github:
|
github:
|
||||||
telephone: 01206 574147
|
telephone: '01206 574147'
|
||||||
address: 2 Balkerne House, Balkerne Passage,Colchester,United Kingdom,CO1 1PA
|
address: 2 Balkerne House, Balkerne Passage,Colchester,United Kingdom,CO1 1PA
|
||||||
latitude: 51.89010188809361
|
latitude: 51.89010188809361
|
||||||
longitude: 0.8957915683888586
|
longitude: 0.8957915683888586
|
||||||
|
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.
|
@ -6,8 +6,8 @@ website: https://www.dev.ngo/
|
|||||||
email: studio@dev.ngo
|
email: studio@dev.ngo
|
||||||
twitter: devsociety_
|
twitter: devsociety_
|
||||||
github: developersociety
|
github: developersociety
|
||||||
telephone: "+44 333 344 7800"
|
telephone: '+44 333 344 7800'
|
||||||
address: 191 Fazeley Street,Digbeth,Birmingham, ,B5 5SE
|
address: 191 Fazeley Street,Digbeth,Birmingham,B5 5SE
|
||||||
latitude: 52.47784126596389
|
latitude: 52.47784126596389
|
||||||
longitude: -1.881633996963501
|
longitude: -1.881633996963501
|
||||||
clients:
|
clients:
|
||||||
|
@ -6,7 +6,7 @@ website: https://dtc-innovation.org/
|
|||||||
email: contact@dtc-innovation.org
|
email: contact@dtc-innovation.org
|
||||||
twitter: dtc-innovation
|
twitter: dtc-innovation
|
||||||
github:
|
github:
|
||||||
telephone: 447455921569
|
telephone: '+44 7455 921569'
|
||||||
address: London,United Kingdom
|
address: London,United Kingdom
|
||||||
latitude: 51.5073219
|
latitude: 51.5073219
|
||||||
longitude: -0.1276474
|
longitude: -0.1276474
|
||||||
|
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.
|
@ -6,7 +6,7 @@ website: http://www.foundersandcoders.com/
|
|||||||
email: hello@foundersandcoders.com
|
email: hello@foundersandcoders.com
|
||||||
twitter: founderscoders
|
twitter: founderscoders
|
||||||
github: foundersandcoders
|
github: foundersandcoders
|
||||||
telephone: 020 3583 2442
|
telephone: '020 3583 2442'
|
||||||
address: 14 Palmers Road,London,E2 0SY
|
address: 14 Palmers Road,London,E2 0SY
|
||||||
latitude: 51.5295318
|
latitude: 51.5295318
|
||||||
longitude: -0.04229490000000169
|
longitude: -0.04229490000000169
|
||||||
|
@ -6,7 +6,7 @@ website: http://gildedsplinters.coop/
|
|||||||
email: andrew@gildedsplinters.coop
|
email: andrew@gildedsplinters.coop
|
||||||
twitter: index.html
|
twitter: index.html
|
||||||
github:
|
github:
|
||||||
telephone: "+44 7793650013"
|
telephone: '+44 7793650013'
|
||||||
address: Virtual
|
address: Virtual
|
||||||
latitude: -26.9041798
|
latitude: -26.9041798
|
||||||
longitude: -49.0924112
|
longitude: -49.0924112
|
||||||
@ -25,27 +25,27 @@ Gildedsplinters is an ideation platform; a cooperative of curious, creative t
|
|||||||
|
|
||||||
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;
|
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
|
* Identify strategic and tactical opportunities
|
||||||
Discover and implement new services and products
|
* Discover and implement new services and products
|
||||||
Foster innovation
|
* Foster innovation
|
||||||
Make plans and concepts real
|
* Make plans and concepts real
|
||||||
Check your own thinking
|
* Check your own thinking
|
||||||
|
|
||||||
Our skills and experience include;
|
Our skills and experience include;
|
||||||
|
|
||||||
Developing brand vision and value
|
* Developing brand vision and value
|
||||||
Incubating brands and products
|
* Incubating brands and products
|
||||||
Designing brand experiences
|
* Designing brand experiences
|
||||||
Originating campaign themes and creative propositions
|
* Originating campaign themes and creative propositions
|
||||||
Crafting stories, scripts and copy
|
* Crafting stories, scripts and copy
|
||||||
Providing insights into brand culture and audiences
|
* Providing insights into brand culture and audiences
|
||||||
Communications and content distribution strategy
|
* Communications and content distribution strategy
|
||||||
Managing media and reputations
|
* Managing media and reputations
|
||||||
Market and channel planning and activation
|
* Market and channel planning and activation
|
||||||
Design for print, web and mobile
|
* Design for print, web and mobile
|
||||||
Concepts and production for video and audio
|
* Concepts and production for video and audio
|
||||||
Creative mentoring and facilitation
|
* Creative mentoring and facilitation
|
||||||
Communications coaching
|
* Communications coaching
|
||||||
|
|
||||||
Our members have worked with a wide range of clients, from startups to global organisations, including;
|
Our members have worked with a wide range of clients, from startups to global organisations, including;
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ website: https://gofreerange.com/
|
|||||||
email: lets@gofreerange.com
|
email: lets@gofreerange.com
|
||||||
twitter: freerange
|
twitter: freerange
|
||||||
github: freerange
|
github: freerange
|
||||||
telephone: +44 (0)20 3823 6286
|
telephone: '+44 (0)20 3823 6286'
|
||||||
address: The Foundry, 156 Blackfriars Road, London, SE1 8EN.
|
address: The Foundry, 156 Blackfriars Road, London, SE1 8EN.
|
||||||
latitude: 51.501086
|
latitude: 51.501086
|
||||||
longitude: -0.1064455
|
longitude: -0.1064455
|
||||||
|
@ -1,46 +0,0 @@
|
|||||||
---
|
|
||||||
title: graphics.coop
|
|
||||||
name: graphics.coop
|
|
||||||
members: 4
|
|
||||||
website: https://graphics.coop/
|
|
||||||
email: info@graphics.coop
|
|
||||||
twitter: graphicscoop
|
|
||||||
github:
|
|
||||||
telephone: '01315249779'
|
|
||||||
address: 32 Annandale Street Lane,Edinburgh,Scotland,EH7 4LS
|
|
||||||
latitude: 55.9607296
|
|
||||||
longitude: -3.182652400000052
|
|
||||||
clients:
|
|
||||||
- cairn-housing-association
|
|
||||||
- cds-co-operatives
|
|
||||||
- children-s-health-scotland
|
|
||||||
- hanover-scotland-housing-association
|
|
||||||
- intandem
|
|
||||||
- myparkscotland
|
|
||||||
- voluntary-health-scotland
|
|
||||||
- women-s-fund-for-scotland
|
|
||||||
services:
|
|
||||||
- artwork
|
|
||||||
- branding-and-identity
|
|
||||||
- consultancy
|
|
||||||
- domain-names
|
|
||||||
- exhibition-and-display
|
|
||||||
- graphic-design
|
|
||||||
- hosting
|
|
||||||
- logo-design
|
|
||||||
- seo-optimisation
|
|
||||||
- web-design
|
|
||||||
technologies:
|
|
||||||
- gitlab
|
|
||||||
- google-maps
|
|
||||||
- htmlcss
|
|
||||||
- javascript
|
|
||||||
- matomo
|
|
||||||
- mysql
|
|
||||||
- php
|
|
||||||
- wordpress
|
|
||||||
---
|
|
||||||
|
|
||||||
We specialise in design, print and digital services for the third sector.
|
|
||||||
|
|
||||||
We’ve 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 we’re committed to empowering and inspiring these organisations to communicate their message with confidence and helping them make the world a better place.
|
|
@ -37,7 +37,7 @@ services:
|
|||||||
|
|
||||||
technologies:
|
technologies:
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
- drupal
|
- drupal
|
||||||
- gitlab
|
- gitlab
|
||||||
- htmlcss
|
- htmlcss
|
||||||
|
59
_coops/infact.md
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
---
|
||||||
|
title: InFact
|
||||||
|
name: Infact Digital Co-operative
|
||||||
|
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-cooperative-network
|
||||||
|
-founders-and-coders
|
||||||
|
-your-sanctuary
|
||||||
|
-ava-against-violence-and-abuse
|
||||||
|
-centre-for-acceleration-of-social-technology
|
||||||
|
-law-centres-network
|
||||||
|
-lancashire-women's-centers
|
||||||
|
-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.
|
@ -6,7 +6,7 @@ website: http://mc3.coop
|
|||||||
email: contact@mc3.coop
|
email: contact@mc3.coop
|
||||||
twitter:
|
twitter:
|
||||||
github:
|
github:
|
||||||
telephone: "+44 1484 846231"
|
telephone: '+44 1484 846231'
|
||||||
address: 24 Bridge Street, Slaithwaite, Huddersfield, HD7 5JN
|
address: 24 Bridge Street, Slaithwaite, Huddersfield, HD7 5JN
|
||||||
latitude: 53.6466645
|
latitude: 53.6466645
|
||||||
longitude: -1.7822482
|
longitude: -1.7822482
|
||||||
|
@ -6,7 +6,7 @@ website: http://mediaco-op.net/
|
|||||||
email: hello@mediaco-op.net
|
email: hello@mediaco-op.net
|
||||||
twitter: themediacoop.html
|
twitter: themediacoop.html
|
||||||
github: mediaco_op.html
|
github: mediaco_op.html
|
||||||
telephone: 0141 551 9813
|
telephone: '0141 551 9813'
|
||||||
address: 406 White Studios,62 Templeton Street,Glasgow,United Kingdom,G40 1DA
|
address: 406 White Studios,62 Templeton Street,Glasgow,United Kingdom,G40 1DA
|
||||||
latitude: 55.850882122227354
|
latitude: 55.850882122227354
|
||||||
longitude: -4.232032299041748
|
longitude: -4.232032299041748
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
- user-research
|
- user-research
|
||||||
- web-design
|
- web-design
|
||||||
technologies:
|
technologies:
|
||||||
- angular-1-x
|
- angular
|
||||||
- django-2
|
- django-2
|
||||||
- htmlcss
|
- htmlcss
|
||||||
- invision
|
- invision
|
||||||
|
@ -6,7 +6,7 @@ website: https://mediablazehosts.coop
|
|||||||
email: cs@mediablazehosts.coop
|
email: cs@mediablazehosts.coop
|
||||||
twitter: MediaBlazeHosts
|
twitter: MediaBlazeHosts
|
||||||
github: mediablazehosts
|
github: mediablazehosts
|
||||||
telephone: 0333 335 0166
|
telephone: '0333 335 0166'
|
||||||
address: MediaBlaze Hosts, 31 Station Road,Charing,Ashford,Kent,TN27 0JA
|
address: MediaBlaze Hosts, 31 Station Road,Charing,Ashford,Kent,TN27 0JA
|
||||||
latitude: 51.20871820000001
|
latitude: 51.20871820000001
|
||||||
longitude: 0.7920888999999534
|
longitude: 0.7920888999999534
|
||||||
|
@ -6,7 +6,7 @@ website: http://www.opendataservices.coop
|
|||||||
email: contact@opendataservices.coop
|
email: contact@opendataservices.coop
|
||||||
twitter: opendatacoop
|
twitter: opendatacoop
|
||||||
github:
|
github:
|
||||||
telephone: "+ 44 (0)161 298 1213"
|
telephone: '+44 (0)161 298 1213'
|
||||||
address: Remote working team, across the UK,United Kingdom
|
address: Remote working team, across the UK,United Kingdom
|
||||||
latitude: 52.47695163340273
|
latitude: 52.47695163340273
|
||||||
longitude: -1.8878889083862305
|
longitude: -1.8878889083862305
|
||||||
@ -31,7 +31,7 @@ services:
|
|||||||
- strategy
|
- strategy
|
||||||
technologies:
|
technologies:
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
- debian
|
- debian
|
||||||
- django-2
|
- django-2
|
||||||
- htmlcss
|
- htmlcss
|
||||||
|
@ -6,7 +6,7 @@ website: http://open-ecommerce.org/
|
|||||||
email: info@open-ecommerce.org
|
email: info@open-ecommerce.org
|
||||||
twitter: timeline
|
twitter: timeline
|
||||||
github: open-ecommerce
|
github: open-ecommerce
|
||||||
telephone: "+44 020 3731 9073"
|
telephone: '+44 020 3731 9073'
|
||||||
address: Unit 23A Iliffe Yard,London,UK,SE17 3QD
|
address: Unit 23A Iliffe Yard,London,UK,SE17 3QD
|
||||||
latitude: 51.48941875721223
|
latitude: 51.48941875721223
|
||||||
longitude: -0.10058949123231287
|
longitude: -0.10058949123231287
|
||||||
|
@ -6,7 +6,7 @@ website: http://www.outlandish.com
|
|||||||
email: hello@outlandish.com
|
email: hello@outlandish.com
|
||||||
twitter: outlandish
|
twitter: outlandish
|
||||||
github: outlandishideas
|
github: outlandishideas
|
||||||
telephone: "+44 (0) 207 561 9968"
|
telephone: '+44 (0) 207 561 9968'
|
||||||
address: 3rd Floor,149 Fonthill Road,Finsbury Park,London,United Kingdom,N4 3HF
|
address: 3rd Floor,149 Fonthill Road,Finsbury Park,London,United Kingdom,N4 3HF
|
||||||
latitude: 51.56372160000001
|
latitude: 51.56372160000001
|
||||||
longitude: -0.1077572000000373
|
longitude: -0.1077572000000373
|
||||||
@ -55,7 +55,7 @@ services:
|
|||||||
- user-research
|
- user-research
|
||||||
- web-design
|
- web-design
|
||||||
technologies:
|
technologies:
|
||||||
- angular-1-x
|
- angular
|
||||||
- d3
|
- d3
|
||||||
- express-js
|
- express-js
|
||||||
- google-maps
|
- google-maps
|
||||||
|
@ -6,7 +6,7 @@ website: https://secure.coop
|
|||||||
email: info@secure.coop
|
email: info@secure.coop
|
||||||
twitter: SecActive
|
twitter: SecActive
|
||||||
github:
|
github:
|
||||||
telephone: Signal +44 (0)7719740566
|
telephone: 'Signal +44 (0)7719740566'
|
||||||
address: 62 Beechwood Road,Dalston,Hackney,London,United Kingdom,E8 3DY
|
address: 62 Beechwood Road,Dalston,Hackney,London,United Kingdom,E8 3DY
|
||||||
latitude: 51.5452938
|
latitude: 51.5452938
|
||||||
longitude: -0.07338379999998779
|
longitude: -0.07338379999998779
|
||||||
@ -24,7 +24,7 @@ services:
|
|||||||
- strategy
|
- strategy
|
||||||
- user-research
|
- user-research
|
||||||
technologies:
|
technologies:
|
||||||
- gnu-bash
|
- bash
|
||||||
- centos
|
- centos
|
||||||
- debian
|
- debian
|
||||||
- discourse
|
- discourse
|
||||||
|
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.
|
@ -6,7 +6,7 @@ website: http://weare.thesmallaxe.com/
|
|||||||
email: hello@thesmallaxe.com
|
email: hello@thesmallaxe.com
|
||||||
twitter: wearethesmallaxe
|
twitter: wearethesmallaxe
|
||||||
github: thesmallaxecom
|
github: thesmallaxecom
|
||||||
telephone: 020 3540 7467
|
telephone: '020 3540 7467'
|
||||||
address: 7-15 Greatorex St,London,United Kingdom,E1 5NF
|
address: 7-15 Greatorex St,London,United Kingdom,E1 5NF
|
||||||
latitude: 51.5178935
|
latitude: 51.5178935
|
||||||
longitude: -0.06747700000005352
|
longitude: -0.06747700000005352
|
||||||
|
@ -6,7 +6,7 @@ website: https://uniteddiversity.coop/
|
|||||||
email: josef@uniteddiversity.coop
|
email: josef@uniteddiversity.coop
|
||||||
twitter: uniteddiversity
|
twitter: uniteddiversity
|
||||||
github: uniteddiversity
|
github: uniteddiversity
|
||||||
telephone: 07974 88 88 95
|
telephone: '07974 88 88 95'
|
||||||
address: 4 Melville Square, East Street, Bridport, DT6 3LS
|
address: 4 Melville Square, East Street, Bridport, DT6 3LS
|
||||||
latitude: 50.7332462
|
latitude: 50.7332462
|
||||||
longitude: -2.7572083
|
longitude: -2.7572083
|
||||||
@ -17,7 +17,24 @@ clients:
|
|||||||
- ctrl-shift
|
- ctrl-shift
|
||||||
- better-media
|
- better-media
|
||||||
- co-operatives-london
|
- co-operatives-london
|
||||||
|
- gcda
|
||||||
- wiki-factory
|
- wiki-factory
|
||||||
|
- solarcentury
|
||||||
|
- opencoop
|
||||||
|
- offgrid-festival
|
||||||
|
- mhsgroup
|
||||||
|
- opendemocracy
|
||||||
|
- ideo
|
||||||
|
- stethelburgas
|
||||||
|
- 1010uk
|
||||||
|
- ovesco
|
||||||
|
- londonpermaculture
|
||||||
|
- bioregional
|
||||||
|
- commonfutures
|
||||||
|
- kaizen
|
||||||
|
- sse
|
||||||
|
- en10ergy
|
||||||
|
- neweconomics
|
||||||
services:
|
services:
|
||||||
- branding-and-identity
|
- branding-and-identity
|
||||||
- community-building
|
- community-building
|
||||||
|
@ -6,7 +6,7 @@ website: http://weareopen.coop/
|
|||||||
email: hello@weareopen.coop
|
email: hello@weareopen.coop
|
||||||
twitter: weareopen
|
twitter: weareopen
|
||||||
github: hello%40weareopen.html
|
github: hello%40weareopen.html
|
||||||
telephone: N/A
|
telephone: 'N/A'
|
||||||
address: the Internet
|
address: the Internet
|
||||||
latitude: 19.37218875
|
latitude: 19.37218875
|
||||||
longitude: -72.3346544510523
|
longitude: -72.3346544510523
|
||||||
|
@ -6,7 +6,7 @@ website: https://www.webarchitects.coop/
|
|||||||
email: info@webarch.net
|
email: info@webarch.net
|
||||||
twitter: webarchcoop
|
twitter: webarchcoop
|
||||||
github: https://github.com/webarch-coop
|
github: https://github.com/webarch-coop
|
||||||
telephone: "+44 114 276 9709"
|
telephone: '+44 114 276 9709'
|
||||||
address: Webarch Co-operative Limited,Harland Works,68a John Street,Sheffield,United Kingdom,S2 4QU
|
address: Webarch Co-operative Limited,Harland Works,68a John Street,Sheffield,United Kingdom,S2 4QU
|
||||||
latitude: 53.3704644
|
latitude: 53.3704644
|
||||||
longitude: -1.4748352999999952
|
longitude: -1.4748352999999952
|
||||||
@ -42,6 +42,7 @@ clients:
|
|||||||
- european-services-strategy-unit
|
- european-services-strategy-unit
|
||||||
- forest-recycling-project
|
- forest-recycling-project
|
||||||
- frack-off
|
- frack-off
|
||||||
|
- gcda
|
||||||
- green-black-cross
|
- green-black-cross
|
||||||
- green-bike-project
|
- green-bike-project
|
||||||
- green-homes-sheffield
|
- green-homes-sheffield
|
||||||
@ -95,7 +96,7 @@ services:
|
|||||||
technologies:
|
technologies:
|
||||||
- ansible
|
- ansible
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
- centos
|
- centos
|
||||||
- debian
|
- debian
|
||||||
- discourse
|
- discourse
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-US">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-US">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-GB" prefix="og: http://ogp.me/ns#">
|
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-US">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<div id="page-banner">
|
<div id="page-banner">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="small-12 small-centered columns">
|
<div class="small-12 small-centered columns">
|
||||||
<img src="/images/services/{{ page.slug }}" alt="">
|
<img src="/images/services/{{ page.slug }}" alt="{{ page.name }}">
|
||||||
<h1>Coops that offer <span>{{ page.name }}</span></h1>
|
<h1>Coops that offer <span>{{ page.name }}</span></h1>
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
@ -42,8 +42,8 @@
|
|||||||
{% for coop in site.coops %}
|
{% for coop in site.coops %}
|
||||||
{% if coop.services contains page.slug %}
|
{% if coop.services contains page.slug %}
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<a href="{{ coop.url | relative_url }}" class="coop-thumb">
|
<a href="{{ coop.url | relative_url }}" class="coop-thumb" id="#{{ coop.slug }}">
|
||||||
<img src="/images/coops/{{ coop.slug }}" alt="">
|
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en-US">
|
<html lang="en">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
@ -42,7 +42,7 @@
|
|||||||
{% for coop in site.coops %}
|
{% for coop in site.coops %}
|
||||||
{% if coop.technologies contains page.slug %}
|
{% if coop.technologies contains page.slug %}
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<a href="{{ coop.url | relative_url }}" class="coop-thumb">
|
<a href="{{ coop.url | relative_url }}" class="coop-thumb" id="#{{ coop.slug }}">
|
||||||
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
|
<img src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
4
_services/analytics.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Analytics
|
||||||
|
name: Analytics
|
||||||
|
---
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
title: Angular 1.x
|
|
||||||
name: Angular 1.x
|
|
||||||
---
|
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Bash
|
title: Bash
|
||||||
name: Bash
|
name: bash
|
||||||
|
website: https://www.gnu.org/software/bash/
|
||||||
|
description: Bash is the GNU Project's shell. Bash is the Bourne Again SHell.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
title: Bash
|
|
||||||
name: Bash
|
|
||||||
---
|
|
@ -6658,6 +6658,7 @@ a:focus {
|
|||||||
height: 123px;
|
height: 123px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: solid 1px #e6e5e1;
|
border: solid 1px #e6e5e1;
|
||||||
|
padding: 8px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
@ -6682,6 +6683,14 @@ a:focus {
|
|||||||
.coop-thumb img {
|
.coop-thumb img {
|
||||||
max-height: 100%; }
|
max-height: 100%; }
|
||||||
|
|
||||||
|
/* Vertical align coop logos on technology and services pages */
|
||||||
|
.technology #grid .coop-thumb,
|
||||||
|
.service #grid .coop-thumb {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.has-tip {
|
.has-tip {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
@ -6884,6 +6893,7 @@ h5#join-us {
|
|||||||
height: 120px; }
|
height: 120px; }
|
||||||
|
|
||||||
.coop .client-thumb-container .client-thumb-header {
|
.coop .client-thumb-container .client-thumb-header {
|
||||||
|
text-align: center;
|
||||||
font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
||||||
color: #555a64; }
|
color: #555a64; }
|
||||||
|
|
||||||
@ -6893,6 +6903,11 @@ h5#join-us {
|
|||||||
.coop a {
|
.coop a {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.coop #page-banner div div {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
/* ---------------------------------------- SERVICE/TECHNOLOGY ---------------------------------------- */
|
/* ---------------------------------------- SERVICE/TECHNOLOGY ---------------------------------------- */
|
||||||
.service #page-banner,
|
.service #page-banner,
|
||||||
.technology #page-banner {
|
.technology #page-banner {
|
||||||
|
35
bot.html
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<footer>
|
||||||
|
<div class="footer-upper">
|
||||||
|
<div class="row">
|
||||||
|
<div class="small-12 columns">
|
||||||
|
|
||||||
|
<div class="menu-centered">
|
||||||
|
<ul class="menu">
|
||||||
|
<li><a href="/about">About <span>»</span></a></li>
|
||||||
|
<li><a href="/join">Join <span>»</span></a></li>
|
||||||
|
<li><a href="/manifesto">Manifesto <span>»</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<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> & <a href="https://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 ©2019</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type='text/javascript' src='/assets/js/app.js'></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
images/clients/1010uk.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
images/clients/acorn.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
images/clients/actionaid.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
images/clients/alpha-complex.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
images/clients/barbourlogic.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/clients/basw.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
images/clients/bioregional.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 13 KiB |