summaryrefslogtreecommitdiff
path: root/www/index.html
blob: 795c661e2ed67973163bd510e123e69f3e90e4da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="de">
<head>
	<title>Neo – Ergonomisches Tastaturlayout</title>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<link rel="shortcut icon" href="./favicon.ico" />

	<meta charset="utf-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />

	<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />

	<style>
		body { background-color:#dceeee; }

		.page-header a img {
			border:0;
		}
		nav .list-group-item .glyphicon {
			padding-right:1ex;
		}

		/* Interaktive Tastaturebenen */

		.Ebenen_box { position: relative; margin-bottom:1ex; }

		.Ebene_bild { padding-top:2.5em; }

		.Ebene_wrapper { position:absolute; top:0; background-color: #F5F5F5; }
		.Ebene_wrapper .btn, .Ebene1_wrapper .btn {
			position:absolute;
			z-index:2;
		}

		.Ebene_wrapper > .Ebene_bild { display:none; }
		.Ebene_wrapper:hover > .Ebene_bild { display:block; }

		h1 .tastentierchen {
			height:100%;
			background-color:#dceeee;
		}
		h1 .tastentierchen a:hover {
			position:relative;
			top:-5px;
		}
	</style>
</head>

<body>
<div class="container">
	<header class="page-header">
		<h1 class="clearfix text-hide" style="background:url(./neo_kopf_trac_522x50.png) no-repeat; height:50px;">
			Neo – Ergonomisches Tastaturlayout

			<span class="tastentierchen pull-right">
				<a href="neo_de.xmodmap">
					<img src="./tastentierchen_pingu.png" title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux" />
				</a>
				<a href="//wiki.neo-layout.org/browser/windows/neo-vars/out/neo20.exe?format=raw">
					<img src="./tastentierchen_fenster.png" title="quickdownload:Neo_Windows" alt="quickdownload:Neo_Windows" />
				</a>
				<a href="//wiki.neo-layout.org/browser/mac_osx/neo.keylayout?format=raw">
					<img src="./tastentierchen_apfel.png" title="quickdownload:Neo_OS-X" alt="quickdownload:Neo_OS-X" />
				</a>
			</span>
		</h1>
	</header>

	<div class="row clearfix">
		<section class="col-md-9 col-md-push-3">
			<div class="jumbotron well">
				<h1>Neo</h1>
				<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>
				<ul>
					<li>Optimierung bezüglich deutscher <a href="http://de.wikipedia.org/wiki/Buchstabenhäufigkeit">Buch&shy;staben&shy;häufig&shy;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>
					<li>Unicode-Zeichen wie „ “ « » ∫ √ α β … sind direkt einzugeben (alle Ebenen)</li>
					<li>Navigation mittels Steuerkreuz ←↑↓→ direkt auf der Haupttastatur (Ebene 4)</li>
				</ul>
			</section>

			<section class="well">
				<h2 class="h4"><a href="//wiki.neo-layout.org/wiki/Ebenen">Die 6 Ebenen</a></h2>
				<div class="Ebenen_box img-responsive">
					<div class="Ebene1_wrapper">
						<div class="btn btn-default btn-sm" style="left:0em">Ebene&nbsp;1</div>
						<div class="Ebene_bild">
							<img src="./grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene1.png" alt="Tastenbelegung Ebene 1" class="img-responsive" />
						</div>
					</div>
					<div class="Ebene_wrapper">
						<div class="btn btn-default btn-sm" style="left:6.5em;">Ebene&nbsp;2</div>
						<div class="Ebene_bild">
							<img src="./grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene2.png" alt="Tastenbelegung Ebene 2" class="img-responsive" />
						</div>
					</div>
					<div class="Ebene_wrapper">
						<div class="btn btn-default btn-sm" style="left:13em;">Ebene&nbsp;3</div>
						<div class="Ebene_bild">
							<img src="./grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene3.png" alt="Tastenbelegung Ebene 3" class="img-responsive" />
						</div>
					</div>
					<div class="Ebene_wrapper">
						<div class="btn btn-default btn-sm" style="left:19.5em">Ebene&nbsp;4</div>
						<div class="Ebene_bild">
							<img src="./grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene4.png" alt="Tastenbelegung Ebene 4" class="img-responsive" />
						</div>
					</div>
					<div class="Ebene_wrapper">
						<div class="btn btn-default btn-sm" style="left:26em;">Ebene&nbsp;5</div>
						<div class="Ebene_bild">
							<img src="./grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene5.png" alt="Tastenbelegung Ebene 5" class="img-responsive" />
						</div>
					</div>
					<div class="Ebene_wrapper">
						<div class="btn btn-default btn-sm" style="left:32.5em;">Ebene&nbsp;6</div>
						<div class="Ebene_bild">
							<img src="./grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene6.png" alt="Tastenbelegung Ebene 6" class="img-responsive" />
						</div>
					</div>
				</div>

				<p>Zum Ausdrucken und Lernen der Neo-Tastaturbelegung gibt es <a href="//wiki.neo-layout.org/wiki/Grafiken">verschiedene Grafiken</a>.</p>
			</section>
		</section>

		<nav class="col-md-3 col-md-pull-9">
			<div class="row">
				<div class="col-sm-6 col-md-12">
					<h3 class="visible-sm visible-xs h4">Navigation</h3>
					<div class="list-group">
						<a class="list-group-item" href="//wiki.neo-layout.org/wiki"><i class="glyphicon glyphicon-globe"></i> Wiki</a>
						<a class="list-group-item" href="//wiki.neo-layout.org/wiki/Download"><i class="glyphicon glyphicon-download-alt"></i> Download</a>
						<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>
					</div>
				</div>

				<section class="col-sm-6 col-md-12">
					<h4>Kontakt</h4>
					<div class="list-group">
						<a class="list-group-item" href="//webchat.freenode.net?channels=neo"><i class="glyphicon glyphicon-user"></i> Neo-Chat</a>
						<a class="list-group-item" href="//wiki.neo-layout.org/wiki/Mailingliste"><i class="glyphicon glyphicon-send"></i> Mailingliste</a>
						<a class="list-group-item" href="//neo-layout.org/forum"><i class="glyphicon glyphicon-list"></i> Forum</a>
						<a class="list-group-item" href="//wiki.neo-layout.org/newticket"><i class="glyphicon glyphicon-fire"></i> Fehler melden</a>
						<a class="list-group-item" href="//wiki.neo-layout.org/wiki/Impressum"><i class="glyphicon glyphicon-phone-alt"></i> Impressum</a>
					</div>
				</section>
			</div>
		</nav>
	</div>

	<footer>
		<p class="text-muted text-center">Entwickelt mit <a href="http://getbootstrap.com/">Twitter Bootstrap v3.3.4</a> und dem <a href="http://glyphicons.com/">Glyphicons Halflings set</a>.</p>
	</footer>
</div>
</body>

</html>