Skip to content

Commit

Permalink
Revert "Get a Demo CTA button (#848)" (#857)
Browse files Browse the repository at this point in the history
This reverts commit d9bb1d6.
  • Loading branch information
idelvall authored Aug 22, 2024
1 parent 7952b04 commit 899d43b
Show file tree
Hide file tree
Showing 22 changed files with 147 additions and 475 deletions.
30 changes: 7 additions & 23 deletions website/_includes/cloud/call-to-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@
Consistent, Fast Builds in the Cloud
</div>

<div class="w-full flex flex-col md:flex-row gap-4 max-w-md mx-auto xl:mx-0 my-4 md:my-1 lg:my-0">
<a
class="bg-[#2d7e5d] hover:bg-[#2d7e5d] cursor-pointer flex-1 inline-block my-0.5 lg:my-2 py-4 rounded-lg shadow-sm text-2xl text-center text-white"
href="https://cloud.earthly.dev/login"
onclick="earthlyCloudGetStartedFreeClick()"
>
Get Started Free
</a>
<a
class="border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] cursor-pointer inline-block my-0.5 lg:my-2 px-5 py-4 rounded-lg text-2xl text-center text-[#2d7e5d]"
href="/contact-us"
onclick="earthlyCloudGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="my-0.5 lg:my-2 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg w-full inline-block"
onclick="earthlyCloudGetStartedFreeClick()"
>
Get Started Free
</a>

<p class="text-center xl:text-left text-slate-400">No time limit free tier</p>
</div>
Expand All @@ -30,11 +21,4 @@
label: 'earthly-cloud-get-started-free-click'
});
}

function earthlyCloudGetDemoClick() {
analytics.track('earthly-cloud-get-a-demo-click', {
category: 'Get a Demo Click',
label: 'earthly-cloud-get-a-demo-click'
});
}
</script>
31 changes: 7 additions & 24 deletions website/_includes/cloud/cta-cloud-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,13 @@
Consistent, Fast Builds in the Cloud
</p>

<div class="lg:flex mb-20 gap-4">
<a
href="https://cloud.earthly.dev/login"
class="w-full lg:w-80 max-w-md mt-4 py-4 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetEarthlyClick()"
>
Get Started Free
</a>

<a
href="/contact-us"
class="w-full flex-1 max-w-md mt-4 px-5 py-4 text-2xl text-center cursor-pointer shadow-sm text-[#2d7e5d] bg-white border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] rounded-lg inline-block"
onclick="bottomCtaGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="w-full max-w-md mb-20 mt-4 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetEarthlyClick()"
>
Get Started Free
</a>
</div>
</div>
</div>
Expand All @@ -37,11 +27,4 @@
label: "bottom-cta-get-started-free",
});
}

function bottomCtaGetDemoClick() {
analytics.track("bottom-cta-get-a-demo-click", {
category: "Get a Demo Click",
label: "bottom-cta-get-a-demo-click",
});
}
</script>
30 changes: 7 additions & 23 deletions website/_includes/core/call-to-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@
<div class="text-center text-slate-400 text-xl">
It’s like Docker for builds!
</div>
<div class="w-full flex flex-col md:flex-row gap-4 max-w-md mx-auto xl:mx-0 my-4 md:my-1 lg:my-0">
<a
class="bg-[#2d7e5d] hover:bg-[#2d7e5d] cursor-pointer flex-1 inline-block my-0.5 lg:my-2 py-4 rounded-lg shadow-sm text-2xl text-center text-white"
href="https://cloud.earthly.dev/login"
onclick="earthlyCoreTryEarthlyClick()"
>
Get Started Free
</a>
<a
class="border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] cursor-pointer inline-block my-0.5 lg:my-2 px-5 py-4 rounded-lg text-2xl text-center text-[#2d7e5d]"
href="/contact-us"
onclick="earthlyCoreGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="my-0.5 lg:my-2 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg w-full inline-block"
onclick="earthlyCoreTryEarthlyClick()"
>
Get Started Free
</a>
<div id="earthly-core-hero-install-no-login">
<p class="text-center xl:text-left text-slate-400 text-sm">Open Source on <a class="underline" href="https://github.com/earthly/earthly">GitHub</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a class="underline" href="https://earthly.dev/get-earthly" onclick="earthlyCoreHeroInstallNoLoginClick()">Install Earthly w/o logging in</a></p>
</div>
Expand All @@ -31,13 +22,6 @@
});
}

