3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 07:17:33 +00:00

Compare commits

...

280 Commits

Author SHA1 Message Date
2a8101c5ff typos fixed 2025-12-18 07:09:57 +00:00
9737c10781 Add hover state to members grid
To match the Figma designs
2025-12-17 16:11:07 +00:00
6409ec9734 Add some additional margin to the dialog on small screens 2025-12-17 12:58:39 +00:00
0858c664c9 Use <dialog> to show co-op info when JS available
This commit progressively enhances the co-op grid to show the contents
of the `/co-op/<id>` page in a HTML `<dialog>` element. This improves
the existing experience by retaining the scroll position and returning
the user to the correct page when the dialog is closed.

In case JS isn't available, and for SEO purposes we link to the co-op
pages as previously (but with the disadvantage that the "close" button
always returns to the homepage irrespective of where the co-op grid is
used).
2025-12-17 12:50:13 +00:00
dbb982990c Various tweaks to the new design based on feedback
Natasha and I went through the design together and made a number of
small tweaks.

In particular we removed the responsive line-height in favour of a
fixed one at all screen sizes.
2025-12-17 12:06:22 +00:00
60e58b04b8 Merge branch 'december-2025-redesign' 2025-12-16 15:49:02 +00:00
e79fb6c5d4 Remove scripts directory
These scripts have served their purpose and we can recover them from
the git history if we ever need them again.
2025-12-16 15:48:35 +00:00
ff2441b7b8 Fix up the domains.coop page
I'm not sure if this page is still relevant, but to avoid breaking
anything I've made it look *ok* with the new styles.
2025-12-16 15:48:35 +00:00
c5a16740d8 Add "hire our co-ops" link to members grid 2025-12-16 15:48:35 +00:00
a21ba89580 Fix dummy links 2025-12-16 15:48:35 +00:00
7a94b7153e Add "hire us" page 2025-12-16 15:48:35 +00:00
5617c6fe6d Extract services into an include
So I can use it on the hire us page
2025-12-16 15:48:35 +00:00
55813e23a4 Add "why co-ops?" page 2025-12-16 15:48:34 +00:00
e71acb9f7a Update menu items to match current pages and design 2025-12-16 15:48:34 +00:00
68e481bb81 Add join page 2025-12-16 15:48:34 +00:00
333011f77c Show members grid on about page 2025-12-16 15:48:34 +00:00
ced5d2ad0e Refactor hero into grid-uneven and large-only classes
This makes it possible to reuse this CSS for the about page layout.
2025-12-16 15:48:34 +00:00
4ae2be1ff9 Add about page 2025-12-16 15:48:34 +00:00
2e864a9d79 Make link styles in grid of co-op images more specific
So that they don't target other links, such as buttons, that appear
inside the grid.
2025-12-16 15:48:34 +00:00
bb785c79ed Style the co-op pages to match the designs
I've decided to style these pages to look like "modals" for now, but I
haven't implemented them as such yet. I think we might be able to add
some progressive enhancement to retain the scroll position when a
co-op logo is clicked to make it feel more like a separate modal
dialog is opening.
2025-12-16 15:48:34 +00:00
f8d28d8aa3 Apply decoration to homepage hero section 2025-12-16 15:48:34 +00:00
0b6c5302ec Move images into assets/img/ 2025-12-16 15:48:34 +00:00
d329b6e51f Tweak header styles to match new designs 2025-12-16 15:48:34 +00:00
fedff4f6b8 Apply maximum size to sections 2025-12-16 15:48:33 +00:00
e879ceb941 Add additional homepage paragraph 2025-12-16 15:48:33 +00:00
d0fb47a3f2 Wrap buttons in a switcher layout 2025-12-16 15:48:33 +00:00
c2235a7c8b Footer styling 2025-12-16 15:48:33 +00:00
43f0e729a1 Add image to homepage 2025-12-16 15:48:33 +00:00
4648499813 Display co-op logos and services in a grid 2025-12-16 15:48:33 +00:00
702d42f892 Align cotents of box 2025-12-16 15:48:33 +00:00
2560dafcae Prevent img from stretching 2025-12-16 15:48:33 +00:00
45ea23b18c Apply stack class to content wrapper
And use `main` instead as this is more semantically useful.
2025-12-16 15:48:33 +00:00
2ac1bd8bd7 Style the buttons 2025-12-16 15:48:33 +00:00
7b8f5c9870 Introduce stack to add consistent vertical spacing
The default value of `--space` here is 1.4rem, to match the
default paragraph spacing.
2025-12-16 15:48:33 +00:00
72feafaf49 Wrap logos and services in a box 2025-12-16 15:48:32 +00:00
53cfa918c4 Add blue border to headings 2025-12-16 15:48:32 +00:00
1c3816dd51 Add padding to <section> 2025-12-16 15:48:32 +00:00
631c9a4fe6 Typography defaults
I've translated the two font sizes shown in Figma[1] to a responsive
scale using an online tool[2].

I've chosen a 70ch base measure as this seems to fit the designs based
on eyeballing them.

