Change main and add logo as png

This commit is contained in:
Java-Fish 2023-07-03 15:52:02 +02:00
parent 5e5605524f
commit b283c980d6
3 changed files with 26 additions and 13 deletions

View file

@ -1,19 +1,10 @@
{% extends 'base.html' %} {% block content %} {% extends 'base.html' %} {% block content %}
<div class="row"> <div class="row" style="text-align: center;">
<h1 style="margin-bottom: 5px;">FallenBirdy</h1>
<div> <div>
<div id="wfvmainsquare"> <h1 style="margin-bottom: 5px;">FallenBirdy</h1>
<div class="wfvwhitesquare"></div> <img src="../../../static/img/wvhLogo12001200300x.png" alt="Logo Wildvogelhilfe Jena" class="logowvh">
<div class="wfvwhitesquare" style="rotate: 90deg;"></div> <a href="{% url 'account_login' %}" id="loginMain">Einloggen</a>
</div> </div>
</div>
<div style="margin-bottom: 5px;">
Offizielle App der Wildvogelhilfe Jena, eine Organisation des <a
href="https://www.nabu-jena.de" target="_blank">NABU Jena</a>
</div>
<p>
Bitte <a href="{% url 'account_login' %}">hier</a> anmelden
</p>
</div> </div>
{% endblock content %} {% endblock content %}

View file

@ -1,3 +1,25 @@
h1 {
margin-bottom: 2rem;
color: #0068b4;
font-weight: bold;
}
.logowvh {
display: block;
margin-left: auto;
margin-right: auto;
max-height: 15rem;
aspect-ratio: 1/1;
margin-top: 2rem;
margin-bottom: 2rem;
}
#loginMain{
color: #0068b4;
font-weight: bold;
font-size: 1.5rem;
text-decoration: none;
}
.rounded-pill { .rounded-pill {
margin-left: 5px; margin-left: 5px;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB