From 1ec1841b30b47dad10373bf2d10bc36f6d6f4fbc Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 20 Mar 2024 03:01:21 +0000 Subject: [PATCH] Add a kind of pricing page prototype which dumby content --- .../_tailwind/api_keys/requests/new.html.erb | 128 ++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/app/views/_tailwind/api_keys/requests/new.html.erb b/app/views/_tailwind/api_keys/requests/new.html.erb index 8ecdda04f..c73b16f06 100644 --- a/app/views/_tailwind/api_keys/requests/new.html.erb +++ b/app/views/_tailwind/api_keys/requests/new.html.erb @@ -26,3 +26,131 @@ You have don't oodles lying around that you could use to pay for API access + +<%# TODO: Note that almost none of content is yet relevant to our situation. It's mostly a placeholder %> +
+
+
+ +
+

Community Access Grant

+

Best option for personal use & for your next project.

+
+ $0 + /month +
+ +
    +
  • + + + Individual configuration +
  • +
  • + + + No setup, or hidden fees +
  • +
  • + + + Team size: 1 developer +
  • +
  • + + + Premium support: 6 months +
  • +
  • + + + Free updates: 6 months +
  • +
+ <%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: new_api_keys_non_commercial_path) do %> + Apply + <% end %> +
+ +
+

Commercial

+

Relevant for multiple users, extended & premium support.

+
+ $2499 + /month +
+ +
    +
  • + + + Individual configuration +
  • +
  • + + + No setup, or hidden fees +
  • +
  • + + + Team size: 10 developers +
  • +
  • + + + Premium support: 24 months +
  • +
  • + + + Free updates: 24 months +
  • +
+ <%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: new_api_keys_paid_path) do %> + Get Started + <% end %> +
+ +
+

Commercial+

+

Relevant for multiple users, extended & premium support.

+
+ $2499 + /month +
+ +
    +
  • + + + Individual configuration +
  • +
  • + + + No setup, or hidden fees +
  • +
  • + + + Team size: 10 developers +
  • +
  • + + + Premium support: 24 months +
  • +
  • + + + Free updates: 24 months +
  • +
+ <%= render Tailwind::ButtonComponent.new(tag: :a, size: "2xl", type: :primary, href: new_api_keys_paid_path) do %> + Get Started + <% end %> +
+
+
+
\ No newline at end of file