[1] https://www.figma.com/design/J0usguWJyGJSAqWSoozGos/Cotech--External-?node-id=2073-3627&t=H31i8C467gbX3TAJ-4
[2] https://websemantics.uk/tools/responsive-font-calculator/
2025-12-16 15:48:32 +00:00
d5ee34dba9 Add homepage copy 2025-12-16 15:48:32 +00:00
940b138b46 Strip out unwanted CSS
I think it's probably easier to start from a cleaner slate for this
redesign, rather than try to incrementally refactor towards the new
design. Some of the base styles are fine and I've retained some of the
CSS variables. I've also kept the header as it probably will be useful
to refactor rather than completely re-do this.
2025-12-16 15:48:32 +00:00
f175da3ca4 Switch index to default layout 2025-12-16 15:48:32 +00:00
bf38328406 Remove clients, services, technologies from config.yml
These are no longer used, so we can simplify the config.
2025-12-16 15:48:32 +00:00
1ecb7f0e03 Remove client markdown docs
We no longer display clients anywhere on the site, so these can be removed.
2025-12-16 15:48:32 +00:00
5647b46cd0 Remove geocoder and geocoding script
We no longer use geocoded addresses on the site, so this dependency
can be removed.
2025-12-16 15:48:32 +00:00
264362cd98 Remove unused meta tags from _includes/head.html 2025-12-16 15:48:32 +00:00
c00d8889a2 Simplify co-op page markup
Now we no longer have two columns of content.
2025-12-16 15:48:32 +00:00
698828a782 Remove sidebar from co-op pages
We removed the metadata that populates this sidebar in a previous
commit.
2025-12-16 15:48:31 +00:00
59b911ce1e Remove clients from co-op pages
We removed the metadata for this in a previous commit.
2025-12-16 15:48:31 +00:00
da137da894 Remove technologies
We stripped out the metadata from the co-op files in the previous
commit so these are no longer linked to or used.
2025-12-16 15:48:31 +00:00
ee5685d258 Remove services
We stripped out the metadata from the co-op files in the previous
commit so these are no longer linked to or used.
2025-12-16 15:48:31 +00:00
0f2a370ae7 Strip out unnecessary co-op YAML front matter
In the new designs we are no longer showing services, clients,
technologies, member counts, maps, addresses, email addresses or
social links for our member co-ops. So we can remove this metadata
altogether.
2025-12-16 15:48:31 +00:00
2ce6edd008 Add missing file extension to autonomic-white logo 2025-12-16 15:48:31 +00:00
dbf16bb15a update 512x512 logo 2025-12-16 11:20:38 +00:00
5b259b43e5 Add Digital Society and associated clients and technologies
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2025-12-06 12:01:50 +00:00
79202642e1 Edit home.html 2025-11-07 12:34:31 +00:00
94b2292b39 update contact to email address 2025-11-07 11:52:15 +00:00
e616a70552 switch to www.cotech.coop 2025-07-29 14:28:52 +01:00
978a1dc91e Edit kin-coop.md 2025-07-22 10:07:03 +00:00
530fcb5394 Edit kin-coop.md 2025-07-22 10:05:55 +00:00
aa8e1f7fd7 Added Kin 2025-07-22 10:03:10 +00:00
5ce9c031f6 Upload New File 2025-07-22 09:58:28 +00:00
22b3a338a5 Edited address so that columns appear correctly on coop page. 2025-07-10 15:58:36 +00:00
94a9c0ff27 Trying to fix Fractals misalignment 2025-07-10 15:57:42 +00:00
6b05e34894 Update Very Evil Demons - Replace Very Evil Demons logo with white version - Add sidebar links - Add new services & technologies
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2025-07-10 16:26:03 +01:00
ceb5a2096b Add Very Evil Demons
By request[1] I've added some basic details I pulled from VED's
website.

[1] https://community.coops.tech/t/removing-past-members-from-the-cotech-website/4374/9?u=chrislowis
2025-07-08 10:29:52 +01:00
5a1766df77 Edit footer.html to updated workers.coop logo 2025-07-03 16:46:21 +01:00
17c9ac1556 Edited worker.coop logo 2025-07-03 16:45:46 +01:00
b074f21b7c Edit footer.html Updated workers.coop logo location and sizing 2025-07-03 16:37:44 +01:00
a87d953dd8 add workers.coop logo 5a3f45db40 2025-07-03 16:32:29 +01:00
01e6f98fcd Edit mediablaze-hosts.md to update lists of membership and clean up punctuation. 2025-07-03 16:17:36 +01:00
5a3f45db40 Edit footer.html to include workers.coop logo and text 2025-07-03 16:04:16 +01:00
66fa6dcc43 Went back to colour logo with css filter. Better. 2025-07-02 14:38:55 +00:00
538ae9d146 Edit app.css 2025-07-02 14:38:12 +00:00
f8ea5abc43 Edit we-are-open.md 2025-07-02 14:35:38 +00:00
bb9f4939fa Added about text from Coops UK website and added services 2025-07-02 14:32:44 +00:00
38120999d6 Streamlined about text 2025-07-02 14:23:20 +00:00
f4fb6f5483 Edit jarrow-insights.md 2025-07-02 14:21:34 +00:00
41613ebf2c Updated about text and services 2025-07-02 14:18:52 +00:00
875b7aeb2f Edit impact-box.md 2025-07-02 14:18:01 +00:00
a18055a9d6 Made logo white 2025-07-02 14:11:30 +00:00
d0830b0393 Added about text from fractals website 2025-07-02 14:10:50 +00:00
4475e8da8d edited to use white logo 2025-07-01 10:57:25 +00:00
1ded938459 Edit app.css - added more padding to p on coop pages 2025-07-01 10:56:33 +00:00
3c45d2cfdc Added a padding to description text on coop pages 2025-07-01 10:52:25 +00:00
6e6740d1b3 Edit outlandish.md 2025-07-01 10:17:38 +00:00
b278b7d07c Uploaded Outlandish white logo 2025-07-01 09:06:11 +00:00
f2fea22233 Improve look of co-op logos
Before this commit the logos were a fairly garish mixture of different
colours, and many of the logos didn't work very well on a white
background.

