Change main and add logo as png
This commit is contained in:
parent
5e5605524f
commit
b283c980d6
3 changed files with 26 additions and 13 deletions
|
@ -1,19 +1,10 @@
|
|||
{% extends 'base.html' %} {% block content %}
|
||||
<div class="row">
|
||||
<h1 style="margin-bottom: 5px;">FallenBirdy</h1>
|
||||
<div class="row" style="text-align: center;">
|
||||
<div>
|
||||
<div id="wfvmainsquare">
|
||||
<div class="wfvwhitesquare"></div>
|
||||
<div class="wfvwhitesquare" style="rotate: 90deg;"></div>
|
||||
</div>
|
||||
<h1 style="margin-bottom: 5px;">FallenBirdy</h1>
|
||||
<img src="../../../static/img/wvhLogo12001200300x.png" alt="Logo Wildvogelhilfe Jena" class="logowvh">
|
||||
<a href="{% url 'account_login' %}" id="loginMain">Einloggen</a>
|
||||
</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>
|
||||
|
||||
{% endblock content %}
|
||||
|
|
|
@ -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 {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
BIN
static/img/wvhLogo12001200300x.png
Normal file
BIN
static/img/wvhLogo12001200300x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 310 KiB |
Loading…
Add table
Add a link
Reference in a new issue