Changeset - 421df5920c22
[Not reviewed]
version_5
0 1 1
Dennis Fink - 10 years ago 2015-07-19 14:26:20
dennis.fink@c3l.lu
Changed logo
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/images/FVDE_logo_resize.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
ennstatus/templates/root/index.html
Show inline comments
 
{% extends "base.html" %}
 

	
 
{% set title = "Index" %}
 

	
 
{% 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_LQ.png') }}"></img>
 
      <img class="img-rounded" alt="FVDE_Logo_LQ" src="{{ url_for('static', filename='images/FVDE_logo_resize.png') }}"></img>
 
    </div>
 
    <div class="col-md-8">
 
      <h2>Frënn vun der Ënn A.S.B.L.</h2>
 
      <blockquote>
 
        <p>"<em>I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike.</em>"</p>
 
        <small>The Mentor, <cite title="Source Title">Hacker Manifesto</cite></small>
0 comments (0 inline, 0 general)