forked from autonomic-cooperative/cotech-website
Compare commits
167 Commits
42-delete-
...
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 | |||
bdac0387f9 | |||
9f1a53a1b3 | |||
5ef271cadf | |||
2b8d783267 | |||
dfa28b9365 | |||
00cf887471 | |||
c511bdd029 | |||
c759b48bed | |||
c60bc316b0 | |||
adf75a55d2 | |||
c7588748cf | |||
2471d12887 | |||
3cc0985830 | |||
d985c5a5fc | |||
e5eb5c3bca | |||
c1407ef03b | |||
6c51780cc8 | |||
4c8fac7224 | |||
15a0703bdd | |||
eada87f3dc | |||
adaa27fecd | |||
b415d9dcd5 | |||
7d71b467ac | |||
4b62e5e88c | |||
64a3e089eb | |||
0aa46ea5f0 | |||
0a8dea4717 | |||
ab75dc95fb | |||
0914a852d6 | |||
cb60447433 | |||
acaac75768 | |||
5b555cfac4 | |||
c3f638c54f | |||
00667c23c1 | |||
ab6e60649f | |||
5ae079ff92 | |||
b0cefd265f | |||
19292553da | |||
a6b9011d2a | |||
99c7327755 | |||
a9b01448b5 | |||
7a47fd3030 | |||
b358f5adc7 | |||
cd09cb2ec6 | |||
b133a7094f | |||
6de1586824 | |||
12a7b251d6 | |||
2576ab601f | |||
7c2701b97b | |||
305365d2cf | |||
0a8ee8ea3f | |||
a5a482ef7e | |||
98f6b4068c | |||
15c8ec657f | |||
545211fd0e | |||
be61bf2794 | |||
48fd167a01 | |||
e746d368d9 | |||
c329f8534a | |||
bddb855609 | |||
ad7c252a59 | |||
efeccb222f | |||
cfb5a106af | |||
387701a529 | |||
d731b794a3 | |||
b9f90e86fd | |||
a0e79992c9 | |||
79d4adc310 | |||
cd42677707 | |||
6f2865d878 | |||
3c95fc49a3 | |||
c04cc7ef89 | |||
39b502ec03 | |||
f2963f4f36 | |||
dfec311aca | |||
545f63258f | |||
a2d8d11813 | |||
a5f8595aaa | |||
fd77a75d44 | |||
21aa40fdc9 | |||
965c0c302c | |||
bf696ef474 | |||
82c8a58624 | |||
ddb3df7127 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
_site
|
||||
.idea
|
||||
vendor
|
||||
*.swp
|
||||
|
31
.htaccess
31
.htaccess
@ -1,5 +1,5 @@
|
||||
# Serve .html files without extensions
|
||||
Options +MultiViews
|
||||
# Serve .html files without extensions and allow directory listings
|
||||
Options +MultiViews +Indexes
|
||||
# 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
|
||||
@ -12,3 +12,30 @@ AddOutputFilter DEFLATE html
|
||||
AddOutputFilter DEFLATE svg
|
||||
AddOutputFilter DEFLATE css
|
||||
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
|
||||
|
28
Gemfile.lock
28
Gemfile.lock
@ -1,21 +1,21 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.5.2)
|
||||
addressable (2.6.0)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.1.1)
|
||||
concurrent-ruby (1.1.5)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.9.25)
|
||||
ffi (1.10.0)
|
||||
forwardable-extended (2.6.0)
|
||||
geocoder (1.5.0)
|
||||
geocoder (1.5.1)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (3.7.4)
|
||||
jekyll (3.8.5)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
@ -30,10 +30,10 @@ GEM
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-sass-converter (1.5.2)
|
||||
sass (~> 3.4)
|
||||
jekyll-watch (2.1.2)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (1.17.0)
|
||||
liquid (4.0.0)
|
||||
liquid (4.0.3)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
@ -41,14 +41,14 @@ GEM
|
||||
mercenary (0.3.6)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (2.0.5)
|
||||
public_suffix (3.0.3)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rouge (2.2.1)
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
rouge (3.3.0)
|
||||
ruby_dep (1.5.0)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.7.2)
|
||||
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)
|
||||
@ -62,4 +62,4 @@ DEPENDENCIES
|
||||
jekyll
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.1
|
||||
1.17.3
|
||||
|
32
README.md
32
README.md
@ -2,7 +2,37 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
This is a port of the current Wordpress version of the [CoTech Website][] to a statically-generated site using [Jekyll][].
|
||||
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.
|
||||
|
||||
## Run the site locally
|
||||
|
||||
|
4
_clients/1010uk.md
Normal file
4
_clients/1010uk.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The 10:10 Foundation
|
||||
website: https://1010uk.org/
|
||||
---
|
3
_clients/acorn.md
Normal file
3
_clients/acorn.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: ACORN
|
||||
---
|
3
_clients/actionaid.md
Normal file
3
_clients/actionaid.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Action Aid
|
||||
---
|
3
_clients/alpha-complex.md
Normal file
3
_clients/alpha-complex.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Alpha Complex
|
||||
---
|
3
_clients/apc.md
Normal file
3
_clients/apc.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Association for Progressive Communications
|
||||
---
|
4
_clients/barbourlogic.md
Normal file
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
3
_clients/basw.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The British Association of Social Workers (BASW)
|
||||
---
|
4
_clients/bioregional.md
Normal file
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
|
||||
website: https://www.cairnha.com/
|
||||
---
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: CDS Co-operatives
|
||||
website: https://www.cds.coop/
|
||||
---
|
||||
|
4
_clients/childrens-health-scotland.md
Normal file
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
3
_clients/climate-outreach.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Climate Outreach
|
||||
---
|
4
_clients/commonfutures.md
Normal file
4
_clients/commonfutures.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Common Futures
|
||||
website: https://commonfutures.eu/
|
||||
---
|
3
_clients/csh.md
Normal file
3
_clients/csh.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Centre for Sustainable Healthcare
|
||||
---
|
4
_clients/ecas.md
Normal file
4
_clients/ecas.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: ECAS
|
||||
website: https://www.ecas.scot/
|
||||
---
|
3
_clients/eden-project.md
Normal file
3
_clients/eden-project.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Eden Project
|
||||
---
|
4
_clients/en10ergy.md
Normal file
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
3
_clients/ethical-consumer.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Ethical Consumer
|
||||
---
|
3
_clients/food-standards-agency.md
Normal file
3
_clients/food-standards-agency.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Food Standards Agency
|
||||
---
|
3
_clients/freedom-from-torture.md
Normal file
3
_clients/freedom-from-torture.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Freedom from Torture
|
||||
---
|
3
_clients/friendshouse.md
Normal file
3
_clients/friendshouse.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Friends House
|
||||
---
|
4
_clients/fundraising-regulator.md
Normal file
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
4
_clients/gcda.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Greenwich Co-operative Development Agency
|
||||
website: https://gcda.coop/
|
||||
---
|
3
_clients/generation-rent.md
Normal file
3
_clients/generation-rent.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Generation Rent
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Global Canopy Programme
|
||||
website: https://www.globalcanopy.org/
|
||||
---
|
4
_clients/greener-kirkcaldy.md
Normal file
4
_clients/greener-kirkcaldy.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Greener Kirkcaldy
|
||||
website: https://www.greenerkirkcaldy.org.uk/
|
||||
---
|
3
_clients/greenpeace.md
Normal file
3
_clients/greenpeace.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Greenpeace
|
||||
---
|
3
_clients/health-in-touch.md
Normal file
3
_clients/health-in-touch.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Health In Touch
|
||||
---
|
3
_clients/ica.md
Normal file
3
_clients/ica.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: International Co-operatives Alliance
|
||||
---
|
4
_clients/ideo.md
Normal file
4
_clients/ideo.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: IDEO
|
||||
website: https://www.ideo.com/
|
||||
---
|
3
_clients/ifsw.md
Normal file
3
_clients/ifsw.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: International Federation of Social Workers
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Information Architecture Institute
|
||||
website: https://www.iainstitute.org/
|
||||
---
|
||||
|
3
_clients/isd.md
Normal file
3
_clients/isd.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Institute for Strategic Dialogue
|
||||
---
|
4
_clients/kaizen.md
Normal file
4
_clients/kaizen.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The Kaizen Partnership
|
||||
website: http://wearekaizen.co.uk/
|
||||
---
|
3
_clients/land-explorer.md
Normal file
3
_clients/land-explorer.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Land Explorer
|
||||
---
|
4
_clients/londonpermaculture.md
Normal file
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
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
3
_clients/modern-art-oxford.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Modern Art Oxford
|
||||
---
|
4
_clients/neweconomics.md
Normal file
4
_clients/neweconomics.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: New Economics Foundation
|
||||
website: https://neweconomics.org/
|
||||
---
|
3
_clients/nswp.md
Normal file
3
_clients/nswp.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Global Network of Sex Work Projects
|
||||
---
|
4
_clients/offgrid-festival.md
Normal file
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
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
4
_clients/opendemocracy.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: openDemocracy
|
||||
website: https://www.opendemocracy.net/
|
||||
---
|
4
_clients/ouh.md
Normal file
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
4
_clients/ovesco.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Ovesco
|
||||
website: https://ovesco.co.uk/
|
||||
---
|
3
_clients/packt.md
Normal file
3
_clients/packt.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Packt Publishing
|
||||
---
|
3
_clients/pbi.md
Normal file
3
_clients/pbi.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Peace Brigades International
|
||||
---
|
3
_clients/privacy-international.md
Normal file
3
_clients/privacy-international.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Privacy International
|
||||
---
|
3
_clients/public-law-project.md
Normal file
3
_clients/public-law-project.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Public Law Project
|
||||
---
|
4
_clients/queens-nursing-institute.md
Normal file
4
_clients/queens-nursing-institute.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Queen's Nursing Institute Scotland
|
||||
website: https://www.qnis.org.uk/
|
||||
---
|
4
_clients/resilient-scotland.md
Normal file
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
|
||||
website: https://www.sands.org.uk/
|
||||
---
|
||||
|
4
_clients/sarcoma.md
Normal file
4
_clients/sarcoma.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Sarcoma UK
|
||||
website: https://sarcoma.org.uk
|
||||
---
|
4
_clients/solarcentury.md
Normal file
4
_clients/solarcentury.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Solarcentury
|
||||
website: https://www.solarcentury.com/
|
||||
---
|
4
_clients/sse.md
Normal file
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
4
_clients/stethelburgas.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: St Ethelburga's
|
||||
website: https://stethelburgas.org/
|
||||
---
|
3
_clients/the-politics-network.md
Normal file
3
_clients/the-politics-network.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Political Education Network
|
||||
---
|
3
_clients/unesco.md
Normal file
3
_clients/unesco.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: United Nations Educational, Scientific and Cultural Organization
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: UNICEF
|
||||
website: https://www.unicef.org/
|
||||
---
|
||||
|
3
_clients/weco.md
Normal file
3
_clients/weco.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: We Collective
|
||||
---
|
4
_clients/woda.md
Normal file
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/
|
||||
---
|
3
_clients/woodcraftfolk.md
Normal file
3
_clients/woodcraftfolk.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Woodcraft Folk
|
||||
---
|
@ -1,6 +1,9 @@
|
||||
---
|
||||
title: Cotech Website
|
||||
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.
|
||||
timezone: UTC
|
||||
url: https://www.coops.tech
|
||||
exclude:
|
||||
- scripts
|
||||
- vendor
|
||||
|
@ -1,47 +1,58 @@
|
||||
---
|
||||
title: Agile Collective
|
||||
name: Agile Collective
|
||||
members: 9
|
||||
website: http://agile.coop/
|
||||
email: info@agile.coop
|
||||
members: 12
|
||||
website: https://agile.coop/
|
||||
email: hello@agile.coop
|
||||
twitter: AgileCollective
|
||||
github: agilecollective
|
||||
telephone: '01865 403 120'
|
||||
address: Room 301,The Old Music Hall,106-108 Cowley Road,Oxford,United Kingdom,OX4
|
||||
1JE
|
||||
telephone: '+44 (0) 1865 403 120'
|
||||
address: The Old Music Hall,106-108 Cowley Road,Oxford,OX4 1JE,United Kingdom
|
||||
latitude: 51.7483161
|
||||
longitude: -1.2390645000000404
|
||||
clients:
|
||||
- actionaid
|
||||
- basw
|
||||
- bond
|
||||
- global-canopy-programme
|
||||
- climate-outreach
|
||||
- co-operatives-uk
|
||||
- eden-project
|
||||
- ethical-consumer
|
||||
- food-standards-agency
|
||||
- freedom-from-torture
|
||||
- fundraising-regulator
|
||||
- global-canopy
|
||||
- information-architecture-institute
|
||||
- international-land-coalition
|
||||
- international-planned-parenthood-federation
|
||||
- modern-art-oxford
|
||||
- oxfam-international
|
||||
- oxford-city-council
|
||||
- oxfordshire-county-council
|
||||
- sands
|
||||
- the-eden-project
|
||||
- sarcoma
|
||||
- unicef
|
||||
- university-of-oxford
|
||||
services:
|
||||
- analytics
|
||||
- branding-and-identity
|
||||
- consultancy
|
||||
- data-visualisation
|
||||
- development
|
||||
- devops
|
||||
- graphic-design
|
||||
- ideation
|
||||
- logo-design
|
||||
- seo-optimisation
|
||||
- strategy
|
||||
- sysadmin
|
||||
- user-research
|
||||
- web-design
|
||||
technologies:
|
||||
- apache
|
||||
- gnu-bash
|
||||
- centos
|
||||
- bash
|
||||
- debian
|
||||
- discourse
|
||||
- d3
|
||||
- drupal
|
||||
- docker
|
||||
- gitlab
|
||||
- htmlcss
|
||||
- icinga
|
||||
@ -51,12 +62,14 @@ technologies:
|
||||
- munin
|
||||
- mysql
|
||||
- php
|
||||
- rocket-chat
|
||||
- symfony
|
||||
- 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
|
||||
name: Animorph
|
||||
members: 4
|
||||
members: 5
|
||||
website: https://animorph.coop
|
||||
email: we@animorph.coop
|
||||
twitter: animorphcoop
|
||||
github:
|
||||
telephone:
|
||||
address: Space4, 149 Fonthill Road,London,N4 3HF
|
||||
address: Space4,149 Fonthill Road,London,N4 3HF
|
||||
latitude: 51.5635499
|
||||
longitude: -0.10782689999996364
|
||||
clients:
|
||||
- halo-post-production
|
||||
- southbank-centre
|
||||
- open-university
|
||||
- packt
|
||||
- isd
|
||||
services:
|
||||
- animation
|
||||
- artwork
|
||||
- augmented-reality
|
||||
- big-data
|
||||
- branding-and-identity
|
||||
- development
|
||||
- exhibition-and-display
|
||||
- graphic-design
|
||||
- ideation
|
||||
- machine-learning
|
||||
- mixed-reality
|
||||
- motion-graphics
|
||||
- virtual-reality
|
||||
@ -29,16 +34,19 @@ technologies:
|
||||
- c
|
||||
- htmlcss
|
||||
- javascript
|
||||
- node-js
|
||||
- python
|
||||
- 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.
|
@ -28,7 +28,7 @@ services:
|
||||
- web-design
|
||||
technologies:
|
||||
- ansible
|
||||
- gnu-bash
|
||||
- bash
|
||||
- civicrm
|
||||
- d3
|
||||
- debian
|
||||
|
@ -6,9 +6,8 @@ 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
|
||||
telephone: "0161 283 2675"
|
||||
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:
|
||||
|
@ -6,9 +6,8 @@ website: http://chapelstreetstudio.coop/
|
||||
email: info@chapelstreetstudio.coop
|
||||
twitter: chapelststudio
|
||||
github:
|
||||
telephone: 07743 426 846 (Martyn Johnston | Secretary)
|
||||
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West
|
||||
Yorkshire,BD1 3QQ
|
||||
telephone: '07743 426 846 (Martyn Johnston | Secretary)'
|
||||
address: Chapel Street Studio,Assembly Bradford, Market Pavilion, Rawson Place,Bradford,West Yorkshire,BD1 3QQ
|
||||
latitude: 53.795903
|
||||
longitude: -1.7554270000000542
|
||||
clients:
|
||||
|
@ -6,7 +6,7 @@ website: http://web.coop
|
||||
email: ask@web.coop
|
||||
twitter: cooperativeweb
|
||||
github: CooperativeWeb
|
||||
telephone: 0121 2225355
|
||||
telephone: '0121 2225355'
|
||||
address: 2 Devon Way,Longbridge,Birmingham,UK,B31 2TS
|
||||
latitude: 52.39791473393062
|
||||
longitude: -1.985548227508616
|
||||
@ -46,16 +46,17 @@ services:
|
||||
- hosting
|
||||
- ideation
|
||||
- mentoring
|
||||
- virtual-servers
|
||||
technologies:
|
||||
- net
|
||||
- angular-1-x
|
||||
- angular
|
||||
- centos
|
||||
- express-js
|
||||
- gitlab
|
||||
- google-maps
|
||||
- htmlcss
|
||||
- java
|
||||
- javascript
|
||||
- laravel
|
||||
- mysql
|
||||
- nginx
|
||||
- node-js
|
||||
|
48
_coops/code-operative.md
Normal file
48
_coops/code-operative.md
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
title: Code-Operative
|
||||
name: Code-Operative
|
||||
members: 8
|
||||
website: https://code-operative.co.uk
|
||||
email: contact@code-operative.co.uk
|
||||
twitter: code_operative
|
||||
github: Code-Operative
|
||||
address: Baltic Business Quarters, Abbott”s Hill, Gateshead, United Kingdom, NE8 3DF
|
||||
latitude: 54.966587
|
||||
longitude: -1.595418
|
||||
clients:
|
||||
- acorn
|
||||
- weco
|
||||
- generation-rent
|
||||
- alpha-complex
|
||||
- land-explorer
|
||||
- health-in-touch
|
||||
- the-politics-network
|
||||
services:
|
||||
- development
|
||||
- consultancy
|
||||
- database-solutions
|
||||
- machine-learning
|
||||
- web-design
|
||||
technologies:
|
||||
- angular
|
||||
- ionic
|
||||
- reactjs
|
||||
- node-js
|
||||
- javascript
|
||||
- htmlcss
|
||||
- django-2
|
||||
- python
|
||||
- laravel
|
||||
- php
|
||||
- c
|
||||
- net
|
||||
- java
|
||||
- google-maps
|
||||
- postgresql
|
||||
- sql-server
|
||||
- ubuntu
|
||||
---
|
||||
|
||||
Code-Operative is a community of tech freelancers based in the North-East of England, with members and affiliates based further afield as well. Code-Op's processes are designed to bridge the gap between freelancers and the clients who need them, operating a not-for-profit model which puts quality and the needs of client and freelancer first.
|
||||
|
||||
We can offer the traditional role-based services of an agency but we can also manage existing projects and build new systems from scratch.
|
@ -6,7 +6,7 @@ website: https://creative.coop
|
||||
email: hello@creative.coop
|
||||
twitter:
|
||||
github:
|
||||
telephone: 01206 574147
|
||||
telephone: '01206 574147'
|
||||
address: 2 Balkerne House, Balkerne Passage,Colchester,United Kingdom,CO1 1PA
|
||||
latitude: 51.89010188809361
|
||||
longitude: 0.8957915683888586
|
||||
|
34
_coops/dcdc.md
Normal file
34
_coops/dcdc.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
title: DCDC.io
|
||||
name: DCDC.io
|
||||
members: 5
|
||||
website: https://dcdc.io/
|
||||
email: team@dcdc.io
|
||||
twitter: dcdc.io
|
||||
github:
|
||||
telephone:
|
||||
address:
|
||||
latitude: 53.8008
|
||||
longitude: -1.5491
|
||||
clients:
|
||||
services:
|
||||
- development
|
||||
- consultancy
|
||||
- community-building
|
||||
- data-standards
|
||||
- it-security
|
||||
technologies:
|
||||
- bash
|
||||
- docker
|
||||
- gitlab
|
||||
- htmlcss
|
||||
- java
|
||||
- javascript
|
||||
- json-schema
|
||||
- python
|
||||
- ruby
|
||||
- ruby-on-rails
|
||||
- ubuntu
|
||||
---
|
||||
|
||||
DCDC is a cooperative body built with technology at its heart (a platform coop). We dare to dream of a future where software is created collaboratively and distributed frictionlessly, a future where tech companies operate fairly and transparently, and a future where technology empowers individuals, by protecting the privacy and self-sovereignity of their data.
|
@ -6,8 +6,8 @@ website: https://www.dev.ngo/
|
||||
email: studio@dev.ngo
|
||||
twitter: devsociety_
|
||||
github: developersociety
|
||||
telephone: "+44 333 344 7800"
|
||||
address: 191 Fazeley Street,Digbeth,Birmingham, ,B5 5SE
|
||||
telephone: '+44 333 344 7800'
|
||||
address: 191 Fazeley Street,Digbeth,Birmingham,B5 5SE
|
||||
latitude: 52.47784126596389
|
||||
longitude: -1.881633996963501
|
||||
clients:
|
||||
|
@ -6,7 +6,7 @@ website: https://dtc-innovation.org/
|
||||
email: contact@dtc-innovation.org
|
||||
twitter: dtc-innovation
|
||||
github:
|
||||
telephone: 447455921569
|
||||
telephone: '+44 7455 921569'
|
||||
address: London,United Kingdom
|
||||
latitude: 51.5073219
|
||||
longitude: -0.1276474
|
||||
|
42
_coops/form-and-function.md
Normal file
42
_coops/form-and-function.md
Normal file
@ -0,0 +1,42 @@
|
||||
---
|
||||
title: Form & Function Digital Co-operative
|
||||
name: Form & Function Digital Co-operative
|
||||
members: 3
|
||||
website: https://www.formandfunction.coop/
|
||||
email: hello@formandfunction.coop
|
||||
twitter: faf_digital
|
||||
github:
|
||||
telephone: '01315108735'
|
||||
address: Davidson House, 57 Queen Charlotte Street, Edinburgh EH6 7EY
|
||||
latitude: 55.973417
|
||||
longitude: -3.1664222
|
||||
clients:
|
||||
- cairn-housing-association
|
||||
- cds-co-operatives
|
||||
- childrens-health-scotland
|
||||
- ecas
|
||||
- greener-kirkcaldy
|
||||
- ifsw
|
||||
- queens-nursing-institute
|
||||
- resilient-scotland
|
||||
services:
|
||||
- consultancy
|
||||
- development
|
||||
- domain-names
|
||||
- hosting
|
||||
- seo-optimisation
|
||||
- web-design
|
||||
technologies:
|
||||
- gitlab
|
||||
- google-maps
|
||||
- htmlcss
|
||||
- javascript
|
||||
- matomo
|
||||
- mysql
|
||||
- php
|
||||
- wordpress
|
||||
---
|
||||
|
||||
Based in Edinburgh, the small team of developers at Form & Function Digital Co-operative provides a comprehensive range of services including digital consultancy, website design & development using WordPress. We also provide hosting, maintenance and support services for the sites we build.
|
||||
|
||||
We have cultivated a strong reputation within the industry, as a reliable and dependable digital transformation partner. Through our work with charities, social enterprises, housing associations, community and campaigning organisations, co-operatives and other ethical businesses, we aim to deliver engaging and inclusive online experiences across the third-sector.
|
@ -6,7 +6,7 @@ website: http://www.foundersandcoders.com/
|
||||
email: hello@foundersandcoders.com
|
||||
twitter: founderscoders
|
||||
github: foundersandcoders
|
||||
telephone: 020 3583 2442
|
||||
telephone: '020 3583 2442'
|
||||
address: 14 Palmers Road,London,E2 0SY
|
||||
latitude: 51.5295318
|
||||
longitude: -0.04229490000000169
|
||||
|
@ -6,7 +6,7 @@ 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
|
||||
@ -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;
|
||||
|
||||
Identify strategic and tactical opportunities
|
||||
Discover and implement new services and products
|
||||
Foster innovation
|
||||
Make plans and concepts real
|
||||
Check your own thinking
|
||||
* Identify strategic and tactical opportunities
|
||||
* Discover and implement new services and products
|
||||
* Foster innovation
|
||||
* Make plans and concepts real
|
||||
* Check your own thinking
|
||||
|
||||
Our skills and experience include;
|
||||
|
||||
Developing brand vision and value
|
||||
Incubating brands and products
|
||||
Designing brand experiences
|
||||
Originating campaign themes and creative propositions
|
||||
Crafting stories, scripts and copy
|
||||
Providing insights into brand culture and audiences
|
||||
Communications and content distribution strategy
|
||||
Managing media and reputations
|
||||
Market and channel planning and activation
|
||||
Design for print, web and mobile
|
||||
Concepts and production for video and audio
|
||||
Creative mentoring and facilitation
|
||||
Communications coaching
|
||||
* Developing brand vision and value
|
||||
* Incubating brands and products
|
||||
* Designing brand experiences
|
||||
* Originating campaign themes and creative propositions
|
||||
* Crafting stories, scripts and copy
|
||||
* Providing insights into brand culture and audiences
|
||||
* Communications and content distribution strategy
|
||||
* Managing media and reputations
|
||||
* Market and channel planning and activation
|
||||
* Design for print, web and mobile
|
||||
* Concepts and production for video and audio
|
||||
* Creative mentoring and facilitation
|
||||
* Communications coaching
|
||||
|
||||
Our members have worked with a wide range of clients, from startups to global organisations, including;
|
||||
|
||||
|
@ -6,7 +6,7 @@ website: https://gofreerange.com/
|
||||
email: lets@gofreerange.com
|
||||
twitter: freerange
|
||||
github: freerange
|
||||
telephone: N/A
|
||||
telephone: '+44 (0)20 3823 6286'
|
||||
address: The Foundry, 156 Blackfriars Road, London, SE1 8EN.
|
||||
latitude: 51.501086
|
||||
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.
|
63
_coops/greennet.md
Normal file
63
_coops/greennet.md
Normal file
@ -0,0 +1,63 @@
|
||||
---
|
||||
title: GreenNet
|
||||
name: GreenNet
|
||||
members: 8
|
||||
website: http://greennet.org.uk
|
||||
email: info@gn.apc.org
|
||||
twitter: GreenNetISP
|
||||
telephone: '0330 559 4011'
|
||||
address: The Green House, 244-254 Cambridge Heath Road, London E2 9DA
|
||||
latitude: 51.532930285126
|
||||
longitude: -0.056744813919067
|
||||
|
||||
clients:
|
||||
- apc
|
||||
- ica
|
||||
- woodcraftfolk
|
||||
- privacy-international
|
||||
- unesco
|
||||
- friendshouse
|
||||
- pbi
|
||||
- nswp
|
||||
- public-law-project
|
||||
|
||||
services:
|
||||
- development
|
||||
- sysadmin
|
||||
- user-research
|
||||
- web-design
|
||||
- virtual-servers
|
||||
- mailing
|
||||
- hosting
|
||||
- it-security
|
||||
- domain-names
|
||||
- email
|
||||
- community-building
|
||||
- broadband
|
||||
|
||||
technologies:
|
||||
- apache
|
||||
- bash
|
||||
- drupal
|
||||
- gitlab
|
||||
- htmlcss
|
||||
- javascript
|
||||
- matomo
|
||||
- php
|
||||
- symfony
|
||||
- ubuntu
|
||||
- ansible
|
||||
- civicrm
|
||||
- debian
|
||||
- docker
|
||||
- lets-encrypt
|
||||
- mailman
|
||||
- mediawiki
|
||||
- munin
|
||||
- mysql
|
||||
- nextcloud
|
||||
- wordpress
|
||||
- xen-hypervisor
|
||||
---
|
||||
|
||||
GreenNet is a not-for-profit non-hierarchical collective established 1985, providing internet services, broadband, web design, email and hosting to supporters of peace, the environment and human rights. We are members of ISPA UK and the APC.
|
59
_coops/infact.md
Normal file
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,8 +6,8 @@ website: http://mc3.coop
|
||||
email: contact@mc3.coop
|
||||
twitter:
|
||||
github:
|
||||
telephone: "+44 1484 846231"
|
||||
address: Huddersfield
|
||||
telephone: '+44 1484 846231'
|
||||
address: 24 Bridge Street, Slaithwaite, Huddersfield, HD7 5JN
|
||||
latitude: 53.6466645
|
||||
longitude: -1.7822482
|
||||
clients:
|
||||
|
@ -6,7 +6,7 @@ website: http://mediaco-op.net/
|
||||
email: hello@mediaco-op.net
|
||||
twitter: themediacoop.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
|
||||
latitude: 55.850882122227354
|
||||
longitude: -4.232032299041748
|
||||
@ -30,7 +30,7 @@ services:
|
||||
- user-research
|
||||
- web-design
|
||||
technologies:
|
||||
- angular-1-x
|
||||
- angular
|
||||
- django-2
|
||||
- htmlcss
|
||||
- invision
|
||||
|
@ -2,12 +2,12 @@
|
||||
title: MediaBlaze Hosts
|
||||
name: MediaBlaze Hosts
|
||||
members:
|
||||
website: http://mediablazehosts.coop
|
||||
email: letschat@mediablazehosts.coop
|
||||
website: https://mediablazehosts.coop
|
||||
email: cs@mediablazehosts.coop
|
||||
twitter: MediaBlazeHosts
|
||||
github: mediablazehosts
|
||||
telephone: 0333 335 0166
|
||||
address: 31 Station Road,Charing,Ashford,Kent,TN27 0JA
|
||||
telephone: '0333 335 0166'
|
||||
address: MediaBlaze Hosts, 31 Station Road,Charing,Ashford,Kent,TN27 0JA
|
||||
latitude: 51.20871820000001
|
||||
longitude: 0.7920888999999534
|
||||
clients:
|
||||
@ -45,4 +45,4 @@ From standard Web Hosting to SSL Certificates and more, including business consu
|
||||
|
||||
Security is core for us, that’s why we’re always looking for new ways to increase your safety online and provide you with some of the best and trusted services out there at an affordable cost.
|
||||
|
||||
Visit: http://mediablazehosts.coop for more information about us and our services, or email: letschat@mediablazehosts.coop
|
||||
Visit: https://mediablazehosts.coop for more information about us and our services, or email: cs@mediablazehosts.coop
|
||||
|
@ -6,7 +6,7 @@ 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
|
||||
@ -31,7 +31,7 @@ services:
|
||||
- strategy
|
||||
technologies:
|
||||
- apache
|
||||
- gnu-bash
|
||||
- bash
|
||||
- debian
|
||||
- django-2
|
||||
- htmlcss
|
||||
|
@ -6,8 +6,8 @@ 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:
|
||||
|
@ -6,7 +6,7 @@ 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
|
||||
@ -55,7 +55,7 @@ services:
|
||||
- user-research
|
||||
- web-design
|
||||
technologies:
|
||||
- angular-1-x
|
||||
- angular
|
||||
- d3
|
||||
- express-js
|
||||
- google-maps
|
||||
@ -70,6 +70,7 @@ 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.
|
||||
|
@ -6,7 +6,7 @@ website: https://secure.coop
|
||||
email: info@secure.coop
|
||||
twitter: SecActive
|
||||
github:
|
||||
telephone: Signal +44 (0)7719740566
|
||||
telephone: 'Signal +44 (0)7719740566'
|
||||
address: 62 Beechwood Road,Dalston,Hackney,London,United Kingdom,E8 3DY
|
||||
latitude: 51.5452938
|
||||
longitude: -0.07338379999998779
|
||||
@ -24,7 +24,7 @@ services:
|
||||
- strategy
|
||||
- user-research
|
||||
technologies:
|
||||
- gnu-bash
|
||||
- bash
|
||||
- centos
|
||||
- debian
|
||||
- discourse
|
||||
|
17
_coops/sluth.md
Normal file
17
_coops/sluth.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Sleuth Cooperative
|
||||
name: Sleuth Cooperative
|
||||
members: 1
|
||||
website: https://www.sleuth.coop/
|
||||
email: hello@sleuth.coop
|
||||
twitter: simpson_hilary
|
||||
linkedin: https://www.linkedin.com/in/hilary-simpson-02395418/
|
||||
address: Sleuth Cooperative,Nye Bevan House,London,SW6 7TB,United Kingdom
|
||||
latitude: 51.48202
|
||||
longitude: -0.20514
|
||||
clients:
|
||||
- woda
|
||||
- barbourlogic
|
||||
---
|
||||
|
||||
We are a research and technology Cooperative of 50% women — able to adapt to your brief using our diverse networks, delivering maximum value as efficiently as possible.
|
@ -6,7 +6,7 @@ website: http://weare.thesmallaxe.com/
|
||||
email: hello@thesmallaxe.com
|
||||
twitter: wearethesmallaxe
|
||||
github: thesmallaxecom
|
||||
telephone: 020 3540 7467
|
||||
telephone: '020 3540 7467'
|
||||
address: 7-15 Greatorex St,London,United Kingdom,E1 5NF
|
||||
latitude: 51.5178935
|
||||
longitude: -0.06747700000005352
|
||||
|
@ -7,7 +7,7 @@ email: annie@thedotproject.co
|
||||
twitter: dotprojectco
|
||||
github: techforgoodbath
|
||||
telephone: '07496276003'
|
||||
address: Bath,United Kingdom,BA1
|
||||
address: 20 Quarry Rock Gardens, Bath, BA2 6EF
|
||||
latitude: 51.375801
|
||||
longitude: -2.359903900000063
|
||||
clients:
|
||||
|
@ -6,7 +6,7 @@ website: https://uniteddiversity.coop/
|
||||
email: josef@uniteddiversity.coop
|
||||
twitter: uniteddiversity
|
||||
github: uniteddiversity
|
||||
telephone: 07974 88 88 95
|
||||
telephone: '07974 88 88 95'
|
||||
address: 4 Melville Square, East Street, Bridport, DT6 3LS
|
||||
latitude: 50.7332462
|
||||
longitude: -2.7572083
|
||||
@ -17,7 +17,24 @@ clients:
|
||||
- ctrl-shift
|
||||
- better-media
|
||||
- co-operatives-london
|
||||
- gcda
|
||||
- wiki-factory
|
||||
- solarcentury
|
||||
- opencoop
|
||||
- offgrid-festival
|
||||
- mhsgroup
|
||||
- opendemocracy
|
||||
- ideo
|
||||
- stethelburgas
|
||||
- 1010uk
|
||||
- ovesco
|
||||
- londonpermaculture
|
||||
- bioregional
|
||||
- commonfutures
|
||||
- kaizen
|
||||
- sse
|
||||
- en10ergy
|
||||
- neweconomics
|
||||
services:
|
||||
- branding-and-identity
|
||||
- community-building
|
||||
|
@ -6,7 +6,7 @@ website: http://weareopen.coop/
|
||||
email: hello@weareopen.coop
|
||||
twitter: weareopen
|
||||
github: hello%40weareopen.html
|
||||
telephone: N/A
|
||||
telephone: 'N/A'
|
||||
address: the Internet
|
||||
latitude: 19.37218875
|
||||
longitude: -72.3346544510523
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
title: Webarchitects Co-operative
|
||||
name: Webarchitects Co-operative
|
||||
members: 60
|
||||
members: 3
|
||||
website: https://www.webarchitects.coop/
|
||||
email: info@webarch.net
|
||||
twitter: webarchcoop
|
||||
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
|
||||
latitude: 53.3704644
|
||||
longitude: -1.4748352999999952
|
||||
@ -42,9 +42,11 @@ clients:
|
||||
- european-services-strategy-unit
|
||||
- forest-recycling-project
|
||||
- frack-off
|
||||
- gcda
|
||||
- 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
|
||||
@ -94,7 +96,7 @@ services:
|
||||
technologies:
|
||||
- ansible
|
||||
- apache
|
||||
- gnu-bash
|
||||
- bash
|
||||
- centos
|
||||
- debian
|
||||
- discourse
|
||||
@ -123,9 +125,10 @@ technologies:
|
||||
- xen-hypervisor
|
||||
---
|
||||
|
||||
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.
|
||||
[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.
|
||||
|
||||
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 git.coop to members of our co-op, visit our website 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 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.
|
||||
|
@ -18,10 +18,10 @@
|
||||
<div class="footer-lower">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<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> & <a href="http://outlandish.com" target="_blank">Outlandish</a>.</p>
|
||||
<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 ©2018</p>
|
||||
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech ©2019</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user