summaryrefslogtreecommitdiff
path: root/www/index.html
blob: c3aba57b179eb933816c9cf2f9a18a8b44cbae1c (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
169
170
171
172
<!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 */

		.Ebene_button {
			border:1px solid black;
			padding:0.25em 1em;
			position:absolute;
			cursor:pointer;
			z-index:2;
		}

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

		.Ebene_bild { padding-top:2.5em; }

		.Ebene_wrapper { position:absolute; top:0px; background-color: white; }

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

		.Ebene_wrapper:hover > .Ebene_button,
		.Ebene1_wrapper:hover > .Ebene_button {
			background-color:Highlight;
		}
	</style>
</head>

<body>
<div class="container">
	<div class="page-header">
		<h1 class="clearfix">
			<span class="visible-xs">Neo</span>
			<img src="./neo_kopf_trac_522x50.png" alt="Neo – Ergonomisches Tastaturlayout" class="hidden-xs" />

			<span class="visible-sm-block"></span>

			<span class="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>
	</div>

	<div class="row clearfix">
		<div class="col-md-9 col-md-push-3">
			<section class="jumbotron well">
				<h1>Neo</h1>
				<p>Neo eine ergonomische Tastaturbelegung, die 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>
			</section>

			<section class="well">
				<h4>Wichtige Kriterien von Neo</h4>
				<ul>
					<li>Optimierungen bezüglich deutscher <a href="http://de.wikipedia.org/wiki/Buchstabenhäufigkeit">Buchstabenhäufigkeiten</a> sowie <a href="http://de.wikipedia.org/wiki/N-Gramm">Bi- und Trigrammen</a> (Ebene 1 und 2)</li>
					<li>Programmiertasten sind gut erreichbar (Ebene 3)</li>
					<li>Neue Zeichen, wie „ , “ , « , » , ∫ , √ , α , β , … sind direkt einzugeben (alle Ebenen)</li>
					<li>Navigation mittels Steuerkreuz ←↑↓→ direkt auf der Haupttastatur (Ebene 4)</li>
					<li><a href="//wiki.neo-layout.org/wiki/Einführungskapitel">weiterlesen …</a></li>
				</ul>
			</section>

			<section class="well">
				<h4>Die 6 Ebenen von Neo</h4>
				<div class="Ebenen_box img-responsive">
					<div class="Ebene1_wrapper">
						<div class="Ebene_button" 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="Ebene_button" 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="Ebene_button" 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="Ebene_button" 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="Ebene_button" 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="Ebene_button" 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>
		</div>

		<nav class="col-md-3 col-md-pull-9">
			<section>
				<h3 class="visible-sm visible-xs">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>
			</section>

			<section>
				<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>
		</nav>
	</div>

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

</html>