diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml
index eb77cbd..b570489 100644
--- a/.github/workflows/tf_update.yml
+++ b/.github/workflows/tf_update.yml
@@ -1,23 +1,23 @@
- name: ourverse.tf
- on:
- push:
- branch: [ development ]
+name: ourverse.tf
+on:
+ push:
+ branch: [development]
- jobs:
- job_one:
- name: Deploy
- runs-on: ubuntu-latest
- steps:
- - name: pushing latest change on www2.ourverse.tf
- uses: appleboy/ssh-action@master
- with:
- host: www2.ourverse.tf
- username: root
- key: ${{ secrets.TF_SECRET }}
- port: 22
- script: |
- cd /opt/www_ourverse/
- git log -1
- git restore static/css/index.css
- git pull
- npm run build
+jobs:
+ job_one:
+ name: Deploy
+ runs-on: ubuntu-latest
+ steps:
+ - name: pushing latest change on www2.ourverse.tf
+ uses: appleboy/ssh-action@master
+ with:
+ host: www2.ourverse.tf
+ username: root
+ key: ${{ secrets.TF_SECRET }}
+ port: 22
+ script: |
+ cd /opt/www_ourverse/
+ git log -1
+ git restore static/css/index.css
+ git pull
+ npm run build
diff --git a/.gitignore b/.gitignore
index 31dfcfe..499540b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,3 @@
-examples/builder
-examples/docker
-examples/publisher
-examples/texttools
-examples/gittools
-examples/tmux
-examples/vredis2
*dSYM/
publisher/publish
install_publisher
@@ -20,7 +13,6 @@ src/.temp
content/news
content/person
content/project
-node_modules
!.env.example
.env
.env.*
@@ -32,4 +24,5 @@ dist
run*
install*
public
-static/css
\ No newline at end of file
+static/css
+tailwindcss
\ No newline at end of file
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..fae6947
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,7 @@
+# This configuration file was automatically generated by Gitpod.
+# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
+# and commit this file to your remote git repository to share the goodness with others.
+
+tasks:
+ - init: sh build
+ command: sh build
diff --git a/content/_index.md b/content/_index.md
index 88786f4..d21745e 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -6,184 +6,4 @@ updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author:
- imgPath: blog/realizing_the_promise/
---
-
-
-
-{% row(style="center lean-right") %}
-
-### EXPERIENCE
-
-## ABUNDANCE
-
-
-
-A better world is one where we all have access to endless information and oppurtunities. OurVerse exists to achieve that dream.
-
-
-
-|||
-
-
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center narrow") %}
-
-
-
-
-
-### THE END OF
-
-## SCARCITY.
-
-
-
-Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center moderate") %}
-
-
-
-
-
-
-
-#### ENDLESS KNOWLEDGE AND EDUCATION
-
-
-
-Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
-
-|||
-
-
-
-
-
-
-
-#### A BETTER EARNING MODEL
-
-
-
-Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
-
-{% end %}
-
-{% row(style="center moderate") %}
-
-
-
-
-
-
-
-#### EVERY PRODUCT IS ACCESSIBLE
-
-
-
-Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
-
-|||
-
-
-
-
-
-
-
-#### THE WORLD IS YOUR OYSTER
-
-
-
-Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center lean-left" bgColor="#c4ffeb") %}
-
-
-
-|||
-
-# WORK.
-
-# PLAY.
-
-# **LIVE.**
-
-
-
-**Anything** you can do in the real world you can do in OurVerse. Only your own imagination limits you. Explore or start building experiences and start earning now!
-
-
-
-{% end %}
-
-{% row(style="center narrow") %}
-
-
-
-### EVERY IDENTITY IS
-
-## PROTECTED.
-
-
-
-OurVerse users are protected through ThreeFold's digital twin. This allows everyone to communicate, network and collaborate without worrying about data breaches and identity theft.
-
-
-
-
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center lean-left" bgColor="#c6f8ff") %}
-
-
-
-|||
-
-#### BUILT BY
-
-### TOGETHERNESS.
-
-
-
-An OurVerse is created by utilizing the world's largest decentralized and peer-to-peer of storage and compute: The ThreeFold Grid.
-
-
-
-
-This provides every OurVerse community with unparalleled security to each user and assures unprecedented sovereignty.
-
-
-
-{% end %}
-
-{% row(style="center narrow invert-color" bgColor="#4dc48f") %}
-
-## WANNA GET **INVOLVED?**
-
-
-
-Interested in partnering up? Or just wanna say hi?
-
-Drop us a message!
-
-
-
-{% end %}
diff --git a/content/home/index.md b/content/home/index.md
new file mode 100644
index 0000000..7e4b25f
--- /dev/null
+++ b/content/home/index.md
@@ -0,0 +1,189 @@
+---
+title: "OurVerse"
+description: "The only truly decentralized metaverse on the planet awaits you."
+date: 2018-09-14T21:00:00-05:00
+updated: 2021-02-20T14:40:00-06:00
+draft: false
+extra:
+ author:
+ imgPath: blog/realizing_the_promise/
+---
+
+
+
+{% row(style="center" margin="lean-right") %}
+
+### EXPERIENCE
+
+## ABUNDANCE
+
+
+
+A better world is one where we all have access to endless information and oppurtunities. OurVerse exists to achieve that dream.
+
+
+
+|||
+
+
+
+{% end %}
+
+{{ space() }}
+
+{% row(style="center narrow") %}
+
+
+
+
+
+### THE END OF
+
+## SCARCITY.
+
+
+
+Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
+
+{% end %}
+
+{{ space() }}
+
+{% row(style="center" margin="moderate") %}
+
+
+
+
+
+
+
+#### ENDLESS KNOWLEDGE AND EDUCATION
+
+
+
+Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
+
+|||
+
+
+
+
+
+
+
+#### A BETTER EARNING MODEL
+
+
+
+Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
+
+{% end %}
+
+{% row(style="center moderate") %}
+
+
+
+
+
+
+
+#### EVERY PRODUCT IS ACCESSIBLE
+
+
+
+Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
+
+|||
+
+
+
+
+
+
+
+#### THE WORLD IS YOUR OYSTER
+
+
+
+Learn whatever your heart desires. Access any oppurtunity to earn. Enter any shop. Travel everywhere. In OurVerse, you are limited by only your own imagination.
+
+{% end %}
+
+{{ space() }}
+
+{% row(style="center lean-left" bgColor="#c4ffeb") %}
+
+
+
+|||
+
+# WORK.
+
+# PLAY.
+
+# **LIVE.**
+
+
+
+**Anything** you can do in the real world you can do in OurVerse. Only your own imagination limits you. Explore or start building experiences and start earning now!
+
+
+
+{% end %}
+
+{% row(style="center narrow") %}
+
+
+
+### EVERY IDENTITY IS
+
+## PROTECTED.
+
+
+
+OurVerse users are protected through ThreeFold's digital twin. This allows everyone to communicate, network and collaborate without worrying about data breaches and identity theft.
+
+
+
+
+
+{% end %}
+
+{{ space() }}
+
+{% row(style="center lean-left" bgColor="#c6f8ff") %}
+
+
+
+|||
+
+#### BUILT BY
+
+### TOGETHERNESS.
+
+
+
+An OurVerse is created by utilizing the world's largest decentralized and peer-to-peer of storage and compute: The ThreeFold Grid.
+
+
+
+
+This provides every OurVerse community with unparalleled security to each user and assures unprecedented sovereignty.
+
+
+
+{% end %}
+
+{% row(style="center invert-color" bgColor="#4dc48f" margin="narrow") %}
+
+## WANNA GET **INVOLVED?**
+
+
+
+Interested in partnering up? Or just wanna say hi?
+
+Drop us a message!
+
+
+
+{% end %}
diff --git a/css/index.css b/css/index.css
index eae41c6..3808d06 100644
--- a/css/index.css
+++ b/css/index.css
@@ -86,7 +86,7 @@ img[src*="#tft_img"] {
@apply text-xl lg:text-3xl font-normal;
}
h6 {
- @apply text-md not-italic font-normal my-1;
+ @apply text-base not-italic font-normal my-1;
}
p {
@apply text-lg lg:text-2xl leading-tight;
diff --git a/tailwind.config.js b/tailwind.config.js
index 873168a..5b0de27 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,58 +1,8 @@
-const colors = require('tailwindcss/colors')
-
+/** @type {import('tailwindcss').Config} */
module.exports = {
- content: [
- './templates/**/*.html'
- ],
- darkMode: false,
+ content: ['./templates/**/*.html'],
theme: {
- fontSize: {
- 'xs': '.75rem',
- 'sm': '.875rem',
- 'tiny': '.875rem',
- 'base': '1rem',
- 'md': '1.05rem',
- 'lg': '1.125rem',
- 'xl': '1.25rem',
- '2xl': '1.5rem',
- '3xl': '1.875rem',
- '4xl': '2.25rem',
- '5xl': '3rem',
- '6xl': '4rem',
- '7xl': '5rem',
- '8xl': '5.75rem',
- '9xl': '8rem'
- },
- colors: {
- transparent: 'transparent',
- white: '#ffffff',
- black: '#000000',
- gray: colors.gray,
- slate: colors.slate,
- stone: colors.stone,
- zinc: colors.zinc,
- yellow: colors.yellow,
- orange: colors.orange,
- sky: colors.sky,
- blue: {
- '100': '#bbeeff',
- '200': '#00aaff',
- '300': '#0088ff',
- '400': '#0033ff',
- '500': '#0000ff',
- '600': '#0000bb',
- '700': '#0000aa',
- '800': '#000088',
- '900': '#000066',
- },
-
- },
- extend: {
- screens: {
- '2xl': '1450px',
- // => @media (min-width: 992px) { ... }
- },
- },
+ extend: {},
},
- plugins: [], // if we add forms, do it here
+ plugins: [],
}
diff --git a/tailwindcss b/tailwindcss
index 0393f83..5adb722 100755
Binary files a/tailwindcss and b/tailwindcss differ
diff --git a/templates/_default/base.html b/templates/_default/base.html
index 7888bf9..9816847 100644
--- a/templates/_default/base.html
+++ b/templates/_default/base.html
@@ -1,14 +1,13 @@
- {% include "partials/head.html" %}
- {% include "partials/header.html" %}
-
-
+ {{featured.description}} +