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

Github Actions featured article #705

Merged
merged 1 commit into from
Oct 31, 2023
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
29 changes: 29 additions & 0 deletions website/_includes/github-actions/featured.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<div class="w-full mb-12">
<div class="max-w-7xl mx-auto px-6 lg:px-10">
<div class="bg-[#f1fbfe] flex flex-col-reverse flex-1 md:flex-row pb-8 pt-6 px-6 rounded-xl">
<div class="flex-1 mt-6 md:mt-0">
<p class="color-[#475569] font-semibold text-sm tracking-tight">August 23, 2023</p>

<p class="color-[#475569] font-semibold mt-2 text-2xl tracking-tight">Better Together - Earthly + Github Actions</p>

<p class="mt-4 text-[#6b7280] text-lg tracking-tight">
I joined Earthly at the beginning of 2023. I lead solution
architecture. One of my primary roles is helping potential customers
figure out how they can best leverage Earthly. That often requires
building demonstrations that show how...
</p>

<a class="inline-block mt-4" href="/blog/earthly-github-actions/">
<div class="w-fit decoration-[#2d7e5d] flex items-center hover:underline">
<p class="font-bold text-[#2d7e5d]">Read more</p>
<img class="ml-1" src="assets/svg/chevron-green.svg" alt="Chevron" />
</div>
</a>
</div>

<div class="md:w-7/12 md:pl-10">
<img class="w-full md:h-[200px] object-cover object-top rounded-lg" src="https://earthly.dev/blog/generated/assets/images/earthly-github-actions/header-2560-6cd58feda.webp" alt="Better Together - Earthly + Github Actions" />
</div>
</div>
</div>
</div>
3 changes: 1 addition & 2 deletions website/earthly-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: Earthly + GitHub Actions
description: GitHub Actions are better with Earthly. Get faster build speeds, improved consistency, and local testing along with an easy-to-use syntax – no YAML – and better monorepo support.
layout: default
banner: Learn how Earthly Satellites makes GitHub Actions more consistent, faster, and easier to use in our blog post <b><a href="https://earthly.dev/blog/earthly-github-actions/" onclick="bannerLinkClick()">Better Together - Earthly + Github Actions</a></b>.
mobileBanner: Read our blog post <b><a href="https://earthly.dev/blog/earthly-github-actions/" onclick="bannerLinkClick()">Better Together - Earthly + Github Actions</a></b>.
---

{% include home/layout.html template='github-actions/hero.html' %}
{% include home/layout.html template='github-actions/call-to-action.html' %}
{% include home/layout.html template='github-actions/featured.html' %}
{% include home/layout.html template='github-actions/why.html' %}

{% include home/layout.html template='github-actions/benefits-title.html' %}
Expand Down
Loading