diff --git a/app/Images/UdeS_logo.png b/app/Images/UdeS_logo.png new file mode 100644 index 0000000..a3d80e6 Binary files /dev/null and b/app/Images/UdeS_logo.png differ diff --git a/app/static/css/style.css b/app/static/css/style.css index 847abf1..aab79eb 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -96,6 +96,7 @@ a:hover { color: var(--primary-dark); } } .logo i { color: var(--primary); font-size: 1.6rem; } +.logo-img { height: 40px; width: auto; } .user-badge { display: flex; @@ -607,6 +608,12 @@ a:hover { color: var(--primary-dark); } margin-bottom: 12px; } +.auth-logo-img { + height: 80px; + width: auto; + margin-bottom: 12px; +} + .auth-header h2 { font-size: 1.6rem; font-weight: 700; diff --git a/app/static/images/UdeS_logo.png b/app/static/images/UdeS_logo.png new file mode 100644 index 0000000..a3d80e6 Binary files /dev/null and b/app/static/images/UdeS_logo.png differ diff --git a/app/templates/errors/400.html b/app/templates/errors/400.html index 2e2ad56..882d80f 100644 --- a/app/templates/errors/400.html +++ b/app/templates/errors/400.html @@ -1,5 +1,5 @@ {% extends "layouts/base.html" %} -{% block title %}400 Bad Request - TryoutPro{% endblock %} +{% block title %}400 Bad Request - UdeS team manager{% endblock %} {% block page_title %}Bad Request{% endblock %} {% block content %}
diff --git a/app/templates/errors/403.html b/app/templates/errors/403.html index 7309d3b..ae6ea72 100644 --- a/app/templates/errors/403.html +++ b/app/templates/errors/403.html @@ -1,5 +1,5 @@ {% extends "layouts/base.html" %} -{% block title %}403 Forbidden - TryoutPro{% endblock %} +{% block title %}403 Forbidden - UdeS team manager{% endblock %} {% block page_title %}Access Denied{% endblock %} {% block content %}
diff --git a/app/templates/errors/404.html b/app/templates/errors/404.html index 4c80ff3..f14aa4c 100644 --- a/app/templates/errors/404.html +++ b/app/templates/errors/404.html @@ -1,5 +1,5 @@ {% extends "layouts/base.html" %} -{% block title %}404 Not Found - TryoutPro{% endblock %} +{% block title %}404 Not Found - UdeS team manager{% endblock %} {% block page_title %}Page Not Found{% endblock %} {% block content %}
diff --git a/app/templates/errors/429.html b/app/templates/errors/429.html index 72e9beb..a7d1d2c 100644 --- a/app/templates/errors/429.html +++ b/app/templates/errors/429.html @@ -1,5 +1,5 @@ {% extends "layouts/base.html" %} -{% block title %}429 Too Many Requests - TryoutPro{% endblock %} +{% block title %}429 Too Many Requests - UdeS team manager{% endblock %} {% block page_title %}Rate Limit Exceeded{% endblock %} {% block content %}
diff --git a/app/templates/errors/500.html b/app/templates/errors/500.html index b57aeaa..ddea6dc 100644 --- a/app/templates/errors/500.html +++ b/app/templates/errors/500.html @@ -1,5 +1,5 @@ {% extends "layouts/base.html" %} -{% block title %}500 Server Error - TryoutPro{% endblock %} +{% block title %}500 Server Error - UdeS team manager{% endblock %} {% block page_title %}Internal Server Error{% endblock %} {% block content %}
diff --git a/app/templates/layouts/base.html b/app/templates/layouts/base.html index 8961f03..1dd17a2 100644 --- a/app/templates/layouts/base.html +++ b/app/templates/layouts/base.html @@ -3,7 +3,7 @@ - {% block title %}Team Tryout Management{% endblock %} + {% block title %}UdeS team manager{% endblock %} @@ -13,8 +13,8 @@