|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
| - <title>VocVault – Dein moderner Vokabeltrainer</title> |
| 6 | + <meta name="description" content="VocVault ist eine smarte Vokabeltrainer App für Windows, Ios und Android, die sich noch in der Entwicklung befindet"> |
| 7 | + <meta name="keywords" content="Vokabeltrainer, Sprachen lernen, Vokabeln, VocVault, App, Windows, Ios, Android, Vokabel, Vocab, Learn languages"> |
| 8 | + <meta name="robots" content="index, follow"> |
| 9 | + <meta property="og:title" content="VocVault"> |
| 10 | + <meta property="og:description" content="Ein smarter Vokabeltrainer für deinen Wortschatz."> |
| 11 | + <meta property="og:url" content="https://miwilni.github.io/VocVault/"> |
| 12 | + <title>VocVault – Dein smarter Vokabeltrainer</title> |
7 | 13 | <link rel="icon" href="/VocVault/img/Icon-Learn.png" type="image/png">
|
8 | 14 | <style>
|
9 | 15 | ul ul {
|
|
75 | 81 | <body>
|
76 | 82 | <header>
|
77 | 83 | <h1>VocVault</h1>
|
78 |
| - <p>Der moderne Vokabeltrainer für effizientes Lernen</p> |
| 84 | + <p>Der smarte Vokabeltrainer für effizientes Lernen</p> |
79 | 85 | </header>
|
80 | 86 |
|
81 | 87 | <nav>
|
| 88 | + <a href="#beschreibung">Beschreibung</a> |
82 | 89 | <a href="#funktionen">Funktionen</a>
|
83 | 90 | <a href="#planung">Zukünftige Features</a>
|
84 |
| - <!--<a href="#download">Download</a>--> |
| 91 | + <a href="#download">Download</a> |
85 | 92 | <a href="#kontakt">Impressum</a>
|
86 | 93 | </nav>
|
87 |
| - |
| 94 | + <section id="beschreibung"> |
| 95 | + <h2>Beschreibung</h2> |
| 96 | + <p>Willkommen bei VocVault!<br> |
| 97 | +VocVault ist ein momentan noch kostenloser moderner Vokabeltrainer, mit dem Sie Sprachen und Vokabeln effektiv und smart lernen können.</p> |
| 98 | + </section> |
88 | 99 | <section id="funktionen">
|
89 | 100 | <h2>Bereits implementierte Funktionen</h2>
|
90 | 101 | <ul>
|
@@ -124,19 +135,24 @@ <h2>Geplante Features</h2>
|
124 | 135 | <li>Mobile App-Version für Android/iOS</li>
|
125 | 136 | <li>Quiz- und Spielmodi zum spielerischen Lernen</li>
|
126 | 137 | <li>Benutzerfreundliches Interface für schnelle Eingabe</li>
|
| 138 | + <li>Automatische Erstellung von VocabVaults zu bestimmten Themen zum freien Lernen von Vokabeln einer Sprache</li> |
127 | 139 | </ul>
|
128 | 140 | </section>
|
129 | 141 |
|
130 |
| - <!--<section id="download"> |
| 142 | + <section id="download"> |
131 | 143 | <h2>Download</h2>
|
132 |
| - <p>Lade dir die aktuelle Version von VocVault als .exe-Datei herunter:</p> |
133 |
| - <a href="#" class="download-button">VocVault herunterladen</a> |
134 |
| - </section>--> |
| 144 | + <!--<p>Lade dir die aktuelle Version von VocVault als .exe-Datei herunter:</p>--> |
| 145 | + <p>Momentan steht VocVault leider noch nicht als Applikation zur Verfügung, da die UI Entwicklung noch nicht abgeschlossen ist, ich bitte um Verständnis!<br><br> |
| 146 | + Dennoch können Sie sich den aktuellen Stand von VocVault auf Github ansehen, sowie eine Python Datei mit einer pre-Version des Vokabeltrainers als Konsolenprogramm ohne Benutzerverwaltung und Cloud Support herunterladen.<br><br> |
| 147 | + Sollten Sie sich die Pre-Version von VocVault herunterladen wollen, ist es notwendig, dass Sie Python installiert haben und die Datei mit Python ausführen über Rechtsklick --> "öffnen mit" und dann Python 3.[Ihre Version]!</p> |
| 148 | + <a href="https://github.com/Miwilni/VocVault" class="download-button">Auf Github öffnen</a> |
| 149 | + <a href="src/VocabularyTraining.py" download="VocVault.py" class="download-button">Pre-VocVault als Python Datei herunterladen</a> |
| 150 | + </section> |
135 | 151 |
|
136 | 152 | <section id="kontakt">
|
137 | 153 | <h2>Impressum & Kontakt</h2>
|
138 | 154 | <p>Dieses Projekt wurde von Mika Wilhelm erstellt.</p>
|
139 |
| - <p>Bei Fragen oder Feedback zum Projekt kontaktiere mich bitte per E-Mail:</p> |
| 155 | + <p>Bei Fragen oder Feedback zum Projekt kontaktieren Sie mich bitte per E-Mail:</p> |
140 | 156 |
|
141 | 157 | </section>
|
142 | 158 |
|
|
0 commit comments