Skip to content

Commit

Permalink
Update design for printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris VAN HOYTEMA committed Nov 28, 2019
1 parent 187ad10 commit a289d6b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 4 deletions.
57 changes: 57 additions & 0 deletions assets/eco-system.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions print.html
Expand Up @@ -230,10 +230,6 @@

</article>

<figure>
<img src="/assets/collaboration.svg" alt="collaboration">
</figure>

<article id="table-of-contents">

<h1>Table of Contents</h1>
Expand Down Expand Up @@ -320,12 +316,20 @@ <h1>Criteria</h1>

</article>

<figure>
<img src="/assets/collaboration.svg" alt="collaboration">
</figure>

<article id="section-governance">

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

</article>

<figure>
<img src="/assets/eco-system.svg" alt="ecosystem">
</figure>

<article id="section-changelog">

{% for page in site.pages %}{% if page.name == "CHANGELOG.md" %}{{page.content | markdownify}}{% endif%}{% endfor %}
Expand Down

0 comments on commit a289d6b

Please sign in to comment.