diff --git a/Screenshot_20250704_094343.png b/Screenshot_20250704_094343.png new file mode 100644 index 0000000..c8ea7c0 Binary files /dev/null and b/Screenshot_20250704_094343.png differ diff --git a/src/servala/frontend/templates/account/login.html b/src/servala/frontend/templates/account/login.html index 65a38b0..233118b 100644 --- a/src/servala/frontend/templates/account/login.html +++ b/src/servala/frontend/templates/account/login.html @@ -1,46 +1,111 @@ {% extends "frontend/base.html" %} {% load static i18n %} {% load allauth account socialaccount %} + {% block html_title %} - {% block page_title %} - {% translate "Sign In" %} - {% endblock page_title %} + {% translate "Sign in" %} {% endblock html_title %} + +{% block page_title %} + {% translate "Welcome to Servala" %} +{% endblock page_title %} + +{% block card_header %} +
+ Servala +
+{% endblock card_header %} + {% block card_content %} + {% if SOCIALACCOUNT_ENABLED %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %} - {% for provider in socialaccount_providers %} - {% provider_login_url provider process=process scope=scope auth_params=auth_params as href %} -
- {% csrf_token %} - {{ redirect_field }} - -
- {% endfor %} +
+
+
{% translate "Ready to get started?" %}
+

{% translate "Sign in to access your managed service instances and the Servala service catalog" %}

+
+ + {% for provider in socialaccount_providers %} + {% provider_login_url provider process=process scope=scope auth_params=auth_params as href %} +
+ {% csrf_token %} + {{ redirect_field }} + +
+ {% endfor %} +
{% endif %} {% endif %} -
- - - {% translate "Log in with email and password instead" %} - -
- {% url 'account_login' as form_action %} - {% translate "Sign In" as form_submit_label %} - {% include "includes/form.html" with extra_field=redirect_field %} + + +
+
+ +
+
+ +
+ {% translate "Secure" %} +
+
+
+ +
+ {% translate "Fast" %} +
+
+
+ +
+ {% translate "Scalable" %} +
+ + +
+
+ + + + +
+
+
+
+ {% url 'account_login' as form_action %} + {% translate "Sign In" as form_submit_label %} + {% include "includes/form.html" with extra_field=redirect_field %} +
+
{% endblock card_content %} diff --git a/src/servala/frontend/templates/frontend/profile.html b/src/servala/frontend/templates/frontend/profile.html index e41eab8..dc12100 100644 --- a/src/servala/frontend/templates/frontend/profile.html +++ b/src/servala/frontend/templates/frontend/profile.html @@ -116,10 +116,9 @@ {% endblocktranslate %}

- - - {% translate "Account" %} + + {% translate "VSHN Account Console" %}
diff --git a/src/servala/static/img/Servala-3.png b/src/servala/static/img/Servala-3.png new file mode 100644 index 0000000..262d27c Binary files /dev/null and b/src/servala/static/img/Servala-3.png differ diff --git a/src/servala/static/img/Servala-4.png b/src/servala/static/img/Servala-4.png new file mode 100644 index 0000000..4fb977c Binary files /dev/null and b/src/servala/static/img/Servala-4.png differ