diff --git a/.assets/icon.ico b/.assets/icon.ico new file mode 100644 index 0000000..47a44d3 Binary files /dev/null and b/.assets/icon.ico differ diff --git a/.assets/logo_1024x1024.png b/.assets/logo_1024x1024.png new file mode 100644 index 0000000..5fd74a7 Binary files /dev/null and b/.assets/logo_1024x1024.png differ diff --git a/.assets/logo_512x512.png b/.assets/logo_512x512.png new file mode 100644 index 0000000..44c5586 Binary files /dev/null and b/.assets/logo_512x512.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d9ad2fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# CHANGELOG + +- **0.1.0.alpha-1.0** + - [x] Pong hinzugefügt + +--- diff --git a/README.md b/README.md index 2056b3c..6010f15 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,26 @@ -# QElectrotech [DE] +# **Javascript/ Typescript [DE]** -Alles zum Thema QElectroTech ... +![LOGO](./.assets/logo_512x512.png) -![Buch-Logo](.media/logo.svg) +© 1992-2025 - Adam Skotarczak -Sammlung von Unterlagen und Informationen zu QElectrotech. +- [**Javascript/ Typescript \[DE\]**](#javascript-typescript-de) + - [Übungen und Codebeispiele](#übungen-und-codebeispiele) + - [Asteroid](#asteroid) + - [Pong](#pong) + +Neue Versionen sind jeweils in den Commits erfasst. +Beachte das [CHANGELOG.md](./CHANGELOG.md) und checke die entsprechende Version aus! --- -## Informationen zu QElectrotech +## Übungen und Codebeispiele -- [x] **Offizielle Internetseite:** - - -- [x] **GitHUB Mirror:** - - - -### Backups - -- [x] [**Backup Dokumentation version 0.8 - build October 01, 2020 [EN]**](./dokumente/QElectroTechdoc-0.8.pdf) - Diese OFFIZIELLE Dokumentation in Englischer Sprache, ist im Internet schwer zu finden da sehr verschachtelt untergebracht. - Die Originalquelle ist unter zu finden. +### Asteroid --- -## Submodule +### [Pong](./codesnippes/pong.html) -- [x] **handbuch-QElectrotech** - - **ORIGIN:** - - - **MIRROR:** - - ---- - -## Lizenz - -**(C) 2025 - Adam Skotarczak** - ---- +> **Beschreibung:** +> 100% allen in einem File und dient als Übung zu Evant-Handlern diff --git a/VERSION b/VERSION index 5cd3128..6c6aa7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0.alpha-1.0 \ No newline at end of file +0.1.0 \ No newline at end of file diff --git a/codesnippes/asteroid.html b/codesnippes/asteroid.html new file mode 100644 index 0000000..f45cf31 --- /dev/null +++ b/codesnippes/asteroid.html @@ -0,0 +1,28 @@ + + + + + Asteroid + + + + +

+ + +

+ + + + diff --git a/codesnippes/pong.html b/codesnippes/pong.html new file mode 100644 index 0000000..6ebcf37 --- /dev/null +++ b/codesnippes/pong.html @@ -0,0 +1,104 @@ + + + + + Pong in JS + + + + + + + diff --git a/codesnippes/template.html b/codesnippes/template.html index 35dac0e..6419da6 100644 --- a/codesnippes/template.html +++ b/codesnippes/template.html @@ -1,7 +1,8 @@ - + - Asteroid + + Titel

@@ -17,4 +18,4 @@ - \ No newline at end of file +