code cleanup
@ -89,7 +89,7 @@ OurWorld runs in concert with Ethereum, Polkadot, Cosmos, and more, allowing for
|
||||
|
||||
|||
|
||||
|
||||

|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
|
@ -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]("/")
|
@ -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]("/")
|
@ -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.
|
@ -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://")
|
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 294 KiB |
Before Width: | Height: | Size: 618 KiB |
@ -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
|
||||
>
|
||||
|
||||
<a
|
||||
class="border-transparent"
|
||||
aria-label="Previous page"
|
||||
href="{{ paginator.previous }}"
|
||||
>{% include "partials/svgPrevPageIcon.html" %}</a
|
||||
>{% include "partials/icons/svgPrevPageIcon.html" %}</a
|
||||
>
|
||||
|
||||
{% else %} {%
|
||||
include "partials/svgFirstPageIcon.html" %}{% include
|
||||
"partials/svgFirstPageIcon.html" %}
|
||||
include "partials/icons/svgFirstPageIcon.html" %}{% include
|
||||
"partials/icons/svgFirstPageIcon.html" %}
|
||||
{% include
|
||||
"partials/svgFirstPageIcon.html" %}
|
||||
"partials/icons/svgFirstPageIcon.html" %}
|
||||
|
||||
{% 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
|
||||
>
|
||||
|
||||
<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" %}
|
||||
{% include
|
||||
"partials/svgLastPageIcon.html" %}{% include
|
||||
"partials/svgLastPageIcon.html" %} {% endif %}
|
||||
"partials/icons/svgLastPageIcon.html" %}{% include
|
||||
"partials/icons/svgLastPageIcon.html" %} {% endif %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 438 B |
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 433 B |