From a289d6bb557706b3ea2c65138e9195f70b9f426a Mon Sep 17 00:00:00 2001 From: Boris VAN HOYTEMA Date: Thu, 28 Nov 2019 16:43:03 +0100 Subject: [PATCH] Update design for printing --- assets/eco-system.svg | 57 +++++++++++++++++++++++++++++++++++++++++++ print.html | 12 ++++++--- 2 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 assets/eco-system.svg diff --git a/assets/eco-system.svg b/assets/eco-system.svg new file mode 100644 index 00000000..02706113 --- /dev/null +++ b/assets/eco-system.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + ecosystem around public code development + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/print.html b/print.html index 33ac86d0..39da3331 100644 --- a/print.html +++ b/print.html @@ -230,10 +230,6 @@ -
- collaboration -
-

Table of Contents

@@ -320,12 +316,20 @@

Criteria

+
+ collaboration +
+
{% for page in site.pages %}{% if page.name == "GOVERNANCE.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}
+
+ ecosystem +
+
{% for page in site.pages %}{% if page.name == "CHANGELOG.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}