Skip to content

Commit

Permalink
Tweak footer
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Sep 29, 2024
1 parent 40853bf commit 6147e2e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
21 changes: 13 additions & 8 deletions src/website/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,24 @@ menus:
parent: community
weight: 54

- name: tools
title: Tools
weight: 60
- name: tools-toolbox
- name: toolbox
title: Toolbox
weight: 60
- name: tools-web
title: Web
url: https://toolbox.http4k.org
parent: tools
parent: toolbox
weight: 61
- name: tools-ide
title: IntelliJ plugin
- name: toolbox-intellij
title: IntelliJ
url: https://plugins.jetbrains.com/plugin/25243-http4k-toolbox
parent: tools
parent: toolbox
weight: 62
- name: tools-cli
title: CLI
url: https://toolbox.http4k.org
parent: toolbox
weight: 63

developers:
- name: "Quick Start"
Expand Down
6 changes: 3 additions & 3 deletions src/website/layouts/partials/shared/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

<footer class="shared footer bg-blue-light py-5">
<div class="container">
<div class="row pb-5 text-start text-xl-start">
<div class="col-6 col-lg-2 border">
<div class="row pb-3 text-start text-xl-start">
<div class="col-12 col-lg-2">
<a class="navbar-brand d-flex align-items-center" href="{{ .Site.BaseURL }}">
<img src="{{ .Site.Params.Logo }}" width="30" height="30"/>
<span class="fs-3 text-uppercase text-logo text-primary">&nbsp;{{ .Site.Title }}</span>
</a>
<p class="small text-black-61">{{ .Site.Params.description }}</p>
</div>
{{ range .Site.Menus.nav }}
<div class="col-6 col-lg-2 pb-4 border">
<div class="col-xs-12 col-md">
<h5 class="fs-6 fw-semibold text-primary">{{ .Title }}</h5>
<ul class="list-unstyled">
{{ range .Children }}
Expand Down

0 comments on commit 6147e2e

Please sign in to comment.