-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24f1a6d
commit 5aca6e9
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }}"/> | ||
|