diff 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
line wrap: on
line diff
--- a/farol/templates/about.j2	Fri Oct 31 12:00:15 2014 +0100
+++ b/farol/templates/about.j2	Fri Oct 31 12:12:48 2014 +0100
@@ -26,11 +26,21 @@
 {% extends "base.j2" %}
 {% from "macros.j2" import textinput, textarea %}
 
+{% set active = "about" %}
+
 {% block title %}About{% endblock %}
 
 {% block content %}
 <div class="page-header">
-<h1>Farol <small>The Security Advisory Management Platform</small></h1>
+  <div class="media">
+    <div class="media-left">
+      <img src="{{ url_for("static", filename="logo_120x120.png") }}">
+    </div>
+    <div class="media-body">
+      <h1>Farol</h1>
+      <h1><small>The Security Advisory Management Platform</small></h1>
+    </div>
+  </div>
 </div>
 
 <div>

http://farol.wald.intevation.org