diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-03-29 19:02:30 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-03-29 19:02:30 +0000 |
commit | 18ae3cc35bffb873613dd78775fa3eb1a73a5a5e (patch) | |
tree | 2c95812bb78b2e037c45cb0cb00b00cb10e0990b /www/index.html | |
parent | 8af8bddc00aeb85c24851ebfc0bce2c289adab3f (diff) | |
download | neo-layout-18ae3cc35bffb873613dd78775fa3eb1a73a5a5e.tar.gz neo-layout-18ae3cc35bffb873613dd78775fa3eb1a73a5a5e.tar.bz2 neo-layout-18ae3cc35bffb873613dd78775fa3eb1a73a5a5e.zip |
Lint fixes: remove wrong end tag, change heading levels
git-svn-id: https://svn.neo-layout.org@2468 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index 94f2d08..4bab9e8 100644 --- a/www/index.html +++ b/www/index.html @@ -69,14 +69,14 @@ <div class="row clearfix"> <section class="col-md-9 col-md-push-3"> <div class="jumbotron well"> - <h1>Neo</h1> + <h2 class="h1">Neo</h2> <p>Neo ist eine <em>ergonomische Tastaturbelegung</em>, welche für die deutsche Sprache optimiert ist.</p> <p class="text-right"><a class="btn btn-primary btn-lg" href="//wiki.neo-layout.org/wiki/Einführungskapitel">Mehr erfahren <small class="glyphicon glyphicon-chevron-right"></small></a></p> </div> <section class="well text-justify"> - <h2 class="h4"><a href="//wiki.neo-layout.org/wiki/Einf%C3%BChrungskapitel">Wichtige Kriterien</a></h2> + <h3><a href="//wiki.neo-layout.org/wiki/Einf%C3%BChrungskapitel">Wichtige Kriterien</a></h3> <ul> <li>Optimierung bezüglich deutscher <a href="http://de.wikipedia.org/wiki/Buchstabenhäufigkeit">Buch­staben­häufig­keiten</a> und <a href="http://de.wikipedia.org/wiki/N-Gramm">Bi- und Trigrammen</a> (Ebene 1 und 2)</li> <li>Sonderzeichen sind gut erreichbar (Ebene 3)</li> @@ -86,7 +86,7 @@ </section> <section class="well"> - <h2 class="h4"><a href="//wiki.neo-layout.org/wiki/Ebenen">Die 6 Ebenen</a></h2> + <h3><a href="//wiki.neo-layout.org/wiki/Ebenen">Die 6 Ebenen</a></h3> <div class="Ebenen_box img-responsive"> <div class="Ebene1_wrapper"> <div class="btn btn-default btn-sm" style="left:0em">Ebene 1</div> @@ -140,7 +140,7 @@ <a class="list-group-item" href="//wiki.neo-layout.org/wiki/Benutzerhandbuch"><i class="glyphicon glyphicon-book"></i> Handbuch</a> <a class="list-group-item" href="//wiki.neo-layout.org/wiki/Neo%20einrichten"><i class="glyphicon glyphicon-floppy-disk"></i> Installation</a> <a class="list-group-item" href="//wiki.neo-layout.org/wiki/Verweise%20auf%20andere%20Projekte"><i class="glyphicon glyphicon-random"></i> ähnliche Projekte</a> - <a class="list-group-item" href="//wiki.neo-layout.org/wiki/Presseberichte"><i class="glyphicon glyphicon-volume-up"></i> Presse</a></li> + <a class="list-group-item" href="//wiki.neo-layout.org/wiki/Presseberichte"><i class="glyphicon glyphicon-volume-up"></i> Presse</a> </div> </div> |