diff --git a/content/header/_index.md b/content/header/_index.md index 283c89c..47ce88c 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -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") diff --git a/content/platform/_index.md b/content/platform/_index.md index 66d24a1..c30acb7 100644 --- a/content/platform/_index.md +++ b/content/platform/_index.md @@ -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: --- + + +![Image](/images/OW_Asset3.jpg) + +{% row(style="center narrow") %} + +### THIS IS HOW THE WORLD TRANSFORMS + +
+ +Explore the four layers of a decentalized and peer-to-peer future where no one is left behind. + + + +{% end %} + {% row(style="center lean-right") %} -## EXPLORE **AWESOME.** +### LAYER ONE -
+## THE GRID -Check out the coolest experiences +
-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. - + ||| -![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) - -
- -### META - -### **SHOPPING** - -
- -##### 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
-### 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** - -
- -##### 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) - -
- -### META - -### **EXHIBITIONS** - -
- -##### Visit exhibitions and experience art digitally as you would in an actual gallery. - -||| - -![Image](/images/OVAsset-30.jpg) - -
- -### META - -### **EVENTS** - -
- -##### 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) - -
- -### META - -### **SOCIALIZING** - -
- -##### Elevate your digital socializing experience from chat boxes to VR meetups. - -||| - -![Image](/images/OVAsset-32.jpg) - -
- -### META - -### **GAMING** - -
- -##### Create and play any VR game you can imagine. + {% end %} {{ space() }} -{% row(style="center narrow invert-color" bgColor="#2d103e") %} +{% row(style="center lean-right") %} -## GOT A +### LAYER THREE -## **COOL IDEA?** +## DEFI + +
+ +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. + + + +||| + +![Image](/images/OW_Asset25.png#large) + +{% end %} + +{{ space() }} + +{% row(style="center lean-left") %} + +![Image](/images/OW_Asset5.jpg) + +||| + +### LAYER FOUR + +## DIGITAL TWIN
-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! + + +{% end %} + +{{ space() }} + +{% row(style="center narrow invert-color" bgColor="#4ec48f") %} + +## WANNA GET **INVOLVED?** + +
+ +Interested in partnering up? Or just wanna say hi? + +Drop us a message! +
+ +OUR**WORLD** + {% end %} diff --git a/css/index.css b/css/index.css index 487535b..e809a39 100644 --- a/css/index.css +++ b/css/index.css @@ -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; diff --git a/static/images/OW_Asset3.jpg b/static/images/OW_Asset3.jpg new file mode 100644 index 0000000..601e7e9 Binary files /dev/null and b/static/images/OW_Asset3.jpg differ diff --git a/static/images/OW_Asset4.jpg b/static/images/OW_Asset4.jpg new file mode 100644 index 0000000..d6438c7 Binary files /dev/null and b/static/images/OW_Asset4.jpg differ diff --git a/static/images/OW_Asset5.jpg b/static/images/OW_Asset5.jpg new file mode 100644 index 0000000..beed95c Binary files /dev/null and b/static/images/OW_Asset5.jpg differ diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 199718a..8a0029f 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -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 %} @@ -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 %}