In keeping with the new brand guidelines we've applied a greyscale
filter to the logos, and Natasha has created some variants of the
existing logos that work better on a black background. I've decided to
keep all the original logos and their variants in case we want to
switch again later, and chosen which one to used based on my taste.

This seems to improve things and we can ask co-ops to provide us with
higher res logos that work on black backgrounds later if we want to
improve things further.

Co-authored-by: Natasha Natarajan <natasha@outlandish.com>
2025-06-30 21:05:48 +01:00
adc0477e39 Update the favicon
I took the SVG favicon from the brand assets pack Creative Coop
produced and put it through an online tool[1] to
generate these files.

[1] https://realfavicongenerator.net
2025-06-30 21:05:47 +01:00
7253e408cb Apply brand guidelines to site
Creative Co-op have recently prepared some brand guidelines for
CoTech, including a new logo, typography suggestions and background
images. This commit restyles the site to apply, as best we can, these
guidelines. It's hard to split this into smaller commits because the
decision to use a black background colour means many things have to
change.

Notably we've removed the "about/join" footer, as it was hard to
choose a bg colour and without one it became more apparent that this
footer was more in the way than useful.

Co-authored-by: Natasha Natarajan <natasha@outlandish.com>
2025-06-30 21:05:47 +01:00
877836953a Implement burger menu
Rather than attempt to recreate the exact burger menu from the old
version of the site, since it requires a number of dependencies, I've
added a burger menu with some inline javascript to handle the toggle
states.

I used Claude 4 to help generate the CSS here.
2025-06-25 21:52:48 +01:00
b9d79dd8f8 Make section.content 100% wide
To work on mobile
2025-06-25 21:52:25 +01:00
06c0d8f45f Style service/technology pages 2025-06-25 21:34:58 +01:00
97e868dc91 Make .two-column a single column on mobile 2025-06-25 21:26:20 +01:00
fea43c6370 Layout improvements on mobile
I've hidden the metadata and reduced some whitespace to make things
look a little better on small screens.
2025-06-25 21:23:29 +01:00
fa70991744 Style about and join pages 2025-06-25 21:09:14 +01:00
b562b72d44 Add id to contact section
So that we can link to it as #contact
2025-06-25 20:46:14 +01:00
5268bcd3b3 Extract some colour variables 2025-06-25 20:41:36 +01:00
0916048bc3 Style co-op pages 2025-06-20 16:33:36 +01:00
b3371aa8c9 Style footer 2025-06-20 16:07:07 +01:00
8514b203d1 Style the "get in touch" slice 2025-06-20 15:57:43 +01:00
a39fcae98b Style members area 2025-06-20 15:51:36 +01:00
33db3c91c7 Style metadata slice 2025-06-20 15:15:59 +01:00
c320a15887 Extract some colour variables 2025-06-20 14:59:11 +01:00
78f236203c Extract spacing variables
A scale taken from https://medium.com/codyhouse/create-your-design-system-part-4-spacing-895c9213e2b9
2025-06-20 14:51:49 +01:00
b4faded4b3 Style homepage hero 2025-06-20 14:49:45 +01:00
1e60c58a6e Style the header 2025-06-20 14:43:49 +01:00
20795aebf2 Add reset stylesheet
Taken from https://www.joshwcomeau.com/css/custom-csss-reset/
2025-06-20 14:43:49 +01:00
90e2f61021 s/Get In Touch/Contact 2025-06-20 14:43:49 +01:00
bab33c25f4 Move manifesto onto about page 2025-06-20 14:43:49 +01:00
01c626751a Apply basic typography
As used in the original design.
2025-06-20 14:43:49 +01:00
55bb15c4b5 Remove top.html
I can't see why this page exists, so I'm removing it.
2025-06-20 14:07:33 +01:00
b2ac2abee2 Remove bot.html
I can't see why this page exists, so I'm removing it.
2025-06-20 14:07:32 +01:00
3517d04637 Strip out CSS, JS and extra markup
The site had around 7000 lines of CSS and 23,000 lines of JS. It also
used a framework called "Zurb" to build the layout. We're planning to
rebrand the website and to make that work easier I think it would help
me (and hopefully those that come after me) to strip out all of these
technologies and recreate the site with a simple stylesheet.