function earthlyCoreGetDemoClick() {
analytics.track('earthly-core-get-a-demo-click', {
category: 'Get a Demo Click',
label: 'earthly-core-get-a-demo-click'
});
}

function earthlyCoreHeroInstallNoLoginClick() {
analytics.track('earthly-core-hero-install-no-login-click', {
category: 'Install No Login Click',
Expand Down
31 changes: 7 additions & 24 deletions website/_includes/core/cta-earthly-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,13 @@
Simple, Fast, Consistent Builds
</p>

<div class="lg:flex mb-20 gap-4">
<a
href="https://cloud.earthly.dev/login"
class="w-full lg:w-80 max-w-md mt-4 py-4 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetEarthlyClick()"
>
Get Started Free
</a>

<a
href="/contact-us"
class="w-full flex-1 max-w-md mt-4 px-5 py-4 text-2xl text-center cursor-pointer shadow-sm text-[#2d7e5d] bg-white border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] rounded-lg inline-block"
onclick="bottomCtaGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="w-full max-w-md mb-20 mt-4 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetEarthlyClick()"
>
Get Started Free
</a>
</div>
</div>
</div>
Expand All @@ -37,11 +27,4 @@
label: "bottom-cta-get-started-free-click",
});
}

function bottomCtaGetDemoClick() {
analytics.track("bottom-cta-get-a-demo-click", {
category: "Get a Demo Click",
label: "bottom-cta-get-a-demo-click",
});
}
</script>
31 changes: 7 additions & 24 deletions website/_includes/cta-home-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,13 @@
Consistent, Fast Builds in the Cloud
</p>

<div class="lg:flex mb-20 gap-4">
<a
href="https://cloud.earthly.dev/login"
class="w-full lg:w-80 max-w-md mt-4 py-4 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetEarthlyClick()"
>
Get Started Free
</a>

<a
href="/contact-us"
class="w-full flex-1 max-w-md mt-4 px-5 py-4 text-2xl text-center cursor-pointer shadow-sm text-[#2d7e5d] bg-white border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] rounded-lg inline-block"
onclick="bottomCtaGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="w-full max-w-md mb-20 mt-4 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetEarthlyClick()"
>
Get Started Free
</a>
</div>
</div>
</div>
Expand All @@ -37,11 +27,4 @@
label: "bottom-cta-get-started-free-click",
});
}

function bottomCtaGetDemoClick() {
analytics.track("bottom-cta-get-a-demo-click", {
category: "Get a Demo Click",
label: "bottom-cta-get-a-demo-click",
});
}
</script>
31 changes: 7 additions & 24 deletions website/_includes/customer-stories/cta-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,13 @@
Consistent, Fast Builds in the Cloud
</p>

<div class="lg:flex mb-20 gap-4">
<a
href="https://cloud.earthly.dev/login"
class="w-full lg:w-80 max-w-md mt-4 py-4 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetStartedFreeClick()"
>
Get Started Free
</a>

<a
href="/contact-us"
class="w-full flex-1 max-w-md mt-4 px-5 py-4 text-2xl text-center cursor-pointer shadow-sm text-[#2d7e5d] bg-white border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] rounded-lg inline-block"
onclick="bottomCtaGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="w-full max-w-md mb-20 mt-4 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetStartedFreeClick()"
>
Get Started Free
</a>
</div>
</div>
</div>
Expand All @@ -37,11 +27,4 @@
label: "bottom-cta-get-started-free-click",
});
}

