Compare commits
No commits in common. "development" and "development_markdown" have entirely different histories.
developmen
...
developmen
@ -67,9 +67,9 @@ Starting this summer, farming is evolving. With the launch of the ThreeFold Mark
|
|||||||
<!----------------------------------------------------------------------------------------->
|
<!----------------------------------------------------------------------------------------->
|
||||||
|
|
||||||
|
|
||||||
<!-- section 3 (images)-->
|
<!-- section 3 (im,ages)-->
|
||||||
|
|
||||||
<div class="container mx-auto lg:max-w-7xl pt-4 lg:pb-24 pb-12 px-4">
|
<div class="container mx-auto lg:max-w-7xl lg:py-24 pb-12 px-4">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -35,11 +35,11 @@
|
|||||||
{% set link_path = header_label | split(pat="%22") | safe%}
|
{% set link_path = header_label | split(pat="%22") | safe%}
|
||||||
{% set current = get_url(path=link_path[1]) ~ "/" %}
|
{% set current = get_url(path=link_path[1]) ~ "/" %}
|
||||||
{% if header_label is containing("http") %}
|
{% if header_label is containing("http") %}
|
||||||
{# {% if header_label is not containing("threefold") %} #}
|
{% if header_label is not containing("threefold") %}
|
||||||
<a href="{{link_path[1]}}" target="_blank" class="text-lg font-normal py-3 leading-6 text-pretty tracking-normal text-gray-600 focus:outline-none focus:text-gray-700 transition ease-in-out duration-150">
|
<a href="{{link_path[1]}}" target="_blank" class="text-lg font-normal py-3 leading-6 text-pretty tracking-normal text-gray-600 focus:outline-none focus:text-gray-700 transition ease-in-out duration-150">
|
||||||
{{link_label}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
{# {% endif %} #}
|
{% endif %}
|
||||||
{% elif current_url and current == current_url %}
|
{% elif current_url and current == current_url %}
|
||||||
<a href="{{ get_url(path=link_path[1])}}" class="text-lg py-3 leading-6 font-light active text-pretty tracking-wide transition ease-in-out duration-150">
|
<a href="{{ get_url(path=link_path[1])}}" class="text-lg py-3 leading-6 font-light active text-pretty tracking-wide transition ease-in-out duration-150">
|
||||||
{{link_label}}
|
{{link_label}}
|
||||||
@ -60,10 +60,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{# <a href="https://threefold.info/aibox/docs/"
|
<a href="https://threefold.info/aibox/docs/"
|
||||||
class="text-lg py-3 leading-6 font-normal text-pretty tracking-wide text-gray-600 focus:outline-none focus:text-gray-200 transition ease-in-out duration-150" target="_blank">
|
class="text-lg py-3 leading-6 font-normal text-pretty tracking-wide text-gray-600 focus:outline-none focus:text-gray-200 transition ease-in-out duration-150" target="_blank">
|
||||||
Docs
|
Docs
|
||||||
</a> #}
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="hidden md:inline-block md:order-last">
|
<div class="hidden md:inline-block md:order-last">
|
||||||
@ -110,7 +110,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul> #}
|
</ul> #}
|
||||||
<a href="/signup" class="blinking-effect dashboard rounded-2xl bg-black px-4 p-2 text-sm font-semibold text-white shadow-sm hover:text-gray-300 hover:bg-gray-900">Register Now</a>
|
<a href="/signup" target="_blank" onclick="window.open(this.href, '_blank'); return false;" class="blinking-effect dashboard rounded-2xl bg-black px-4 p-2 text-sm font-semibold text-white shadow-sm hover:text-gray-300 hover:bg-gray-900">Register Now</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -153,7 +153,7 @@
|
|||||||
<div style="background-color: rgba(34 34 34);" class="shadow-xs h-screen divide-y-2 divide-gray-50">
|
<div style="background-color: rgba(34 34 34);" class="shadow-xs h-screen divide-y-2 divide-gray-50">
|
||||||
<div class="pb-6 sm:px-12 md:px-16 mt-0 lg:px-20 space-y-6 sm:space-y-8 sm:pb-8 max-h-screen overflow-y-auto">
|
<div class="pb-6 sm:px-12 md:px-16 mt-0 lg:px-20 space-y-6 sm:space-y-8 sm:pb-8 max-h-screen overflow-y-auto">
|
||||||
|
|
||||||
<nav class="flex flex-col justify-around py-12">
|
<nav class="flex flex-col justify-around pb-12">
|
||||||
{% for header_item in header_items %}
|
{% for header_item in header_items %}
|
||||||
|
|
||||||
{% if not loop.first %}
|
{% if not loop.first %}
|
||||||
@ -163,11 +163,11 @@
|
|||||||
{% set link_label = header_label | striptags %}
|
{% set link_label = header_label | striptags %}
|
||||||
{% set link_path = header_label | split(pat="%22") | safe%}
|
{% set link_path = header_label | split(pat="%22") | safe%}
|
||||||
{% if header_label is containing("http") %}
|
{% if header_label is containing("http") %}
|
||||||
{# {% if header_label is not containing("threefold") %} #}
|
{% if header_label is not containing("threefold") %}
|
||||||
<a href="{{link_path[1]}}" target="_blank" class="text-lg px-8 py-3 leading-6 font-normal text-gray-50 hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150">
|
<a href="{{link_path[1]}}" target="_blank" class="text-lg px-8 py-3 leading-6 font-normal text-gray-50 hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150">
|
||||||
{{link_label}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
{# {% endif %} #}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ get_url(path=link_path[1])}}" class="text-lg px-8 py-3 leading-6 font-normal text-gray-600 hover:text-gray-900 focus:outline-none focus:text-gray-100 transition ease-in-out duration-150">
|
<a href="{{ get_url(path=link_path[1])}}" class="text-lg px-8 py-3 leading-6 font-normal text-gray-600 hover:text-gray-900 focus:outline-none focus:text-gray-100 transition ease-in-out duration-150">
|
||||||
{{link_label}}
|
{{link_label}}
|
||||||
@ -200,11 +200,11 @@
|
|||||||
</div> #}
|
</div> #}
|
||||||
|
|
||||||
<div class="rounded-xl border-2 my-4 border-gray-400 py-2 mx-4">
|
<div class="rounded-xl border-2 my-4 border-gray-400 py-2 mx-4">
|
||||||
<a href="/signup" class="mt-2 rounded-md px-4 py-2.5 text-lg font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Register Now</a><br>
|
<a href="/signup" target="_blank" class="mt-2 rounded-md px-4 py-2.5 text-lg font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Register Now</a><br>
|
||||||
{# <a href="https://threefold.info/aibox/docs/"
|
<a href="https://threefold.info/aibox/docs/"
|
||||||
class="text-lg px-3 py-6 leading-6 font-normal text-white hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150" target="_blank">
|
class="text-lg px-3 py-6 leading-6 font-normal text-white hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150" target="_blank">
|
||||||
Docs
|
Docs
|
||||||
</a> #}
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
{{ title_1 }} <br>{{ title_2 }}<br> {{ title_3 }}
|
{{ title_1 }} <br>{{ title_2 }}<br> {{ title_3 }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="mt-10 flex items-center 0 gap-x-6 lg:mt-0 lg:shrink-0 flex-wrap justify-center lg:justify-start">
|
<div class="mt-10 flex items-center 0 gap-x-6 lg:mt-0 lg:shrink-0 flex-wrap justify-center lg:justify-start">
|
||||||
<a href="{{ button_link_1 }}" class="fade-in rounded-2xl bg-black px-4 py-2.5 text-sm lg:text-md font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 mb-4 lg:mb-0">
|
<a href="{{ button_link_1 }}" target="_blank" class="fade-in rounded-2xl bg-black px-4 py-2.5 text-sm lg:text-md font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 mb-4 lg:mb-0">
|
||||||
{{ button_text_1 }}
|
{{ button_text_1 }}
|
||||||
</a>
|
</a>
|
||||||
{% if button_link_2 %}
|
{% if button_link_2 %}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<span id="slides" class="slides"></span>
|
<span id="slides" class="slides"></span>
|
||||||
</h1>
|
</h1>
|
||||||
<div id="learn-more" class="lg:mt-10 mt-4 flex items-center gap-x-6">
|
<div id="learn-more" class="lg:mt-10 mt-4 flex items-center gap-x-6">
|
||||||
<a href="{{ button_link }}" class="text-xl font-semibold text-black hover:text-gray-500">
|
<a href="{{ button_link }}" target="_blank" class="text-xl font-semibold text-black hover:text-gray-500">
|
||||||
{{ button_text }} <span aria-hidden="true">→</span>
|
{{ button_text }} <span aria-hidden="true">→</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user