Add header
BIN
content/home/RGAsset 10.png
Normal file
After Width: | Height: | Size: 589 KiB |
BIN
content/home/RGAsset 17.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
content/home/RGAsset 19.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
content/home/RGAsset 20.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
content/home/RGAsset 21.png
Normal file
After Width: | Height: | Size: 4.2 MiB |
BIN
content/home/RGAsset 8.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
content/home/RGAsset 9.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 318 KiB |
BIN
content/home/bg_home.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 290 KiB |
Before Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 352 KiB |
Before Width: | Height: | Size: 920 KiB |
Before Width: | Height: | Size: 345 KiB |
@ -4,31 +4,18 @@ description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 0
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
{% row(style="center" margin="header" bgPath="bg_home.jpg" bgStyle="hero") %}
|
||||
{% row(margin="header" bgPath="bg_home.png" bgStyle="full") %}
|
||||
|
||||
## WORK, <br> LIVE & PLAY
|
||||
|
||||
Our world offers Digital Nomads <br /> truly amazing experiences in some <br /> of the world’s best locations.
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 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>
|
||||
<button>[KNOW MORE](/)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
@ -44,14 +31,10 @@ It is now possible to own every aspect of your digital life.
|
||||
|
||||
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>
|
||||
|
||||
|||
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
@ -69,7 +52,3 @@ We dream about a global network of internet capacity <br>which can be the founda
|
||||
## Join The Movement
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<body>
|
||||
{% include "partials/header.html" %}
|
||||
<div id="content" class="pt-8 mx-auto">
|
||||
<div id="content" class="mx-auto overflow-hidden">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% include "partials/footer.html" %}
|
||||
|
@ -122,7 +122,6 @@
|
||||
<div class="hidden lg:flex-1 lg:flex lg:items-center lg:justify-end lg:space-x-12">
|
||||
<nav class="flex space-x-10">
|
||||
{% for page in section.pages %}
|
||||
{% if page.relative_path == "home/index.md" %} {% continue %} {% endif %}
|
||||
{% if page.extra.menu %} {% continue %} {% endif %}
|
||||
<a href="{{page.permalink}}" class="text-lg leading-6 text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
|
||||
{{page.title}}
|
||||
|