4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-25 16:16:35 +00:00
Commit Graph

171 Commits

Author SHA1 Message Date
1bec992972 delete Open Data Services at their request 2024-08-23 08:31:49 +01:00
6e4fe5f2ca Del Yvant https://www.loomio.com/p/XfrkaoGQ/remove-yavant-from-the-cotech-website 2024-06-09 10:10:33 +01:00
64762638af Merge branch 'master' of git.coop:cotech/website 2023-06-06 16:10:25 +01:00
8393069ffd Two coops had the wrong longitude value so were in the wrong place
Negative longitude added instead of positive

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2023-06-06 16:07:37 +01:00
6939b8c4cc Fixes an incorrect URL to GitHub for Webarchitects
GitHub creds should just be the username and not include the https

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2023-06-06 15:02:34 +00:00
3b79024add Adds Cooperative IT to the website
Hoping this is all done correctly - happy to amend

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2023-06-06 15:02:34 +00:00
baae89baf0 fractal remove unused fields 2022-11-10 15:57:56 +00:00
878cda7606 testing impact-box remove empty fields 2022-11-10 15:54:50 +00:00
742d701612 Update _coops/impact-box.md, _coops/fractals.md 2022-11-10 15:43:18 +00:00
ae162fe4d3 Update _coops/mediablaze-hosts.md 2022-11-10 15:39:30 +00:00
ca8bdedac4 Update _coops/fractals.md, _coops/impact-box.md 2022-11-10 15:38:51 +00:00
ef4d9494e1 updated fractals and impact box membership based on companies house records 2022-11-10 15:10:52 +00:00
108dd17f92 Adding fractals and impact box as per
https://www.loomio.com/d/8Ygs5UnC/approve-fractals-co-op-application-to-join-cotech
and
https://www.loomio.com/d/ivVK3xW0/approve-impact-box-cooperative-application-to-join-cotech
2022-11-10 14:09:05 +00:00
c5bbad75aa Due to https://www.loomio.com/p/MWxyQemD/7-members-co-ops-to-leave-cotech
removing 7 co-ops
2022-11-10 13:38:20 +00:00
dbe6743834 Update _coops/outlandish.md 2022-11-10 11:45:29 +00:00
1d9af1bc70 update autonomic deets 2022-03-15 14:59:44 +01:00
321154c7d0 Add Yvant as a member
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2022-03-09 13:45:49 +00:00
7565b10f37 red-hat / redhat inconsistancy fixed 2021-06-24 17:21:58 +01:00
751c3c4e03 Update we-are-open.md
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:04 +01:00
21b5627d9d Update we-are-open.md
edited text, added clients and technologies

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:04 +01:00
d189634c29 Correct technology 2021-04-08 17:59:07 +00:00
575e8a8d53 Update Animorph address, clients, services, description 2021-04-08 17:33:42 +00:00
756aa5918a Need add client logos of nesta, the-executive-office & belfast-city-council 2021-04-08 15:32:23 +00:00
56f5dc7320 Update animorph.md 2021-04-08 15:31:34 +00:00
0e8fcc79ae Update animorph.md 2021-04-08 15:21:15 +00:00
58345b6ec7 Update animorph.md 2021-04-08 15:19:49 +00:00
19f5345517 Update datacontentreach.md 2021-04-08 15:19:25 +00:00
a26e5afcee Add Data Content Reach 2021-04-08 15:18:59 +00:00
4f4d411e2d Delete greennet.md 2021-04-08 15:15:12 +00:00
26ed856e28 Delete netuxo.md 2021-04-08 15:14:29 +00:00
25248bf9ec Add Ctrl Group to Go Free Range client list 2020-10-12 21:42:35 +01:00
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
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
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
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
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
da32e2feb4 https://git.coop/cotech/website/-/merge_requests/67/diffs 2020-04-08 20:24:34 +01:00
d91949666f jarrow tech added 2020-02-27 08:42:55 +00:00
12106a09f2 Jarrow have two members 2020-02-27 08:28:57 +00:00