comparison farol/templates/about.j2 @ 147:0f19ece4e7e5

Add logos at multiple places
author Benoît Allard <benoit.allard@greenbone.net>
date Fri, 31 Oct 2014 12:12:48 +0100
parents 67c4b299736e
children f2f434eafb66
comparison
equal deleted inserted replaced
146:105bb08570ed 147:0f19ece4e7e5
24 -#} 24 -#}
25 25
26 {% extends "base.j2" %} 26 {% extends "base.j2" %}
27 {% from "macros.j2" import textinput, textarea %} 27 {% from "macros.j2" import textinput, textarea %}
28 28
29 {% set active = "about" %}
30
29 {% block title %}About{% endblock %} 31 {% block title %}About{% endblock %}
30 32
31 {% block content %} 33 {% block content %}
32 <div class="page-header"> 34 <div class="page-header">
33 <h1>Farol <small>The Security Advisory Management Platform</small></h1> 35 <div class="media">
36 <div class="media-left">
37 <img src="{{ url_for("static", filename="logo_120x120.png") }}">
38 </div>
39 <div class="media-body">
40 <h1>Farol</h1>
41 <h1><small>The Security Advisory Management Platform</small></h1>
42 </div>
43 </div>
34 </div> 44 </div>
35 45
36 <div> 46 <div>
37 <p>This web platform offers to review, create, edit and transform security advisories supporting various input and output formats.</p> 47 <p>This web platform offers to review, create, edit and transform security advisories supporting various input and output formats.</p>
38 <p>During your session the advisory is stored in a cache from which you should save your changes to your local file system.</p> 48 <p>During your session the advisory is stored in a cache from which you should save your changes to your local file system.</p>

http://farol.wald.intevation.org