Compare commits
52 Commits
developmen
...
v3.8.1
Author | SHA1 | Date | |
---|---|---|---|
|
a37496a924 | ||
|
9f0a7895ff | ||
|
d32614a01e | ||
|
16b7cd4369 | ||
|
f07e06750b | ||
|
ee83b7b2bd | ||
|
8dc4ee6361 | ||
|
56e0ddb0d2 | ||
|
d9f01efecb | ||
|
d1888645d1 | ||
|
4a3be6bb0b | ||
|
3c3364563c | ||
|
653986aa40 | ||
|
235f34a8af | ||
|
9e92831c08 | ||
|
7031a127cb | ||
|
3c32699e66 | ||
|
0d3ceec871 | ||
|
3543e6f771 | ||
|
4bd64612fb | ||
|
231610425d | ||
|
744ebf1a7d | ||
|
6f11fbca4b | ||
|
ae5f3938cf | ||
|
aca153ff55 | ||
|
a264d4690f | ||
|
b4cfd6c651 | ||
|
c5eeb370e1 | ||
|
ec0b5f38e6 | ||
|
3621e5686e | ||
|
dfb9784b88 | ||
|
722ec6ca47 | ||
|
4cb569b6c2 | ||
|
ae7d72a8c2 | ||
|
58b8453202 | ||
|
9b15bbc67e | ||
|
99582f06c0 | ||
|
abce232e91 | ||
|
060c0a2aff | ||
|
02e3db4684 | ||
|
c47d9682ba | ||
0cb3d4e276 | |||
e1e35c63f5 | |||
a7fb38e3c5 | |||
4e88d88f60 | |||
ed917adb41 | |||
9f9a101b1b | |||
69f6f7dbf4 | |||
ceafeb2b4a | |||
8aa2145b40 | |||
9819f308f1 | |||
8f9ad835e4 |
19
.github/workflows/action.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: Zola on GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- development
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Publish site
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout development
|
||||||
|
uses: actions/checkout@v3.0.0
|
||||||
|
- name: Build and deploy
|
||||||
|
uses: shalzz/zola-deploy-action@v0.16.0
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
29
.github/workflows/tf_update.yml
vendored
@@ -1,43 +1,24 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
name: Ourworld.tf
|
name: Ourworld.tf
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branch: [ master ]
|
|
||||||
=======
|
|
||||||
name: freeflow.life
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch: [ development ]
|
branch: [ development ]
|
||||||
>>>>>>> template/master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
job_one:
|
job_one:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
<<<<<<< HEAD
|
|
||||||
- name: pushing latest change on www.ourworld.tf
|
- name: pushing latest change on www.ourworld.tf
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: www.ourworld.tf
|
host: www.ourworld.tf
|
||||||
=======
|
username: webuser
|
||||||
- name: pushing latest change on www2.freeflow.life
|
|
||||||
uses: appleboy/ssh-action@master
|
|
||||||
with:
|
|
||||||
host: www2.freeflow.life
|
|
||||||
>>>>>>> template/master
|
|
||||||
username: root
|
|
||||||
key: ${{ secrets.TF_SECRET }}
|
key: ${{ secrets.TF_SECRET }}
|
||||||
port: 22
|
port: 34022
|
||||||
script: |
|
script: |
|
||||||
<<<<<<< HEAD
|
cd websites/www_ourworld_tf/
|
||||||
cd /opt/www_ourworld_tf/
|
|
||||||
git log -1
|
|
||||||
git pull
|
|
||||||
npm run build
|
|
||||||
=======
|
|
||||||
cd /opt/www_freeflow_life
|
|
||||||
git log -1
|
git log -1
|
||||||
git pull
|
git pull
|
||||||
bash build.sh
|
bash build.sh
|
||||||
>>>>>>> template/master
|
|
||||||
|
|
||||||
|
105
README.md
@@ -1,104 +1,9 @@
|
|||||||
# OurWorld Website
|
# OurWorld Powered by ThreeFold
|
||||||
|
|
||||||
## About
|
The official website of OurWorld Powered by ThreeFold
|
||||||
|
|
||||||
A website created using Zola, a static site generator.
|
[www.ourworld.tf](https://ourworld.tf/)
|
||||||
|
|
||||||
- The contents of the pages reside in the markdown files in /content (written in CommmonMark)
|
## Contribution
|
||||||
- The pages are rendered using HTML templates with Tailwind CSS framework in /templates
|
|
||||||
|
|
||||||
## Getting Started
|
Feel free to [create a new issue](https://github.com/threefoldfoundation/www_ourworld_tf/issues) to report an error on the website, or if you have any suggestions on website improvements.
|
||||||
|
|
||||||
This repository is meant to use as a template for separate projects as well.
|
|
||||||
|
|
||||||
To use this repository as a template, simply:
|
|
||||||
|
|
||||||
- clone repository
|
|
||||||
- add your own content to templates directory (see more below)
|
|
||||||
- [install Zola](https://www.getzola.org/documentation/getting-started/installation/),
|
|
||||||
- run `npm install` to install dependencies
|
|
||||||
- run `npm run start`
|
|
||||||
|
|
||||||
## How to create pages using this template
|
|
||||||
|
|
||||||
### Structure of the content directory
|
|
||||||
|
|
||||||
Every index.md file in a content directory corresponds to a page, and the landing page is content/\_index.md.
|
|
||||||
The path of each page is simply its path relavant to the root of the content directory.
|
|
||||||
|
|
||||||
Ex:
|
|
||||||
content/\_index.md -> yoururl.com/
|
|
||||||
content/blog/\_index.md -> yoururl.com/blog
|
|
||||||
content/careers/index.md or content/careers.md -> yoururl.com/careers
|
|
||||||
|
|
||||||
### Section Templates
|
|
||||||
|
|
||||||
#### Blog.html
|
|
||||||
|
|
||||||
The blog page is created by default if there is a blog folder in the content directory. The blog page consists of a featured post row, a paginated grid of posts sorted by recency, and a side nav of post categories and featured posts.
|
|
||||||
|
|
||||||
Blog posts can have categories, and can be filtered by said categries. To add a new category simply define the posts category in the yaml header of the blog's index.md file. See /content/blog/2019/01/post-3/index.md for example. The side navigation and category based listing will be automatically updated.
|
|
||||||
|
|
||||||
To make a blog post featured, simply add an isFeatured attribute to the yaml header of the blog post. The most recent featured blog post wiil be displayed on the heading row of the blog page, and the rest will be displayed under featured posts in the side nav. See /content/blog/2019/03/post-5/index.md for implementation.
|
|
||||||
|
|
||||||
#### Section.html
|
|
||||||
|
|
||||||
The default section template, displays section body without styling (except for margins), and displays subpages of the section below. The subpages of the page are displayed as small summaries of pages with title, description, and categories, as rendered by partials/pageBox.html. The subpages are grouped by the taxonomy name passed in as the "group_pages_by" extra attribute, defined in the section's yaml header.
|
|
||||||
|
|
||||||
### Creating custom pages
|
|
||||||
|
|
||||||
To create your own page, simply create a markdwn file following the examples provided above.
|
|
||||||
By default, the markdown file will be displayed plainly as it is.
|
|
||||||
|
|
||||||
#### Page templates
|
|
||||||
|
|
||||||
If you wish to display your markdown files in a specific page template, simply define the template you would like to use in the yaml header of your markdown file. For instance, the blogPage.html template displays blog posts with author info, date, side margins, and a hero image on top of the post. See any blog page in /content for implementation.
|
|
||||||
|
|
||||||
### Shortcodes
|
|
||||||
|
|
||||||
To give website creators freedom in styling without necessitating getting outside of the /content directory and in to the html files, the template has a few features.
|
|
||||||
|
|
||||||
- #### row.html shortcode
|
|
||||||
|
|
||||||
Markdown only goes vertical, but this shortcode allows one to add horizontal elements to their web pages. Simply use the {% row() %} {% end %} syntax and place your content in between. The row shortcode can also take a bgPath parameter if you want your row to have a background. (see /content/careers/index.html)
|
|
||||||
|
|
||||||
You can create columns in your row by using three vertical bars. ( ||| )
|
|
||||||
You can fill in your columns with regular markdown, but they can also be empty.
|
|
||||||
|
|
||||||
- #### menu.html
|
|
||||||
|
|
||||||
Just like row, menu renders a row with columns split by ( ||| ). However, menu is specifically used to create menu objects for expandible header items. The menu shortcode supports button shortcodes in itself, and provides styling for the menu.
|
|
||||||
|
|
||||||
- #### button.html
|
|
||||||
|
|
||||||
A simple button shortcode that takes a body and displays it inside a button that is animated on hover. The button also is entirely clickable, and navigates to the first of if any children link elements.
|
|
||||||
|
|
||||||
- #### mermaid.html
|
|
||||||
|
|
||||||
Simple mermaid shorcode that can be used to create mermaid diagrams in markdown. Also supported in row shortcode.
|
|
||||||
|
|
||||||
[Mermaid]("https://mermaid-js.github.io/mermaid/#/")
|
|
||||||
|
|
||||||
- #### annotation.html
|
|
||||||
|
|
||||||
Simple annotation shorcode that can be used to create annotation objects in markdown.
|
|
||||||
|
|
||||||
(note: inline and inline end qualifiers do not work.)
|
|
||||||
|
|
||||||
[Annotations]("https://squidfunk.github.io/mkdocs-material/reference/annotations/#usage")
|
|
||||||
|
|
||||||
### Image sizing with source paths
|
|
||||||
|
|
||||||
You can size your markdown images by adding #small, #medium or #large at the end of the images source url.
|
|
||||||
See /content/\_index.md for implementation.
|
|
||||||
|
|
||||||
### Header & Footer
|
|
||||||
|
|
||||||
The header and footer are also created from markdown files in the content directory. In /content/header/\_index.md, each header item is bulleted. If a header item has a row beneath it, the row will be displayed as a sub-menu on click. Otherwise, if header item is a link, it will simply navigate to the linked page.
|
|
||||||
|
|
||||||
The footer, likewise, is structured using the row shortcode. However the left section with page summary is built in. To edit the site destcription, one should edit the description (in the yaml header) of the footer md file. To edit the social links, simply add the social outlets name and your link into the socialLinks dictionary attribute on the yaml header of the footer/\_index.md. If a social icon exists for the social outlet, the link wiill be automatically rendered within the icon, displayed in the footer.
|
|
||||||
|
|
||||||
## Resources & References
|
|
||||||
|
|
||||||
This project was started using a [Zola Tailwind starter set](https://github.com/brycewray/zola_twcss)
|
|
||||||
Some templates were created using [Tailwind UI](https://tailwindui.com)
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://ourworld.tf"
|
base_url = "https://www.ourworld.tf"
|
||||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||||
|
|
||||||
title = "ThreeFold"
|
title = "ThreeFold"
|
||||||
@@ -37,6 +37,9 @@ highlight_theme = "visual-studio-dark"
|
|||||||
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)
|
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)
|
||||||
render_emoji = false
|
render_emoji = false
|
||||||
|
|
||||||
|
[slugify]
|
||||||
|
paths = "on"
|
||||||
|
|
||||||
# Whether external links are to be opened in a new tab
|
# Whether external links are to be opened in a new tab
|
||||||
# If this is true, a `rel="noopener"` will always automatically be added for security reasons
|
# If this is true, a `rel="noopener"` will always automatically be added for security reasons
|
||||||
external_links_target_blank = true
|
external_links_target_blank = true
|
||||||
@@ -62,3 +65,7 @@ name = "categories"
|
|||||||
feed = true
|
feed = true
|
||||||
paginate_by = 2
|
paginate_by = 2
|
||||||
paginate_path = "blog-posts"
|
paginate_path = "blog-posts"
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
header_class = "freeflow"
|
||||||
|
footer_class = "freeflow"
|
||||||
|
BIN
content/.DS_Store
vendored
@@ -24,7 +24,7 @@ A better world is one where we all have access to endless information and opport
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ A better world is one where we all have access to endless information and opport
|
|||||||
|
|
||||||
{% row(style="center lean-left" bgColor="#c4ffeb") %}
|
{% row(style="center lean-left" bgColor="#c4ffeb") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ A better world is one where we all have access to endless information and opport
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### THE END OF
|
### THE END OF
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ OurWorld consists of a decentralized internet network as the foundation. This ba
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ OurWorld consists of a decentralized internet network as the foundation. This ba
|
|||||||
|
|
||||||
{% row(style="center lean-left" bgColor="#fdfeea") %}
|
{% row(style="center lean-left" bgColor="#fdfeea") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@@ -124,7 +124,7 @@ Soon, access all your OurWorld experiences through your Digital Twin. Communicat
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
BIN
content/creator-zones/images/creator.png
Normal file
After Width: | Height: | Size: 508 KiB |
BIN
content/creator-zones/images/nature.png
Normal file
After Width: | Height: | Size: 289 KiB |
BIN
content/creator-zones/images/ow_lp1.png
Normal file
After Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 460 KiB After Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
BIN
content/creator-zones/images/p2p.png
Normal file
After Width: | Height: | Size: 428 KiB |
BIN
content/creator-zones/images/regenerative.png
Normal file
After Width: | Height: | Size: 621 KiB |
@@ -10,11 +10,13 @@ extra:
|
|||||||
|
|
||||||
<!-- section 1 (header) -->
|
<!-- section 1 (header) -->
|
||||||
|
|
||||||
|
{{ space() }}
|
||||||
|
|
||||||
{% row(style="center lean-right") %}
|
{% row(style="center lean-right") %}
|
||||||
|
|
||||||
### GROWTH BEGINS
|
### GROWTH BEGINS IN
|
||||||
|
|
||||||
#### IN CREATOR ZONES
|
## THE CREATOR ZONE
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -24,7 +26,7 @@ Creator Zones are set up to allow aspiring entrepreneurs, business people and di
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@@ -32,10 +34,11 @@ Creator Zones are set up to allow aspiring entrepreneurs, business people and di
|
|||||||
|
|
||||||
{% row(style="center lean-left" bgColor="#c4ffeb") %}
|
{% row(style="center lean-left" bgColor="#c4ffeb") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
### THE
|
||||||
## LOVE OF NATURE
|
## LOVE OF NATURE
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
@@ -50,39 +53,15 @@ to become the standard of every Creator Zone.
|
|||||||
|
|
||||||
{{ space() }}
|
{{ space() }}
|
||||||
|
|
||||||
{% row(style="center narrow") %}
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### A DEDICATION
|
|
||||||
|
|
||||||
## TO LEARNING
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Creator Zones are always integrated with nature.
|
|
||||||
This creates a more sustainable environment that
|
|
||||||
allows community members to be more
|
|
||||||
sustainable. This also promotes greener habits
|
|
||||||
to become the standard of every Creator Zone.
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{{ space() }}
|
|
||||||
|
|
||||||
{% row(style="center lean-left" bgColor="#e9fcff") %}
|
{% row(style="center lean-left" bgColor="#e9fcff") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
## BUILT BY
|
### BUILT BY
|
||||||
|
|
||||||
### TOGETHERNESS
|
## TOGETHERNESS
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
@@ -99,7 +78,7 @@ We have created an environment where collaboration and team work lead to the dev
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -117,9 +96,9 @@ We work with the local population to allow them to help and earn from the Creato
|
|||||||
|
|
||||||
{% row(style="center lean-right") %}
|
{% row(style="center lean-right") %}
|
||||||
|
|
||||||
### THE POWER
|
### THE POWER OF
|
||||||
|
|
||||||
## OF P2P
|
## P2P
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -129,7 +108,7 @@ All Creator Zone experiences and technologies are built on top of the world’s
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
Before Width: | Height: | Size: 412 KiB After Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
BIN
content/experiences/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
content/experiences/img/OW_sikana.jpeg
Normal file
After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
content/experiences/img/experiences.png
Normal file
After Width: | Height: | Size: 1020 KiB |
BIN
content/experiences/img/ourverse.png
Normal file
After Width: | Height: | Size: 168 KiB |
BIN
content/experiences/img/ow_lp1.png
Normal file
After Width: | Height: | Size: 529 KiB |
BIN
content/experiences/img/ow_lp_logo.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
content/experiences/img/p2p.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
@@ -7,16 +7,4 @@ extra:
|
|||||||
socialLinks: { Github: "https://" }
|
socialLinks: { Github: "https://" }
|
||||||
---
|
---
|
||||||
|
|
||||||
{% row(style="center narrow invert-color" bgColor="#2d103e") %}
|
|
||||||
|
|
||||||
## WANNA GET INVOLVED?
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Interested in partnering up? Or just wanna say hi?
|
|
||||||
|
|
||||||
Drop us a message!
|
|
||||||
|
|
||||||
<button>[Email](/)</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
@@ -4,12 +4,12 @@ description: "NEAR is on a mission to empower everyone to take back control of t
|
|||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
template: "partials/header.html"
|
template: "partials/header.html"
|
||||||
extra:
|
extra:
|
||||||
logoPath: "/images/OW_logo.png"
|
logoPath: "/images/OW_Logo.png"
|
||||||
imgPath: ""
|
imgPath: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
- [CREATOR ZONES]("/creator-zones")
|
- [CREATOR ZONES]("/creator-zones")
|
||||||
- [PLATFORM]("platform")
|
- [PLATFORM]("/platform")
|
||||||
- [EXPERIENCES]("/experiences")
|
- [EXPERIENCES]("/experiences")
|
||||||
- [BLOGS]("/blog")
|
- [BLOGS]("/blog")
|
||||||
- [CONTACT]("mailto:info@ourworld.tf")
|
- [CONTACT]("mailto:info@ourworld.tf")
|
||||||
|
BIN
content/home/OW_Defi.jpg
Normal file
After Width: | Height: | Size: 412 KiB |
BIN
content/home/OW_Kutana.jpg
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
content/home/OW_Logo.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
content/home/OurVerse-logo.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/home/images/abundance.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
content/home/images/creator.png
Normal file
After Width: | Height: | Size: 508 KiB |
BIN
content/home/images/ff.png
Normal file
After Width: | Height: | Size: 443 KiB |
BIN
content/home/images/ow_lp0.png
Normal file
After Width: | Height: | Size: 453 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
BIN
content/home/images/ow_lp44.png
Normal file
After Width: | Height: | Size: 391 KiB |
BIN
content/home/images/ow_lp8.jpeg
Normal file
After Width: | Height: | Size: 460 KiB |
@@ -10,7 +10,9 @@ extra:
|
|||||||
|
|
||||||
<!-- section 1 (header) -->
|
<!-- section 1 (header) -->
|
||||||
|
|
||||||
{% row(style="center lean-right") %}
|
{{ space() }}
|
||||||
|
|
||||||
|
{% row(style="center" margin="narrow") %}
|
||||||
|
|
||||||
### EXPERIENCE
|
### EXPERIENCE
|
||||||
|
|
||||||
@@ -24,23 +26,20 @@ A better world is one where we all have access to endless information and opport
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{{ space() }}
|
{{ space() }}
|
||||||
|
|
||||||
{% row(style="center lean-left" bgColor="#c4ffeb") %}
|
{% row(style="center" margin="narrow" bgColor="#c4ffeb") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
## THE
|
### THE
|
||||||
|
## CREATOR ZONE
|
||||||
## CREATOR
|
|
||||||
|
|
||||||
## ZONE
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
@@ -52,11 +51,14 @@ A better world is one where we all have access to endless information and opport
|
|||||||
|
|
||||||
{{ space() }}
|
{{ space() }}
|
||||||
|
|
||||||
{% row(style="center narrow") %}
|
{% row(style="center narrow" margin="narrow") %}
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
### THE END OF
|
### THE END OF
|
||||||
|
|
||||||
@@ -64,17 +66,18 @@ A better world is one where we all have access to endless information and opport
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
OurWorld allows you and your community to prosper together! Learn whatever your heart desires. Access any opportunity to earn.
|
OurWorld allows you and your community to prosper together!
|
||||||
|
<br>Learn whatever your heart desires. Access any opportunity to earn.
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{{ space() }}
|
{{ space() }}
|
||||||
|
|
||||||
{% row(style="center lean-right" bgColor="#c4ffeb") %}
|
{% row(style="center" margin="narrow" bgColor="#c4ffeb") %}
|
||||||
|
|
||||||
#### THE 4 LAYERS OF
|
### THE 4 LAYERS OF
|
||||||
|
|
||||||
### TRANSFORMATION.
|
## TRANSFORMATION
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -84,15 +87,15 @@ OurWorld consists of a decentralized internet network as the foundation. This ba
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{{ space() }}
|
{{ space() }}
|
||||||
|
|
||||||
{% row(style="center lean-left" bgColor="#fdfeea") %}
|
{% row(style="center" margin="narrow" bgColor="#fdfeea") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@@ -108,15 +111,12 @@ OurWorld exists to speed up the transition towards inclusivity. We create thrivi
|
|||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% row(style="center moderate") %}
|
{% row(style="center moderate" margin="narrow") %}
|
||||||
|
|
||||||
COMING SOON.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
### THE DIGITAL
|
### THE DIGITAL
|
||||||
|
|
||||||
# TWIN
|
## TWIN
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -124,11 +124,11 @@ Soon, access all your OurWorld experiences through your Digital Twin. Communicat
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% row(style="center narrow invert-color" bgColor="#4ec48f") %}
|
{% row(style="center narrow invert-color" margin="narrow" bgColor="#4ec48f") %}
|
||||||
|
|
||||||
## WANNA GET **INVOLVED?**
|
## WANNA GET **INVOLVED?**
|
||||||
|
|
||||||
|
BIN
content/home/ow_lp_logo.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
147
content/index.md
Normal file
@@ -0,0 +1,147 @@
|
|||||||
|
---
|
||||||
|
title: "OurWorld"
|
||||||
|
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:
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- section 1 (header) -->
|
||||||
|
|
||||||
|
{% row(style="center lean-right") %}
|
||||||
|
|
||||||
|
### EXPERIENCE
|
||||||
|
|
||||||
|
## ABUNDANCE
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
A better world is one where we all have access to endless information and opportunities. OurWorld exists to achieve that dream.
|
||||||
|
|
||||||
|
<button>[EXPLORE]("/platform")</button>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
{{ space() }}
|
||||||
|
|
||||||
|
{% row(style="center lean-left" bgColor="#c4ffeb") %}
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
## THE
|
||||||
|
|
||||||
|
## CREATOR
|
||||||
|
|
||||||
|
## ZONE
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
**This is where it all begins.** 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>[EXPLORE](/creator-zones)</button>
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
{{ space() }}
|
||||||
|
|
||||||
|
{% row(style="center narrow") %}
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### THE END OF
|
||||||
|
|
||||||
|
## SCARCITY.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
OurWorld allows you and your community to prosper together! Learn whatever your heart desires. Access any opportunity to earn.
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
{{ space() }}
|
||||||
|
|
||||||
|
{% row(style="center lean-right" bgColor="#c4ffeb") %}
|
||||||
|
|
||||||
|
#### THE 4 LAYERS OF
|
||||||
|
|
||||||
|
### TRANSFORMATION.
|
||||||
|
|
||||||
|
<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>[LEARN MORE]("/platform")</button>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
{{ space() }}
|
||||||
|
|
||||||
|
{% row(style="center lean-left" bgColor="#fdfeea") %}
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
### A MISSION TO
|
||||||
|
|
||||||
|
# THRIVE
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
<button>[EXPERIENCES](/experiences)</button>
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
{% row(style="center moderate") %}
|
||||||
|
|
||||||
|
COMING SOON.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
### THE DIGITAL
|
||||||
|
|
||||||
|
# TWIN
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
Soon, access all your OurWorld experiences through your Digital Twin. Communicate, collaborate and network without every working about online security or identity theft.
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
{% 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 %}
|
BIN
content/platform/img/OW_Defi.jpg
Normal file
After Width: | Height: | Size: 412 KiB |
BIN
content/platform/img/creator.png
Normal file
After Width: | Height: | Size: 508 KiB |
BIN
content/platform/img/ff.png
Normal file
After Width: | Height: | Size: 443 KiB |
BIN
content/platform/img/layer.png
Normal file
After Width: | Height: | Size: 366 KiB |
BIN
content/platform/img/nature.png
Normal file
After Width: | Height: | Size: 289 KiB |
BIN
content/platform/img/ow_lp1.png
Normal file
After Width: | Height: | Size: 529 KiB |
BIN
content/platform/img/ow_lp11.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
content/platform/img/ow_lp12.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
content/platform/img/ow_lp14.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
content/platform/img/ow_lp40.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
content/platform/img/ow_lp8.jpg
Normal file
After Width: | Height: | Size: 460 KiB |
BIN
content/platform/img/ow_lp9.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
content/platform/img/p2p.png
Normal file
After Width: | Height: | Size: 428 KiB |
BIN
content/platform/img/regenerative.png
Normal file
After Width: | Height: | Size: 621 KiB |
@@ -10,10 +10,12 @@ extra:
|
|||||||
|
|
||||||
<!-- section 1 (header) -->
|
<!-- section 1 (header) -->
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
{% row(style="center narrow") %}
|
{% row(style="center narrow") %}
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### THIS IS HOW THE WORLD TRANSFORMS
|
### THIS IS HOW THE WORLD TRANSFORMS
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
@@ -38,7 +40,7 @@ Creator Zones are dedicated to building super-sustainable coworking and co-livin
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@@ -46,7 +48,7 @@ Creator Zones are dedicated to building super-sustainable coworking and co-livin
|
|||||||
|
|
||||||
{% row(style="center lean-left") %}
|
{% row(style="center lean-left") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@@ -78,7 +80,7 @@ OurWorld consists of a decentralized internet network as the foundation. This ba
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@@ -86,7 +88,7 @@ OurWorld consists of a decentralized internet network as the foundation. This ba
|
|||||||
|
|
||||||
{% row(style="center lean-left") %}
|
{% row(style="center lean-left") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
@@ -1,9 +0,0 @@
|
|||||||
/* === handling obliquing issues in Firefox */
|
|
||||||
|
|
||||||
@supports (-moz-appearance: none) {
|
|
||||||
.italic, i, cite, em, var, address, dfn, h3, .h3, h5, .h5 {
|
|
||||||
font-style: oblique 8deg;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* === end, handling obliquing issues in Firefox */
|
|
@@ -7,19 +7,38 @@
|
|||||||
@import "tailwindcss/components";
|
@import "tailwindcss/components";
|
||||||
@import "admonition.css";
|
@import "admonition.css";
|
||||||
@import "tailwindcss/utilities";
|
@import "tailwindcss/utilities";
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
|
||||||
/* Custom CSS for header partial */
|
/* Custom CSS for header partial */
|
||||||
.backdrop-blur {
|
.backdrop-blur {
|
||||||
-webkit-backdrop-filter: blur(40px);
|
-webkit-backdrop-filter: blur(40px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "CercoDEMO";
|
||||||
|
font-weight: 500;
|
||||||
|
src: url("https://www2.freeflow.life/fonts/CercoDEMO-Medium.otf") format("opentype");
|
||||||
|
src: url("../fonts/CercoDEMO-Medium.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "CercoDEMO";
|
||||||
|
font-weight: 600;
|
||||||
|
src: url("https://www2.freeflow.life/fonts/CercoDEMO-Bold.otf") format("opentype");
|
||||||
|
src: url("../fonts/CercoDEMO-Bold.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "CercoDEMO";
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("https://www2.freeflow.life/fonts/CercoDEMO-Light.otf") format("opentype");
|
||||||
|
src: url("../fonts/CercoDEMO-Light.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Exo", sans-serif;
|
font-family: "CercoDEMO", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "CercoDEMO", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-semi-white {
|
.bg-semi-white {
|
||||||
@@ -35,9 +54,12 @@ img[src*="#small"] {
|
|||||||
width: 68px;
|
width: 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img[src*="#md"] {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
img[src*="#medium"] {
|
img[src*="#medium"] {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img[src*="#logo"] {
|
img[src*="#logo"] {
|
||||||
@@ -61,47 +83,48 @@ img[src*="#tft_img"] {
|
|||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
h1 {
|
h1 {
|
||||||
@apply text-5xl lg:text-8xl font-normal leading-none;
|
@apply text-4xl md:text-5xl lg:text-6xl leading-none font-normal;
|
||||||
}
|
}
|
||||||
h1 strong {
|
h1 strong {
|
||||||
@apply font-semibold;
|
@apply font-medium;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
@apply text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-normal leading-none;
|
@apply text-3xl md:text-4xl lg:text-5xl xl:text-5xl font-normal leading-none;
|
||||||
}
|
}
|
||||||
h2 strong {
|
h2 strong {
|
||||||
@apply font-medium;
|
@apply font-medium;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
@apply text-3xl lg:text-6xl font-normal leading-none;
|
@apply text-xl md:text-2xl lg:text-3xl font-light;
|
||||||
}
|
}
|
||||||
h3 strong {
|
h3 strong {
|
||||||
@apply font-semibold;
|
@apply font-medium;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
@apply text-xl lg:text-5xl font-normal;
|
@apply text-xl lg:text-2xl font-normal;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
@apply text-xl lg:text-3xl font-normal;
|
@apply text-xl lg:text-xl font-normal;
|
||||||
}
|
}
|
||||||
h6 {
|
h6 {
|
||||||
@apply text-base not-italic font-normal my-1;
|
@apply text-lg not-italic font-normal my-1;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply text-lg lg:text-2xl leading-tight;
|
@apply text-lg lg:text-xl leading-tight tracking-normal font-normal;
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "CercoDEMO", sans-serif;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
|
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
@apply text-base lg:text-base font-normal;
|
@apply text-lg lg:text-xl font-normal;
|
||||||
}
|
}
|
||||||
li li {
|
li li {
|
||||||
@apply text-sm lg:text-sm font-light;
|
@apply text-sm lg:text-sm font-light;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
@apply inline-block
|
@apply inline-block
|
||||||
|
text-base
|
||||||
lg:text-lg
|
lg:text-lg
|
||||||
px-12
|
px-12
|
||||||
py-1
|
py-1
|
||||||
@@ -122,6 +145,32 @@ button :is(:where(p)) {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header .freeflow {
|
||||||
|
background-color: transparent;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer .freeflow {
|
||||||
|
width: 100vw;
|
||||||
|
background-color: #eae8e3;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer .freeflow img {
|
||||||
|
width: 200px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
header .freeflow div {
|
||||||
|
box-shadow: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 700 !important;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
@@ -130,6 +179,14 @@ button {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
button a {
|
button a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@@ -2,6 +2,15 @@ main {
|
|||||||
@apply pt-0;
|
@apply pt-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#text-1xl { @apply text-xl }
|
||||||
|
#text-2xl { @apply text-2xl }
|
||||||
|
#text-3xl { @apply text-3xl }
|
||||||
|
#text-4xl { @apply text-4xl }
|
||||||
|
#text-5xl { @apply text-5xl }
|
||||||
|
#text-6xl { @apply text-6xl }
|
||||||
|
#text-7xl { @apply text-7xl }
|
||||||
|
#text-8xl { @apply text-8xl }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
html, body {
|
html, body {
|
||||||
@apply dark:bg-black;
|
@apply dark:bg-black;
|
||||||
@@ -120,26 +129,6 @@ h5,
|
|||||||
.h5,
|
.h5,
|
||||||
h6,
|
h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
@apply font-sans leading-none tracking-tight;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
.h1,
|
|
||||||
h2,
|
|
||||||
.h2,
|
|
||||||
h3,
|
|
||||||
.h3 {
|
|
||||||
font-family: "Exo", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4,
|
|
||||||
.h4,
|
|
||||||
h5,
|
|
||||||
.h5,
|
|
||||||
h6,
|
|
||||||
.h6 {
|
|
||||||
@apply font-sans leading-none tracking-tight;
|
|
||||||
font-family: "Lato", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
BIN
static/.DS_Store
vendored
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 878 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 394 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 561 KiB |
Before Width: | Height: | Size: 920 KiB |
Before Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 440 KiB |
Before Width: | Height: | Size: 693 KiB |
Before Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.1 MiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 273 KiB |
Before Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 413 KiB |
@@ -1,8 +1,8 @@
|
|||||||
const colors = require('tailwindcss/colors')
|
/** @type {import('tailwindcss').Config} */
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
important: '#content',
|
content: ['./templates/**/*.html'],
|
||||||
content: [
|
theme: {
|
||||||
'./templates/**/*.html'
|
extend: {},
|
||||||
]
|
},
|
||||||
|
plugins: [],
|
||||||
}
|
}
|
||||||
|
BIN
templates/.DS_Store
vendored
@@ -1,11 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" charset="utf-8">
|
<html lang="en" charset="utf-8">
|
||||||
|
|
||||||
|
|
||||||
{% include "partials/head.html" %}
|
{% include "partials/head.html" %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% include "partials/header.html" %}
|
{% include "partials/header.html" %}
|
||||||
<div id="content" class="mx-8 md:mx-12 lg:mx-16 xl:mx-20 pt-24">
|
<div id="content" class="mx-auto overflow-hidden">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
{% include "partials/footer.html" %}
|
{% include "partials/footer.html" %}
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
<!-- Default page template for blog posts and basic informative markdown files -->
|
<!-- Default page template for blog posts and basic informative markdown files -->
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<div class="sm:w-5/6 md:w-4/5 mr-auto ml-auto px-6 lg:px-16 xl:w-11/12">
|
<div class="sm:w-5/6 md:w-4/5 mr-auto ml-auto px-6 lg:px-16 xl:w-11/12 py-12">
|
||||||
<img class="max-h-60 sm:max-h-60 md:max-h-80 lg:max-h-96 mx-auto" src={{"/" ~ page.extra.imgPath}} alt="">
|
<img class="max-h-60 sm:max-h-60 md:max-h-80 lg:max-h-96 mx-auto" src={{"/" ~ page.extra.imgPath}} alt="">
|
||||||
<div>
|
<div>
|
||||||
<article class="article lg:w-5/6 mx-auto">
|
<article class="article lg:w-5/6 mx-auto">
|
||||||
|
@@ -8,7 +8,7 @@ and a side nav for category and featured post navigation
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<main>
|
<main class="pt-12">
|
||||||
|
|
||||||
<!--sets global featured variable as the most recent post with the isFeatured tag-->
|
<!--sets global featured variable as the most recent post with the isFeatured tag-->
|
||||||
{%- set section = get_section(path="blog/_index.md") %}
|
{%- set section = get_section(path="blog/_index.md") %}
|
||||||
@@ -17,11 +17,14 @@ and a side nav for category and featured post navigation
|
|||||||
{%- set_global featured = page %}
|
{%- set_global featured = page %}
|
||||||
{% break %}
|
{% break %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if not featured %}
|
||||||
|
{%- set_global featured = section.pages[0] %}
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% include "partials/featuredBlog.html" %}
|
{% include "partials/featuredBlog.html" %}
|
||||||
|
|
||||||
<div class="flex flex-col md:flex-row">
|
<div class="flex flex-col md:flex-row container mx-auto">
|
||||||
{% include "partials/blogPosts.html" %}
|
{% include "partials/blogPosts.html" %}
|
||||||
{% include "partials/blogSidebar.html" %}
|
{% include "partials/blogSidebar.html" %}
|
||||||
</div>
|
</div>
|
||||||
|