diff --git a/HTML.md b/HTML.md index e95688d..d4a3ccc 100644 --- a/HTML.md +++ b/HTML.md @@ -4,4 +4,8 @@ * [Einführung in HTML - MDN web docs](https://developer.mozilla.org/de/docs/Web/HTML) * [w3schools HTML5 Tutorial](https://www.w3schools.com/html/) * [HTML Forms](https://wiki.selfhtml.org/wiki/HTML/Formulare) -* [Kurs im Selbststudium](https://open.hpi.de/courses/webtech2017) \ No newline at end of file +* [Kurs im Selbststudium](https://open.hpi.de/courses/webtech2017) + +## Validatoren +* [HTML Validator](https://validator.w3.org/ ) +* [HTML nu Validator](https://html5.validator.nu/) diff --git a/LINKS.md b/LINKS.md new file mode 100644 index 0000000..feaa00e --- /dev/null +++ b/LINKS.md @@ -0,0 +1,19 @@ +# Links + +## Linklisten /Snippets +* [tag.schaufler](https://tag.schaufler.ch/) +* [awesome web design](https://github.com/nicolesaidy/awesome-web-design) +* [webdev-resources](https://github.com/DaRaFF/webdev-resources) +* [snippets](https://schaufler.ch/snippets) + +## Templates +* [Starter CSS Templat für Sass / SCSS Projekte.](https://git.perin.work/andy/CSSstart) + +* [Can I use](https://www.caniuse.com/) +* [codepen](https://codepen.io/) +* [jsfiddle](https://jsfiddle.net/) + +## Testing +* [Google Search Console](https://search.google.com/search-console) +* [Cross Browser testing](https://www.browserling.com/) +* [Browser Test](https://html5test.com/) \ No newline at end of file diff --git a/README.md b/README.md index 48ec707..5663455 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Webdeveloper Links & Tips +# Webdeveloper Tools Links & Tips +* Projekt "Projektname" ? * [Tools](TOOLS.md) +* [Links](LINKS.md) * [HTML](HTML.md) * CSS * JavaScript * PHP -* Mysql - -## Project "webbaden" ? \ No newline at end of file +* Mysql \ No newline at end of file diff --git a/TOOLS.md b/TOOLS.md index 6158135..0cca5bd 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -20,14 +20,6 @@ * [Vivaldi](https://vivaldi.com/de/) * [Brave](https://brave.com/de/) -## Online Tools / Plugins -* [HTML Validator](https://validator.w3.org/ ) -* [HTML nu Validator](https://html5.validator.nu/) +## Browser Erweiterungen * [HTML Extension Chromium](https://chrome.google.com/webstore/search/html?hl=de&_category=extensions) -* [HTML Extension Mozilla](https://addons.mozilla.org/de/firefox/search/?q=html&type=extension) -* [Can I use](https://www.caniuse.com/) -* [codepen](https://codepen.io/) -* [jsfiddle](https://jsfiddle.net/) -* [Google Search Console](https://search.google.com/search-console) -* [Cross Browser testing](https://www.browserling.com/) -* [Browser Test](https://html5test.com/) \ No newline at end of file +* [HTML Extension Mozilla](https://addons.mozilla.org/de/firefox/search/?q=html&type=extension) \ No newline at end of file