比较提交
119 次代码提交
add-infact
...
blows-blow
作者 | SHA1 | 提交日期 | |
---|---|---|---|
419e84a6a4 | |||
32c083d91e | |||
7565b10f37 | |||
3c0a5a848c | |||
1bb4274a71 | |||
1e4a5dce66 | |||
620bbee6fa | |||
588340eab1 | |||
b3c2b3afb8 | |||
0ef94fb89a | |||
04ef4254b3 | |||
0890a995cf | |||
1cabb2dcb4 | |||
99d88bfd6c | |||
751c3c4e03 | |||
21b5627d9d | |||
d189634c29 | |||
0ba4d79795 | |||
64a2a93bc5 | |||
575e8a8d53 | |||
756aa5918a | |||
760cbf6da2 | |||
56f5dc7320 | |||
bd48be7aca | |||
0e8fcc79ae | |||
58345b6ec7 | |||
19f5345517 | |||
a26e5afcee | |||
4f4d411e2d | |||
26ed856e28 | |||
ea529d7a7d | |||
5db24a717c | |||
8dd4514bf9 | |||
cd26184112 | |||
7a98a5d487 | |||
6f62704c40 | |||
577871e4be | |||
b3ea23c6a1 | |||
25248bf9ec | |||
d5a260c00e | |||
2c655c68d1 | |||
ee8393e1ec | |||
d18fd1672f | |||
6757353a39 | |||
265ddf5d93 | |||
e1d8be7f5b | |||
35c6bdc62b | |||
f0f0c3aea7 | |||
c57c3bb606 | |||
379ae5bf9e | |||
86767b66e5 | |||
6d81c59404 | |||
3fcd541bf8 | |||
52911e8b41 | |||
9389210327 | |||
c9f4d12110 | |||
e7f7253011 | |||
b51f670b33 | |||
d634816ef5 | |||
4255eb049e | |||
b7ac4bed44 | |||
75cfc307cb | |||
84d689ad65 | |||
c00130e258 | |||
1513ccbb58 | |||
ca36057361 | |||
2d4480689d | |||
da32e2feb4 | |||
fc4263820b | |||
ca917656fa | |||
3fccfb7abc | |||
cb6d7f2f47 | |||
5dc69c576c | |||
47eb616e9b | |||
ef21a26e84 | |||
d91949666f | |||
23fcf3b1a0 | |||
12106a09f2 | |||
690d10f51e | |||
33f1bbc3a7 | |||
53b21c258f | |||
9adb60f228 | |||
f0a08145c6 | |||
cedf27d93a | |||
8c9dd1f4b3 | |||
d40113e543 | |||
004b38b0d0 | |||
a4dd3bb156 | |||
fd51760575 | |||
4f17290add | |||
9279ea09e3 | |||
a9db7c6cd1 | |||
43df7a33fb | |||
9da6524039 | |||
1807c867ba | |||
e6449f7e00 | |||
723ef2aee3 | |||
3741424430 | |||
3f556901db | |||
c153b01cd0 | |||
8f50c7f540 | |||
344b72fb64 | |||
9f56929fa3 | |||
9a28177b84 | |||
ddcfe26a67 | |||
bcefdd4116 | |||
8e9b20ca7b | |||
06b8312329 | |||
7a957ab892 | |||
c7d3247c0a | |||
dcd996c374 | |||
0ea12c8ec4 | |||
72b07a1b1c | |||
14b062197a | |||
e43723a2a6 | |||
7d7489c0be | |||
2f4cb1ac21 | |||
cbc2f8e3ae | |||
e85941af9c |
@ -1,4 +1,4 @@
|
||||
image: ruby:2.5.3
|
||||
image: ruby:2.6.6
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
@ -13,6 +13,7 @@ AddOutputFilter DEFLATE svg
|
||||
AddOutputFilter DEFLATE css
|
||||
AddOutputFilter DEFLATE js
|
||||
# URL's that changed
|
||||
Redirect /co-op/the-dot-project https://www.coops.tech/co-op/dot-project
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
2.5.3
|
||||
2.6.6
|
||||
|
@ -1,8 +1,15 @@
|
||||
# CoTech Website
|
||||
|
||||
This repo is [hosted at git.coop](https://git.coop/cotech/website) and [push mirrored to GitHub](https://github.com/cotech/jekyll-website).
|
||||
|
||||
If you would like to contribute to this repo you have two options:
|
||||
|
||||
1. [Join Webarchitects](https://webarch.coop/join) to [create an account at git.coop](https://webarch.coop/git#free) and then request access to the [CoTech group](https://git.coop/cotech) and when that has been grated you can update this repo directly.
|
||||
2. Use a GitHub account to create a [pull request](https://github.com/cotech/jekyll-website/pulls) at GitHub and then ask someone who is a member of [Webarchitects](https://www.webarchitects.coop/) to [patch the repo for you](https://community.coops.tech/t/cotech-website-repo-mirroring-to-github/2818).
|
||||
|
||||
## Introduction
|
||||
|
||||
This is a port of the 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.
|
||||
This is a port of the old WordPress version of the CoTech website to a statically-generated site using Jekyll. The site consists of a bunch of markdown files and images stored in git.coop. The Jekyll build process is automated so that there is no need to have Jekyll installed and running to make changes to the site.
|
||||
|
||||
* Live site: https://coops.tech/
|
||||
* Dev site: https://dev.coops.tech/
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: British Tinnitus Association
|
||||
website: https://www.tinnitus.org.uk/
|
||||
---
|
4
_clients/Carefree.md
普通文件
4
_clients/Carefree.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Carefree
|
||||
website: https://carefreespace.org/
|
||||
---
|
4
_clients/Charity-Digital.md
普通文件
4
_clients/Charity-Digital.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Charity Digital
|
||||
website: https://charitydigital.org.uk/
|
||||
---
|
4
_clients/Cyfannol.md
普通文件
4
_clients/Cyfannol.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: British Tinnitus Association
|
||||
website: https://cyfannol.org.uk/
|
||||
---
|
4
_clients/Esmee-Fairbairn.md
普通文件
4
_clients/Esmee-Fairbairn.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Esmee Fairbairn
|
||||
website: https://esmeefairbairn.org.uk/
|
||||
---
|
4
_clients/Family-Lives.md
普通文件
4
_clients/Family-Lives.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Family Lives
|
||||
website: https://www.familylives.org.uk/
|
||||
---
|
4
_clients/Grassroots.md
普通文件
4
_clients/Grassroots.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Grassroots
|
||||
website: https://www.prevent-suicide.org.uk/
|
||||
---
|
4
_clients/Make-a-Wish.md
普通文件
4
_clients/Make-a-Wish.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Make A Wish
|
||||
website: https://www.make-a-wish.org.uk/
|
||||
---
|
4
_clients/Parkinsons-UK.md
普通文件
4
_clients/Parkinsons-UK.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Parkinsons UK
|
||||
website: https://www.parkinsons.org.uk/
|
||||
---
|
4
_clients/SARSAS.md
普通文件
4
_clients/SARSAS.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: SARSAS
|
||||
website: https://www.sarsas.org.uk/
|
||||
---
|
4
_clients/SWCTN.md
普通文件
4
_clients/SWCTN.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: South West Creative Technology Network
|
||||
website: https://www.swctn.org.uk/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Surviving Economic Abuse
|
||||
website: https://survivingeconomicabuse.org/
|
||||
---
|
4
_clients/TTC.md
普通文件
4
_clients/TTC.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Tech Talent Charter
|
||||
website: https://www.techtalentcharter.co.uk/
|
||||
---
|
4
_clients/The-Catalyst.md
普通文件
4
_clients/The-Catalyst.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The Catalyst
|
||||
website: https://www.thecatalyst.org.uk/
|
||||
---
|
4
_clients/WECA.md
普通文件
4
_clients/WECA.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: West of England Combined Authority
|
||||
website: https://www.westofengland-ca.gov.uk/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Action for Children
|
||||
website: https://www.actionforchildren.org.uk/
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Allia Future Business Centre
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Anna Freud Centre
|
||||
website: https://www.annafreud.org/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: AVA Project
|
||||
website: https://avaproject.org.uk/
|
||||
---
|
3
_clients/bbc-ideas.md
普通文件
3
_clients/bbc-ideas.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: BBC ideas
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Belfast City Council
|
||||
website: https://www.belfastcity.gov.uk
|
||||
---
|
5
_clients/bhrrc.md
普通文件
5
_clients/bhrrc.md
普通文件
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: BHRRC
|
||||
website: https://www.business-humanrights.org/
|
||||
---
|
||||
|
3
_clients/blake-house.md
普通文件
3
_clients/blake-house.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Blake House
|
||||
---
|
4
_clients/blue-cross.md
普通文件
4
_clients/blue-cross.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Blue Cross
|
||||
website: https://www.bluecross.org.uk/
|
||||
---
|
3
_clients/cardinus.md
普通文件
3
_clients/cardinus.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Cardinus
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Carers support centre
|
||||
website: https://www.carerssupportcentre.org.uk/
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: CAST
|
||||
website: https://www.wearecast.org.uk/
|
||||
---
|
||||
|
4
_clients/catapillr.md
普通文件
4
_clients/catapillr.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Catapillr
|
||||
website: https://www.catapillr.com
|
||||
---
|
4
_clients/comicrelief.md
普通文件
4
_clients/comicrelief.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Comic Relief
|
||||
website: https://www.comicrelief.com/
|
||||
---
|
4
_clients/coopsUK.md
普通文件
4
_clients/coopsUK.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Coops UK
|
||||
website: https://www.uk.coop/uk
|
||||
---
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Crown Commercial Service
|
||||
website: https://www.crowncommercial.gov.uk/
|
||||
---
|
||||
|
4
_clients/ctrl-group.md
普通文件
4
_clients/ctrl-group.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Ctrl Group
|
||||
website: https://www.ctrl-group.com/
|
||||
---
|
4
_clients/dcms.md
普通文件
4
_clients/dcms.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Department for Culture, Media and Sport
|
||||
website: https://www.gov.uk/government/organisations/department-for-digital-culture-media-sport
|
||||
---
|
3
_clients/deliveroo.md
普通文件
3
_clients/deliveroo.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Deliveroo
|
||||
---
|
3
_clients/envirogen.md
普通文件
3
_clients/envirogen.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Envirogen
|
||||
---
|
3
_clients/feps.md
普通文件
3
_clients/feps.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: FEPS
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Founders and Coders
|
||||
website: https://www.foundersandcoders.com/
|
||||
---
|
4
_clients/friend-indeed.md
普通文件
4
_clients/friend-indeed.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Friend Indeed
|
||||
website: https://www.friendindeed.org.uk/
|
||||
---
|
3
_clients/froglife.md
普通文件
3
_clients/froglife.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Froglife
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Guys and St Thomas' Charity
|
||||
website: https://www.gsttcharity.org.uk/
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Haircuts 4 Homeless
|
||||
---
|
5
_clients/hookline.md
普通文件
5
_clients/hookline.md
普通文件
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Hookline
|
||||
website: http://hookline.tv/
|
||||
---
|
||||
|
3
_clients/invest-sk.md
普通文件
3
_clients/invest-sk.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Invest SK
|
||||
---
|
3
_clients/just-eat.md
普通文件
3
_clients/just-eat.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Just Eat
|
||||
---
|
3
_clients/kaspersky.md
普通文件
3
_clients/kaspersky.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Kaspersky
|
||||
---
|
3
_clients/kindling-trust.md
普通文件
3
_clients/kindling-trust.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Kindling Trust
|
||||
---
|
3
_clients/labour.md
普通文件
3
_clients/labour.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Labour
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Lancashire Women's Centres
|
||||
website: https://lancashirewomen.org/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Law Centres Network
|
||||
website: https://www.lawcentres.org.uk/
|
||||
---
|
3
_clients/magpas.md
普通文件
3
_clients/magpas.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Magpas
|
||||
---
|
5
_clients/makielab.md
普通文件
5
_clients/makielab.md
普通文件
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: MakieLab
|
||||
website: https://twitter.com/makielab
|
||||
---
|
||||
|
3
_clients/metal-culture.md
普通文件
3
_clients/metal-culture.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Metal Culture
|
||||
---
|
4
_clients/mubi.md
普通文件
4
_clients/mubi.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: MUBI
|
||||
website: https://mubi.com/
|
||||
---
|
4
_clients/mudlark.md
普通文件
4
_clients/mudlark.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Mudlark
|
||||
website: https://twitter.com/wearemudlark
|
||||
---
|
3
_clients/mutuo.md
普通文件
3
_clients/mutuo.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Mutuo
|
||||
---
|
4
_clients/national-lottery.md
普通文件
4
_clients/national-lottery.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: National Lottery
|
||||
website: https://www.national-lottery.co.uk/
|
||||
---
|
3
_clients/near.md
普通文件
3
_clients/near.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Near
|
||||
---
|
3
_clients/nhs.md
普通文件
3
_clients/nhs.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: National Health Service
|
||||
---
|
4
_clients/nihr.md
普通文件
4
_clients/nihr.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: National Institute for Health Research
|
||||
website: https://www.nihr.ac.uk
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: North Bristol Advice Centre
|
||||
website: http://www.northbristoladvice.org.uk/
|
||||
---
|
4
_clients/num.md
普通文件
4
_clients/num.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: National Ugly Mugs
|
||||
website: https://uglymugs.org/
|
||||
---
|
4
_clients/openup.md
普通文件
4
_clients/openup.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Open Up Music
|
||||
website: http://openupmusic.org/
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Opportunity Peterborough
|
||||
---
|
3
_clients/participate.md
普通文件
3
_clients/participate.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Participate
|
||||
---
|
3
_clients/paul-murphy.md
普通文件
3
_clients/paul-murphy.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Paul Murphy
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Peterborough Lions International
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Power to Change
|
||||
website: https://www.powertochange.org.uk/
|
||||
---
|
||||
|
3
_clients/premier-league.md
普通文件
3
_clients/premier-league.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Premier League Productions
|
||||
---
|
3
_clients/primark.md
普通文件
3
_clients/primark.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Primark
|
||||
---
|
4
_clients/read-with-audrey.md
普通文件
4
_clients/read-with-audrey.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Read with Audrey
|
||||
website: https://readwithaudrey.com/
|
||||
---
|
3
_clients/redhat.md
普通文件
3
_clients/redhat.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Red Hat
|
||||
---
|
3
_clients/rhs.md
普通文件
3
_clients/rhs.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: RHS
|
||||
---
|
4
_clients/shift-design.md
普通文件
4
_clients/shift-design.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Shift Design
|
||||
website: https://shiftdesign.org/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: SLaM
|
||||
website: https://slam.nhs.uk/
|
||||
---
|
4
_clients/stirtoaction.md
普通文件
4
_clients/stirtoaction.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Stir to Action
|
||||
website: https://www.stirtoaction.com/
|
||||
---
|
3
_clients/thb-group.md
普通文件
3
_clients/thb-group.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: THB Group
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The Executive Office
|
||||
website: https://www.executiveoffice-ni.gov.uk
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Green Backyard
|
||||
---
|
3
_clients/the-hive.md
普通文件
3
_clients/the-hive.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Hive
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Woodland Trust
|
||||
---
|
5
_clients/trainline.md
普通文件
5
_clients/trainline.md
普通文件
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Trainline
|
||||
website: https://www.thetrainline.com/
|
||||
---
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: University of East Anglia
|
||||
website: https://www.uea.ac.uk
|
||||
---
|
3
_clients/vivacity.md
普通文件
3
_clients/vivacity.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Vivacity
|
||||
---
|
4
_clients/voicenet.md
普通文件
4
_clients/voicenet.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Voicenet (now 8x8)
|
||||
website: https://www.8x8.com/
|
||||
---
|
4
_clients/we-are-with-you.md
普通文件
4
_clients/we-are-with-you.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: We are with you
|
||||
website: https://www.wearewithyou.org.uk/
|
||||
---
|
4
_clients/you-gov.md
普通文件
4
_clients/you-gov.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: YouGov
|
||||
website: https://yougov.co.uk/
|
||||
---
|
4
_clients/your-sanctuary.md
普通文件
4
_clients/your-sanctuary.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Your Sanctuary
|
||||
website: https://www.yoursanctuary.org.uk/
|
||||
---
|
3
_clients/zero-books.md
普通文件
3
_clients/zero-books.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Zero Books
|
||||
---
|
@ -2,20 +2,25 @@
|
||||
title: Animorph
|
||||
name: Animorph
|
||||
members: 5
|
||||
website: https://animorph.coop
|
||||
website: https://www.animorph.coop
|
||||
email: we@animorph.coop
|
||||
twitter: animorphcoop
|
||||
github:
|
||||
telephone:
|
||||
address: Space4,149 Fonthill Road,London,N4 3HF
|
||||
address: Fonthill House,113-115 Fonthill Road,London,N4 3HH
|
||||
latitude: 51.5635499
|
||||
longitude: -0.10782689999996364
|
||||
clients:
|
||||
- halo-post-production
|
||||
- southbank-centre
|
||||
clients:
|
||||
- the-executive-office
|
||||
- belfast-city-council
|
||||
- open-university
|
||||
- packt
|
||||
- university-of-east-anglia
|
||||
- nihr
|
||||
- nesta
|
||||
- isd
|
||||
- southbank-centre
|
||||
- halo-post-production
|
||||
- packt
|
||||
services:
|
||||
- animation
|
||||
- artwork
|
||||
@ -30,23 +35,24 @@ services:
|
||||
- mixed-reality
|
||||
- motion-graphics
|
||||
- virtual-reality
|
||||
- web apps
|
||||
- 3d websites
|
||||
technologies:
|
||||
- c
|
||||
- htmlcss
|
||||
- javascript
|
||||
- node-js
|
||||
- python
|
||||
- django-3
|
||||
- unity-3d
|
||||
- vue-js
|
||||
- three-js
|
||||
---
|
||||
|
||||
Animorph addresses unmet social and medical needs using augmented and virtual reality.
|
||||
Animorph makes software that enhances human potential.
|
||||
|
||||
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 design, build, and support technological solutions to complex challenges spanning training, education, therapy, rehabilitation, and urban planning.
|
||||
|
||||
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.
|
||||
As a full service creative powerhouse we work from ideation and brief-crafting stages, into design and development, all the way through to deployment and maintenance. Specialising in extended reality, we have created virtual and augmented reality mobile apps, immersive websites, games and full stack systems.
|
||||
|
||||
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.
|
||||
Our company has a spotless record of delivering above expectation with our clients since 2016. We seek productive relationships with purpose-driven organisations, so reach out and let’s forge alliances to make the future we want to live in.
|
||||
|
@ -3,7 +3,7 @@ title: Autonomic
|
||||
name: Autonomic
|
||||
members: 6
|
||||
website: https://autonomic.zone/
|
||||
email: autonomic-coop@posteo.net
|
||||
email: helo@autonomic.zone
|
||||
twitter: autonomiccoop
|
||||
github:
|
||||
telephone:
|
||||
|
50
_coops/common-knowledge.md
普通文件
50
_coops/common-knowledge.md
普通文件
@ -0,0 +1,50 @@
|
||||
---
|
||||
title: Common Knowledge
|
||||
name: Common Knowledge
|
||||
members: 4
|
||||
website: https://commonknowledge.coop/
|
||||
email: hello@commonknowledge.coop
|
||||
twitter: cmmonknowledge
|
||||
github: commonknowledge
|
||||
telephone:
|
||||
address: Space4, 113 Fonthill Road, London N4 3HH
|
||||
latitude: 51.56466
|
||||
longitude: -0.10876
|
||||
services:
|
||||
- branding-and-identity
|
||||
- community-building
|
||||
- consultancy
|
||||
- data-visualisation
|
||||
- database-solutions
|
||||
- development
|
||||
- devops
|
||||
- graphic-design
|
||||
- ideation
|
||||
- rapid-application-development
|
||||
- strategy
|
||||
- user-research
|
||||
- web-design
|
||||
technologies:
|
||||
- ansible
|
||||
- django-2
|
||||
- drupal
|
||||
- htmlcss
|
||||
- javascript
|
||||
- laravel
|
||||
- node-js
|
||||
- php
|
||||
- postgresql
|
||||
- python
|
||||
- reactjs
|
||||
- wordpress
|
||||
- ruby
|
||||
- ruby-on-rails
|
||||
---
|
||||
|
||||
Common Knowledge is a not-for-profit worker cooperative that designs and builds digital tools for grassroots activists.
|
||||
|
||||
We share a vision of a world where people are confident in their capacity to self-organise, empowered by digital technology.
|
||||
|
||||
We are a cross-disciplinary team that knows how to work together effectively. Our combined expertise includes political organising, strategy, user research, project management, digital product design, graphic design and software engineering.
|
||||
|
||||
We place a strong focus on building trust and shared understanding with the activists we work with. We listen to their needs, work out we could augment their organisational capacity and co-design tools in direct collaboration with them.
|
25
_coops/dandelion-collective.md
普通文件
25
_coops/dandelion-collective.md
普通文件
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Dandelion Collective
|
||||
name: Dandelion Collective
|
||||
members: 8
|
||||
website: https://dandelion.coop
|
||||
email: hello@dandelion.coop
|
||||
twitter:
|
||||
github:
|
||||
telephone:
|
||||
address: 53 Windus Rd, London, N16 6UR
|
||||
latitude: 51.566160
|
||||
longitude: -0.071680
|
||||
clients:
|
||||
services:
|
||||
technologies:
|
||||
- ruby
|
||||
- mongodb
|
||||
- javascript
|
||||
---
|
||||
|
||||
We're the not-for-profit worker co-operative behind:
|
||||
|
||||
- [dandelion.earth](http://dandelion.earth/)
|
||||
- [The Psychedelic Society](http://psychedelicsociety.org.uk/)
|
||||
- [Triptika Studios](https://www.triptikastudios.com/)
|
33
_coops/datacontentreach.md
普通文件
33
_coops/datacontentreach.md
普通文件
@ -0,0 +1,33 @@
|
||||
---
|
||||
title: Data Content Reach
|
||||
name: Data Content Reach
|
||||
members: 3
|
||||
website: https://datacontentreach.co/
|
||||
email: hello@datacontentreach.co
|
||||
telephone: '07714098369'
|
||||
address: Glossop Gasworks, Arundel Street, Glossop, SK138HZ
|
||||
latitude: 53.441970
|
||||
longitude: -1.949900
|
||||
services:
|
||||
- analytics
|
||||
- business-analysis
|
||||
- consultancy
|
||||
- marketing
|
||||
- research
|
||||
- seo-optimisation
|
||||
- strategy
|
||||
- user-research
|
||||
technologies:
|
||||
---
|
||||
|
||||
Data Content Reach helps mission-focused organisations to succeed in the digital world.
|
||||
|
||||
We provide a range of analysis, research, content and marketing services, which we can provide as stand-alone services but which together provide a systematic and proven approach to improvement and growth.
|
||||
|
||||
1) Analysis and review your existing website performance, and social, search and email marketing. We also conduct user research in different forms. All to identify the strengths and weaknesses of your website, content and communications.
|
||||
|
||||
2) Content strategy based on the research, planning the themes or specific content that will reach and effectively engage different audience groups across multiple channels.
|
||||
|
||||
3) Content Creation, promotion via social media, organic and paid search, and email. Plus ongoing analysis, SEO and conversion optimisation.
|
||||
|
||||
We are a worker co-op with a huge wealth of skills and experience of working with social good and campaign organisations, publishers and other businesses.
|
58
_coops/dot-project.md
普通文件
58
_coops/dot-project.md
普通文件
@ -0,0 +1,58 @@
|
||||
---
|
||||
title: Dot Project
|
||||
name: Dot Project
|
||||
members: 2
|
||||
website: http://www.dotproject.coop/
|
||||
email: annie@dotproject.coop
|
||||
twitter: dotprojectco
|
||||
github: techforgoodbath
|
||||
telephone: '07496276003'
|
||||
address: 2 Beech View, Claverton Down Road, Bath, BA2 6DX
|
||||
latitude: 51.375801
|
||||
longitude: -2.359903900000063
|
||||
clients:
|
||||
- British-Tinnitus-Association
|
||||
- Carefree
|
||||
- carerssupportcentre
|
||||
- cast
|
||||
- Charity-Digital
|
||||
- comicrelief
|
||||
- coopsUK
|
||||
- Cyfannol
|
||||
- dcms
|
||||
- Esmee-Fairbairn
|
||||
- Family-Lives
|
||||
- Grassroots
|
||||
- Make-a-Wish
|
||||
- national-lottery
|
||||
- northbristoladvicecentre
|
||||
- num
|
||||
- openup
|
||||
- Parkinsons-UK
|
||||
- power-to-change
|
||||
- SARSAS
|
||||
- stirtoaction
|
||||
- Surviving-Economic-Abuse
|
||||
- SWCTN
|
||||
- The-Catalyst
|
||||
- TTC
|
||||
- we-are-with-you
|
||||
- WECA
|
||||
services:
|
||||
- business-analysis
|
||||
- business-systems
|
||||
- community-building
|
||||
- consultancy
|
||||
- leadership-development
|
||||
- mentoring
|
||||
- research
|
||||
- strategy
|
||||
- user-research
|
||||
technologies:
|
||||
---
|
||||
|
||||
[DOT PROJECT](http://www.dotproject.coop/) believes in the transformative impact of technology on humanity. We exist to support individuals, organisations and communities to realise the potential of enabling technology in increasing their social impact. We work at the intersection between civil society and technology, passionately increasing confidence and capacity of people who are working to solve complex social issues. Our mission is to increase social impact through the use of creativity and technology.
|
||||
|
||||
DOT PROJECT is a cooperative of practitioners who coach people and organisations to be their digital best, together. We bring together practitioners with strong technical skills as well as practitioners who focus on creating a collaborative environment to enable in-house teams to share challenges openly. We coach organisations and people to explore how they can harness their unique organisational fabric, their morale, their capabilities and strengths to harness the potential technology provides in order to thrive in a world that is constantly changing.
|
||||
|
||||
Our clients are broadly across the social sector from charities and social enterprises, through to intermediary funding bodies to strengthen their capacity to practice technology and digitalisation.
|
@ -10,21 +10,37 @@ telephone: '+44 (0)20 3823 6286'
|
||||
address: The Foundry, 156 Blackfriars Road, London, SE1 8EN.
|
||||
latitude: 51.501086
|
||||
longitude: -0.1064455
|
||||
clients:
|
||||
clients:
|
||||
- bbc
|
||||
- bhrrc
|
||||
- cast
|
||||
- crown-commercial-service
|
||||
- ctrl-group
|
||||
- futurelearn
|
||||
- government-digital-service
|
||||
- hookline
|
||||
- makielab
|
||||
- mudlark
|
||||
- mubi
|
||||
- o2
|
||||
- bbc
|
||||
services:
|
||||
- the-audience-agency
|
||||
- trainline
|
||||
- university-of-oxford
|
||||
- voicenet
|
||||
- you-gov
|
||||
services:
|
||||
- big-data
|
||||
- business-analysis
|
||||
- consultancy
|
||||
- database-solutions
|
||||
- development
|
||||
- devops
|
||||
- rapid-application-development
|
||||
technologies:
|
||||
technologies:
|
||||
- docker
|
||||
- htmlcss
|
||||
- javascript
|
||||
- aws-lambda
|
||||
- mysql
|
||||
- postgresql
|
||||
- ruby
|
||||
|
@ -1,63 +0,0 @@
|
||||
---
|
||||
title: GreenNet
|
||||
name: GreenNet
|
||||
members: 8
|
||||
website: http://greennet.org.uk
|
||||
email: info@gn.apc.org
|
||||
twitter: GreenNetISP
|
||||
telephone: '0330 559 4011'
|
||||
address: The Green House, 244-254 Cambridge Heath Road, London E2 9DA
|
||||
latitude: 51.532930285126
|
||||
longitude: -0.056744813919067
|
||||
|
||||
clients:
|
||||
- apc
|
||||
- ica
|
||||
- woodcraftfolk
|
||||
- privacy-international
|
||||
- unesco
|
||||
- friendshouse
|
||||
- pbi
|
||||
- nswp
|
||||
- public-law-project
|
||||
|
||||
services:
|
||||
- development
|
||||
- sysadmin
|
||||
- user-research
|
||||
- web-design
|
||||
- virtual-servers
|
||||
- mailing
|
||||
- hosting
|
||||
- it-security
|
||||
- domain-names
|
||||
- email
|
||||
- community-building
|
||||
- broadband
|
||||
|
||||
technologies:
|
||||
- apache
|
||||
- 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.
|
某些文件未显示,因为此 diff 中更改的文件太多 显示更多
在新工单中引用
屏蔽一个用户