0
0

İşlemeleri karşılaştır

...

78 İşleme

Yazar SHA1 Mesaj Tarih
ee8393e1ec Add clients, services & technologies for GFR coop 2020-10-11 14:06:34 +01:00
d18fd1672f Put clients in alphabetical order for go-free-range
This seems to be the approach we've taken for the majority of coops.
2020-10-11 12:49:10 +01:00
6757353a39 Remove trailing whitespace for go-free-range coop 2020-10-11 12:48:56 +01:00
265ddf5d93 Fix cast.png image
This seems to have been inadvertently broken in this commit [1]. Perhaps
even the GitLab Web IDE was confused by the "duplicate" image files...?

[1]: f0f0c3aea7
2020-10-11 12:22:21 +01:00
e1d8be7f5b Remove duplicate Power to Change client
Both Blake House and Open Data Services were already using lowercase
version of the Power to Change client markdown and image files, i.e.
`_clients/power-to-change.md` and `images/clients/power-to-change.png`.
So the uppercase versions of the files, i.e.
`_clients/Power-to-Change.md` and `images/clients/Power-to-Change.png`,
were effectively duplicates. 

This led to the following warning messages on case-insensitive
filesystems, making it hard to work on the project on such systems:

> warning: the following paths have collided (e.g. case-sensitive paths
> on a case-insensitive filesystem) and only one from the same colliding
> group is in the working tree

In this commit, I've added the website from `Power-to-Change.md` into
`power-to-change.md`, deleted `Power-to-Change.md` &
`Power-to-Change.png`, and changed the reference in `dot-project.md`
from `Power-to-Change` to `power-to-change`. I think this is the right
thing to do, because ideally all the markdown files should be lowercase
in case they are used in URL paths.
2020-10-10 15:05:03 +01:00
35c6bdc62b Remove duplicate Kaspersky client
Although no coops seem to be referencing this client, there were already
lowercase versions of the relevant files, i.e. `_clients/kaspersky.md`
and `images/clients/kaspersky.svg`. So the uppercase version,
`Kaspersky.md` was effectively a duplicate.

This led to the following warning messages on case-insensitive
filesystems, making it hard to work on the project on such systems:

> warning: the following paths have collided (e.g. case-sensitive paths
> on a case-insensitive filesystem) and only one from the same colliding
> group is in the working tree

In this commit, I've deleted `Kaspersky.md` which didn't contain
anything different to `kaspersky.md`. I think this is the right thing to
do, because ideally all the markdown files should be lowercase in case
they are used in URL paths.

There are other similar issues, but I plan to address them in separate
commits.
2020-10-10 14:58:32 +01:00
f0f0c3aea7 Remove duplicate CAST client
Both Blake House and InFact were already using lowercase version of the
CAST client markdown and image files, i.e. `_clients/cast.md` and
`images/clients/cast.png`. So the uppercase versions of the files, i.e.
`_clients/CAST.md` and `images/clients/CAST.png`, were effectively
duplicates.

This led to the following warning messages on case-insensitive
filesystems, making it hard to work on the project on such systems:

> warning: the following paths have collided (e.g. case-sensitive paths
> on a case-insensitive filesystem) and only one from the same colliding
> group is in the working tree

In this commit, I've added the website from `CAST.md` into `cast.md`,
deleted `CAST.md` & `CAST.png`, and changed the reference in
`dot-project.md` from `CAST` to `cast`. I think this is the right thing
to do, because ideally all the markdown files should be lowercase in
case they are used in URL paths.

There are other similar issues, but I plan to address them in separate
commits.
2020-10-10 14:49:39 +01:00
c57c3bb606 Added client logos for dotproject 2020-09-17 16:30:47 +01:00
379ae5bf9e Added clients for dotproject 2020-09-17 16:26:14 +01:00
86767b66e5 dot project image path fixed 2020-09-17 16:02:18 +01:00
6d81c59404 Revert "Image path fixed for dot project"
This reverts commit 3fcd541bf8
2020-09-17 16:01:53 +01:00
3fcd541bf8 Image path fixed for dot project 2020-09-17 15:57:18 +01:00
52911e8b41 Updated client list 2020-09-17 10:27:51 +01:00
9389210327 Update _coops/dot-project.md 2020-09-14 14:58:05 +01:00
c9f4d12110 Update _coops/dot-project.md 2020-09-14 14:57:43 +01:00
e7f7253011 Updates for dotproject 2020-09-14 14:52:17 +01:00
b51f670b33 Fix Grid/Map tab titles layout overspill
I think having the seperator is not properly supported by the
foundation CSS. I was a bit confused with app.css as some seems to
be vendor CSS and some custom CSS, so I left the original padding
rule, and added an override in what seems more like a "custom CSS"
section...

