diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/farol/templates/welcome.j2	Thu Sep 25 17:03:35 2014 +0200
@@ -0,0 +1,52 @@
+{#
+# 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>Security Advisories have existed for ever. Whenever someone discovered a danger, a vulnerability, he immediately started spreading the words about it.</p>
+  <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>
+  <p>This Platform is an attempt at bringing all those worlds together.<p>
+  <p><a class="btn btn-primary btn-lg" role="button" href="{{ url_for('new') }}">Start !</a></p>
+</div>
+<div class="row">
+  <div class="col-sm-6">
+    <div class="thumbnail">
+      <h3>Security Advisories</h3>
+      <p>A Security Advisory is ...</p>
+    </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