forked from hero/www_hero_project
edut btn
This commit is contained in:
parent
e0d633c71c
commit
f3a5910871
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 %}
|
||||||
|
|
||||||
|
@ -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 %}
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@ id: hero
|
|||||||
|
|
||||||
<button a href="/nodes">
|
<button a href="/nodes">
|
||||||
Learn More
|
Learn More
|
||||||
</button>
|
</a></button>
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
@ -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>
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ template: "layouts/xperiences.html"
|
|||||||
<br>
|
<br>
|
||||||
<button a href="#">
|
<button a href="#">
|
||||||
Learn More
|
Learn More
|
||||||
</button>
|
</a></button>
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user