mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
URL des MachMit-Logos ist nicht mehr erreichbar #373
This commit is contained in:
parent
5ed36dcdc3
commit
045170734d
BIN
project/static/img/landing-page/machmit.png
Normal file
BIN
project/static/img/landing-page/machmit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@ -41,7 +41,7 @@ oveda - Offene Veranstaltungsdatenbank
|
||||
<div class="row">
|
||||
<div class="col-lg">
|
||||
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
|
||||
<img class="img-fluid rounded-circle mb-3" style="width:120px; height:120px;" src="{{ url_for('static', filename='img/landing-page/goslar.png')}}" alt="Logo machmit!">
|
||||
<img class="img-fluid rounded-circle mb-3" style="width:120px; height:120px;" src="{{ url_for('static', filename='img/landing-page/machmit.png')}}" alt="Logo machmit!">
|
||||
<h5>MachMit! Goslar</h5>
|
||||
<p class="font-weight-light">Die offene Veranstaltungsdatenbank ist eine Idee der <a href="https://machmit.goslar.de/">MachMit!-Initiative der Stadt Goslar</a>.</p>
|
||||
</div>
|
||||
|
||||
@ -175,9 +175,11 @@
|
||||
<a class="nav-item nav-link" href="{{ url_for('event_dates') }}">{{ _('Events') }}</a>
|
||||
<a class="nav-item nav-link" href="{{ url_for('organizations') }}">{{ _('Organizations') }}</a>
|
||||
<a class="nav-item nav-link" href="{{ url_for('planing') }}">{{ _('Planing') }}</a>
|
||||
<a class="nav-item nav-link" href="https://docs.oveda.de/" target="_blank" rel="noopener noreferrer">{{ _('Docs') }}</a>
|
||||
</div>
|
||||
<div class="navbar-nav navbar-right">
|
||||
{% if False %}
|
||||
<a class="nav-item nav-link" href="https://docs.oveda.de/" target="_blank" rel="noopener noreferrer">{{ _('Docs') }}</a>
|
||||
{% endif %}
|
||||
{% if current_user.is_authenticated %}
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarUserDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user