Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the Konfig blog post to the Customer Stories page
Browse files Browse the repository at this point in the history
avinder-red-crackle committed Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1dac6fc commit 4c3589d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions website/_includes/customer-stories/hero.html
Original file line number Diff line number Diff line change
@@ -14,6 +14,25 @@ <h1 class="font-medium max-w-4xl text-[#2d7e5d] text-5xl sm:text-7xl text-center
</div>
-->

<div id="highlights" class="w-full flex mt-4 overflow-hidden rounded-2xl">
<a id="highlight" href="/blog/konfig/" class="w-full basis-full cursor-pointer flex-1 shrink-0">
<div class="h-full bg-[#E8F7FE] flex flex flex-col-reverse lg:flex-row gap-6 p-6 rounded-2xl">
<div class="w-full lg:w-5/12 h-full bg-white flex flex-col justify-center px-8 py-10 rounded-2xl text-xl">
<p class="font-medium text-[#475569]">How Earthly Solved Our CI Problem</p>
<p class="mt-4 text-lg tracking-tight">
In this guest post, the Konfig team discusses how they solved
their complex Continuous Integration challenges with Earthly,
sharing insights valuable for any software development team.
</p>
</div>

<div class="h-full flex-1">
<img class="h-full object-cover rounded-2xl" src="https://earthly.dev/blog/assets/images/konfig/img3.png" alt="{{ item.title }}" />
</div>
</div>
</a>
</div>

<div id="highlights" class="w-full flex mt-4 overflow-hidden rounded-2xl scroll-smooth">
{% for item in site.data.customer-stories-highlights %}
<a id="highlight" href="{{ item.link }}" class="w-full basis-full cursor-pointer flex-1 shrink-0">

0 comments on commit 4c3589d

Please sign in to comment.