diff --git a/microsetta_interface/static/img/sbi-logo.png b/microsetta_interface/static/img/sbi-logo.png new file mode 100644 index 00000000..47587076 Binary files /dev/null and b/microsetta_interface/static/img/sbi-logo.png differ diff --git a/microsetta_interface/templates/home.jinja2 b/microsetta_interface/templates/home.jinja2 index dee12eef..e346a652 100644 --- a/microsetta_interface/templates/home.jinja2 +++ b/microsetta_interface/templates/home.jinja2 @@ -13,6 +13,10 @@ background-color: #f1f1f2; padding:2rem; } + .sbi-logo { + max-width: 300px; + height: auto; + } {% endblock %} @@ -22,8 +26,12 @@
-
- +
+ {% if request.args.get('project') == 'sbi' %} + + {% else %} + + {% endif %}