diff --git a/01_grundlagen/faq/htmltagwrap.html b/01_grundlagen/faq/htmltagwrap.html new file mode 100644 index 0000000..043c873 --- /dev/null +++ b/01_grundlagen/faq/htmltagwrap.html @@ -0,0 +1,19 @@ + + + + + + HTMLTagWrap + + +
+
+

Headline

+

+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Dicta atque soluta iusto, magnam voluptatem + explicabo possimus libero. Quibusdam, error voluptatum? +

+
+
+ + diff --git a/01_grundlagen/faq/style.css b/01_grundlagen/faq/style.css new file mode 100644 index 0000000..7d96206 --- /dev/null +++ b/01_grundlagen/faq/style.css @@ -0,0 +1,3 @@ +body { + background-color: steelblue; +} diff --git a/01_grundlagen/linksammlung.md b/01_grundlagen/linksammlung.md new file mode 100644 index 0000000..dd4eb3a --- /dev/null +++ b/01_grundlagen/linksammlung.md @@ -0,0 +1,28 @@ +# Linksammlung + + + + +## Allgemeine Links + +- [StackOverflow Survey 2023](https://survey.stackoverflow.co/2023) +- [StackOverflow Survey 2024](https://survey.stackoverflow.co/2024) +- [StackOverflow Survey 2025](https://survey.stackoverflow.co/2025) +- State Of JS 2022 +- [State Of JS 2023](https://2023.stateofjs.com/en-US) +- [State Of JS 2024](https://2024.stateofjs.com/en-US) +- [State Of JS 2025](https://2025.stateofjs.com/en-US) + + +## Codeblock + +```js +const test = 'Ich bin ein Test'; + +``` + +## Tabelle + +Bezeichnung | Wert | Notiz +--- | --- | --- +Prop | Value | - \ No newline at end of file diff --git a/01_grundlagen/unterricht/tag01/01_tools-fuer-webentwicklung.md b/01_grundlagen/unterricht/tag01/01_tools-fuer-webentwicklung.md new file mode 100644 index 0000000..1646654 --- /dev/null +++ b/01_grundlagen/unterricht/tag01/01_tools-fuer-webentwicklung.md @@ -0,0 +1,27 @@ +# Tools für die Webentwicklung + +### Markdown + +> **Definition:** Markdown ist eine einfache Syntax, um HTML-Code aus Textdokumenten zu generieren. Über die Markdown Syntax kann man das Schreiben von Dokumentationen und Notizen beschleunigen. + +**Links zum Lernen der Markdown-Syntax** + +- [Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) +- [Markdown.de](http://markdown.de/) + +**Markdown Editoren:** + +- [Auflistung von Markdown Editoren](https://dev.to/awwsmm/state-of-markdown-editors-2019-2k49) +- [Haroopad](http://pad.haroopress.com/) (Windows) +- [Macdown](https://macdown.app/) (Mac OS) +- [Typora](https://typora.io/) (Windows | Mac OS) +- [Joplin](https://joplinapp.org/) (Windows | Mac OS) +- [Obsidian](https://obsidian.md/) (Windows | Mac OS) +- [Marp](https://marp.app/) (Windows | Mac OS) + +### Emmet + +> **Definition:** Die Grundfunktion von Emmet ist es mit Abkürzungen rasch HTML und CSS Code schreiben zu können. Man gibt dabei im Editor die Abkürzungen ein, drückt auf die TAB Taste und schon erscheint statt der Abkürzung eine Menge HTML Code. + +- [Emmet Cheatsheet](https://docs.emmet.io/cheatsheet-a5.pdf) +- [Emmet.io](https://emmet.io/) diff --git a/linksammlung.md b/linksammlung.md deleted file mode 100644 index 896d923..0000000 --- a/linksammlung.md +++ /dev/null @@ -1,3 +0,0 @@ -# Linksammlung - -