code cleanup

This commit is contained in:
timurgordon 2022-02-22 18:17:26 +03:00
parent e0dd3be1b5
commit bb81feafb4
16 changed files with 13 additions and 90 deletions

View File

@ -89,7 +89,7 @@ OurWorld runs in concert with Ethereum, Polkadot, Cosmos, and more, allowing for
|||
![Image](/images/threefold_sustainability.png)
![Image](/images/threefold_technology_home.jpg)
{% end %}

View File

@ -1,17 +0,0 @@
---
title: "A world for and by the people"
description: "Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be." # quotation marks to allow colons where used
date: 2018-09-14T21:00:00-05:00
updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author: Your name here
imgPath: images/threefold_p2p2.png
#subtitle:
---
## A world for and by the people
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions (experiences on top). OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be.
[Learn how to create]("/")

View File

@ -1,17 +0,0 @@
---
title: "A world made by creators"
description: "Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be." # quotation marks to allow colons where used
date: 2018-09-14T21:00:00-05:00
updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author: Your name here
imgPath: images/threefold_technology_home.jpg
#subtitle:
---
## A world made by creators
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions (experiences on top). OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be.
[Learn how to create]("/")

View File

@ -1,26 +0,0 @@
---
title: "Your UNIQUE title here"
description: "Your UNIQUE description here."
date: 2018-09-14T15:00:00-05:00
updated: 2020-04-22T19:30:00-05:00
draft: false
extra:
author: Your name here
#subtitle:
---
A few words about you. Your opening text goes here.[^footnoteEx1]
## In-article heading --- it's an H2 because your title is the H1
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.[^footnoteEx2]
### Subheading (H3)
Text here.
Closing text. That ends your "About" item!
[^footnoteEx1]: This is how a footnote works. Please note that Zola does **not** automatically put your footnotes at the bottom of your page, as many other static site generators do; so you must **manually** place your footnotes, in the desired order, at the bottom of your Markdown. This is because Zola uses [CommonMark](https://commonmark.org/) via the [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) parser library (see [https://zola.discourse.group/t/is-there-a-way-to-customise-the-way-zola-parses-markdown-footnotes/694](https://zola.discourse.group/t/is-there-a-way-to-customise-the-way-zola-parses-markdown-footnotes/694)).
[^footnoteEx2]: This is a second footnote.

View File

@ -1,17 +0,0 @@
---
title: "A world that heals the environment"
description: "Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be." # quotation marks to allow colons where used
date: 2018-09-14T21:00:00-05:00
updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author: Your name here
imgPath: images/threefold_sustainability.png
#subtitle:
---
## A world that heals the environment
Health and safety are human rights. Everyone deserves equal access to affordable education, healthcare, financial systems, and Internet across geographical and cultural borders. The power lies in collaboration. It is our responsibility to produce high quality and sustainable products and services.
[Learn how to sustain]("https://")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 KiB

View File

@ -24,22 +24,22 @@
class="border-transparent"
aria-label="First page"
href="{{ paginator.first }}"
>{% include "partials/svgPrevPageIcon.html" %}{% include
"partials/svgPrevPageIcon.html" %}</a
>{% include "partials/icons/svgPrevPageIcon.html" %}{% include
"partials/icons/svgPrevPageIcon.html" %}</a
>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a
class="border-transparent"
aria-label="Previous page"
href="{{ paginator.previous }}"
>{% include "partials/svgPrevPageIcon.html" %}</a
>{% include "partials/icons/svgPrevPageIcon.html" %}</a
>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {% else %} {%
include "partials/svgFirstPageIcon.html" %}{% include
"partials/svgFirstPageIcon.html" %}
include "partials/icons/svgFirstPageIcon.html" %}{% include
"partials/icons/svgFirstPageIcon.html" %}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {% include
"partials/svgFirstPageIcon.html" %}
"partials/icons/svgFirstPageIcon.html" %}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {% endif %} {% if
paginator.next %}
@ -47,20 +47,20 @@
class="border-transparent"
aria-label="Next page"
href="{{ paginator.next }}"
>{% include "partials/svgNextPageIcon.html" %}</a
>{% include "partials/icons/svgNextPageIcon.html" %}</a
>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a
class="border-transparent"
aria-label="Last page"
href="{{ paginator.last }}"
>{% include "partials/svgNextPageIcon.html" %}{% include
"partials/svgNextPageIcon.html" %}</a
>{% include "partials/icons/svgNextPageIcon.html" %}{% include
"partials/icons/svgNextPageIcon.html" %}</a
>
{% else %} {% include "partials/svgLastPageIcon.html" %}
{% else %} {% include "partials/icons/svgLastPageIcon.html" %}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {% include
"partials/svgLastPageIcon.html" %}{% include
"partials/svgLastPageIcon.html" %} {% endif %}
"partials/icons/svgLastPageIcon.html" %}{% include
"partials/icons/svgLastPageIcon.html" %} {% endif %}
</p>
</div>
</div>

View File

Before

Width:  |  Height:  |  Size: 435 B

After

Width:  |  Height:  |  Size: 435 B

View File

Before

Width:  |  Height:  |  Size: 438 B

After

Width:  |  Height:  |  Size: 438 B

View File

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 436 B

View File

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 433 B