comparison farol/templates/welcome.j2 @ 7:8f41bb7f4681

Move the Document management routines to a document Blueprint
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 25 Sep 2014 17:03:35 +0200
parents
children e410f6f0f80f
comparison
equal deleted inserted replaced
6:bb7334ff114a 7:8f41bb7f4681
1 {#
2 # Description:
3 # Web Template used in Farol Design
4 #
5 # Authors:
6 # BenoƮt Allard <benoit.allard@greenbone.net>
7 #
8 # Copyright:
9 # Copyright (C) 2014 Greenbone Networks GmbH
10 #
11 # This program is free software; you can redistribute it and/or
12 # modify it under the terms of the GNU General Public License
13 # as published by the Free Software Foundation; either version 2
14 # of the License, or (at your option) any later version.
15 #
16 # This program is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU General Public License for more details.
20 #
21 # You should have received a copy of the GNU General Public License
22 # along with this program; if not, write to the Free Software
23 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24 -#}
25
26 {% extends "base.j2" %}
27
28 {% block title %}Welcome{% endblock %}
29
30 {% block content %}
31 <div class="jumbotron">
32 <h1>Farol <small>A Security Advisory Management Platform</small></h1>
33 <p>Security Advisories have existed for ever. Whenever someone discovered a danger, a vulnerability, he immediately started spreading the words about it.</p>
34 <p>In the IT World, each Party involved with security vulnerabilities have its own way of dealing with the matter, and although standards exist they aren't used much to their full extend.<p>
35 <p>This Platform is an attempt at bringing all those worlds together.<p>
36 <p><a class="btn btn-primary btn-lg" role="button" href="{{ url_for('new') }}">Start !</a></p>
37 </div>
38 <div class="row">
39 <div class="col-sm-6">
40 <div class="thumbnail">
41 <h3>Security Advisories</h3>
42 <p>A Security Advisory is ...</p>
43 </div>
44 </div>
45 <div class="col-sm-6">
46 <div class="thumbnail">
47 <h3>Advisory formats</h3>
48 <p>Each Party publish Advisories in a format that fit them ...</p>
49 </div>
50 </div>
51 </div>
52 {% endblock %}

http://farol.wald.intevation.org