diff --git a/content/_index.md b/content/_index.md index 25a043b..fb0a22c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,12 +4,16 @@ sort_by = "date" template = "index.html" +++ +{{ hero_img() + +}} + {{ hero3( - announcement='Read more →', - subheader="SUBHEADER", - title="This is Hero1.htmll", - subtitle="This is smaller title h2", - description="Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat.", + announcement='', + subheader="", + title="Built for Everyone by Everyone, Everywhere", + subtitle="", + description="ThreeFold is a fully operational, decentralized internet infrastructure – deployed locally, scalable globally, and owned and powered by the people.", button1_text="Get started", button1_link="#", button2_text="Learn more", diff --git a/static/css/main.css b/static/css/main.css index 4720aaa..7dcc62e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -46,7 +46,7 @@ html { color: #9ca3af !important; } html.dark a { - color: #60a5fa !important; + color: white !important; } html.dark a:hover { color: #93c5fd !important; diff --git a/static/images/mycel_1.png b/static/images/mycel_1.png new file mode 100644 index 0000000..33876c2 Binary files /dev/null and b/static/images/mycel_1.png differ diff --git a/static/images/mycelium_dark.png b/static/images/mycelium_dark.png new file mode 100644 index 0000000..0696f4c Binary files /dev/null and b/static/images/mycelium_dark.png differ diff --git a/static/images/mycelium_white.png b/static/images/mycelium_white.png new file mode 100644 index 0000000..997fc2c Binary files /dev/null and b/static/images/mycelium_white.png differ diff --git a/templates/base.html b/templates/base.html index bab8dfa..2d29a6d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@ {% block head %}{% endblock %} - +
{% include "partials/navigation.html" %}
@@ -21,9 +21,9 @@ -