comparison farol/templates/welcome.j2 @ 113:57983a663cc6

Add the flower to the welcome page
author Benoît Allard <benoit.allard@greenbone.net>
date Wed, 15 Oct 2014 15:30:18 +0200
parents e410f6f0f80f
children 67c4b299736e
comparison
equal deleted inserted replaced
112:1feed9a3156e 113:57983a663cc6
32 <h1>Farol <small>A Security Advisory Management Platform</small></h1> 32 <h1>Farol <small>A Security Advisory Management Platform</small></h1>
33 <p>Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.</p> 33 <p>Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.</p>
34 <p>This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way.</p> 34 <p>This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way.</p>
35 <p><a class="btn btn-primary btn-lg" role="button" href="{{ url_for('new') }}">Start !</a></p> 35 <p><a class="btn btn-primary btn-lg" role="button" href="{{ url_for('new') }}">Start !</a></p>
36 </div> 36 </div>
37 <img src="{{ url_for('static', filename="flower.png") }}" class="img-responsive img-thumbnail" alt="Security Advisories interactions">
37 <div class="row"> 38 <div class="row">
38 <div class="col-sm-6"> 39 <div class="col-sm-6">
39 <div class="thumbnail"> 40 <div class="thumbnail">
40 <h3>Security Advisories</h3> 41 <h3>Security Advisories</h3>
41 <p>A Security Advisory is ...</p> 42 <p>A Security Advisory is about the <em>communication</em> of the information that some <em>vulnerability</em> is present in some <em>product</em>.</p>
43 <dl>
44 <dt>communication</dt>
45 <dd>In order to be fully effective, Security Advisories should be sahred.</dd>
46 <dt>vulnerability</dt>
47 <dd>A vulnerability is a weakness which allows an attacker to reduce a system's information assurance. <cite>(Wikipedia)</cite></dd>
48 <dt>product</dt>
49 <dd>A product contains vulnerabilities.</dd>
42 </div> 50 </div>
43 </div> 51 </div>
44 <div class="col-sm-6"> 52 <div class="col-sm-6">
45 <div class="thumbnail"> 53 <div class="thumbnail">
46 <h3>Advisory formats</h3> 54 <h3>Advisory formats</h3>

http://farol.wald.intevation.org