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
17 changes: 14 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ <h3>Please share coding resources @ <a href="https://github.com/GlasgowCoderColl
<p>Guide for using Bash shell</p>
</div>



<div class="links">
<p><a href="https://www.cssgridgarden.com">Grid Garden</a></p>
<p>A game where you write CSS code and grow a garden. Learn CSS grid the fun way.</p>
Expand Down Expand Up @@ -94,7 +92,7 @@ <h3>Please share coding resources @ <a href="https://github.com/GlasgowCoderColl

<div class="links">
<p><a href="http://tutorials.codebar.io/">codebar</a></p>
<p>Free tutorials that will run you through the basics of HTML &amps; CSS, JS, Ruby and Python. Also
<p>Free tutorials that will run you through the basics of HTML &amp; CSS, JS, Ruby and Python. Also
available on GitHub.</p>
</div>

Expand Down Expand Up @@ -232,6 +230,16 @@ <h3>Please share coding resources @ <a href="https://github.com/GlasgowCoderColl
<p>Go through lessons, type in the window at the bottom. Created by the same folks who make
learnpython.org.</p>
</div>

<div class="links">
<p><a href="https://ilovecoding.org/courses/htmlcss2" target="_blank">Learn HTML & CSS Correctly</a></p>
<p>This just may be the most comprehensive HTML & CSS course on the internet.
With clearly explained concepts in short and to the point screencast videos, learn the fundamentals and
build beautiful websites.This course is FREE.
</p>
<P>Recommended by
<a class="recommended" href="https://github.com/Artem3">Artem Goncharenko</a> in Kharkiv, Ukraine</p>
</div>

<div class="links">
<p><a href="https://learnpythonthehardway.org/" target="_blank">Learn Python the Hard Way</a></p>
Expand Down Expand Up @@ -392,20 +400,23 @@ <h3>Please share coding resources @ <a href="https://github.com/GlasgowCoderColl
Alison offers courses mainly in business, technology, and health, but also includes language learning courses.
</p>
</div>

<div class="links">
<p><a href="https://ocw.mit.edu/index.htm">MIT OpenCourseWare</a></p>
<p>
MIT offers a variety of free courses. The school has a comparable number of courses to the schools above,
plus includes very in-depth course materials on the subjects available. MIT also offers free RSS feeds, a convenient way to continue learning.
</p>
</div>

<div class="links">
<p><a href="http://oli.cmu.edu/independent-learner-courses/">Carnegie Mellon Open Learning Initiative</a></p>
<p>
Carnegie Mellon’s free online education site is comparable with the other school’s on this list, however, Open
Learning Initiative also covers a smaller range of topics. But for the topics that are covered impressive, in-depth material is available.
</p>
</div>

<!-- Paste you code directly above here-->

</div>
Expand Down