This repository has been archived by the owner on Feb 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #13 from TrueBlocks/feature/better_copy
Improved copy
- Loading branch information
Showing
8 changed files
with
422 additions
and
99 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
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: "Pricing" | ||
draft: false | ||
--- | ||
|
||
{{< rawhtml >}} | ||
|
||
<section id="pricing"> | ||
|
||
<div class="plan standard"> | ||
<span class="name">Standard</span> | ||
<span class="price">$34.95</span> | ||
<ul> | ||
<li> | ||
20 requests per second | ||
</li> | ||
<li> | ||
Access to all <a href="/docs/appearance">Key RPC methods</a> | ||
</li> | ||
<li> | ||
Enhanced support (email, Discord) | ||
</li> | ||
</ul> | ||
<p> | ||
For individuals, smart contract devs, and data scientists | ||
</p> | ||
</div> | ||
|
||
<div class="plan enterprise"> | ||
<span class="name">Enterprise</span> | ||
<ul> | ||
<li> | ||
Custom requests per second rate | ||
</li> | ||
<li> | ||
Access to all <a href="/docs/appearance">Key RPC methods</a> | ||
</li> | ||
<li> | ||
Premium support | ||
</li> | ||
</ul> | ||
<p> | ||
For massive data consumers | ||
</p> | ||
</div> | ||
|
||
</section> | ||
|
||
<div class="pricing-cta"> | ||
<a href="/sign-up" class="btn btn-primary"> | ||
Sign Up | ||
</a> | ||
</div> | ||
|
||
{{< /rawhtml >}} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Sign up" | ||
draft: false | ||
--- | ||
|
||
Thank you for being interested in signing up for TrueBlocks Key. | ||
|
||
Currently, Key is available as an add-on in the <a href="https://marketplace.quicknode.com/add-on/trueblocks-key">QuickNode Marketplace</a>. | ||
However, we also support businesses integrating their workflows with Key directly. | ||
|
||
Please fill out the form below if you are interested in integrating with Key directly. | ||
|
||
{{< rawhtml >}} | ||
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> | ||
<script> | ||
hbspt.forms.create({ | ||
region: "na1", | ||
portalId: "45966077", | ||
formId: "d6b201b6-0db0-4200-af93-fb6c729a371a" | ||
}); | ||
</script> | ||
{{< /rawhtml >}} |
Oops, something went wrong.