By doing so I think we lose a couple of features, such as the zooming hover
states on the grids of images. Some features, like the "sticky" header
are probably better implemented nowadays in pure CSS.

Given that the site is maintained by volunteers I think the simpler we
can make it the better.
2025-06-20 14:07:32 +01:00
876e7cd0c8 Remove client-list shuffle javascript
The selector in this JS doesn't seem to match anything on the site, so
I'm removing it.
2025-06-20 13:13:57 +01:00
bf84b721b6 Delete technology logos
These logos are no longer used on the site, so they can be deleted.
2025-06-20 13:13:57 +01:00
a4843319e0 Delete services logos
These logos are no longer used on the site, so they can be removed.
2025-06-20 13:13:56 +01:00
d88b6820e4 Remove service logo from filter page 2025-06-20 13:13:56 +01:00
e8261d3be1 Remove technology logo from filter page 2025-06-20 13:13:56 +01:00
e183c6308a Delete clients logos
These logos are no longer used on the home page, or on the individual
co-op pages, so they can be removed.
2025-06-20 13:13:56 +01:00
56bc5a9612 Replace technology, service and client logos with text 2025-06-20 13:13:56 +01:00
5eb1b74c99 Update footer text to reflect removal of sections 2025-06-20 13:13:56 +01:00
3ac09903e9 Remove technologies, clients, services from menu 2025-06-20 13:13:55 +01:00
10ecc8aef0 Remove technologies, clients, services from homepage 2025-06-20 13:13:55 +01:00
b8127bffd3 Remove maps from the site
I've also removed as much related code as I can find.
2025-06-20 13:13:55 +01:00
9a9f5be563 Update year in footer 2025-06-20 12:17:59 +01:00
18851086d9 Upgrade ruby and gems
Ruby 2.6.6 has reached the end-of-life and I had some trouble
installing the dependencies locally as a result. I've updated to the
latest version of ruby and regenerated the Gemfile.lock with the
latest versions of the two gems we depend on, and their dependencies.

