-
-
Notifications
You must be signed in to change notification settings - Fork 999
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add redirect for unused contact page. (#3653)
Changes: - Remove content of /contact - Add a redirect to https://gruntwork.io/contact
- Loading branch information
1 parent
0ad541b
commit 4f55464
Showing
1 changed file
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|