This commit is contained in:
timurgordon 2022-03-28 17:52:14 +03:00
commit a9af4cf22a
13 changed files with 177 additions and 3328 deletions

View File

@ -17,6 +17,9 @@ extra:
#### Powered by the ThreeFold blockchain the Peoples Internet is the layer 0 infrastructure for an open source P2P Internet owned by humanity.
<button>[Become a farmer](/become-farmer)</button>
{% end %}
{% row(style="lean") %}
@ -45,6 +48,8 @@ Companies and developers have already started using ThreeFold for its autonom
![Image](/images/network_new.jpg)
{% end %}
{% row(style="center") %}

View File

@ -93,4 +93,5 @@ Be a part of the new internet
{% end %}
- [Join us]("/join-us")
- [Mission]("/mission")
- [Blog]("/blog")

View File

@ -5,7 +5,7 @@ insert_anchor_links: "left"
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
template: "positionPage.html"
taxonomies:
roles: ["Develop"]
roles: ["Create"]
tags: ["DAPPs"]
---

View File

@ -0,0 +1,19 @@
---
title: "Graphic Designer 2D"
description: "Create 3D graphics and animations for ourverse and design our digital world."
insert_anchor_links: "left"
#updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
template: "positionPage.html"
taxonomies:
roles: ["Develop"]
tags: ["Metaverse"]
---
## About the position2
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 and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
## Requirements
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.

112
content/mission/_index.md Normal file
View File

@ -0,0 +1,112 @@
---
title: "Mission"
template: "section.html"
insert_anchor_links: "left"
---
{% row(style="center") %}
# OUR MISSION
<br>
To build an open-source peer-to-peer Internet infrastructure that removes all forms of centralization from the global IT systems.
<button>[The collective dream](/deploy)</button>
|||
![Image](/images/mission_header.png)
{% end %}
{% row() %}
![Image](/images/globe_mission.png#large)
|||
## SUPPORTING AN INTERCONNECTED WORLD
Internet access is a human right and it can change everything for the lives of people as an infinite source of tools and information. Our technology was designed to scale the Peoples Internet anywhere electricity and bandwidth are present.
{% end %}
{% row() %}
## SUPPORTING AN INTERCONNECTED WORLD
Internet access is a human right and it can change everything for the lives of people as an infinite source of tools and information. Our technology was designed to scale the Peoples Internet anywhere electricity and bandwidth are present.
|||
![Image](/images/people_mission.png#large)
{% end %}
{% row() %}
![Image](/images/node_mission.png#large)
|||
## OUR VALUES DEFINE OUR ACTIONS
The ThreeFold Law states that any good you do will return to you threefold in this lifetime. By making our technology actionable, we energize a collective approach towards a single mission empowering humanity while regenerating our planet.
{% end %}
{% row(style="center narrow") %}
## **JOIN THE FOLD**
Together, we build the Peoples Internet. Our Internet.
<br>
<br>
![Image](/images/100_mission.png)
<button>[Join Us](/learn-more)</button>
{% end %}
{% row(style="center narrow") %}
## WEVE COME A LONG WAY, <br> **AND WERE JUST GETTING STARTED**
After setting world records in Internet storage and cloud automation technologies throughout the past 20 years, some of our co-founders decided to start from scratch and build a new Internet infrastructure that is universally open source and peer-to-peer.
{% end %}
{% row(style="center") %}
![Image](/images/mission_roadmap.png)
And were aiming for new heights. The Peoples Internet will turn into a DAO in 2022, inviting developers and enterprises from all around the world to collaborate on the decentralization of everything that is digital, and beyond.
{% end %}
{% row(bgColor="#70dfc9" style="center narrow") %}
## **START THE INTERNET <br> REVOLUTION**
Connect, share and collaborate with our open community to expand the horizons of the Peoples Internet. Bring your ideas and lets co-create together!
<br>
<button>[Join The Fold](/learn-more)</button>
{% end %}

3359
package-lock.json generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

View File

@ -41,7 +41,6 @@ Parameters:
{% set row_class = row_class ~ " lg:m-20" %}
{% endif %}
{% endif %}
<!-- makes row full screen width and adds background img -->
@ -50,6 +49,12 @@ Parameters:
{% set styles = "background: url('" ~ bgPath ~ "'); background-size: cover" %}
{% set row_class = row_class ~ "w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 lg:py-40 p-8 sm:p-12 md:p-16 lg:p-20" %}
{% endif %}
{% if bgColor %}
{% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %}
{% set row_class = row_class ~ "w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 lg:py-40 p-8 sm:p-12 md:p-16 lg:p-20" %}
{% endif %}
<div class="{{row_class}}" style="{{styles}}">
{% for column in columns%}