JavaScript links
parent
40106160da
commit
3f0d3b7424
|
@ -73,5 +73,10 @@
|
||||||
* [The Modern JavaScript Tutorial](https://javascript.info/)
|
* [The Modern JavaScript Tutorial](https://javascript.info/)
|
||||||
* [JavaScript Tutorial](https://www.w3schools.com/js/)
|
* [JavaScript Tutorial](https://www.w3schools.com/js/)
|
||||||
|
|
||||||
### JavaScript Frameworks
|
### JavaScript Frameworks & Libraries
|
||||||
* []
|
|
||||||
|
* [jQuery](https://jquery.com/)
|
||||||
|
* [React](https://reactjs.org/)
|
||||||
|
* [Angular](https://angularjs.org/)
|
||||||
|
* [Vue.js](https://vuejs.org/)
|
||||||
|
* [Vanilla.js](http://vanilla-js.com/)
|
||||||
|
|
|
@ -41,7 +41,7 @@ nav a:hover{
|
||||||
footer p{
|
footer p{
|
||||||
line-height: 200px;
|
line-height: 200px;
|
||||||
}
|
}
|
||||||
h1, h2{
|
h1, h2, h3{
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
16
index.html
16
index.html
|
@ -112,6 +112,22 @@
|
||||||
<li><a href="html/flex.html">flexbox</a></li>
|
<li><a href="html/flex.html">flexbox</a></li>
|
||||||
<li><a href="html/grid.html">grid</a></li>
|
<li><a href="html/grid.html">grid</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2>Javascript</h2>
|
||||||
|
<h3>JavaScript lernen</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://opentechschool.github.io/js-beginners-1/index_de.html">JavaScript für absolute Beginner</a></li>
|
||||||
|
<li><a href="https://javascript.info/">The Modern JavaScript Tutorial</a></li>
|
||||||
|
<li><a href="https://www.w3schools.com/js/">JavaScript Tutorial</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>JavaScript Frameworks & Libraries</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://jquery.com/">jQuery</a></li>
|
||||||
|
<li><a href="https://reactjs.org/">React</a></li>
|
||||||
|
<li><a href="https://angularjs.org/">Angular</a></li>
|
||||||
|
<li><a href="https://vuejs.org/">Vue.js</a></li>
|
||||||
|
<li><a href="http://vanilla-js.com/)">Vanilla.js</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue