Add header

This commit is contained in:
samaradel 2022-10-12 14:34:16 +02:00
parent 05e6eaa2e4
commit 7f5854daa5
18 changed files with 6 additions and 28 deletions

BIN
content/home/RGAsset 10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 KiB

BIN
content/home/RGAsset 17.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

BIN
content/home/RGAsset 19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
content/home/RGAsset 20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
content/home/RGAsset 21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

BIN
content/home/RGAsset 8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
content/home/RGAsset 9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

BIN
content/home/bg_home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 920 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

View File

@ -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 worlds best locations.
![FF Logo](f_logo_small.png#mx-auto)
<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>
|||
![FreeFlow Life](ff_vision.png)
{% end %}
@ -69,7 +52,3 @@ We dream about a global network of internet capacity <br>which can be the founda
## Join The Movement
{% end %}

View File

@ -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" %}

View File

@ -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}}