Skip to content

Commit

Permalink
Rename education to training
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Oct 5, 2024
1 parent 24f1a6d commit 5aca6e9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/website/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ menus:
weight: 43
- name: solutions-training
title: Training
url: /training/
url: /education/
parent: solutions
weight: 44
- name: solutions-training
- name: solutions-security
title: Security Advisories
url: /security/
parent: solutions
Expand Down
3 changes: 2 additions & 1 deletion src/website/content/training.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: http4k Training
description: Get up to speed with http4k, whether you're just starting out or looking to scale up.
---
type: solutions
---
6 changes: 3 additions & 3 deletions src/website/data/cta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
alt: "faq"
link: "/consulting/"
text: "Unlock peak performance"
- title: "Education"
- title: "Training"
description: "We provide hands-on training to help you get the most out of http4k. You can get help from the creators of http4k to learn how to use it effectively."
img: "/images/faq.svg"
alt: "education"
link: "maito:[email protected]"
alt: "training"
link: "/training/"
text: "Level up your team"
10 changes: 5 additions & 5 deletions src/website/layouts/solutions/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<div class="layout d-flex">
<main class="main-content">
<div class="row mt-5">
<div class="row my-5">
<h1>http4k Solutions</h1>
Maximize your productivity with http4k, leveraging the simplicity and power of the world’s most flexible and lightweight HTTP libraries. http4k Solutions equips your developers with the tools to build, modernize, and maintain cutting-edge web applications with ease.
</div>
<div class="row mt-5">
<div class="row my-5">
<div class="container">
<div class="row row-cols-1 row-cols-xl-3">
{{ range .Site.Data.solutions.top }}
Expand All @@ -23,18 +23,18 @@ <h3>{{ .title }}</h3>
</div>
{{ end }}
</div>
<div class="row row-cols-3 px-4 justify-content-center">
<div class="row row-cols-3 p-4 justify-content-center">
<div class="col-6 d-flex justify-content-center">
<a class="btn btn-primary w-100" href="mailto:[email protected]?subject=http4k Solutions">Talk to an expert</a>
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="row my-5">
<div class="container">
<div class="row row-cols-1 row-cols-xl-3">
{{ range .Site.Data.solutions.bottom }}
<div class="col">
<div class="col p-3">
<div class="row">
<div class="col-2 p-1">
<img src="{{ .img }}" alt="{{ .alt }}"/>
Expand Down

0 comments on commit 5aca6e9

Please sign in to comment.