I don't know why they didn't all just float nicely
together in the first place though :/
2020-08-20 12:12:16 +02:00
d634816ef5 Fix bug with map display issue until resize
As the map tab is created hidden by default, leaflet seems unable
to deal with the sizing properly initially, but we can hook into
the "tab changed" event, and tell leaflet to recalculate the size
after switching tabs
2020-08-20 11:53:58 +02:00
4255eb049e List Dot Project under D not T 2020-08-14 12:55:01 +01:00
b7ac4bed44 Updates for https://community.coops.tech/t/2251 2020-08-14 12:51:28 +01:00
75cfc307cb Add Dandelion Collective 2020-07-23 11:07:01 +01:00
84d689ad65 Add Ruby technologies to Common Knowledge tech stack 2020-06-23 15:26:16 +01:00
c00130e258 Update common-knowledge.md 2020-06-22 12:55:51 +01:00
1513ccbb58 Update Common Knowledge 2020-06-19 14:59:03 +01:00
ca36057361 Add Common Knowledge 2020-06-19 14:15:41 +01:00
2d4480689d It is now 20202 2020-04-08 20:28:15 +01:00
da32e2feb4 https://git.coop/cotech/website/-/merge_requests/67/diffs 2020-04-08 20:24:34 +01:00
fc4263820b hyperlink colour made consistent 2020-04-05 10:33:21 +01:00
ca917656fa Hyperlink underline in light gray 2020-04-05 10:27:05 +01:00
3fccfb7abc Underline hyperlinks with a solid line on hover 2020-04-05 10:25:18 +01:00
cb6d7f2f47 test adding indication of hyperlinks 2020-04-05 10:21:34 +01:00
5dc69c576c Dash removed form co-operative for consistency 2020-04-05 10:16:41 +01:00
47eb616e9b description added 2020-04-05 10:15:50 +01:00
ef21a26e84 Spash page for https://community.coops.tech/t/1998 2020-04-05 10:03:10 +01:00
d91949666f jarrow tech added 2020-02-27 08:42:55 +00:00
23fcf3b1a0 Jarrow tech fxed 2020-02-27 08:38:08 +00:00
12106a09f2 Jarrow have two members 2020-02-27 08:28:57 +00:00
690d10f51e kaspersky title: added 2020-02-26 16:58:37 +00:00
33f1bbc3a7 Jarrow client added 2020-02-26 16:46:51 +00:00
53b21c258f file extension fixed 2020-02-26 16:44:47 +00:00
9adb60f228 Jarrow Insight updates 2020-02-26 16:38:38 +00:00
f0a08145c6 Clients and tech added for Jarrow Insights 2020-02-26 16:33:24 +00:00
cedf27d93a Initial Jarrow Insights commit 2020-02-26 15:49:38 +00:00
8c9dd1f4b3 NHS page corrected 2020-02-26 15:25:48 +00:00
d40113e543 NHS added 2020-02-26 15:21:27 +00:00
004b38b0d0 missing title: added 2020-02-26 15:17:13 +00:00
a4dd3bb156 Paper Rhino client pages added 2020-02-26 15:09:31 +00:00
fd51760575 tweak to see if page is rebuilt 2020-02-26 14:05:18 +00:00
4f17290add Paper Rhino client images added 2020-02-26 13:55:27 +00:00
9279ea09e3 Paper Rhino updates 2020-02-26 12:41:36 +00:00
a9db7c6cd1 paperrhino.png added 2020-02-26 12:25:32 +00:00
43df7a33fb Paper Rhino added 2020-02-26 12:05:41 +00:00
9da6524039 United Diversity phone number removed 2020-01-06 12:59:20 +00:00
1807c867ba Replace infact.png 2019-12-14 16:08:55 +00:00
e6449f7e00 Update images/clients/south-london-and-maudsley-nhs-trust.png, images/clients/guys-and-st-thomas-charity.png, images/clients/ava-against-violence-and-abuse.png files 2019-12-14 16:05:01 +00:00
723ef2aee3 Upload New File 2019-12-14 16:04:13 +00:00
3741424430 Upload New File 2019-12-14 16:02:58 +00:00
3f556901db Upload New File 2019-12-14 15:55:50 +00:00
c153b01cd0 Upload New File 2019-12-14 15:55:40 +00:00
8f50c7f540 Upload New File 2019-12-14 15:55:30 +00:00
344b72fb64 Upload New File 2019-12-14 15:55:20 +00:00
9f56929fa3 Upload New File 2019-12-14 15:55:12 +00:00
9a28177b84 Upload New File 2019-12-14 15:55:02 +00:00
ddcfe26a67 Upload New File 2019-12-14 15:54:51 +00:00
bcefdd4116 Upload New File 2019-12-14 15:54:33 +00:00
8e9b20ca7b Upload New File 2019-12-14 15:54:21 +00:00
06b8312329 Upload New File 2019-12-14 15:54:01 +00:00
7a957ab892 Update _clients/lancashire-womens-centres.md 2019-12-14 15:43:11 +00:00
c7d3247c0a Update _coops/infact.md 2019-12-14 15:39:52 +00:00
dcd996c374 Update _coops/infact.md, _clients/ava-against-violence-and-abuse.md files 2019-12-14 15:29:36 +00:00
0ea12c8ec4 add logos 2019-12-14 15:26:29 +00:00
72b07a1b1c add slam client 2019-12-14 15:23:29 +00:00
14b062197a update infactcoop 2019-12-14 15:19:56 +00:00
e43723a2a6 Update founders-and-coders.md 2019-12-14 15:13:57 +00:00
7d7489c0be adds infact clients 2019-12-14 15:13:57 +00:00
2f4cb1ac21 Merge branch 'master' of git.coop:cotech/website 2019-12-14 15:00:40 +00:00
cbc2f8e3ae Updating the join oage to offer clearer benefits of joining CoTech with links to more information in the wiki. 2019-12-14 15:00:29 +00:00
e85941af9c Fixed formatting errors in infact.md 2019-12-14 14:59:50 +00:00
199 değiştirilmiş dosya ile 1565 ekleme ve 103 silme

