updated build header
This commit is contained in:
@@ -11,13 +11,13 @@ extra:
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
{{ hero_text_center(
|
||||
image_src="/images/become_farmer.png",
|
||||
image_alt="Become a Farmer",
|
||||
title="Decentralized Internet Infrastructure",
|
||||
image_src="",
|
||||
image_alt="",
|
||||
title=" Build on a Decentralized Internet Infrastructure",
|
||||
subtitle="",
|
||||
description="Our unique technology enables anyone to become a provider of network, storage and compute capacity.",
|
||||
button1_text="Dive Deeper",
|
||||
button1_link="https://docs.threefold.io/docs/introduction"
|
||||
button1_link="https://docs.threefold.io/docs/introduction/"
|
||||
target="_blank"
|
||||
|
||||
|
||||
|
||||
@@ -20,11 +20,11 @@
|
||||
{{ title }}</h1>
|
||||
<p class="mx-auto mt-8 max-w-3xl fade-in">{{ description }}</p>
|
||||
<!-- <h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-6xl fade-in">Web4</h2> -->
|
||||
|
||||
{% if image_src %}
|
||||
<div class="mx-auto max-w-7xl px-4 py-8">
|
||||
<img src="{{ image_src }}" alt="{{ image_alt }}" class="w-full fade-in">
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
<div class="mt-6 flex lg:flex-row flex-col items-center justify-center gap-x-8 gap-y-8">
|
||||
{% if button1_link %}
|
||||
<a href="{{ button1_link }}" target="{{ target }}"
|
||||
|
||||
Reference in New Issue
Block a user