Add link to /transparency to footer nav (#2392)

* added transparency link

* change order

* swap pricing and blog
This commit is contained in:
eashaw 2021-10-06 17:03:14 -05:00 committed by GitHub
parent e61dc765fd
commit ac677b9914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View file

@ -1,4 +1,4 @@
@footer-height: 280px;
@footer-height: 288px;
@container-md-max-width: 1100px;
[v-cloak] { display: none; }

View file

@ -141,19 +141,18 @@
<div purpose="footer-nav" class="justify-content-between justify-content-xl-end pb-4 pb-xl-2 px-lg-0">
<div class="flex-column">
<a href="/get-started" class="d-block pr-lg-5 pb-2">Get started</a>
<a href="/docs" class="d-block pr-lg-5 pb-2 pb-xl-4">Docs</a>
<a href="/docs" class="d-block pr-lg-5 pb-2">Docs</a>
<a href="/transparency" class="d-block pr-lg-5 pb-2 pb-xl-0">Transparency</a>
</div>
<div class="flex-column">
<a href="/pricing" class="d-block px-lg-5 pb-2">Pricing</a>
<a href="/blog" class="d-block px-lg-5 pb-2 pb-xl-4">Blog</a>
<a href="/blog" class="d-block px-lg-5 pb-2">Blog</a>
<a href="/logos" class="d-block px-lg-5 pb-2 pb-xl-0">Logos/artwork</a>
</div>
<div class="flex-column">
<a href="/logos" class="d-block px-lg-5 pb-2">Logos/artwork</a>
<a href="/handbook" class="d-block px-lg-5 pb-2 pb-xl-4">Handbook</a>
</div>
<div class="flex-column">
<a href="/docs/contributing" class="d-block pr-lg-2 pb-2">Contribute</a>
<a href="/hall-of-fame" class="d-block pb-3 pr-lg-2 pb-xl-4">Hall of fame</a>
<a href="/handbook" class="d-block pr-lg-2 pl-lg-5 pb-2">Handbook</a>
<a href="/docs/contributing" class="d-block pr-lg-2 pl-lg-5 pb-2">Contribute</a>
<a href="/hall-of-fame" class="d-block pr-lg-2 pl-lg-5 pb-2 pb-xl-0">Hall of fame</a>
</div>
</div>
<div style="font-size: 14px;" class="container-fluid d-flex flex-column flex-md-row font-weight-bold text-nowrap justify-content-start justify-content-md-between justify-content-xl-end px-0 pt-xl-4 pb-3">