-
- CoTech Coops are members of workers.coop
- Site developed by Glowbox Design, Go Free Range & Outlandish.
- Source code available on git.coop.
- Hosted by Webarchitects for CoTech © {{ 'now' | date: '%Y' }}
+
+ We're building a co-operative digital economy
+
+
+
+
+
+
+
+
Development: Go Free Range & Outlandish
+
Hosting: Web Architects
+
Branding & design: Creative Coop
+
+
+
+
+
CoTech 2025
+
Source code available on git.coop.
+
diff --git a/assets/css/app.css b/assets/css/app.css
index a52fb9e..0649d9a 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -153,6 +153,10 @@ h3.title {
}
}
+strong {
+ font-family: "open_sansbold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
+}
+
body {
background-color: var(--cotech-black);
}
@@ -169,7 +173,7 @@ img.rounded {
border-radius: var(--space-sm);
}
-section {
+section, footer {
padding: var(--space-sm);
}
@@ -179,6 +183,7 @@ section {
border-radius: var(--space-sm);
padding: var(--space-sm);
display: flex;
+ flex-direction: column;
justify-content: center;
}
@@ -333,3 +338,24 @@ section {
z-index: 1001;
}
}
+
+footer {
+ h3 {
+ border-left: none;
+ padding-left: 0;
+ }
+}
+
+@media screen and (width > 480px) {
+ footer {
+ .container {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ }
+
+ .reverse {
+ flex-direction: row-reverse;
+ }
+ }
+}
diff --git a/images/a-member-of-workers-coop.png b/images/a-member-of-workers-coop.png
new file mode 100644
index 0000000..0208b3e
Binary files /dev/null and b/images/a-member-of-workers-coop.png differ