new modifications

This commit is contained in:
2024-08-20 14:05:06 +03:00
parent 1638fc48fe
commit 1eb8183079
57 changed files with 57 additions and 31 deletions

View File

@@ -107,9 +107,9 @@
</a>
</li>
</ul> #}
<a href="/node"><button class="px-6 green">Get Node</button></a>
{# <div class="rounded-full border-2 mt-1 border-gray-400">
<a href="https://www.manual.grid.tf/documentation/threefold_token/buy_sell_tft/tft_lobstr/tft_lobstr_short_guide.html" target="_blank" class="mt-2">
{# <a href="/node"><button class="px-6 green">Get Node</button></a> #}
<div class="rounded-full border-2 mt-1 border-gray-400">
<a href="/node" target="_blank" class="mt-2">
<img
src="{{ get_url(path=section.extra.button_Path) }}"
class="mr-5"
@@ -117,7 +117,7 @@
alt=""
/>
</a>
</div> #}
</div>
</div>
</div>
</div>
@@ -205,6 +205,18 @@
</p>
{% include "partials/socialLinks.html" %}
</div> #}
{# <div class="rounded-full border-2 mt-1 border-gray-400">
<a href="/node" target="_blank" class="mt-2">
<img
src="{{ get_url(path=section.extra.button_Path) }}"
class="mr-5"
style="max-width: none;"
alt=""
/>
</a>
</div> #}
<a class="ml-6" href="/node"><button class="px-6 green">Get Node</button></a>
</nav>
</div>