add ff template
BIN
content/home/bg_home.jpg
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
content/home/chi.png
Normal file
After Width: | Height: | Size: 290 KiB |
BIN
content/home/f_logo.png
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
content/home/f_logo_small.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
content/home/ff_twin.png
Normal file
After Width: | Height: | Size: 352 KiB |
BIN
content/home/ff_vision.png
Normal file
After Width: | Height: | Size: 920 KiB |
BIN
content/home/get_earn.png
Normal file
After Width: | Height: | Size: 345 KiB |
@@ -1,52 +1,75 @@
|
||||
---
|
||||
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
|
||||
title: "Home"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
template: page.html
|
||||
extra:
|
||||
author:
|
||||
weight: 0
|
||||
---
|
||||
|
||||
{% row(style="moderate") %}
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
# ThreeFold SSG Template
|
||||
{% row(style="center" margin="header" bgPath="bg_home.jpg" bgStyle="hero") %}
|
||||
|
||||
##### A template for easily making minimal sites from markdown documents
|
||||
|
||||
{% end %}
|
||||
|
||||
{{space()}}
|
||||
|
||||
## How to create pages using this template
|
||||
|
||||
- Pages of the website are markdown files in the content directory.
|
||||
- These pages are then rendered using HTML templates in /templates.
|
||||
- To get started, simply create a markdown file and start typing, adding images, links etc.
|
||||
- To style your pages, check shortcodes, which are short snippets of code.
|
||||
- Shortcodes are added to your markdown content and spice up your pages
|
||||
- Row is the most powerful shortcode, allowing vertical alignment and horizontal division of content in columns (whereas plain markdown is strictly vertical)
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="moderate") %}
|
||||
|
||||
### 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
|
||||
|
||||
## FREEFLOW INTO<br> YOUR DIGITAL LIFE
|
||||
|
||||
### **OWN YOUR DATA, DIGITAL SKILLS AND IDENTITY**
|
||||
|
||||
|
||||
It is now possible to own every aspect of your digital life.
|
||||
|
||||
<button>[KNOW MORE](#fflow_vision)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 2 (FF LIFE) -->
|
||||
|
||||
{% row(style="center" bgColor="#F5F1ED" margin="moderate" id="fflow_vision") %}
|
||||
|
||||
<br>
|
||||
|
||||
## THE FREEFLOW <br> VISION.
|
||||
|
||||
### Our vision is to create a more <br>safe and sovereign internet together.
|
||||
|
||||
We dream about a global network of internet capacity <br>which can be the foundation for our digital life <br>where everyone can be equal and powerful, <br>where we don't have to be a product, <br> where information can be authentic.
|
||||
|
||||
|
||||
|
||||
<button>[MORE DETAILS](/vision)</button>
|
||||
|
||||
|||
|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center" margin="moderate" bgColor="#fff" padding="top") %}
|
||||
|
||||
## JOIN THE <br> MOVEMENT
|
||||
|
||||
### **FreeFlow invites you to your new sovereign digital life.**
|
||||
|
||||
{% end %}
|
||||
|
||||
{% featured_stories() %}
|
||||
|
||||
## Join The Movement
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
|
||||
|