use new logo for about page, and center the alert text

This commit is contained in:
2025-05-13 18:59:09 +10:00
parent 0660ca55d7
commit b7b2eaeb1f

View File

@@ -4,10 +4,9 @@
<div class="container">
<div class="row px-3 my-5 offset-lg-3 col-lg-6 col-sm-12" style="border: 3px solid #5bc0de; border-radius: 15px;">
<h3 class="my-3 text-center" style="color: #5bc0de">
{# <svg width="64" height="64" fill="currentColor"><use xlink:href="{{url_for('internal', filename='icons.svg')}}#pa_logo" /></svg>&nbsp;About Photo Assistant</h3> #}
<svg width="64" height="64" fill="currentColor"><use xlink:href="internal/icons.svg#pa_logo" /></svg>&nbsp;Photo Assistant - About</h3>
<img width="64" height="64" src="internal/pa-logo.png"/></img>&nbsp;Photo Assistant - About</h3>
<div class="alert alert-info">
{{build_info}}
<center>{{build_info}}</center>
</div>
</div>
<nav>