Skip to content

Commit

Permalink
Add redirect for unused contact page. (#3653)
Browse files Browse the repository at this point in the history
Changes:
- Remove content of /contact
- Add a redirect to https://gruntwork.io/contact
  • Loading branch information
panzacoder authored Dec 12, 2024
1 parent 0ad541b commit 4f55464
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions docs/_pages/contact/index.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,5 @@
---
layout: contact
title: contact
subtitle: Get help via email, chat, and phone/video from the team that created Terragrunt.
excerpt: Get help via email, chat, and phone/video from the team that created Terragrunt.
permalink: /contact/
slug: contact
nav_title: Contact
nav_title_link: /docs/
custom_js:
- prism
- collection-browser_toc
- contact-form
use_recaptcha: true
redirect_to: https://gruntwork.io/contact
---

<div class="contact__page">
<div class="col-md-6 contact-column">
<h1>Contact Us</h1>
<p class="contact-subtitle">
Speak to a real human!
</p>
<p class="contact-subtitle">
Use the form below or send an email to
<a href="mailto:[email protected]" >[email protected].</a>
</p>
<img class='contact-subtitle-back hidden-shape-xs' src='{{ site.baseurl}}/assets/img/contact/bottom.svg' alt='contact-form-back' />
</div>
<div class="col-md-6 form-column">
{% include_relative _contact-form.html %}
<img src='{{site.baseurl}}/assets/img/commercial-support/terragrunt-mobile-links.svg' alt='Shape' class="header-shapes-bottom hidden-shape" />
</div>
</div>

0 comments on commit 4f55464

Please sign in to comment.