view 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
line wrap: on
line source
{#
# Description:
# Web Template used in Farol Design
#
# Authors:
# BenoƮt Allard <benoit.allard@greenbone.net>
#
# Copyright:
# Copyright (C) 2014 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-#}

{% extends "base.j2" %}

{% block title %}Welcome{% endblock %}

{% block content %}
<div class="jumbotron">
  <h1>Farol <small>A Security Advisory Management Platform</small></h1>
  <p>Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.</p>
  <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 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">
    <div class="thumbnail">
      <h3>Advisory formats</h3>
      <p>Each Party publish Advisories in a format that fit them ...</p>
    </div>
  </div>
</div>
{% endblock %}

http://farol.wald.intevation.org