Skip to content

Commit

Permalink
Draft: Entry by Usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Oct 14, 2024
1 parent 21809d8 commit d5ff336
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
Binary file added img/openknx-logoline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 31 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,42 @@
<head>
<meta charset="UTF-8">
<title>OpenKNX</title>
<style>
body {
width: 600px;
margin-left: auto;
margin-right: auto;
font-family: Arial, Helvetica, sans-serif;
}
a {
color: #449841;
}
dl dt {
font-size: 200%;
}
dl dd {
font-size: 120%;
margin: 1ex;
}
</style>
</head>
<body>

<h1>OpenKNX</h1>
<h1><img src="img/openknx-logoline.png" height="70" width="600" alt="OpenKNX"/></h1>


<dl>
<dt>Ich bin Nutzer und will ...</dt>
<dd>... herausfinden ob ObenKNX für mich nützlich ist</dd>
<dd>... wissen welche Funktionen OpenKNX anbietet</dd>
<dd>... wissen, was ich zum Einsatz von OpenKNX brauche</dd>
<dd>... ein Gerät mit OpenKNX in Betrieb nehmen</dd>
<dd>... habe Probleme bei der Nutzung von einem Gerät mit OpenKNX</dd>
<dd>... möchte Fehler melden</dd>
<dt>Ich bin Entwickler und will ...</dt>
<dd>... ein OpenKNX-Projekt selbst bauen und ggf. anpassen</dd>
<dd>... eine eigene Lösung auf Basis von OpenKNX entwickeln</dd>
<dd>... mich mit anderen Entwicklern austauschen</dd>
<dt>Ich bin <strong>Nutzer</strong> und ...</dt>
<dd>... will <a href="/users/check/">herausfinden ob ObenKNX für mich nützlich ist</a></dd>
<dd>... will wissen <a href="/users/features/">welche Funktionen OpenKNX anbietet</a></dd>
<dd>... will wissen, <a href="/users/requirements/">was ich zum Einsatz von OpenKNX brauche</a></dd>
<dd>... will <a href="/users/device-setup/">ein Gerät mit OpenKNX in Betrieb nehmen</a></dd>
<dd>... habe <a href="/users/troubleshooting/">Probleme bei der Nutzung von einem Gerät mit OpenKNX</a></dd>
<dd>... möchte <a href="/users/report-error/">Fehler melden</a></dd>
<dt>Ich bin <strong>Entwickler</strong> und ...</dt>
<dd>... will ein <a href="/developers/build-howto/">OpenKNX-Projekt selbst bauen und ggf. anpassen</a></dd>
<dd>... will eine <a href="/developers/create-howto/">eigene Lösung auf Basis von OpenKNX entwickeln</a></dd>
<dd>... will mich <a href="/developers/community/">mit anderen OpenKNX-Entwicklern austauschen</a></dd>
</dl>

</body>
Expand Down

0 comments on commit d5ff336

Please sign in to comment.