Dosyayı Görüntüle

@ -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

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: British Tinnitus Association
website: https://www.tinnitus.org.uk/
---

4
_clients/Carefree.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Carefree
website: https://carefreespace.org/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Charity Digital
website: https://charitydigital.org.uk/
---

4
_clients/Cyfannol.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: British Tinnitus Association
website: https://cyfannol.org.uk/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Esmee Fairbairn
website: https://esmeefairbairn.org.uk/
---

4
_clients/Family-Lives.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Family Lives
website: https://www.familylives.org.uk/
---

4
_clients/Grassroots.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Grassroots
website: https://www.prevent-suicide.org.uk/
---

4
_clients/Make-a-Wish.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Make A Wish
website: https://www.make-a-wish.org.uk/
---

4
_clients/Parkinsons-UK.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Parkinsons UK
website: https://www.parkinsons.org.uk/
---

4
_clients/SARSAS.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: SARSAS
website: https://www.sarsas.org.uk/
---

4
_clients/SWCTN.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: South West Creative Technology Network
website: https://www.swctn.org.uk/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Surviving Economic Abuse
website: https://survivingeconomicabuse.org/
---

4
_clients/TTC.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Tech Talent Charter
website: https://www.techtalentcharter.co.uk/
---

4
_clients/The-Catalyst.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: The Catalyst
website: https://www.thecatalyst.org.uk/
---

