diff --git a/templates/auto-refund.html b/templates/auto-refund.html index 37bb4a067..8504981ee 100644 --- a/templates/auto-refund.html +++ b/templates/auto-refund.html @@ -1,3 +1,5 @@ + + {% extends "base.html" %} {% block main %}

Sorry to see you go, {{ name }}

diff --git a/templates/base.html b/templates/base.html index b30059ff4..ef43d8218 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,286 +6,170 @@ rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&family=Source+Code+Pro:wght@200;300;400;500;600;700;800;900&display=swap" /> - - -
- - - - -

Codecov

-
- {% block layout %} -
-
{% block main %}{% endblock %}
- -
- {% endblock %} - + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + Codecov logo + + +

+ Codecov +

+
+
+
+ + {% block main %}{% endblock %} + +
+ + + + + + + + + + + + + +
+

+ Codecov +

+

+ Functional Software, dba Sentry +

+

+ 45 Fremont St. 8th Floor, San Francisco, CA 94105 +

+
+ + + + + + + + + + + + + + + + + + + + +
+
diff --git a/templates/failed-payment.html b/templates/failed-payment.html index fa76b8341..626be5573 100644 --- a/templates/failed-payment.html +++ b/templates/failed-payment.html @@ -1,46 +1,101 @@ {% extends "base.html" %} {% block main %} -

Oops! Let's fix this, {{ name }}

-
- + Oops! Let's fix this, {{ name }} + +

+ Total: USD + ${{ amount }} - - -

- Your ${{ amount }} payment to Functional Software, Inc, dba Sentry has - failed + | {{ date }} +

+
+

+ Your ${{ amount }} payment to Functional Software, Inc, dba + Sentry has failed

-

- We were unable to process your {% if card_type %}{{ card_type | capitalize }}{% else %}card{% endif %}{% if last_four %} ending in {{ - last_four }}{% endif %}. Please take a moment to double check your payment information to - ensure your account continues to run smoothly. +

+ We were unable to process your {% if card_type %}{{ card_type | + capitalize }}{% else %}card{% endif %}{% if last_four %} ending in + {{ last_four }}{% endif %}. Please take a moment to double check + your payment information to ensure your account continues to run + smoothly. +

+

+ Update your billing info

-Update your billing info -
-

Why did the payment fail?

-

In most cases, a payment might fail due to:

-
    +
    +

    Why did the payment fail?

    +

    In most cases, a payment might fail due to:

    +
    • An expired card
    • Insufficient funds
    • Requiring additional authentication
    -

    +

    If you have any questions or need help, please contact us at - support@codecov.io + support@codecov.io

    -{% endblock %} {% block aside %} -

    Total: USD ${{ amount }}

    -

    {{ date }}

    {% endblock %}