Everything looks to still be working in terms of site generation.
2025-06-20 10:57:07 +01:00
9ead880cbc Revert "Delete cbn.md"
This reverts commit 9308dd83b7
2025-06-12 09:19:41 +00:00
9308dd83b7 Delete cbn.md 2025-06-12 08:31:44 +00:00
01e577b9fa Delete aptivate.md 2025-06-12 08:30:04 +00:00
aa7624883d Delete paperrhino.md 2025-06-12 08:28:15 +00:00
999de34ccc Add LocalGov Drupal 2025-06-03 12:53:52 +01:00
c0b767e8e4 Edit outlandish.md 2025-04-29 11:38:48 +00:00
11dab23c22 delete form and function 2025-04-17 16:17:57 +01:00
58b2097932 add principle six 2025-04-15 11:42:53 +01:00
3d5bae33bc update sea logo 2025-04-14 15:17:57 +01:00
ef22ce6858 Edit solidarity-economy-association 2025-04-14 13:59:47 +00:00
371a4f46a1 Add new file 2025-04-14 13:57:45 +00:00
0d3b5d2321 add solidarity-economy-association.png 2025-04-14 14:55:57 +01:00
a53e452985 Merge branch 'master' of git.coop:cotech/website 2025-04-14 14:52:43 +01:00
5456bd7005 Add asterisk-labs.png 2025-04-14 14:52:05 +01:00
01c4c9e932 Added new coop 2025-04-14 13:51:42 +00:00
d0830e13ed Delete blake-house-filmmakers-co-op.md 2025-04-14 13:39:19 +00:00
633711c16a Delete small-axe.md 2025-04-14 13:34:55 +00:00
fea3c73df0 Delete tableflip.md 2025-04-14 13:33:53 +00:00
4b4209700d Delete founders-and-coders.md 2025-04-14 13:32:38 +00:00
b7010453de Delete digital-liberties.md 2025-04-14 13:32:05 +00:00
f07bf1aa67 Delete dev-the-developers-society.md 2025-04-14 13:31:45 +00:00
c9b3b28c24 Delete dcdc.md 2025-04-14 13:31:34 +00:00
2db3cca43d Delete dandelion-collective.md 2025-04-14 13:30:03 +00:00
ac27ee46b5 Delete chapel-street-studio.md 2025-04-14 13:22:29 +00:00
1e4d564d9c Delete alpha-communication.md 2025-04-14 13:20:57 +00:00
dd5164cf62 Delete united-diversity.md 2025-04-14 13:14:06 +00:00
cf698c7666 dot project have closed https://www.linkedin.com/posts/dot-project_gratitude-digitalresilience-socialimpact-activity-7297974693054091264-oR4D/ 2025-03-27 15:38:50 +00:00
675ba8ba18 Update autonomic 2025-02-14 08:55:42 +09:00
ea0c059bab Update client logos 2025-02-14 08:49:55 +09:00
4059d38c3c Add Autonomic clients 2025-02-14 08:40:57 +09:00
7949a222a3 Update Autonomic 2025-02-14 07:49:11 +09:00
c7da7a5b7e update lat long 2025-01-17 11:53:02 +00:00
7c531125fe update Cetis LLP address 2025-01-17 11:42:47 +00:00
a1ffcaa344 Fix loomio URL 2024-09-19 19:52:19 +01:00
11b5d0c189 update about page 2024-09-18 17:09:06 +01:00
31810705bc typo 2024-09-18 17:03:33 +01:00
80201a89ef Merge branch 'master' of git.coop:cotech/website 2024-09-18 17:01:58 +01:00
9bd517be3c about page updates from natasha 2024-09-18 17:01:12 +01:00
c90f876053 Update coop details 2024-09-18 15:45:08 +00:00
13132c17bc Upload New File 2024-09-18 15:37:32 +00:00
a6f7a74683 Merge branch 'master' of git.coop:cotech/website 2024-09-18 16:23:11 +01:00
5e081622e2 add link to reasons to join page 2024-09-18 16:22:44 +01:00
c2d2812343 Update media-coop.md 2024-09-18 15:22:09 +00:00
0f0e6c82bb Merge branch 'master' of git.coop:cotech/website 2024-09-18 16:21:52 +01:00
66d67c7789 add link to reasons to join workers.coop 2024-09-18 16:21:17 +01:00
7f8db3f85d Update media-coop.md 2024-09-18 15:20:40 +00:00
7ec0c7f8aa Merge branch 'master' of git.coop:cotech/website 2024-09-18 16:14:37 +01:00
520619128f add join us link to index page 2024-09-18 16:14:18 +01:00
0c03dec73a Update join.md 2024-09-18 15:13:28 +00:00
7e56c1463e Update join.md 2024-09-18 15:10:00 +00:00
c87f8ed247 Update join.md 2024-09-18 15:08:37 +00:00
a86a80b967 Update join.md 2024-09-18 15:06:53 +00:00
7954e6cc27 Update join.md 2024-09-18 15:05:16 +00:00
2e12be8b92 Merge branch 'master' of git.coop:cotech/website 2024-09-18 16:03:03 +01:00
e800be2943 Remove code operative 2024-09-18 16:02:41 +01:00
f63f6b3fe2 Update join.md 2024-09-18 15:01:50 +00:00
ce2bba506b Update join.md 2024-09-18 14:57:47 +00:00
4e5457266e Merge branch 'master' of git.coop:cotech/website 2024-09-18 15:57:01 +01:00
9c7ee22d6e Remove wave.coop 2024-09-18 15:56:40 +01:00
ceaf1a8d2d Update join.md 2024-09-18 14:56:27 +00:00
1b1d4d6c28 update join us 2024-09-18 15:53:27 +01:00
43ea6f260a update workers.coop link 2024-09-18 15:44:22 +01:00
4b49ab8dd0 add back manifesto button 2024-09-18 15:42:43 +01:00
0356de472f Merge branch 'master' of git.coop:cotech/website 2024-09-18 15:40:26 +01:00
dc910e883c test omit video link 2024-09-18 15:39:54 +01:00
d49fc121d3 Add wordpress to technologies list 2024-09-18 14:28:59 +00:00
0abcdbc0cf Update coop details 2024-09-18 14:11:46 +00:00
75df6431bf CoTech members are workers.coop members 2024-09-18 15:08:21 +01:00
02df852b39 Update file index.html 2024-09-18 13:58:49 +00:00
9403a40acf fix typo 2024-09-10 16:58:36 +01:00
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
0e649ab168 Update README 2023-06-06 15:02:34 +00:00
4e9b094f89 Fixes #63 Updates the mapbox url and map style to work
The old style maps have been deprecated
Fix from
https://docs.mapbox.com/help/troubleshooting/migrate-legacy-static-tiles-api/

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2023-06-06 15:02:34 +00:00
4f27c1274b Necessary to get the application up and running locally
Was encountering a problem with the bundler version
Used the solution here:
https://stackoverflow.com/questions/47026174/find-spec-for-exe-cant-find-gem-bundler-0-a-gemgemnotfoundexception

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
c1f9b4162b remove test deploy servermigration branch 2022-11-06 19:58:24 +00:00
2c8bbc3d5a fix ssh-keyscan 2022-11-06 19:51:01 +00:00
2baca3c81d ssh-keyscan ip addreess 2022-11-06 19:48:53 +00:00
4322865986 Test servermigration branch 2022-11-06 19:32:22 +00:00
8cc7fc3273 Test server migration 2022-11-06 19:28:17 +00:00
7c1e196dfd add clients + logos, co-op cloud tech 2022-04-06 14:04:08 +01:00
1d9af1bc70 update autonomic deets 2022-03-15 14:59:44 +01:00
027f28ed6e Optimize images
- `svgo` for SVG
- `optipng` for PNG

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2022-03-09 13:45:49 +00:00
321154c7d0 Add Yvant as a member
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2022-03-09 13:45:49 +00:00
419e84a6a4 Add whitespace around Animorph logo 2021-09-17 14:07:09 +00:00
32c083d91e Update Animorph images 2021-09-17 12:15:26 +00:00
7565b10f37 red-hat / redhat inconsistancy fixed 2021-06-24 17:21:58 +01:00
3c0a5a848c Typo fixed 2021-06-24 13:33:48 +01:00
1bb4274a71 Add GitHub repo details to README 2021-06-24 13:32:48 +01:00
1e4a5dce66 Dot Project logon added 2021-06-24 12:22:51 +01:00
620bbee6fa Add files via upload
updating We are Open's logo

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:11 +01:00
588340eab1 Add files via upload
uploading client logos

Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:11 +01:00
b3c2b3afb8 Rename red-hat to red-hat.md
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:11 +01:00
0ef94fb89a Rename near to near.md
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:11 +01:00
04ef4254b3 Rename participate to participate.md
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:11 +01:00
0890a995cf Create near
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:04 +01:00
1cabb2dcb4 Create participate
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:04 +01:00
99d88bfd6c Create red-hat
Signed-off-by: Chris Croome <chris@webarchitects.co.uk>
2021-06-24 12:22:04 +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
0ba4d79795 Add Django3 2021-04-08 17:54:23 +00:00
64a2a93bc5 Add client and technology md files 2021-04-08 17:41:31 +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
760cbf6da2 README updated 2021-04-08 16:31:57 +01:00
56f5dc7320 Update animorph.md 2021-04-08 15:31:34 +00:00
bd48be7aca Upload datacontentreach.png 2021-04-08 15:23:42 +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
ea529d7a7d Update for Polly https://community.coops.tech/t/updating-the-cotech-website/2271/4 2021-02-12 11:34:18 +00:00
5db24a717c Replace code-operative.png 2021-01-07 17:12:29 +00:00
8dd4514bf9 Replace code-operative.png 2021-01-07 17:04:54 +00:00
cd26184112 Replace code-operative.png 2021-01-07 17:00:17 +00:00
7a98a5d487 Replace code-operative.png 2021-01-07 16:55:03 +00:00
6f62704c40 Replace code-operative.png 2021-01-07 16:41:59 +00:00
577871e4be Bigger & higher resolution version of GFR logo 2020-10-28 19:16:34 +00:00
b3ea23c6a1 Add missing space to Ctrl Group title 2020-10-12 21:45:27 +01:00
25248bf9ec Add Ctrl Group to Go Free Range client list 2020-10-12 21:42:35 +01:00
d5a260c00e Update Ruby to v2.6.6
This is the latest patch version of v2.6.
2020-10-11 14:47:35 +01:00
2c655c68d1 Update Ruby to v2.5.8
This is the latest patch version of v2.5.
2020-10-11 14:30: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
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
1374 changed files with 3206 additions and 69372 deletions