4
_clients/WECA.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: West of England Combined Authority
website: https://www.westofengland-ca.gov.uk/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Action for Children
website: https://www.actionforchildren.org.uk/
---

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Allia Future Business Centre
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Anna Freud Centre
website: https://www.annafreud.org/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: AVA Project
website: https://avaproject.org.uk/
---

3
_clients/bbc-ideas.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: BBC ideas
---

5
_clients/bhrrc.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: BHRRC
website: https://www.business-humanrights.org/
---

3
_clients/blake-house.md Normal dosya
Dosyayı Görüntüle

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

4
_clients/blue-cross.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Blue Cross
website: https://www.bluecross.org.uk/
---

3
_clients/cardinus.md Normal dosya
Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Carers support centre
website: https://www.carerssupportcentre.org.uk/
---

Dosyayı Görüntüle

@ -1,3 +1,4 @@
---
title: CAST
website: https://www.wearecast.org.uk/
---

4
_clients/catapillr.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Catapillr
website: https://www.catapillr.com
---

4
_clients/comicrelief.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Comic Relief
website: https://www.comicrelief.com/
---

4
_clients/coopsUK.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Coops UK
website: https://www.uk.coop/uk
---

Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Crown Commercial Service
website: https://www.crowncommercial.gov.uk/
---

4
_clients/dcms.md Normal dosya
Dosyayı Görüntüle

@ -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 Normal dosya
Dosyayı Görüntüle

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

3
_clients/envirogen.md Normal dosya
Dosyayı Görüntüle

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

3
_clients/feps.md Normal dosya
Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Founders and Coders
website: https://www.foundersandcoders.com/
---

4
_clients/friend-indeed.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Friend Indeed
website: https://www.friendindeed.org.uk/
---

3
_clients/froglife.md Normal dosya
Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Guys and St Thomas' Charity
website: https://www.gsttcharity.org.uk/
---

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Haircuts 4 Homeless
---

5
_clients/hookline.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Hookline
website: http://hookline.tv/
---

3
_clients/invest-sk.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Invest SK
---

3
_clients/just-eat.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Just Eat
---

3
_clients/kaspersky.md Normal dosya
Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Kindling Trust
---

3
_clients/labour.md Normal dosya
Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Lancashire Women's Centres
website: https://lancashirewomen.org/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Law Centres Network
website: https://www.lawcentres.org.uk/
---

3
_clients/magpas.md Normal dosya
Dosyayı Görüntüle

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

5
_clients/makielab.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: MakieLab
website: https://twitter.com/makielab
---

3
_clients/metal-culture.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Metal Culture
---

4
_clients/mubi.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: MUBI
website: https://mubi.com/
---

4
_clients/mudlark.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Mudlark
website: https://twitter.com/wearemudlark
---

3
_clients/mutuo.md Normal dosya
Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: National Lottery
website: https://www.national-lottery.co.uk/
---

3
_clients/nhs.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: National Health Service
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: North Bristol Advice Centre
website: http://www.northbristoladvice.org.uk/
---

4
_clients/num.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: National Ugly Mugs
website: https://uglymugs.org/
---

4
_clients/openup.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Open Up Music
website: http://openupmusic.org/
---

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Opportunity Peterborough
---

3
_clients/paul-murphy.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Paul Murphy
---

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Peterborough Lions International
---

Dosyayı Görüntüle

@ -1,3 +1,4 @@
---
title: Power to Change
website: https://www.powertochange.org.uk/
---

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Premier League Productions
---

3
_clients/primark.md Normal dosya
Dosyayı Görüntüle

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

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Read with Audrey
website: https://readwithaudrey.com/
---

3
_clients/rhs.md Normal dosya
Dosyayı Görüntüle

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

4
_clients/shift-design.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Shift Design
website: https://shiftdesign.org/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: SLaM
website: https://slam.nhs.uk/
---

4
_clients/stirtoaction.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Stir to Action
website: https://www.stirtoaction.com/
---

3
_clients/thb-group.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: THB Group
---

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: The Green Backyard
---

3
_clients/the-hive.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: The Hive
---

Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: The Woodland Trust
---

5
_clients/trainline.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Trainline
website: https://www.thetrainline.com/
---

3
_clients/vivacity.md Normal dosya
Dosyayı Görüntüle

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