function bottomCtaGetDemoClick() {
analytics.track("bottom-cta-get-a-demo-click", {
category: "Get a Demo Click",
label: "bottom-cta-get-a-demo-click",
});
}
</script>
30 changes: 7 additions & 23 deletions website/_includes/faster-builds/call-to-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@
<div class="text-center text-slate-400 text-xl">
Consistent, Faster Builds
</div>
<div class="w-full flex flex-col md:flex-row gap-4 max-w-md mx-auto xl:mx-0 my-4 md:my-1 lg:my-0">
<a
class="bg-[#2d7e5d] hover:bg-[#2d7e5d] cursor-pointer flex-1 inline-block my-0.5 lg:my-2 py-4 rounded-lg shadow-sm text-2xl text-center text-white"
href="https://cloud.earthly.dev/login"
onclick="earthlyCoreTryEarthlyClick()"
>
Get Started Free
</a>
<a
class="border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] cursor-pointer inline-block my-0.5 lg:my-2 px-5 py-4 rounded-lg text-2xl text-center text-[#2d7e5d]"
href="/contact-us"
onclick="earthlyCoreGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="my-0.5 lg:my-2 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg w-full inline-block"
onclick="earthlyCoreTryEarthlyClick()"
>
Get Started Free
</a>
</div>

<script>
Expand All @@ -27,11 +18,4 @@
label: 'faster-builds-get-started-free-click'
});
}

function earthlyCoreGetDemoClick() {
analytics.track('faster-builds-get-a-demo-click', {
category: 'Get a Demo Click',
label: 'faster-builds-get-a-demo-click'
});
}
</script>
33 changes: 8 additions & 25 deletions website/_includes/faster-builds/cta-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,22 @@
Consistent, Fast Builds in the Cloud
</p>

<div class="lg:flex mb-20 gap-4">
<a
href="https://cloud.earthly.dev/login"
class="w-full lg:w-80 max-w-md mt-4 py-4 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaGetEarthlyClick()"
>
Get Started Free
</a>

<a
href="/contact-us"
class="w-full flex-1 max-w-md mt-4 px-5 py-4 text-2xl text-center cursor-pointer shadow-sm text-[#2d7e5d] bg-white border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] rounded-lg inline-block"
onclick="bottomCtaGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="w-full max-w-md mb-20 mt-4 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg inline-block"
onclick="bottomCtaTryEarthlySatellitesClick()"
>
Get Started Free
</a>
</div>
</div>
</div>

<script>
function bottomCtaGetEarthlyClick() {
function bottomCtaTryEarthlySatellitesClick() {
analytics.track("faster-builds-bottom-cta-get-started-free-click", {
category: "Get Started Free Click",
label: "faster-builds-bottom-cta-get-started-free-click",
});
}

function bottomCtaGetDemoClick() {
analytics.track("faster-builds-bottom-cta-get-a-demo-click", {
category: "Get a Demo Click",
label: "faster-builds-bottom-cta-get-a-demo-click",
});
}
</script>
30 changes: 7 additions & 23 deletions website/_includes/github-actions/call-to-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@
<div class="text-center text-slate-400 text-xl">
Consistent, Faster GitHub Actions
</div>
<div class="w-full flex flex-col md:flex-row gap-4 max-w-md mx-auto xl:mx-0 my-4 md:my-1 lg:my-0">
<a
class="bg-[#2d7e5d] hover:bg-[#2d7e5d] cursor-pointer flex-1 inline-block my-0.5 lg:my-2 py-4 rounded-lg shadow-sm text-2xl text-center text-white"
href="https://cloud.earthly.dev/login"
onclick="earthlyCoreTryEarthlyClick()"
>
Get Started Free
</a>
<a
class="border border-2 border-[#2d7e5d] hover:bg-[#f1fbff] cursor-pointer inline-block my-0.5 lg:my-2 px-5 py-4 rounded-lg text-2xl text-center text-[#2d7e5d]"
href="/contact-us"
onclick="earthlyCoreGetDemoClick()"
>
Get a Demo
</a>
</div>
<a
href="https://cloud.earthly.dev/login"
class="my-0.5 lg:my-2 py-6 text-2xl text-center cursor-pointer shadow-sm text-white bg-[#2d7e5d] hover:bg-[#2d7e5d] rounded-lg w-full inline-block"
onclick="earthlyCoreTryEarthlyClick()"
>
Get Started Free
</a>
</div>

<script>
Expand All @@ -27,11 +18,4 @@
label: 'earthly-github-actions-get-started-free-click'
});
}

function earthlyCoreGetDemoClick() {
analytics.track('earthly-github-actions-get-a-demo-click', {
category: 'Get a Demo Click',
label: 'earthly-github-actions-get-a-demo-click'
});
}
</script>
Loading

0 comments on commit 899d43b

Please sign in to comment.