Mercurial > dive4elements > website
changeset 7:1d80634d0997
Changed text.
Update bootstrap version.
author | Ariane Broermann <ariane@intevation.de> |
---|---|
date | Mon, 03 Feb 2014 11:30:36 +0100 |
parents | 65bb726d70b4 |
children | 917577dec6d4 |
files | index.html |
diffstat | 1 files changed, 15 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Mon Feb 03 11:28:49 2014 +0100 +++ b/index.html Mon Feb 03 11:30:36 2014 +0100 @@ -7,7 +7,7 @@ <meta name="description" content=""> <meta name="author" content="Ariane Brörmann"> <!-- Bootstrap --> - <link href="bootstrap-3.0.3/dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/style.css" rel="stylesheet"> @@ -45,21 +45,29 @@ <button type="button" class="btn btn-primary btn-xs" data-toggle="dive4elements">News Feed</button> </p> - <p class="lead"> Dive4Elements ist eine datenbankbasierte Webapplikation zur raum-zeitlichen Analyse von Fachdaten der 4 Elemente (Feuer, Wasser, Luft und Erde). Dive steht für Digging, Investigating, Viewing, Exporting. - Dive4Elements gewährt webbasiert den Zugriff auf Datenmodelle in einem zentralen Datawarehouse und bietet die Möglichkeit zur Analyse, Visualisierung der Daten sowie Exportmöglichkeiten in offene Formate. + <p class="lead"> Dive4Elements ist eine datenbankbasierte Webapplikation zur + raum-zeitlichen Analyse von Fachdaten der vier Elemente (Feuer, Wasser, Luft und + Erde). Dive steht für Digging, Investigating, Viewing, Exporting. Dive4Elements + gewährt webbasiert den Zugriff auf Datenmodelle in einem zentralen Datawarehouse + und bietet die Möglichkeit zur Analyse, Visualisierung der Daten sowie + Exportmöglichkeiten in offene Formate.</br> + <a class="btn btn-sm btn-primary" href="http://wald.intevation.org/scm/?group_id=57" + role="button">SCM-Repository</a> + <a class="btn btn-sm btn-primary" href="http://lists.wald.intevation.org/mailman/listinfo/dive4elements-commits" + role="button">Community</a> </p> <div class="jumbotron"> <p class="lead">Dive4Elements River oder auch FLYSS - Flusshydrologische Software</p> - <p><a class="btn btn-lg btn-success" href="#" role="button">Get it</a></p> + <p><a class="btn btn-lg btn-primary" href="#" role="button">Get it</a></p> <!-- Carousel --> - <div id="myCarousel" class="carousel slide data-ride="carousel""> + <div id="myCarousel" class="carousel slide data-ride="carousel"> <!-- Carousel items --> <div class="carousel-inner"> <div class="item active"> <img src="img/bezugslinie_saar_748x400_ausschnitt.png" alt="1. Bild" class="img-responsive"> <div class="carousel-caption"> - <p>Titel und ggf. kurze Erläuterung </p> + <p>Bezugslinie Saar</p> </div> </div> <div class="item"> @@ -128,7 +136,7 @@ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://code.jquery.com/jquery.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> - <script src="bootstrap-3.0.3/dist/js/bootstrap.min.js"></script> + <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script> <script src="js/dive4elements.js"></script> </body> </html>