View File

@ -1,4 +1,5 @@
image: ruby:2.5.3 ---
image: ruby:3.4.4
stages: stages:
- test - test
@ -20,7 +21,8 @@ before_script:
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - ssh-keyscan www.cotech.coop > ~/.ssh/known_hosts
- ssh-keyscan 81.95.52.13 >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
- bundle install --path vendor - bundle install --path vendor
@ -38,13 +40,13 @@ deploy:dev:
stage: staging stage: staging
script: script:
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/dev/ - rsync -aqz --delete-after public/ cotech@www.cotech.coop:sites/dev/
artifacts: artifacts:
paths: paths:
- public - public
environment: environment:
name: dev name: dev
url: https://dev.coops.tech url: https://dev.cotech.coop
only: only:
- master - master
@ -52,16 +54,17 @@ deploy:production:
stage: production stage: production
script: script:
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
- rsync -aqz --delete-after public/ cotech@webarch2.co.uk:sites/default/ - rsync -aqz --delete-after public/ cotech@www.cotech.coop:sites/default/
artifacts: artifacts:
paths: paths:
- public - public
environment: environment:
name: production name: production
url: https://www.coops.tech url: https://www.cotech.coop
only: only:
- master - master
when: manual when: manual
after_script: after_script:
- rm -rf /root/.ssh/ - rm -rf /root/.ssh/
...

View File

@ -13,15 +13,14 @@ AddOutputFilter DEFLATE svg
AddOutputFilter DEFLATE css AddOutputFilter DEFLATE css
AddOutputFilter DEFLATE js AddOutputFilter DEFLATE js
# URL's that changed # URL's that changed
Redirect /co-op/the-dot-project https://www.coops.tech/co-op/dot-project Redirect /coops/ https://www.cotech.coop/co-op/
Redirect /coops/ https://www.coops.tech/co-op/ Redirect /technology/gnu-bash https://www.cotech.coop/technology/bash
Redirect /technology/gnu-bash https://www.coops.tech/technology/bash Redirect /co-op/graphics-coop https://www.cotech.coop/co-op/form-and-function
Redirect /co-op/graphics-coop https://www.coops.tech/co-op/form-and-function
# Canonical URLs redirect to the domain with a www # Canonical URLs redirect to the domain with a www
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine on RewriteEngine on
RewriteCond %{HTTP_HOST} ^coops\.tech$ RewriteCond %{HTTP_HOST} ^coops\.tech$
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L] RewriteRule ^/?(.*) https://www.cotech.coop/$1 [R,L]
</IfModule> </IfModule>
# Redirect HTTP to HTTPS # Redirect HTTP to HTTPS
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS # https://wiki.apache.org/httpd/RewriteHTTPToHTTPS

