-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from Mashape/feat/new-demo-link
feat(links): change demo links to new enterprise page
- Loading branch information
Showing
4 changed files
with
8 additions
and
63 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
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
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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<h2>Kong for Modern Enterprises</h2> | ||
<p>Multi-datacenter deployments, Kong Manager, Analytics, Dev Portal, Professional Support and More.</p> | ||
<p> | ||
<a href="#request-demo" class="button button-primary button-large scroll-to">Request Demo</a> | ||
<a href="https://www.mashape.com/enterprise/#demo-form" class="button button-primary button-large">Request Demo</a> | ||
</p> | ||
</div> | ||
<div class="one-half column"> | ||
|
@@ -80,66 +80,10 @@ <h5>Consulting and Training (optional)</h5> | |
<li class="plan-line">API Certifications</li> | ||
<li class="plan-line">Security Audit</li> | ||
<li> | ||
<a href="#request-demo" class="plan-line success scroll-to">TALK TO KONG EXPERTS!</a> | ||
<a href="https://www.mashape.com/enterprise/#demo-form" class="plan-line success">TALK TO KONG EXPERTS!</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="section demo-request-section" id="request-demo"> | ||
<div class="container"> | ||
<header class="section-header"> | ||
<h2>TALK TO KONG EXPERTS!</h2> | ||
<p>Take 15 minutes to learn more about Kong.</p> | ||
</header> | ||
|
||
<form class="demo-request-form"> | ||
<div class="spinner"> | ||
<div class="bounce1"></div> | ||
<div class="bounce2"></div> | ||
<div class="bounce3"></div> | ||
</div> | ||
|
||
<div class="alert alert-success" role="alert"><center>Thank you! We'll be in touch soon.</center></div> | ||
|
||
<div class="input-group"> | ||
|
||
<label for="company-name">Company Name</label> | ||
<input id="company-name" name="company" type="text" placeholder="Mashape Inc" required> | ||
|
||
<label for="full-name">Full Name</label> | ||
<input id="full-name" name="name" type="text" placeholder="Jason Businessman" required> | ||
|
||
<label for="title">Title</label> | ||
<input id="title" name="title" type="text" placeholder="CEO"> | ||
|
||
<label for="work-email">Work Email</label> | ||
<input id="work-email" name="email" type="email" placeholder="[email protected]" required> | ||
|
||
<label for="phone">Phone <small>(optional)</small></label> | ||
<input id="phone" name="phone" type="text" placeholder="415 000 0000"> | ||
|
||
<label for="tell-us-more">Tell us more</label> | ||
<textarea name="tell_us_more" id="tell-us-more" cols="30" rows="5"></textarea> | ||
|
||
<div class="choose-deploy-type row"> | ||
<label class="one-half column"> | ||
<input type="radio" name="deployment" value="on-prem" checked/> On-Prem Deployment | ||
</label> | ||
|
||
<label class="one-half column"> | ||
<input type="radio" name="deployment" value="cloud"/> Cloud Deployment | ||
</label> | ||
</div> | ||
|
||
<button type="submit" class="button button-primary button-large u-full-width">Send Request</button> | ||
</div> | ||
|
||
<figure> | ||
<img src="/assets/images/enterprise/enterprise-footer.svg" width="440" height="81" alt="Enterprise"/> | ||
</figure> | ||
</form> | ||
</div> | ||
</section> |