Skip to content
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
20 changes: 5 additions & 15 deletions content/pages/enterprise.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
we offer enterprise plans that can be customized to your requirements.
</p>
<p class="ui center aligned basic segment">
<a class="ui large teal button" href="/pricing/enterprise/#enterprise-inquiry">Tell us about your requirements</a>
<a class="ui large teal button" href="/pricing/enterprise/#inquiry">Tell us about your requirements</a>
</p>
{% endcall %}
</section>
Expand Down Expand Up @@ -83,16 +83,16 @@


{# Enterprise customer callout #}
<section id="enterprise-inquiry">
<section id="inquiry">
<div class="ui very padded text container">
<div class="ui inverted padded segment">
<div class="ui inverted center aligned padded segment">

{# Create semantic UI form for inbound sales prospects #}

<form method="POST" name="fa-form-1" class="ui inverted form"
action="https://webhook.frontapp.com/forms/036c4169294f3b04abaa/Jd5Qy6b7AYZHFZ-iHZ9OtRFlYyZqTGhYZEYBmrsrhHaiRaYLlKHF9nqccJg7pewDwFUbEZ0klqlNdSs7BcUAoJO7aPapcC7JQBlYV5S1GZ04oPvbkzVvriejZRY"
enctype="multipart/form-data" accept-charset="utf-8">
<h2 class="ui center aligned dividing header">Talk with a sales rep about an enterprise plan</h2>
<h2 class="ui center aligned dividing header">Talk with a sales rep</h2>
<p>
Let us know what you're looking for and we'll work with you to find the right solution.
</p>
Expand All @@ -106,17 +106,7 @@ <h2 class="ui center aligned dividing header">Talk with a sales rep about an ent
</div>
<div class="field">
<label for="referral">How did you hear about us?</label>
<input type="text" name="referral" placeholder="My friend David from the Flask project recommended you">
</div>
<div class="field">
<label>What type of documentation are you interested in?</label>
<select class="ui dropdown" name="documentation-type">
<option value="">Select type of documentation</option>
<option value="Internal docs">Internal team documentation</option>
<option value="Public docs">Public product documentation</option>
<option value="Open source docs">Open source project documentation</option>
<option value="Other docs">Something else (explain below)</option>
</select>
<input type="text" name="referral" placeholder="A coworker has used Read the Docs before">
</div>
<div class="field">
<label>Do you have any specific requirements or questions?</label>
Expand Down
27 changes: 22 additions & 5 deletions content/pages/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,14 +282,31 @@ <h3 class="ui small header">
</div>
</section>

<section id="pricing-questions">
<div class="ui padded container">
<div class="ui inverted center aligned segment">
<h3 class="ui small header">
<i class="fad fa-question-circle icon"></i>
<span class="content">
Have pricing questions?
</span>
</h3>
<p>
If you have any questions about our pricing plans, please feel free to reach out to us.
</p>
<a class="ui inverted button" href="/pricing/enterprise/#inquiry">Ask us a question</a>
</div>
</div>
</section>

{# Enterprise customer callout #}
<section id="enterprise">
<div class="ui very padded text container">
<div class="ui inverted center aligned padded segment">
<div class="ui padded container">
<div class="ui inverted center aligned segment">
<h3 class="ui small header">
<i class="fad fa-circle-question icon"></i>
<i class="fad fa-building icon"></i>
<span class="content">
Have additional requirements?
Have enterprise requirements?
</span>
</h3>

Expand All @@ -298,7 +315,7 @@ <h3 class="ui small header">
customized authentication, service level agreements (SLA),
longer audit tracking and analytics storage, and many other options.
</p>
<a class="ui inverted button" href="/pricing/enterprise/">Inquire about our Enterprise plans</a>
<a class="ui inverted button" href="/pricing/enterprise/">Learn about our Enterprise plans</a>
</div>
</div>
</section>
Expand Down