Merge pull request #436 from jeremyredhead/tutorial-cleanup

Cleanup Tutorials page links
This commit is contained in:
Kyle Drake 2023-03-28 15:15:16 -05:00 committed by GitHub
commit 7213678739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,19 +17,16 @@
<ul>
<li>
<a href="http://www.htmldog.com/guides/html/beginner" title="Learn beginner HTML">HTML Beginner Tutorial</a>
<a href="https://www.htmldog.com/guides/html/beginner" title="Learn beginner HTML">HTML Beginner Tutorial</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/learn/html" title="Learn beginner HTML from Mozilla">Mozilla Learn HTML Resources</a>
</li>
<li>
<a href="http://codepupil.com/" title="Learn from games">CodePupil.com teaches with games</a>
<a href="https://teamtreehouse.com">Learn how to build websites with Treehouse</a>
</li>
<li>
<a href="http://teamtreehouse.com">Learn how to build websites with Treehouse</a>
</li>
<li>
<a href="http://www.codecademy.com/tracks/web" title="online lessons">Online lessons at Codecademy</a>
<a href="https://www.codecademy.com/tracks/web" title="online lessons">Online lessons at Codecademy</a>
</li>
</ul>