From 7d6e1c497389acb544177722c923964b4a554be8 Mon Sep 17 00:00:00 2001 From: Buttaa Date: Sun, 17 Sep 2023 12:37:10 +0200 Subject: [PATCH 1/5] update /pricing subpage --- templates/payment/pricing.html | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/templates/payment/pricing.html b/templates/payment/pricing.html index ca2f9b9bce..47058cb7b1 100644 --- a/templates/payment/pricing.html +++ b/templates/payment/pricing.html @@ -182,7 +182,6 @@

API Pricing Plans

Start for free or choose a plan that suits you best.

- Contact Us
{{ template "pricing_svg" }} @@ -202,6 +201,10 @@

Free

0€ / mo

    +
  • + Rate limit per second:
    + {{ formatAddCommas 5 }} +
  • Rate limit per minute:
    {{ formatAddCommas 20 }} @@ -225,6 +228,10 @@

    Sapphire Popul

    59€* / mo

      +
    • + Rate limit per second:
      + {{ formatAddCommas 10 }} +
    • Rate limit per minute:
      {{ formatAddCommas 100 }} @@ -266,6 +273,10 @@

      Emerald

      99€* / mo

        +
      • + Rate limit per second:
        + {{ formatAddCommas 20 }} +
      • Rate limit per minute:
        {{ formatAddCommas 600 }} @@ -304,6 +315,10 @@

        Diamond

        399€* / mo

          +
        • + Rate limit per second:
          + {{ formatAddCommas 35 }} +
        • Rate limit per minute:
          {{ formatAddCommas 1200 }} @@ -335,7 +350,7 @@

          399€* / mo {{ end }}

      -
      +
      * All prices are excluding VAT
      @@ -378,6 +393,7 @@

      Contact us about your API needs

      +
    @@ -391,6 +407,17 @@

    Contact us about your API needs

+
+
+
Enterprise
+
Dedicated Plan + + +
+
+ +
+
From dd38d7b78ef4478d271526907b7ad1b6de32cbbd Mon Sep 17 00:00:00 2001 From: Buttaa Date: Sun, 17 Sep 2023 13:30:42 +0200 Subject: [PATCH 2/5] fixes --- templates/payment/pricing.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/payment/pricing.html b/templates/payment/pricing.html index 47058cb7b1..d346e261f1 100644 --- a/templates/payment/pricing.html +++ b/templates/payment/pricing.html @@ -411,11 +411,12 @@

Contact us about your API needs

Enterprise
Dedicated Plan - -
-
- +
+ + + +
From 9ca61b3eb9d6e9cbdc4200458b360a93228b78fb Mon Sep 17 00:00:00 2001 From: Buttaa Date: Sun, 17 Sep 2023 17:35:21 +0200 Subject: [PATCH 3/5] Update pricing.html --- templates/payment/pricing.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/payment/pricing.html b/templates/payment/pricing.html index d346e261f1..9808c5f034 100644 --- a/templates/payment/pricing.html +++ b/templates/payment/pricing.html @@ -275,7 +275,7 @@

99€* / mo<
  • Rate limit per second:
    - {{ formatAddCommas 20 }} + {{ formatAddCommas 10 }}
  • Rate limit per minute:
    @@ -317,7 +317,7 @@

    399€* / mo
    • Rate limit per second:
      - {{ formatAddCommas 35 }} + {{ formatAddCommas 30 }}
    • Rate limit per minute:
      @@ -329,7 +329,7 @@

      399€* / mo

    • Total requests per month:
      - {{ formatAddCommas 4000000 }} + {{ formatAddCommas 6000000 }}
    {{ if .User.Authenticated }} From 2cc5cf893764d412c8acf9d340b056efb149bc03 Mon Sep 17 00:00:00 2001 From: Buttaa Date: Wed, 20 Sep 2023 09:08:03 +0200 Subject: [PATCH 4/5] rm enterprise container --- templates/payment/pricing.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/payment/pricing.html b/templates/payment/pricing.html index 9808c5f034..8d6200275f 100644 --- a/templates/payment/pricing.html +++ b/templates/payment/pricing.html @@ -350,7 +350,7 @@

    399€* / mo {{ end }} -
    +
    * All prices are excluding VAT
    @@ -407,18 +407,6 @@

    Contact us about your API needs

    -
    -
    -
    Enterprise
    -
    Dedicated Plan -
    - -
    -
    From 245dedf46892e2555f286169af54cd02208139ce Mon Sep 17 00:00:00 2001 From: Buttaa Date: Wed, 20 Sep 2023 10:57:13 +0200 Subject: [PATCH 5/5] added button again --- templates/payment/pricing.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/payment/pricing.html b/templates/payment/pricing.html index 8d6200275f..dfc99cfe89 100644 --- a/templates/payment/pricing.html +++ b/templates/payment/pricing.html @@ -182,6 +182,7 @@

    API Pricing Plans

    Start for free or choose a plan that suits you best.

    + Contact Us
    {{ template "pricing_svg" }}