Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@ <h2>HTML Learning Resources</h2>
<a href="https://webdesign.tutsplus.com/courses/solid-html-form-structure" target="_blank">Solid HTML Form Structure</a>
<span title="Video">🎥</span>
</li>
<li><a href="https://resilientwebdesign.com/" target="_blank">Resilient Web Design</a> <span title="Read">📕</span></li>
<li>
<a href="https://resilientwebdesign.com/" target="_blank">Resilient Web Design</a> <span title="Read">📕</span>
</li>
<li>
<a href="https://www.codementor.io/projects/html_css" target="_blank">Real-World HTML Projects</a>
<span title="Read">📕</span> <span title="Free">🆓</span>
</li>
</ul>
</div>

Expand Down
3 changes: 3 additions & 0 deletions javascript-fundamentals/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ <h4>General Learning:</h4>
<a href="https://frontendmasters.com/learn/javascript/" target="_blank">JavaScript Learning Path</a>
<span title="Video">🎥</span> <span title="Paid">💵</span>
</li>
<li>
<a href="https://www.codementor.io/projects/javascript" target="_blank">Practice JavaScript Through Curated Projects</a>
<span title="Read">📕</span> <span title="Free">🆓</span>
</ul>

<h4>Mastering:</h4>
Expand Down
4 changes: 4 additions & 0 deletions mobile-apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ <h2>Learning Resources</h2>
<a href="https://frontendmasters.com/courses/react-native-v2/" target="_blank">React Native, v2</a>
<span title="Video">🎥</span> <span title="Paid">💵</span>
</li>
<li>
<a href="https://www.codementor.io/projects/react-native" target="_blank">Real-World React Native Projects</a>
<span title="Read">📕</span> <span title="Free">🆓</span>
</li>
</ul>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions web-apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ <h2>Learning Resources</h2>
<a href="https://frontendmasters.com/courses/front-end-game/" target="_blank">Complete Front-End Project: Build a Game</a>
<span title="Video">🎥</span> <span title="Paid">💵</span>
</li>
<li>
<a href="https://www.codementor.io/projects/javascript" target="_blank">Real-World JavaScript Projects</a>
<span title="Read">📕</span> <span title="Free">🆓</span>
</li>
<li>
<a href="https://www.codementor.io/projects/html_css" target="_blank">Real-World HTML/CSS Projects</a>
<span title="Read">📕</span> <span title="Free">🆓</span>
</li>
</ul>
</div>
</div>
Expand Down