ourworld content added, landing complete

This commit is contained in:
timurgordon
2022-02-16 18:24:39 +03:00
parent f7c0f24604
commit b37696ffc1
8 changed files with 147 additions and 45 deletions

View File

@@ -6,25 +6,6 @@
{{section.content | safe}}
<!-- Landing page banner -->
{% include "partials/splitRow.html" %}
<!-- Landing page full width vertical image -->
<img src="/images/threefold_img2.png" alt="">
<br/>
{%- set section = get_section(path="about/community/_index.md") %}
{% include "partials/splitRow.html" %}
<br/>
<!-- Summary row of sustainability page -->
{%- set section = get_section(path="about/sustainability/_index.md") %}
{% include "partials/splitRow.html" %}
<br/>
<!-- Summary row of creators page -->
{%- set section = get_section(path="about/creators/_index.md") %}
{% include "partials/splitRow.html" %}
</main>
{% endblock content %}