-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsupport.de.html
More file actions
156 lines (153 loc) · 6.4 KB
/
support.de.html
File metadata and controls
156 lines (153 loc) · 6.4 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="OpenBoard is an open source cross-platform interactive whiteboard application. OpenBoard is intended for use primarily in schools and universities, and can be used both with interactive whiteboards or in a dual-screen setup with a touchscreen and secondary display.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>
OpenBoard, das beste interaktive Whiteboard für Schulen und Universitäten
</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="styles/vendor.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<!--[if lt IE 10]>
<p class="browserupgrade">
You are using an
<strong>
outdated
</strong>
browser. Please
<a href="http://browsehappy.com/">
upgrade your browser
</a>
to improve your experience.
</p>
<![endif]-->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">
Toggle navigation
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
<a class="navbar-brand" href="index.de.html">
<img src="images/openboard-logo.png" alt="*">
OpenBoard
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="download.de.html">
Herunterladen
</a>
</li>
<li>
<a href="github.de.html">
GitHub
</a>
</li>
<li>
<a href="documentation.de.html">
Unterlagen
</a>
</li>
<li>
<a href="support.de.html">
Hilfe
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="support.en.html">
English
</a>
</li>
<li>
<a href="support.html">
Français
</a>
</li>
<li>
<a href="support.de.html">
Deutsch
</a>
</li>
<li>
<a href="support.it.html">
Italiano
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>
Hilfe
</h1>
<p>
OpenBoard ist eine einfach zu bedienende, aber umfassende Software, und es dauert eine Weile, um alle Aspekte davon zu beherrschen.
</p>
<p>
Hier sind einige Tipps, um Ihnen beim Einstieg zu helfen.
</p>
<h3>
Tipps und Tricks
</h3>
<p>
Wenn Sie OpenBoard zum ersten Mal starten, öffnet sich ein Fenster, um Sie willkommen zu heißen und die Software vorzustellen.
Nehmen Sie sich Zeit, die verschiedenen Seiten zu lesen, die Ihnen beim Einstieg in die Software helfen werden!
</p>
<p>
Sie können dieses Fenster jederzeit über die Schaltfläche "Tipps und Tricks" im OpenBoard-Menü oben rechts in der Anwendung erneut öffnen.
</p>
<div class="row text-center spacer-lg">
<p>
<img src="images/startup-hints.de.png"/>
</p>
</div>
<h3>
Dokumentation
</h3>
<p>
Auf dieser Website finden Sie auch Dokumentationen, die OpenBoard und seine Funktionen vorstellen. Schauen Sie gerne mal rein und klicken Sie <a href="documentation.de.html">hier</a>!
</p>
<h3>
Eine Frage stellen
</h3>
<p>
Wenn Sie in den vorherigen Informationen nicht die Hilfe gefunden haben, die Sie suchen, können Sie eine Frage auf der Plattform GitHub stellen,
um Unterstützung von der OpenBoard-Community zu erhalten: Folgen Sie <a href="https://github.com/OpenBoard-org/OpenBoard/discussions/categories/q-a">diesem Link</a>.
</p>
<p>
Vergessen Sie nicht, dass GitHub eine internationale Plattform ist, an der viele Nationalitäten teilnehmen.
Die verwendete Sprache für die Kommunikation ist Englisch, damit alle von Ihren Beiträgen profitieren können!
</p>
</div>
<div class="container">
<div class="footer">
<ul class="footer-links pull-right">
<li>
<a href="https://github.com/OpenBoard-org/OpenBoard">
GitHub
</a>
</li>
</ul>
</div>
</div>
<script src="scripts/plugins.js">
</script>
</body>
</html>