View File

@ -1 +1 @@
2.5.3 3.4.4

View File

@ -1,4 +1,3 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'jekyll' gem 'jekyll'
gem 'geocoder'

View File

@ -1,65 +1,161 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.6.0) addressable (2.8.7)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 7.0)
base64 (0.3.0)
bigdecimal (3.2.2)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.5) concurrent-ruby (1.3.5)
em-websocket (0.5.1) csv (3.3.5)
em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0)
eventmachine (1.2.7) eventmachine (1.2.7)
ffi (1.10.0) ffi (1.17.2)
ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.2-aarch64-linux-musl)
ffi (1.17.2-arm-linux-gnu)
ffi (1.17.2-arm-linux-musl)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86-linux-gnu)
ffi (1.17.2-x86-linux-musl)
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
geocoder (1.5.1) google-protobuf (4.31.1)
http_parser.rb (0.6.0) bigdecimal
i18n (0.9.5) rake (>= 13)
google-protobuf (4.31.1-aarch64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.31.1-aarch64-linux-musl)
bigdecimal
rake (>= 13)
google-protobuf (4.31.1-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.31.1-x86-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.31.1-x86-linux-musl)
bigdecimal
rake (>= 13)
google-protobuf (4.31.1-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.31.1-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.31.1-x86_64-linux-musl)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (3.8.5) jekyll (4.4.1)
addressable (~> 2.4) addressable (~> 2.4)
base64 (~> 0.2)
colorator (~> 1.0) colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (~> 0.7) i18n (~> 1.0)
jekyll-sass-converter (~> 1.0) jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 1.14) json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (~> 0.3.3) mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 4) rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.2) terminal-table (>= 1.8, < 4.0)
sass (~> 3.4) webrick (~> 1.7)
jekyll-sass-converter (3.1.0)
sass-embedded (~> 1.75)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (1.17.0) json (2.12.2)
liquid (4.0.3) kramdown (2.5.1)
listen (3.1.5) rexml (>= 3.3.9)
rb-fsevent (~> 0.9, >= 0.9.4) kramdown-parser-gfm (1.1.0)
rb-inotify (~> 0.9, >= 0.9.7) kramdown (~> 2.0)
ruby_dep (~> 1.2) liquid (4.0.4)
mercenary (0.3.6) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (3.0.3) public_suffix (6.0.2)
rb-fsevent (0.10.3) rake (13.3.0)
rb-inotify (0.10.0) rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.3.0) rexml (3.4.1)
ruby_dep (1.5.0) rouge (4.5.2)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass (3.7.4) sass-embedded (1.89.2)
sass-listen (~> 4.0.0) google-protobuf (~> 4.31)
sass-listen (4.0.0) rake (>= 13)
rb-fsevent (~> 0.9, >= 0.9.4) sass-embedded (1.89.2-aarch64-linux-android)
rb-inotify (~> 0.9, >= 0.9.7) google-protobuf (~> 4.31)
sass-embedded (1.89.2-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-aarch64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-arm-linux-androideabi)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-arm-linux-gnueabihf)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-arm-linux-musleabihf)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-riscv64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-riscv64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-riscv64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-x86_64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.89.2-x86_64-linux-musl)
google-protobuf (~> 4.31)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.9.1)
PLATFORMS PLATFORMS
aarch64-linux-android
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-androideabi
arm-linux-gnu
arm-linux-gnueabihf
arm-linux-musl
arm-linux-musleabihf
arm64-darwin
riscv64-linux-android
riscv64-linux-gnu
riscv64-linux-musl
ruby ruby
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-android
x86_64-linux-gnu
x86_64-linux-musl
DEPENDENCIES DEPENDENCIES
geocoder
jekyll jekyll
BUNDLED WITH BUNDLED WITH
1.17.3 2.6.7

View File

@ -1,8 +1,15 @@
# CoTech Website # 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 granted 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 ## 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/ * Live site: https://coops.tech/
* Dev site: https://dev.coops.tech/ * Dev site: https://dev.coops.tech/

View File

@ -1,4 +0,0 @@
---
title: The 10:10 Foundation
website: https://1010uk.org/
---

View File

@ -1,3 +0,0 @@
---
title: 360 Giving
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Ace Hotel
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Act Now!
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Action Aid
---

View File

@ -1,3 +0,0 @@
---
title: Alitura Landscape and Garden Design
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: The Alpha Complex
---

View File

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

View File

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

View File

@ -1,3 +0,0 @@
---
title: Association for Progressive Communications
---

View File

