diff --git a/_layouts/coop.html b/_layouts/coop.html
index c4afea9..f2fc306 100644
--- a/_layouts/coop.html
+++ b/_layouts/coop.html
@@ -2,21 +2,29 @@
{% include head.html %}
-
- {% include header.html %}
+
+
+
-
-
-
-
- {{ page.name }}
- {{ page.website }}
+
+

+
+
+
+
Co-operative name
+
{{ page.name }}
+
+
About this co-operative
+ {{ content }}
+
+
Co-operative website
+
+
{{ page.name }}
+
-
-
-
- {% include footer.html %}
diff --git a/assets/css/app.css b/assets/css/app.css
index 65a6145..07ed6ab 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -389,3 +389,82 @@ footer {
}
}
}
+
+.padded {
+ padding: var(--space-sm);
+}
+
+.coop-info-box {
+ position: relative;
+ padding: 0;
+ margin: 0 auto;
+ overflow: hidden;
+ background: var(--cotech-white);
+ border-radius: var(--space-sm);
+ border: 2px solid var(--cotech-light-grey);
+ max-width: var(--measure);
+}
+
+.coop-info-box__close {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 40px;
+ height: 40px;
+ border-radius: 50%;
+ background-color: var(--cotech-white);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 10;
+}
+
+.coop-info-box__close img {
+ transition: transform 0.3s ease;
+}
+
+.coop-info-box__close:hover img {
+ transform: rotate(90deg);
+}
+
+@media screen and (width > 480px) {
+ .coop-info-box__close {
+ top: 20px;
+ right: 20px;
+ width: 60px;
+ height: 60px;
+ }
+}
+
+.coop-info-box__close a {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 100%;
+ height: 100%;
+}
+
+.coop-info-box__content > * {
+ color: var(--cotech-black);
+}
+
+.coop-info-box__content {
+ padding: var(--space-lg);
+}
+
+.coop-info-box .btn {
+ filter: invert(100%);
+}
+
+.coop-info-box h2 {
+ border-left: none;
+ padding-left: 0;
+}
+
+.coop-info-box__logo {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ overflow: hidden;
+ background: var(--cotech-black);
+}
diff --git a/assets/img/close.svg b/assets/img/close.svg
new file mode 100644
index 0000000..03ec810
--- /dev/null
+++ b/assets/img/close.svg
@@ -0,0 +1,4 @@
+