Changeset - bb7fac8c2dc1
[Not reviewed]
version_5
3 2 3
Dennis Fink - 10 years ago 2015-08-30 15:44:40
dennis.fink@c3l.lu
Moved FVDE logos to own subdirectory
5 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/images/logo/FVDE_Logo_LQ.png
Show inline comments
 
file renamed from ennstatus/static/images/FVDE_Logo_LQ.png to ennstatus/static/images/logo/FVDE_Logo_LQ.png
Show images
ennstatus/static/images/logo/FVDE_logo_resize.png
Show inline comments
 
file renamed from ennstatus/static/images/FVDE_logo_resize.png to ennstatus/static/images/logo/FVDE_logo_resize.png
Show images
ennstatus/static/images/logo/FVDE_logo_thumbnail.png
Show inline comments
 
file renamed from ennstatus/static/images/FVDE_logo_thumbnail.png to ennstatus/static/images/logo/FVDE_logo_thumbnail.png
 
binary diff not shown
Show images
ennstatus/templates/base.html
Show inline comments
 
@@ -30,7 +30,7 @@
 
        <span class="icon-bar"></span>
 
        <span class="icon-bar"></span>
 
      </button>
 
      <img class="navbar-brand" src="{{ url_for('static', filename='images/FVDE_logo_thumbnail.png') }}"></img>
 
      <img class="navbar-brand" src="{{ url_for('static', filename='images/logo/FVDE_logo_thumbnail.png') }}"></img>
 
      <a class="navbar-brand" href="{{ url_for('root.index') }}">Enn.lu</a>
 
    </div>
 
    <div class="navbar-collapse collapse">
ennstatus/templates/root/index.html
Show inline comments
 
@@ -4,7 +4,7 @@
 

	
 
{% block content %}
 
    <div class="col-md-4 text-center">
 
      <img class="img-rounded" alt="FVDE_Logo_LQ" src="{{ url_for('static', filename='images/FVDE_logo_resize.png') }}"></img>
 
      <img class="img-rounded" alt="FVDE_Logo" src="{{ url_for('static', filename='images/logo/FVDE_logo_resize.png') }}"></img>
 
    </div>
 
    <div class="col-md-8">
 
      <h2>Frënn vun der Ënn A.S.B.L.</h2>
0 comments (0 inline, 0 general)