镜像自地址
https://git.coop/cotech/website.git
已同步 2025-07-16 18:20:54 +00:00
比较提交
146 次代码提交
greennet
...
fix/map-ta
作者 | SHA1 | 提交日期 | |
---|---|---|---|
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 | |||
d6f45ffc92 | |||
7faac2891b | |||
caecfcf6fc | |||
46d1f37d17 | |||
8a59e54ff6 | |||
2b1988d86c | |||
3c96da26bc | |||
f1b85f8a73 | |||
3f06a12945 | |||
a79277c904 | |||
3a846fd9e8 | |||
02dc171130 | |||
a5f7e72571 | |||
bad2ffab4b | |||
7c68a3d9a8 | |||
10d1dbf623 | |||
24d05e6ca2 | |||
dfa1654723 | |||
02cefe36b1 | |||
1ed389423d | |||
7549095c74 | |||
c33c6f67ef | |||
7d8155c61c | |||
be091ce87b | |||
5de2fbf81f | |||
a523a0896f | |||
641391facb | |||
36939a406b | |||
6738ea5e4c | |||
ac96faf6ba | |||
540911839d | |||
e88dc2f257 | |||
2061561186 | |||
0a09a0f6a5 | |||
72741d63fd | |||
17c1ce602a | |||
14af8ea79f | |||
6acd4c8d09 | |||
0331264703 | |||
a158f375d4 | |||
6be8dd2818 | |||
f9b48b8ad3 | |||
9657234d8e | |||
3737168a02 | |||
c069879cf1 | |||
4e795ff337 | |||
2be398b3a1 | |||
12895e8404 | |||
5d6055a89e | |||
d51a6b0f9e | |||
d46b6f0735 | |||
de04546792 | |||
1d27f30e9b | |||
1ad912b8cb | |||
e533438f3c | |||
e4579df97d | |||
a4d4547d96 | |||
aec1f09135 | |||
a9398c8a90 | |||
75823e93d8 | |||
9621d74f11 | |||
ca2e633d27 | |||
f641c889da | |||
a31f65dba6 | |||
6a8185d1fa | |||
c60712bf4e | |||
ba0469154b | |||
c92de6e348 | |||
2b9c06bd69 | |||
f833c8f0cd | |||
d84891f2ec | |||
bf3289a6c9 | |||
fcd60f5e79 | |||
32f2da7949 | |||
ae02954868 | |||
e75044d133 | |||
8496b18c32 | |||
5b05d6da2f | |||
b14b95a22a | |||
4b72062704 | |||
4ef0975c23 | |||
363de5dd03 | |||
cb095e3394 | |||
c511bdd029 |
32
.htaccess
32
.htaccess
@ -1,5 +1,5 @@
|
||||
# Serve .html files without extensions
|
||||
Options +MultiViews
|
||||
# Serve .html files without extensions and allow directory listings
|
||||
Options +MultiViews +Indexes
|
||||
# If a SVG and a PNG exists the prefer the SVG
|
||||
AddType image/svg+xml;qs=0.9 svg sgvz
|
||||
AddType image/png;qs=0.8 png
|
||||
@ -12,3 +12,31 @@ AddOutputFilter DEFLATE html
|
||||
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
|
||||
# Canonical URLs redirect to the domain with a www
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP_HOST} ^coops\.tech$
|
||||
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]
|
||||
</IfModule>
|
||||
# Redirect HTTP to HTTPS
|
||||
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTPS} !=on
|
||||
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
||||
</IfModule>
|
||||
# Strict Transport Security Header, this prevents clients
|
||||
# with STS support from accessing the site using HTTP
|
||||
# https://stackoverflow.com/questions/24144552/how-to-set-hsts-header-from-htaccess-only-on-https
|
||||
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
|
||||
# Directory Listings
|
||||
HeaderName /top.html
|
||||
ReadmeName /bot.html
|
||||
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=*
|
||||
IndexOptions Charset=UTF-8 SuppressHTMLPreamble XHTML TrackModified IconsAreLinks
|
||||
IndexOptions SuppressDescription
|
||||
|
4
_clients/1010uk.md
普通文件
4
_clients/1010uk.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The 10:10 Foundation
|
||||
website: https://1010uk.org/
|
||||
---
|
3
_clients/Kaspersky.md
普通文件
3
_clients/Kaspersky.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Kaspersky
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Action for Children
|
||||
website: https://www.actionforchildren.org.uk/
|
||||
---
|
3
_clients/actionaid.md
普通文件
3
_clients/actionaid.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Action Aid
|
||||
---
|
@ -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/
|
||||
---
|
4
_clients/barbourlogic.md
普通文件
4
_clients/barbourlogic.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Barbour Logic
|
||||
website: http://www.barbourlogic.co.uk/
|
||||
---
|
3
_clients/basw.md
普通文件
3
_clients/basw.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The British Association of Social Workers (BASW)
|
||||
---
|
3
_clients/bbc-ideas.md
普通文件
3
_clients/bbc-ideas.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: BBC ideas
|
||||
---
|
4
_clients/bioregional.md
普通文件
4
_clients/bioregional.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Bioregional
|
||||
website: https://www.bioregional.com/
|
||||
---
|
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/
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Cairn Housing Association
|
||||
website: https://www.cairnha.com/
|
||||
---
|
||||
|
3
_clients/cardinus.md
普通文件
3
_clients/cardinus.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Cardinus
|
||||
---
|
4
_clients/catapillr.md
普通文件
4
_clients/catapillr.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Catapillr
|
||||
website: https://www.catapillr.com
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: CDS Co-operatives
|
||||
website: https://www.cds.coop/
|
||||
---
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Children’s Health Scotland
|
||||
website: https://www.childrenshealthscotland.org/
|
||||
---
|
3
_clients/climate-outreach.md
普通文件
3
_clients/climate-outreach.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Climate Outreach
|
||||
---
|
4
_clients/commonfutures.md
普通文件
4
_clients/commonfutures.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Common Futures
|
||||
website: https://commonfutures.eu/
|
||||
---
|
3
_clients/csh.md
普通文件
3
_clients/csh.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Centre for Sustainable Healthcare
|
||||
---
|
3
_clients/deliveroo.md
普通文件
3
_clients/deliveroo.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Deliveroo
|
||||
---
|
4
_clients/ecas.md
普通文件
4
_clients/ecas.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: ECAS
|
||||
website: https://www.ecas.scot/
|
||||
---
|
3
_clients/eden-project.md
普通文件
3
_clients/eden-project.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: The Eden Project
|
||||
---
|
4
_clients/en10ergy.md
普通文件
4
_clients/en10ergy.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: en10ergy Limited
|
||||
website: https://en10ergy.org.uk/
|
||||
---
|
3
_clients/envirogen.md
普通文件
3
_clients/envirogen.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Envirogen
|
||||
---
|
3
_clients/ethical-consumer.md
普通文件
3
_clients/ethical-consumer.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Ethical Consumer
|
||||
---
|
3
_clients/feps.md
普通文件
3
_clients/feps.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: FEPS
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Food Standards Agency
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Founders and Coders
|
||||
website: https://www.foundersandcoders.com/
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Freedom from Torture
|
||||
---
|
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: The Fundraising Regulator
|
||||
website: https://www.fundraisingregulator.org.uk/
|
||||
---
|
4
_clients/gcda.md
普通文件
4
_clients/gcda.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Greenwich Co-operative Development Agency
|
||||
website: https://gcda.coop/
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Global Canopy Programme
|
||||
website: https://www.globalcanopy.org/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Greener Kirkcaldy
|
||||
website: https://www.greenerkirkcaldy.org.uk/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Guys and St Thomas' Charity
|
||||
website: https://www.gsttcharity.org.uk/
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Haircuts 4 Homeless
|
||||
---
|
3
_clients/health-in-touch.md
普通文件
3
_clients/health-in-touch.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Health In Touch
|
||||
---
|
4
_clients/ideo.md
普通文件
4
_clients/ideo.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: IDEO
|
||||
website: https://www.ideo.com/
|
||||
---
|
3
_clients/ifsw.md
普通文件
3
_clients/ifsw.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: International Federation of Social Workers
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Information Architecture Institute
|
||||
website: https://www.iainstitute.org/
|
||||
---
|
||||
|
3
_clients/invest-sk.md
普通文件
3
_clients/invest-sk.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Invest SK
|
||||
---
|
3
_clients/isd.md
普通文件
3
_clients/isd.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Institute for Strategic Dialogue
|
||||
---
|
3
_clients/just-eat.md
普通文件
3
_clients/just-eat.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Just Eat
|
||||
---
|
4
_clients/kaizen.md
普通文件
4
_clients/kaizen.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The Kaizen Partnership
|
||||
website: http://wearekaizen.co.uk/
|
||||
---
|
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/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: London Permaculture Network
|
||||
website: https://www.londonpermaculture.com/
|
||||
---
|
3
_clients/magpas.md
普通文件
3
_clients/magpas.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Magpas
|
||||
---
|
3
_clients/metal-culture.md
普通文件
3
_clients/metal-culture.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Metal Culture
|
||||
---
|
4
_clients/mhsgroup.md
普通文件
4
_clients/mhsgroup.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Muswell Hill Sustainability Group
|
||||
website: https://mhsgroup.org/
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Modern Art Oxford
|
||||
---
|
3
_clients/mutuo.md
普通文件
3
_clients/mutuo.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Mutuo
|
||||
---
|
4
_clients/neweconomics.md
普通文件
4
_clients/neweconomics.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: New Economics Foundation
|
||||
website: https://neweconomics.org/
|
||||
---
|
3
_clients/nhs.md
普通文件
3
_clients/nhs.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: National Health Service
|
||||
---
|
4
_clients/offgrid-festival.md
普通文件
4
_clients/offgrid-festival.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Off Grid Festival
|
||||
website: https://offgrid-festival.co.uk/
|
||||
---
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
title: Open University
|
||||
title: The Open University
|
||||
---
|
||||
|
4
_clients/opencoop.md
普通文件
4
_clients/opencoop.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The Open Co-op
|
||||
website: https://open.coop/
|
||||
---
|
4
_clients/opendemocracy.md
普通文件
4
_clients/opendemocracy.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: openDemocracy
|
||||
website: https://www.opendemocracy.net/
|
||||
---
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Opportunity Peterborough
|
||||
---
|
4
_clients/ouh.md
普通文件
4
_clients/ouh.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Oxford University Hospitals
|
||||
website: https://www.ouh.nhs.uk/
|
||||
---
|
4
_clients/ovesco.md
普通文件
4
_clients/ovesco.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Ovesco
|
||||
website: https://ovesco.co.uk/
|
||||
---
|
3
_clients/packt.md
普通文件
3
_clients/packt.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Packt Publishing
|
||||
---
|
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
|
||||
---
|
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
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Queen's Nursing Institute Scotland
|
||||
website: https://www.qnis.org.uk/
|
||||
---
|
4
_clients/read-with-audrey.md
普通文件
4
_clients/read-with-audrey.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Read with Audrey
|
||||
website: https://readwithaudrey.com/
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Reinventory
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Resilient Scotland
|
||||
website: https://www.resilientscotland.org.uk/
|
||||
---
|
3
_clients/rhs.md
普通文件
3
_clients/rhs.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: RHS
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Sands
|
||||
website: https://www.sands.org.uk/
|
||||
---
|
||||
|
4
_clients/sarcoma.md
普通文件
4
_clients/sarcoma.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Sarcoma UK
|
||||
website: https://sarcoma.org.uk
|
||||
---
|
4
_clients/shift-design.md
普通文件
4
_clients/shift-design.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Shift Design
|
||||
website: https://shiftdesign.org/
|
||||
---
|
4
_clients/solarcentury.md
普通文件
4
_clients/solarcentury.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Solarcentury
|
||||
website: https://www.solarcentury.com/
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: SLaM
|
||||
website: https://slam.nhs.uk/
|
||||
---
|
4
_clients/sse.md
普通文件
4
_clients/sse.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: The School for Social Entrepreneurs
|
||||
website: https://www.the-sse.org/
|
||||
---
|
4
_clients/stethelburgas.md
普通文件
4
_clients/stethelburgas.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: St Ethelburga's
|
||||
website: https://stethelburgas.org/
|
||||
---
|
3
_clients/thb-group.md
普通文件
3
_clients/thb-group.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: THB Group
|
||||
---
|
@ -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
|
||||
---
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
title: UNICEF
|
||||
website: https://www.unicef.org/
|
||||
---
|
||||
|
3
_clients/vivacity.md
普通文件
3
_clients/vivacity.md
普通文件
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Vivacity
|
||||
---
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Webpost
|
||||
---
|
4
_clients/woda.md
普通文件
4
_clients/woda.md
普通文件
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Worcestershire Office of Data Analytics
|
||||
website: https://www.linkedin.com/company/worcestershire-office-of-data-analytics/
|
||||
---
|
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,43 +2,57 @@
|
||||
title: Agile Collective
|
||||
name: Agile Collective
|
||||
members: 12
|
||||
website: http://agile.coop/
|
||||
email: info@agile.coop
|
||||
website: https://agile.coop/
|
||||
email: hello@agile.coop
|
||||
twitter: AgileCollective
|
||||
github: agilecollective
|
||||
telephone: '01865 403 120'
|
||||
address: Room 301,The Old Music Hall,106-108 Cowley Road,Oxford,United Kingdom,OX4 1JE
|
||||
telephone: '+44 (0) 1865 403 120'
|
||||
address: The Old Music Hall,106-108 Cowley Road,Oxford,OX4 1JE,United Kingdom
|
||||
latitude: 51.7483161
|
||||
longitude: -1.2390645000000404
|
||||
clients:
|
||||
- global-canopy-programme
|
||||
clients:
|
||||
- actionaid
|
||||
- basw
|
||||
- bond
|
||||
- climate-outreach
|
||||
- co-operatives-uk
|
||||
- eden-project
|
||||
- ethical-consumer
|
||||
- food-standards-agency
|
||||
- freedom-from-torture
|
||||
- fundraising-regulator
|
||||
- global-canopy
|
||||
- information-architecture-institute
|
||||
- international-land-coalition
|
||||
- international-planned-parenthood-federation
|
||||
- modern-art-oxford
|
||||
- oxfam-international
|
||||
- oxford-city-council
|
||||
- oxfordshire-county-council
|
||||
- sands
|
||||
- the-eden-project
|
||||
- sarcoma
|
||||
- unicef
|
||||
- university-of-oxford
|
||||
services:
|
||||
services:
|
||||
- analytics
|
||||
- branding-and-identity
|
||||
- consultancy
|
||||
- data-visualisation
|
||||
- development
|
||||
- devops
|
||||
- graphic-design
|
||||
- ideation
|
||||
- logo-design
|
||||
- seo-optimisation
|
||||
- strategy
|
||||
- sysadmin
|
||||
- user-research
|
||||
- web-design
|
||||
technologies:
|
||||
technologies:
|
||||
- apache
|
||||
- gnu-bash
|
||||
- bash
|
||||
- debian
|
||||
- discourse
|
||||
- d3
|
||||
- drupal
|
||||
- docker
|
||||
- gitlab
|
||||
- htmlcss
|
||||
- icinga
|
||||
@ -48,12 +62,14 @@ technologies:
|
||||
- munin
|
||||
- mysql
|
||||
- php
|
||||
- rocket-chat
|
||||
- symfony
|
||||
- ubuntu
|
||||
- wordpress
|
||||
---
|
||||
|
||||
Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team – including our client.
|
||||
Agile Collective is a worker-owned digital agency with a team of 18 based in the UK and Italy.
|
||||
|
||||
As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the ‘Code Club’ on a Wednesday afternoon which is aimed at inspiring young people to get into coding.
|
||||
We design, build and support websites for purpose-driven organisations: clients that value environmental sustainability, social responsibility, equality and human rights, and share our vision of a better world for everyone.
|
||||
|
||||
There is also a company-wide obsession with cycling of various kinds.
|
||||
We are a company with a conscience. And lots of bicycles.
|
||||
|
@ -11,7 +11,7 @@ address: 6 Charlotte Square,Newcastle upon Tyne,United Kingdom,NE1 4XF
|
||||
latitude: 54.97101
|
||||
longitude: -1.61974
|
||||
clients:
|
||||
services:
|
||||
services:
|
||||
- animation
|
||||
- artwork
|
||||
- branding-and-identity
|
||||
@ -29,18 +29,18 @@ services:
|
||||
- web-design
|
||||
---
|
||||
|
||||
CO-OPERATIVE
|
||||
We are a co-operative owned by our workers.
|
||||
CO-OPERATIVE
|
||||
We are a co-operative owned by our workers.
|
||||
Co-operation, openness and fairness are at the heart of everything we do.
|
||||
|
||||
CREATIVE
|
||||
Innovative, accurate, lively and lush.
|
||||
CREATIVE
|
||||
Innovative, accurate, lively and lush.
|
||||
Our team is bursting with ideas and eager to work with you.
|
||||
|
||||
CO-ORDINATED
|
||||
Branding, media, print and video all working together.
|
||||
CO-ORDINATED
|
||||
Branding, media, print and video all working together.
|
||||
We deliver on time and within budget.
|
||||
|
||||
KNOWING
|
||||
After 30 years, we know what we’re doing.
|
||||
We help you engage with the people you need to reach.
|
||||
KNOWING
|
||||
After 30 years, we know what we’re doing.
|
||||
We help you engage with the people you need to reach.
|
||||
|
@ -1,44 +1,52 @@
|
||||
---
|
||||
title: Animorph
|
||||
name: Animorph
|
||||
members: 4
|
||||
members: 5
|
||||
website: https://animorph.coop
|
||||
email: we@animorph.coop
|
||||
twitter: animorphcoop
|
||||
github:
|
||||
telephone:
|
||||
address: Space4, 149 Fonthill Road,London,N4 3HF
|
||||
address: Space4,149 Fonthill Road,London,N4 3HF
|
||||
latitude: 51.5635499
|
||||
longitude: -0.10782689999996364
|
||||
clients:
|
||||
clients:
|
||||
- halo-post-production
|
||||
- southbank-centre
|
||||
services:
|
||||
- open-university
|
||||
- packt
|
||||
- isd
|
||||
services:
|
||||
- animation
|
||||
- artwork
|
||||
- augmented-reality
|
||||
- big-data
|
||||
- branding-and-identity
|
||||
- development
|
||||
- exhibition-and-display
|
||||
- graphic-design
|
||||
- ideation
|
||||
- machine-learning
|
||||
- mixed-reality
|
||||
- motion-graphics
|
||||
- virtual-reality
|
||||
technologies:
|
||||
technologies:
|
||||
- c
|
||||
- htmlcss
|
||||
- javascript
|
||||
- node-js
|
||||
- python
|
||||
- unity-3d
|
||||
---
|
||||
|
||||
We are an immersive media workers’ co-operative specialising in virtual, augmented and mixed reality.
|
||||
Animorph addresses unmet social and medical needs using augmented and virtual reality.
|
||||
|
||||
Our projects range from 3D interface integration, art and research, through simulations, education and app optimisation, to strictly practical applications.
|
||||
We provide a full range of services and products geared towards bespoke immersive app development, including research, design workshops, programming, consultation, video production, and sound design.
|
||||
|
||||
We collaboratively conceive and develop applications that provide quality matching the capacity of the new media realm.
|
||||
Since early 2016, we have been collaborating with social enterprises, medical researchers, and organisations including Southbank Centre, The Open University, and Institute for Strategic Dialogue.
|
||||
|
||||
We look forward to engaging in cutting-edge endeavours that build bridges across disciplines and environments in order to bring people together.
|
||||
We invite all stakeholders to participate in the development process. We excel at understanding the challenges expressed by our end-users; every story takes us on a unique journey.
|
||||
|
||||
Let’s forge alliances for the future we want to live in.
|
||||
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.
|
||||
|
@ -10,13 +10,13 @@ telephone: "+44 (0)1223 967838"
|
||||
address: 25 Signet Court, Swann”s Road, Cambridge,United Kingdom,CB5 8LA
|
||||
latitude: 52.21427610000001
|
||||
longitude: 0.15076890000000276
|
||||
clients:
|
||||
clients:
|
||||
- e-immigrate
|
||||
- ippf
|
||||
- leds-gp
|
||||
- mapaction
|
||||
- world-bank
|
||||
services:
|
||||
services:
|
||||
- business-systems
|
||||
- consultancy
|
||||
- database-solutions
|
||||
@ -26,7 +26,7 @@ services:
|
||||
- strategy
|
||||
- user-research
|
||||
- web-design
|
||||
technologies:
|
||||
technologies:
|
||||
- django-2
|
||||
- docker
|
||||
- javascript
|
||||
|
某些文件未显示,因为此 diff 中更改的文件太多 显示更多
在新工单中引用
屏蔽一个用户