4
_clients/voicenet.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Voicenet (now 8x8)
website: https://www.8x8.com/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: We are with you
website: https://www.wearewithyou.org.uk/
---

4
_clients/you-gov.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: YouGov
website: https://yougov.co.uk/
---

Dosyayı Görüntüle

@ -0,0 +1,4 @@
---
title: Your Sanctuary
website: https://www.yoursanctuary.org.uk/
---

3
_clients/zero-books.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,3 @@
---
title: Zero Books
---

Dosyayı Görüntüle

@ -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 Normal dosya
Dosyayı Görüntüle

@ -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.

Dosyayı Görüntüle

@ -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/)

58
_coops/dot-project.md Normal dosya
Dosyayı Görüntüle

@ -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.

Dosyayı Görüntüle

@ -10,21 +10,36 @@ 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
- 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

Dosyayı Görüntüle

@ -1,6 +1,6 @@
---
title: InFact
name: Infact Digital Co-operative
name: InFact
members: 3
website: http://www.infactcoop.com
email: hello@infactcoop.com
@ -10,22 +10,22 @@ 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
- south-london-and-maudsley-nhs-trust
- guys-and-st-thomas-charity
- shift-design
- action-for-children
- wales-co-operative-centre
- founders-and-coders
- your-sanctuary
- ava-against-violence-and-abuse
- cast
- law-centres-network
- lancashire-womens-centres
- friend-indeed
- catapillr
- read-with-audrey
- anna-freud-centre
- blue-cross
services:
- branding-and-identity
- data-visualisation

54
_coops/jarrow-insights.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,54 @@
---
title: Jarrow Insights
name: Jarrow Insights
members: 2
website: https://jarrow-insights.co/
email: team@jarrow-insights.co
address: 113-115 Fonthill Rd, Finsbury Park, London N4 3HH
latitude: 51.564548
longitude: -0.108550
services:
- analytics
- animation
- big-data
- branding-and-identity
- business-analysis
- consultancy
- data-visualisation
- film
- ideation
- graphic-design
- motion-graphics
- seo-optimisation
- strategy
- user-research
technologies:
- adobe-illustrator
- adobe-premiere-pro
- after-effects
- indesign
- photoshop
- awario
- brandwatch
- gephi
- ibm-cognos
- similarweb
- tableau
- tubular
clients:
- blake-house
- deliveroo
- just-eat
- kaspersky
- labour-party
- paul-murphy
- primark
- zero-books
---
Jarrow Insights is a full-service, data-driven creative strategy and
digital production co-operative. We combine expert-level analysis with
ethically-derived big data sets to provide our clients with actionable
insights that prevent metrics from becoming targets. We offer strategic
consulting, bench-marking, audience research, auditing and assessment
services.

62
_coops/paperrhino.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,62 @@
---
title: Paper Rhino
name: Paper Rhino
members: 5
website: https://paperrhino.co.uk/
email: mail@paperrhino.co.uk
twitter: paper_rhino
telephone: '+44 1733 865080'
address: Workshop G6, Allia Future Business Centre, London Road, Peterborough, PE2 8AN
latitude: 52.5636273
longitude: -0.2432229
clients:
- allia-future-business-centre
- bbc
- bbc-ideas
- cardinus
- co-operatives-uk
- thb-group
- the-hive
- envirogen
- feps
- froglife
- the-green-backyard
- the-woodland-trust
- haircuts-4-homeless
- invest-sk
- kindling-trust
- leeds-bread-co-op
- magpas
- metal-culture
- mutuo
- nhs
- vivacity
- opportunity-peterborough
- peterborough-lions-international
- premier-league-productions
- rhs
- unicorn-grocery
services:
- animation
- artwork
- branding-and-identity
- development
- exhibition-and-display
- film
- graphic-design
- ideation
- illustration
- logo-design
- motion-graphics
- web-design
technologies:
- adobe-illustrator
- after-effects
- htmlcss
- indesign
- photoshop
- risograph
- wordpress
---
Paper Rhino is a creative co-op specialising in illustration, art, typography, animation and design. We are passionate about our disciplines and equally as passionate about working in a socially responsible way. We started Paper Rhino in 2011 so we could provide affordable, fair services to ethically-conscious organisations, small companies, NGO’s and charities. We are a highly creative team that are bordering on the obsessive when it comes to our individual skills. We are passionate in our belief that we can make the world a more beautiful place. Please take a few moments to have a look at our work and if you like what you see, get in touch we’d love to hear from you.

