Website update footer nav (#7393)

* Website: update footer navigation

- changed "Get started" to "Try it out" in the footer nav

* Website: update layout

- added utm link to "Try it out" footer link
This commit is contained in:
Mike Thomas 2022-08-27 01:03:28 +09:00 committed by GitHub
parent f56177ba6f
commit 24a00c43bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@
<div class="d-flex flex-grow-1 flex-column">
<div purpose="footer-nav" class="justify-content-between justify-content-sm-end order-l pb-xl-2 px-lg-0">
<div class="flex-column">
<a href="/try-fleet/register" class="d-block pr-md-5 pr-sm-3 pb-2">Get started</a>
<a href="/try-fleet/register?tryitnow" class="d-block pr-md-5 pr-sm-3 pb-2">Try it out</a>
<a href="/docs" class="d-block pr-md-5 pr-sm-3 pb-2">Docs</a>
<a href="/queries" class="d-block pr-md-5 pr-sm-3 pb-2">Query library</a>
<a href="/transparency" class="d-block pr-md-5 pr-sm-3 pb-2 pb-xl-0">Transparency</a>