@ -1,3 +0,0 @@
---
title: Association for Progressive Communications
---

View File

@ -1,3 +0,0 @@
---
title: Aston Villa FC
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Authors Licensing and Collecting Society
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Badge Wiki
---

View File

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

View File

@ -1,4 +0,0 @@
---
title: Barbour Logic
website: http://www.barbourlogic.co.uk/
---

View File

@ -1,3 +0,0 @@
---
title: Basildon Council
---

View File

@ -1,3 +0,0 @@
---
title: The British Association of Social Workers (BASW)
---

View File

@ -1,3 +0,0 @@
---
title: Bates Wells Braithwaite LLP
---

View File

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

View File

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

View File

@ -1,3 +0,0 @@
---
title: Better Media
---

View File

@ -1,3 +0,0 @@
---
title: Big Lottery Fund
---

View File

@ -1,4 +0,0 @@
---
title: Bioregional
website: https://www.bioregional.com/
---

View File

@ -1,3 +0,0 @@
---
title: Birmingham Bike Foundry
---

View File

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

View File

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

View File

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

View File

@ -1,3 +0,0 @@
---
title: BNP Paribas
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Booth Centre
---

View File

@ -1,3 +0,0 @@
---
title: Brighton & Hove City Council
---

View File

@ -1,3 +0,0 @@
---
title: British Museum
---

View File

@ -1,3 +0,0 @@
---
title: Burngreave Messenger
---

View File

@ -1,4 +0,0 @@
---
title: Cairn Housing Association
website: https://www.cairnha.com/
---

View File

@ -1,3 +0,0 @@
---
title: Camden New Journal
---

View File

@ -1,3 +0,0 @@
---
title: Campaign for Press and Broadcasting Freedom
---

View File

@ -1,3 +0,0 @@
---
title: Carbon Co-op
---

View File

@ -1,3 +0,0 @@
---
title: Carbon3IT Ltd
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Careskills Academy
---

View File

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

View File

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

View File

@ -1,4 +0,0 @@
---
title: CDS Co-operatives
website: https://www.cds.coop/
---

View File

@ -1,3 +0,0 @@
---
title: Ceasefire Magazine
---

View File

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

View File

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

View File

@ -1,3 +0,0 @@
---
title: Child Accident Prevention Trust
---

View File

@ -1,3 +0,0 @@
---
title: Child Poverty Action Group
---

View File

@ -1,3 +0,0 @@
---
title: Childrens Health Scotland
---

View File

@ -1,4 +0,0 @@
---
title: Childrens Health Scotland
website: https://www.childrenshealthscotland.org/
---

View File

@ -1,3 +0,0 @@
---
title: Christopher Kane
---

View File

@ -1,3 +0,0 @@
---
title: City of Sanctuary
---

View File

@ -1,3 +0,0 @@
---
title: City to Sea
---

View File

@ -1,3 +0,0 @@
---
title: Climate Outreach
---

View File

@ -1,3 +0,0 @@
---
title: Co-operative Assistance Network
---

View File

@ -1,3 +0,0 @@
---
title: Co-operative Press Limited
---

View File

@ -1,3 +0,0 @@
---
title: Co-operatives London
---

View File

@ -1,3 +0,0 @@
---
title: Co-operatives UK
---

View File

@ -1,3 +0,0 @@
---
title: Coal Action Network
---

View File

@ -1,3 +0,0 @@
---
title: Colombia Solidarity Campaign
---

View File

@ -1,3 +0,0 @@
---
title: Common Futures
---

View File

@ -1,4 +0,0 @@
---
title: Common Futures
website: https://commonfutures.eu/
---

View File

@ -1,3 +0,0 @@
---
title: Community Shares Scotland
---

View File

@ -1,3 +0,0 @@
---
title: Compassionate Revolution
---

View File

@ -1,3 +0,0 @@
---
title: Creating Freedom
---

View File

@ -1,3 +0,0 @@
---
title: Creative Commons
---

View File

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

View File

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

View File

@ -1,3 +0,0 @@
---
title: Crystal Interactive
---

View File

@ -1,3 +0,0 @@
---
title: The Centre for Sustainable Healthcare
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Daily Life Ltd.
---

View File

@ -1,3 +0,0 @@
---
title: data.gouv.fr
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Department for International Development
---

View File

@ -1,3 +0,0 @@
---
title: Development Trust Northern Ireland
---

View File

@ -1,3 +0,0 @@
---
title: Disability Snowsports UK
---

View File

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

View File

@ -1,3 +0,0 @@
---
title: Dublin Food Co-op
---

View File

@ -1,3 +0,0 @@
---
title: E-immigrate
---

View File

@ -1,3 +0,0 @@
---
title: Earth First!
---

View File

@ -1,3 +0,0 @@
---
title: East End Trades Guild
---

View File

@ -1,4 +0,0 @@
---
title: ECAS
website: https://www.ecas.scot/
---

View File

@ -1,3 +0,0 @@
---
title: Economy for the Common Good
---

View File

@ -1,3 +0,0 @@
---
title: The Eden Project
---

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More