created new navbar partial

This commit is contained in:
timurgordon
2022-02-10 14:29:01 +03:00
parent 00c8893dd2
commit fd4007a9b4
12 changed files with 510 additions and 225 deletions

View File

@@ -1,27 +1,27 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- Landing page template, has a banner and rows of page summaries -->
<main class="pt-16">
<!-- Landing page banner -->
{% include "partials/splitRow.html" %}
<!-- Landing page vertical image -->
<!-- Landing page full width vertical image -->
<img src="processed_images/threefold_img2.png" alt="">
<br/>
{%- set section = get_section(path="about/community/_index.md") %}
<br/>
<!-- Landing page banner -->
{% include "partials/splitRow.html" %}
<br/>
<!-- Summary row of sustainability page -->
{%- set section = get_section(path="about/sustainability/_index.md") %}
<br/>
<!-- Landing page banner -->
{% include "partials/splitRow.html" %}
{%- set section = get_section(path="about/creators/_index.md") %}
<br/>
<!-- Landing page banner -->
<!-- Summary row of creators page -->
{%- set section = get_section(path="about/creators/_index.md") %}
{% include "partials/splitRow.html" %}