platform page complete

This commit is contained in:
timurgordon 2022-04-21 17:29:17 +04:00
parent ae5316eab8
commit 53954736c1
7 changed files with 85 additions and 100 deletions

View File

@ -8,8 +8,8 @@ extra:
imgPath: ""
---
- [HOME]("/")
- [CREATOR ZONES]("/creator-zones")
- [PLATFORM]("platform")
- [EXPERIENCES]("/experiences")
- [BLOGS]("/blog")
- [USE CASES]("/")
- [TECH]("/")
- [GET IN TOUCH]("mailto:info@ourverse.tf")
- [CONTACT]("mailto:info@ourworld.tf")

View File

@ -1,138 +1,123 @@
---
title: "Ourverse"
description: "The only truly decentralized metaverse on the planet awaits you."
title: "Platform"
description: "A better world is where we all have access to endless information and opportunities."
date: 2018-09-14T21:00:00-05:00
updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author:
imgPath:
---
<!-- section 1 (header) -->
![Image](/images/OW_Asset3.jpg)
{% row(style="center narrow") %}
### THIS IS HOW THE WORLD TRANSFORMS
<br/>
Explore the four layers of a decentalized and peer-to-peer future where no one is left behind.
<button>[EXPLORE]("/")</button>
{% end %}
{% row(style="center lean-right") %}
## EXPLORE **AWESOME.**
### LAYER ONE
<br/>
## THE GRID
Check out the coolest experiences
<br>
already in OurVerse.
Creator Zones are dedicated to building super-sustainable coworking and co-living communities where entrepreneurs, digital nomads and residents collaborate to build beautiful experiences that positively impact the lives of millions.
<button>[SHOW ME!](/use-cases#experiences)</button>
<button>[KNOW MORE]("https://threefold.io")</button>
|||
![Image](/images/OVAsset-33.jpg)
![Image](/images/OW_Asset4.jpg)
{% end %}
{{ space() }}
{% row(style="center moderate" anchor="experiences") %}
{% row(style="center lean-left") %}
![Image](/images/OVAsset-27.jpg)
<br/>
### META
### **SHOPPING**
<br/>
##### Visit custom made shops in OurVerse and experience the future of e-commerce.
![Image](/images/OW_Asset34.png)
|||
![Image](/images/OVAsset-28.jpg)
### LAYER TWO
## EXPERIENCES
<br/>
### META
Creator Zones are dedicated to building super-sustainable coworking and co-living communities where entrepreneurs, digital nomads and residents collaborate to build beautiful experiences that positively impact the lives of millions.
### **MEETINGS**
<br/>
##### Meeting rooms in OurVerse can help you carry your meetings from a grid to a conference room.
{% end %}
{% row(style="center moderate") %}
![Image](/images/OVAsset-29.jpg)
<br/>
### META
### **EXHIBITIONS**
<br/>
##### Visit exhibitions and experience art digitally as you would in an actual gallery.
|||
![Image](/images/OVAsset-30.jpg)
<br/>
### META
### **EVENTS**
<br/>
##### Concerts, career fairs, anything you can imagine. OurVerse events redefine our understanding of virtual events.
{% end %}
{% row(style="center moderate") %}
![Image](/images/OVAsset-31.jpg)
<br/>
### META
### **SOCIALIZING**
<br/>
##### Elevate your digital socializing experience from chat boxes to VR meetups.
|||
![Image](/images/OVAsset-32.jpg)
<br/>
### META
### **GAMING**
<br/>
##### Create and play any VR game you can imagine.
<button>[KNOW MORE](/creator-zones)</button>
{% end %}
{{ space() }}
{% row(style="center narrow invert-color" bgColor="#2d103e") %}
{% row(style="center lean-right") %}
## GOT A
### LAYER THREE
## **COOL IDEA?**
## DEFI
<br>
OurWorld consists of a decentralized internet network as the foundation. This base enables life-changing experiences and capabilties to be openly and freely available to everyone.
<button>[KNOW MORE]("/platform")</button>
|||
![Image](/images/OW_Asset25.png#large)
{% end %}
{{ space() }}
{% row(style="center lean-left") %}
![Image](/images/OW_Asset5.jpg)
|||
### LAYER FOUR
## DIGITAL TWIN
<br/>
Drop us a line and let us know.
OurWorld exists to speed up the transition towards inclusivity. We create thriving experiences and ecosystems which enable every human being to learn, partake and succeed.
We are always looking out for creative suggestions!
<button>[EXPERIENCES](/experiences)</button>
{% end %}
{{ space() }}
{% row(style="center narrow invert-color" bgColor="#4ec48f") %}
## WANNA GET **INVOLVED?**
<br/>
Interested in partnering up? Or just wanna say hi?
Drop us a message!
<button>[Email](mailto:info@ourverse.tf)</button>
<br>
OUR**WORLD**
{% end %}

View File

@ -68,7 +68,7 @@ img[src*="#tft_img"] {
@apply font-semibold;
}
h2 {
@apply text-4xl lg:text-7xl font-normal leading-none;
@apply text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-normal leading-none;
}
h2 strong {
@apply font-medium;

BIN
static/images/OW_Asset3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

BIN
static/images/OW_Asset4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

BIN
static/images/OW_Asset5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

View File

@ -48,7 +48,7 @@ Parameters:
{% if "between" in style %}
{% set row_class = row_class ~ " lg:max-w-6xl " %}
{% elif "moderate" in style %}
{% set row_class = row_class ~ " lg:m-20 " %}
{% set row_class = row_class ~ " lg:mx-20 " %}
{% endif %}
<!-- makes row full screen width, strips margins -->
@ -57,7 +57,7 @@ Parameters:
{% elif "tight" in style %}
{% set row_class = row_class ~ " lg:max-w-sm " %}
{% elif "moderate" in style %}
{% set row_class = row_class ~ " lg:m-20 " %}
{% set row_class = row_class ~ " lg:mx-20 " %}
{% endif %}
{% if "invert-color" in style %}