Mercurial > farol
changeset 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 | 1feed9a3156e |
children | 631852daa991 3caecc34525a |
files | artworks/flower.png farol/static/flower.png farol/templates/welcome.j2 |
diffstat | 3 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/farol/templates/welcome.j2 Wed Oct 15 15:24:27 2014 +0200 +++ b/farol/templates/welcome.j2 Wed Oct 15 15:30:18 2014 +0200 @@ -34,11 +34,19 @@ <p>This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way.</p> <p><a class="btn btn-primary btn-lg" role="button" href="{{ url_for('new') }}">Start !</a></p> </div> +<img src="{{ url_for('static', filename="flower.png") }}" class="img-responsive img-thumbnail" alt="Security Advisories interactions"> <div class="row"> <div class="col-sm-6"> <div class="thumbnail"> <h3>Security Advisories</h3> - <p>A Security Advisory is ...</p> + <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> + <dl> + <dt>communication</dt> + <dd>In order to be fully effective, Security Advisories should be sahred.</dd> + <dt>vulnerability</dt> + <dd>A vulnerability is a weakness which allows an attacker to reduce a system's information assurance. <cite>(Wikipedia)</cite></dd> + <dt>product</dt> + <dd>A product contains vulnerabilities.</dd> </div> </div> <div class="col-sm-6">