Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Konfig blog post to the Customer Stories page #765

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions website/_data/customer-stories-highlights.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- category: Konfig
title: How Earthly Solved Our CI Problem
description: 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.
image: assets/img/case-studies/konfig.png
link: /blog/konfig/

- category: NOCD
title: NOCD
title: How NOCD Reduced Build Times by 9x with Earthly
description: Learn how NOCD, a leading telehealth provider, reduced their CI build times by 9x using Earthly and Earthly Cloud.
image: assets/img/case-studies/hero-nocd.jpg
image: assets/img/case-studies/nocd.png
link: /blog/case-study-nocd/

# - category: Ipsum
# title: Lorem ipsum dolor sit amet
# description: Lorem ipsum dolor sit amet consectetur. Habitant turpis viverra vestibulum pellentesque tincidunt. Gravida aliquam amet nisl sit augue augue massa a. Arcu in lectus integer semper nunc porttitor. Vel est mattis a vitae.
# image: assets/img/twitter-card-large.png
# link: /blog/make-tutorial

# - category: Dolor
# title: Lorem ipsum dolor sit amet
# description: Lorem ipsum dolor sit amet consectetur. Habitant turpis viverra vestibulum pellentesque tincidunt. Gravida aliquam amet nisl sit augue augue massa a. Arcu in lectus integer semper nunc porttitor. Vel est mattis a vitae.
Expand Down
56 changes: 9 additions & 47 deletions website/_data/customer-stories.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,9 @@
- title: Lorem ipsum dolor sit amet
image: assets/img/opensource-unsplash.jpeg
link: /blog/chroot

- title: Lorem ipsum dolor sit amet
image: assets/img/twitter-card-large.png
link: /blog/make-tutorial

- title: Lorem ipsum dolor sit amet
image: assets/img/opensource-unsplash.jpeg
link: /blog/make-tutorial

- title: Lorem ipsum dolor sit amet
image: assets/img/twitter-card-large.png
link: /blog/chroot

- title: Lorem ipsum dolor sit amet
image: assets/img/opensource-unsplash.jpeg
link: /blog/make-tutorial

- title: Lorem ipsum dolor sit amet
image: assets/img/twitter-card-large.png
link: /blog/chroot

- title: Lorem ipsum dolor sit amet
image: assets/img/opensource-unsplash.jpeg
link: /blog/chroot

- title: Lorem ipsum dolor sit amet
image: assets/img/twitter-card-large.png
link: /blog/make-tutorial

- title: Lorem ipsum dolor sit amet
image: assets/img/opensource-unsplash.jpeg
link: /blog/make-tutorial

- title: Lorem ipsum dolor sit amet
image: assets/img/twitter-card-large.png
link: /blog/chroot

- title: Lorem ipsum dolor sit amet
image: assets/img/opensource-unsplash.jpeg
link: /blog/make-tutorial

- title: Lorem ipsum dolor sit amet
image: assets/img/twitter-card-large.png
link: /blog/chroot
- name: Konfig
title: How Earthly Solved Our CI Problem
image: assets/img/case-studies/konfig-small.png
link: /blog/konfig/

- name: NOCD
title: How NOCD Reduced Build Times by 9x with Earthly
image: assets/img/case-studies/nocd-small.png
link: /blog/case-study-nocd/
2 changes: 0 additions & 2 deletions website/_includes/customer-stories/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ <h1 class="font-medium max-w-4xl text-[#2d7e5d] text-5xl sm:text-7xl text-center
Developers and engineering teams love Earthly
</p>

<!--
<div class="flex gap-6 lg:gap-10 mt-4">
{% for item in site.data.customer-stories-highlights %}
<p id="highlight-category-{{ forloop.index }}" class="highlight-category {% if forloop.index == 1 %}active{% endif %}" onclick="">{{ item.category }}</p>
{% endfor %}
</div>
-->

<div id="highlights" class="w-full flex mt-4 overflow-hidden rounded-2xl scroll-smooth">
{% for item in site.data.customer-stories-highlights %}
Expand Down
2 changes: 1 addition & 1 deletion website/_includes/customer-stories/stories.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>

<div class="mt-2 p-4 pt-2">
<p class="text-sm uppercase">Whitepaper</p>
<p class="text-sm uppercase">{{ item.name }}</p>

<p class="font-bold mt-4 text-[#475569] text-xl">{{ item.title }}</p>

Expand Down
Binary file removed website/assets/img/case-studies/hero-nocd.jpg
Binary file not shown.
Binary file added website/assets/img/case-studies/konfig-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/img/case-studies/konfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/img/case-studies/nocd-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/img/case-studies/nocd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions website/customer-stories.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ layout: default
{% include customer-stories/hero.html %}
{% include home/layout.html template='home/v2/customers.html' %}
{% include home/layout.html template='home/v2/customer-quotes.html' %}
<!--
{% include customer-stories/featured.html %}

<!-- {% include customer-stories/featured.html %} -->
{% include customer-stories/stories.html %}
-->

{% include customer-stories/cta-button.html %}
Loading