This commit is contained in:
sasha-astiadi 2024-05-07 09:43:28 +02:00
parent e0d633c71c
commit f3a5910871
7 changed files with 8 additions and 10 deletions

View File

@ -22,7 +22,7 @@ id: cta
<br> <br>
<a href onclick="hero.md"><h5><u>Learn More about Hero</u></h5></a> <a href="/hero"><h5><u>Learn More about Hero</u></h5></a>

View File

@ -29,7 +29,7 @@ template: "layouts/hero.html"
<br> <br>
<button a href="/hero"> <button a href="/hero">
Learn More Learn More
</button> </a></button>
{% end %} {% end %}

View File

@ -26,7 +26,7 @@ weight: 1
<p>Meet <b>Hero</b>: your unique digital avatar, streamlining your online presence by eliminating the need for duplicate identities across platforms.</p> <p>Meet <b>Hero</b>: your unique digital avatar, streamlining your online presence by eliminating the need for duplicate identities across platforms.</p>
<br> <br>
<button><a href ="/hero">Learn More</button> <button><a href ="/hero">Learn More</a></button>
{% end %} {% end %}
@ -125,9 +125,7 @@ weight: 1
<br> <br>
<button a href="/mycelium"> <button a href="/mycelium">Learn More</a></button>
Learn More
</button>
{% end %} {% end %}

View File

@ -23,6 +23,6 @@ id: hero
<button a href="/nodes"> <button a href="/nodes">
Learn More Learn More
</button> </a></button>
{% end %} {% end %}

View File

@ -24,7 +24,7 @@ template: "layouts/nodes.html"
<br> <br>
<button a href="#how"> <button a href="#how">
Learn More Learn More
</button> </a></button>
||| |||

View File

@ -21,7 +21,7 @@ template: "layouts/xperiences.html"
<br> <br>
<button a href="#"> <button a href="#">
Learn More Learn More
</button> </a></button>
||| |||

View File

@ -58,7 +58,7 @@
</div> </div>
<div class="max-w-screen-xl px-4 py-6 mx-auto lg:pt-16 lg:px-6"> <div class="max-w-screen-xl px-4 py-6 mx-auto lg:pt-16 lg:px-6">
<div class="max-w-screen-md mx-auto mb-8 text-center lg:mb-12"> <div class="max-w-screen-md mx-auto mb-8 text-center lg:mb-12">
<button>Explore Xperiences</button> <button><a href="#">Explore Xperiences</a></button>
</div> </div>
</div> </div>
</div> </div>