Dosyayı Görüntüle

@ -1,41 +0,0 @@
---
title: Dot Project
name: Dot Project
members: 2
website: http://www.thedotproject.co/
email: annie@thedotproject.co
twitter: dotprojectco
github: techforgoodbath
telephone: '07496276003'
address: 20 Quarry Rock Gardens, Bath, BA2 6EF
latitude: 51.375801
longitude: -2.359903900000063
clients:
- department-for-international-development
- disability-snowsports-uk
- global-ehealth-foundation
- mannion-daniels
- shaw-trust
- torchbox
- university-of-bath
services:
- branding-and-identity
- business-analysis
- business-systems
- community-building
- consultancy
- leadership-development
- marketing
- mentoring
- research
- strategy
technologies:
---
[DOT PROJECT](http://www.dotproject.coop/) enables responsible digital technology. We support organisations to thrive through the use of enabling technology. Our focus is on creating more productive organisations, organisations which can provide an inclusive environment for staff by building digital skills and confidence.
DOT PROJECT believes in the transformative impact of technology on humanity. We exist to support individuals, organisations and communities to realise the potential of enabling technology in increasing their social impact. We work at the intersection between civil society and technology, passionately increasing confidence and capacity of people who are working to solve complex social issues. Our mission is to increase social impact through the use of creativity and technology.
As catalysts for Tech for Good we work to strengthen the tech for good movement, cooperative movement and increase diversity in the social and creative enterprise sector. We are a women-led social enterprise and cooperative who lead with empathy and compassion.
Our service offers both field mapping expertise and our digital foundation packages including Digital Healthcheck, Opportunity Analysis and Responsible Governance.

Dosyayı Görüntüle

@ -6,7 +6,6 @@ website: https://uniteddiversity.coop/
email: josef@uniteddiversity.coop
twitter: uniteddiversity
github: uniteddiversity
telephone: '07974 88 88 95'
address: 4 Melville Square, East Street, Bridport, DT6 3LS
latitude: 50.7332462
longitude: -2.7572083

Dosyayı Görüntüle

@ -70,11 +70,12 @@
];
$(document).ready(function() {
window.app.createMapMultiMarker('map-services', 54.7, -4.2, 6, mapEntries);
var map = window.app.createMapMultiMarker('map-services', 54.7, -4.2, 6, mapEntries);
$('#coops-view-tabs').on('change.zf.tabs', function() {
map.invalidateSize();
});
});
// TODO fix bug with tiles not displaying properly until window resized
</script>
</div>
</div>

Dosyayı Görüntüle

@ -70,11 +70,12 @@
];
$(document).ready(function() {
window.app.createMapMultiMarker('map-technologies', 54.7, -4.2, 6, mapEntries);
var map = window.app.createMapMultiMarker('map-technologies', 54.7, -4.2, 6, mapEntries);
$('#coops-view-tabs').on('change.zf.tabs', function() {
map.invalidateSize();
});
});
// TODO fix bug with tiles not displaying properly until window resized
</script>
</div>
</div>

5
_technologies/awario.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Awario
name: Awario
website: https://awario.com/
---

Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Brandwatch
name: Brandwatch
website: https://www.brandwatch.com/
---

5
_technologies/gephi.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Gephi
name: Gephi
website: https://gephi.org/
---

Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: IBM Cognos
name: IBM Cognos
website: https://www.ibm.com/uk-en/products/cognos-analytics
---

Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: SimilarWeb
name: SimilarWeb
website: https://www.similarweb.com/
---

5
_technologies/tableau.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Tableau
name: Tableau
website: https://www.tableau.com/en-gb
---

5
_technologies/tubular.md Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
title: Tubular
name: Tubular
website: https://tubularlabs.com/
---

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor Daha Fazla Göster