diff --git a/src/about.md b/src/about.md
index bb71a9f0385b3259664962090f9ee5d2bee02b6b..5846a461861d063242bf9416f202d36e8ec09b42 100644
--- a/src/about.md
+++ b/src/about.md
@@ -3,7 +3,7 @@ title: About
 menu: True
 class: about
 layout: single.njk
-order: 4
+order: 1
 heading: We build better for the community 
 chapeau: At Coko, collaboration is the means and the end.
 ---
diff --git a/src/contact.md b/src/contact.md
index 83ec227cbf554b17ed4f2cd74d0b5efd957029d2..2ed53a9deff530d65981e2437521d9503488406e 100644
--- a/src/contact.md
+++ b/src/contact.md
@@ -3,7 +3,7 @@ title: Contact
 menu: true
 class: contact
 layout: single.njk
-order: 6
+order: 5
 heading: Drop us a line
 chapeau: Get in touch
 ---
diff --git a/src/data/products.json b/src/data/products.json
index 389de8759fd404a0786369e7c27336a958bde23f..029c46cf09ca67e745b04697da0efdd39695f438 100644
--- a/src/data/products.json
+++ b/src/data/products.json
@@ -42,7 +42,7 @@
         },
         {
             "tag": "platform",
-            "logo": "/images/uploads/Editoria.png",
+            "logo": "/images/uploads/editoria.svg",
             "name": "Editoria",
             "description": "Editoria the fully fledged post-acquisition book production workflow developed by the Coko team in collaboration with the University of California Press (UCP) and the California Digital Library. Editoria is now in live use by UCP, ATLA Press, punctum books, M Publishing, UNC Press/Longleaf Services and Book Sprints. Built by the Coko team.",
             "weburl": "https://editoria.community/",
@@ -105,7 +105,7 @@
             "giturl": ""
         },
         {
-            "tag": "extend platform",
+            "tag": "extended platform",
             "logo": "/images/uploads/Open.png",
             "name": "Open Education Network",
             "description": "OEN commissioned Coko to extend Editoria for OER specific use cases. Built by the Coko team.",
@@ -113,7 +113,7 @@
             "giturl": ""
         },
         {
-            "tag": "extend platform",
+            "tag": "extended platform",
             "logo": "/images/uploads/Plume.jpg",
             "name": "Plume",
             "description": "Platform built for the Cour des Comptes (French Court of Audit) for the French Government. Built by the French Government as an extension to Editoria.",
@@ -129,7 +129,7 @@
             "giturl": ""
         },
         {
-            "tag": "extend platform",
+            "tag": "extended platform",
             "logo": "/images/uploads/Head.png",
             "name": "Haute école d’art et de design",
             "description": "Haute école d’art et de design (HEAD – Geneva) extended Editoria to meet the needs of there experimental design studies and publishing course.",
diff --git a/src/layouts/base.njk b/src/layouts/base.njk
index 6673b9f1760facf015a352ac93d9bd707d35012a..68d7deff989923205258e4a3be1df11e31b7c23b 100644
--- a/src/layouts/base.njk
+++ b/src/layouts/base.njk
@@ -80,6 +80,36 @@
             {% include "_partials/scripthead.njk" %}
 
         {% endblock %}
+
+        {% block matomo %}
+            <!-- Matomo -->
+            <script type="text/javascript">
+                var _paq = window._paq = window._paq || [];
+                /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
+                _paq.push(["setCookieDomain", "*.coko.foundation"]);
+                _paq.push(['trackPageView']);
+                _paq.push(['enableLinkTracking']);
+                (function () {
+                    var u = "https://stats.coko.foundation/";
+                    _paq.push([
+                        'setTrackerUrl', u + 'matomo.php'
+                    ]);
+                    _paq.push(['setSiteId', '1']);
+                    var d = document,
+                        g = d.createElement('script'),
+                        s = d.getElementsByTagName('script')[0];
+                    g.async = true;
+                    g.src = u + 'matomo.js';
+                    s
+                        .parentNode
+                        .insertBefore(g, s);
+                })();
+            </script>
+            <noscript>
+                <p><img src="https://stats.coko.foundation/matomo.php?idsite=1&amp;rec=1" style="border:0;" alt=""/></p>
+            </noscript>
+            <!-- End Matomo Code -->
+        {% endblock %}
     </head>
 
     <body  class="{{class}} {% block bodyclass %}{% endblock %}">
@@ -114,15 +144,15 @@
             {% endblock %}
 
             {% block content %}
-            <article>
-                {{content | safe}}
+                <article>
+                    {{content | safe}}
                 </article>
             {% endblock %}
         </main>
 
         {% block footer %}
             {% include "_partials/footer.njk" %}
-        {% endblock %} 
+        {% endblock %}
 
         {# check instant #}
         <script src="//instant.page/5.1.0" type="module" integrity="sha384-by67kQnR+pyfy8yWP4kPO12fHKRLHZPfEsiSXR8u2IKcTdxD805MGUXBzVPnkLHw"></script>
@@ -130,11 +160,8 @@
             <script type="module" src="/js/main.js"></script>
         {% endblock %}
 
-
-
         {% block printpreview %}{% endblock %}
-        {% block customScripts %}
-        {% endblock %}
+        {% block customScripts %}{% endblock %}
 
     </body>
 </html>
\ No newline at end of file
diff --git a/src/products.md b/src/products.md
index 79a5c36ee838bf323f0f9a13d17c56bb2286c7ab..943fc8708cb4145369ff8bd2cc835000b3422509 100644
--- a/src/products.md
+++ b/src/products.md
@@ -4,7 +4,7 @@ permalink: /products.html
 menu: true
 layout: products.njk
 class: products
-order: 3
+order: 2
 heading: We use open source to create the perfect platform for you.
 chapeau: 
 ---
diff --git a/src/team.md b/src/team.md
index 9fd91c1a2063f3276841797a8ceac377bb2e0cf9..fc5b06bd9b1bd1f0a560ad505d3e2520f7b0ed05 100644
--- a/src/team.md
+++ b/src/team.md
@@ -3,7 +3,7 @@ title: Team
 menu: true
 layout: team.njk
 class: team
-order: 5
+order: 4
 heading: We build better publishing platforms, with you or for you.
 ---
 
diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css
index 7e4ae27a723a02fcb68fad945fccd3914fe40f31..7ae7ecda6a3ba15a1ce9fe749851fe4ff48c0d5b 100644
--- a/static/css/theme-coko/main.css
+++ b/static/css/theme-coko/main.css
@@ -374,6 +374,7 @@ a:hover {
   .products figure {
     height: 150px;
     margin: 1em;
+    display: flex;
   }
   .products img {
     max-height: 140px;
diff --git a/static/images/uploads/Micropublication.png b/static/images/uploads/Micropublication.png
index 6d4b70a411608c5ffb01284e3cec58c2c607e695..ef5794c9bc612479b51186c68fc7353544e86a9c 100644
Binary files a/static/images/uploads/Micropublication.png and b/static/images/uploads/Micropublication.png differ
diff --git a/static/images/uploads/editoria.svg b/static/images/uploads/editoria.svg
new file mode 100644
index 0000000000000000000000000000000000000000..38075e39210135a2962c2fe785c69759a865a4e0
--- /dev/null
+++ b/static/images/uploads/editoria.svg
@@ -0,0 +1,3 @@
+<svg width="134" height="134" viewBox="0 0 134 134" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M83.6548 60.234C83.0596 55.8936 81.6142 52.4043 78.7233 49.8511C75.8325 47.2128 72.3464 45.766 68.3503 45.766C63.7589 45.766 60.2728 46.9574 57.382 49.5106C54.4911 52.1489 52.7906 55.5532 51.8553 59.8936H83.5698V60.234H83.6548ZM51.8553 70.617C51.8553 75.5532 53.3008 79.2979 56.1916 82.4468C59.0825 85.5957 63.0787 87.0426 68.6053 87.0426C72.0914 87.0426 74.6421 86.4468 76.6827 85.5957C78.7233 84.7447 80.1688 83.5532 81.6142 82.4468C82.8046 81.2553 84.25 80.4043 85.3553 79.2979C86.5457 78.4468 87.9911 77.8511 89.6916 77.8511C91.7322 77.8511 93.7728 78.7021 94.8782 80.1489C96.3236 81.5957 96.9188 83.2979 96.9188 85.0851C96.9188 87.7234 96.0685 90.2766 94.0279 92.3191C91.9873 94.3617 89.6916 96.0638 86.8008 97.2553C83.9099 98.4468 80.764 99.5532 77.533 100.149C74.3871 100.745 71.1561 101 68.6053 101C62.2284 101 56.7868 100.149 52.4505 98.1064C48.1142 96.0638 44.3731 93.5106 41.7373 90.617C38.8464 87.383 36.8909 83.9787 35.7005 80.1489C34.5102 76.4043 34 72.3191 34 68.3191C34 63.1277 34.8503 58.1915 36.2957 53.8511C37.7411 49.5106 40.0368 45.766 42.9277 42.8723C45.8185 39.9787 49.5596 37.3404 53.6409 35.6383C57.9772 33.9362 62.5685 33 68.0952 33C73.2817 33 77.8731 33.8511 81.9543 35.6383C86.0355 37.3404 89.4365 39.7234 92.3274 42.2766C95.2183 45.1702 97.2589 48.3191 98.7043 51.8085C100.15 55.2979 101 59.0426 101 62.7872C101 65.9362 100.405 67.9787 99.2995 69.1702C98.1091 70.3617 96.1536 70.617 92.9226 70.617H51.8553Z" fill="black"/>
+</svg>