Footer: re-enable, style & add links

This commit is contained in:
Martin Allien
2021-06-18 11:26:03 +02:00
parent dee4e9f2cc
commit e67b52462a
4 changed files with 47 additions and 5 deletions

View File

@@ -83,3 +83,8 @@ img {
@extend %box-shadow-bigger;
margin-top: 6px; // make the whole gradient visible
}
.footer {
box-shadow: 0 -4px 34px rgba(0, 0, 0, 0.04), 0 -3px 4px rgba(0, 0, 0, 0.1);
background: var(--card);
}

View File

@@ -58,7 +58,22 @@
post = "v0.1.0"
weight = 20
# [[footer]]
# name = "Privacy"
# url = "/privacy-policy/"
# weight = 10
[[footer]]
name = "Kerberos Opensource"
url = "https://kerberos.io/product/open-source/"
weight = 10
[[footer]]
name = "Enterprise Agent"
url = "https://kerberos.io/product/enterprise-agent/"
weight = 10
[[footer]]
name = "Vault"
url = "https://kerberos.io/product/vault/"
weight = 10
[[footer]]
name = "Hub"
url = "https://kerberos.io/product/hub/"
weight = 10

View File

@@ -1 +1,19 @@
<footer class="footer text-muted">
<div class="container">
<div class="row">
<div class="col-lg-8 order-last order-lg-first">
<ul class="list-inline">
<li class="list-inline-item">{{ .Site.Params.footer | safeHTML }}</li>
</ul>
</div>
<div class="col-lg-8 order-first order-lg-last text-lg-end">
<ul class="list-inline">
<li class="list-inline-item">Learn more about</li>
{{ range .Site.Menus.footer -}}
<li class="list-inline-item"><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
{{ end -}}
</ul>
</div>
</div>
</div>
</footer>

View File

@@ -10801,4 +10801,8 @@ img {
.navbar {
margin-top: 6px; }
.footer {
box-shadow: 0 -4px 34px rgba(0, 0, 0, 0.04), 0 -3px 4px rgba(0, 0, 0, 0.1);
background: var(--card); }
/*# sourceMappingURL=main.css.map */