Skip to content
Open
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
49 changes: 26 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,31 +413,34 @@ <h3>Please share coding resources @ <a href="https://github.com/GlasgowCoderColl
Learning Initiative also covers a smaller range of topics. But for the topics that are covered impressive, in-depth material is available.
</p>
</div>

<div class="links">
<p><a href="https://www.w3schools.com">W3Schools</a></p>
<p>A comprehensive resource for HTML, CSS, Javascript and more.</p>
</div>

<div class="links">
<p><a href="https://www.twilio.com/quest/mission/28" target="_blank">Twilio</a></p>
<p>
Twilio has a minigame that can teach you to make pull requests on Git!
</p>
<p>
<a class="recommended" href="blog.codinghorror.com">Developer blog with tidbits about code, the industry, and hackathon-style projects.</a>
</p>
</div>

<div class="links>
<p><a href="sabe.io" target="_blank">Learn web development super easily, for free</a></p>
<p> Learn HTML, Css, JavaScript, Vue, React, PHP and much more! </p>
<P>Recommended by
<a class="recommended" href="https:github.com/usinha31">Upasana Sinha</a>in India</p>
</div>
<div class="links">
<p><a href="https://realpython.com/">Real Python</a></p>
<p>
Real Python is a free python tutorials website.
</p>
</div>
<div class="links">
<p><a href="https://www.w3schools.com">W3Schools</a></p>
<p>A comprehensive resource for HTML, CSS, Javascript and more.</p>
</div>

<div class="links">
<p><a href="https://www.twilio.com/quest/mission/28" target="_blank">Twilio</a></p>
<p>
Twilio has a minigame that can teach you to make pull requests on Git!
</p>
<p>
<a class="recommended" href="blog.codinghorror.com">Developer blog with tidbits about code, the industry, and hackathon-style projects.</a>
</p>
</div>
<div class="links>
<p><a href="sabe.io" target="_blank">Learn web development super easily, for free</a></p>
<p> Learn HTML, Css, JavaScript, Vue, React, PHP and much more! </p>
<P>Recommended by
<a class="recommended" href="https:github.com/usinha31">Upasana Sinha</a>in India</p>
</div>
<!-- Paste you code directly above here-->

</div>
</body>

Expand Down