links
parent
393f27ddb4
commit
db5315934f
4
HTML.md
4
HTML.md
|
@ -5,3 +5,7 @@
|
|||
* [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)
|
||||
|
||||
## Validatoren
|
||||
* [HTML Validator](https://validator.w3.org/ )
|
||||
* [HTML nu Validator](https://html5.validator.nu/)
|
||||
|
|
|
@ -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/)
|
|
@ -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" ?
|
10
TOOLS.md
10
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/)
|
Loading…
Reference in New Issue