Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Dec 13, 2024
1 parent a54a313 commit ffb6b8e
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 6 deletions.
4 changes: 2 additions & 2 deletions enterprise/index.html

Large diffs are not rendered by default.

80 changes: 79 additions & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,85 @@ those extensions manually and maintain the API of the client appears to contain
</span></span><span style="display:flex;"><span> implementation(<span style="color:#e6db74">"org.http4k:http4k-platform-k8s"</span>)
</span></span><span style="display:flex;"><span>}
</span></span></code></pre></div><p>http4k applications are naturally at home operating in distributed, Kubernetes (k8s) environments. Whilst simple to create, this module
provides requisite tooling to get apps up and running with the minimum of effort to enable the following operational aspects:&lt;/p></description></item><item><title>Privacy policy</title><link>https://http4k.org/privacy-policy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/privacy-policy/</guid><description>&lt;p>Effective date: 2024-05-20&lt;/p>
provides requisite tooling to get apps up and running with the minimum of effort to enable the following operational aspects:&lt;/p></description></item><item><title>Pricing</title><link>https://http4k.org/pricing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/pricing/</guid><description>&lt;!DOCTYPE html>
&lt;html>
&lt;style>
.pricing-table {
font-family: 'Inter', sans-serif;
color: #212529;
}

.pricing-table .card {
border: 1px solid #dee2e6;
border-radius: 10px;
transition: transform 0.2s ease;
}

.pricing-table .card:hover {
transform: translateY(-5px);
}

.pricing-table .card.highlighted {
border: 2px solid #7C76BB;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.pricing-table .price {
font-size: 1.8rem;
font-weight: 700;
}

.pricing-table .period {
font-size: 0.9rem;
color: #6c757d;
}

.pricing-table .feature-list {
margin: 0;
padding: 0;
list-style: none;
}

.pricing-table .feature-item {
padding: 0.5rem 0;
border-bottom: 1px solid #f8f9fa;
}

.pricing-table .feature-item i {
color: #28a745;
margin-right: 0.5rem;
}

.pricing-table .btn-primary {
background-color: #7C76BB;
border-color: #7C76BB;
}

.pricing-table .btn-outline-primary {
color: #7C76BB;
border-color: #7C76BB;
}

.pricing-table .btn-outline-primary:hover {
background-color: #7C76BB;
color: white;
}

.pricing-table .footnote {
font-size: 0.8rem;
color: #6c757d;
}
&lt;/style>

&lt;div class="pricing-table container py-5">
&lt;div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 g-4">

&lt;div class="col">
&lt;div class="card h-100">
&lt;div class="card-body d-flex flex-column">
&lt;h5 class="card-title">http4k Community&lt;/h5>
&lt;div class="price mb-3">Free&lt;/div>
&lt;p class="card-text text-muted">For everyone&lt;/p></description></item><item><title>Privacy policy</title><link>https://http4k.org/privacy-policy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/privacy-policy/</guid><description>&lt;p>Effective date: 2024-05-20&lt;/p>
&lt;p>1. &lt;strong>Introduction&lt;/strong>&lt;/p>
&lt;p>Welcome to &lt;strong>http4k Ltd&lt;/strong>.&lt;/p>
&lt;p>&lt;strong>http4k Ltd&lt;/strong> (“us”, “we”, or “our”) operates &lt;strong>http4k.org&lt;/strong> (hereinafter referred to as &lt;strong>“Service”&lt;/strong>).&lt;/p></description></item><item><title>Quickstart</title><link>https://http4k.org/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://http4k.org/quickstart/</guid><description>&lt;p>Depending on your learning situation, there are a number of options to get started with &lt;strong>http4k&lt;/strong>&amp;hellip;&lt;/p>
Expand Down
4 changes: 2 additions & 2 deletions news/http4k-v6-and-ee/index.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions pricing/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sitemap.xml

Large diffs are not rendered by default.

0 comments on commit ffb6b8e

Please sign in to comment.