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
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,11 @@ <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.100daysofcode.com/" target="_blank">100DaysofCode</a></p>
<p>100 Days of Code lets your Coding become a daily habit for you — a habit that you can easily maintain after you’ve finished the challenge.</p>
</div>

<div class="links">
<p><a href="https://www.w3schools.com">W3Schools</a></p>
Expand All @@ -429,7 +434,7 @@ <h3>Please share coding resources @ <a href="https://github.com/GlasgowCoderColl
</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
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ a {
}

.links{
width: 40%;
float: right;
padding: 0.625rem;
padding-left: 15px;
margin: 1.25rem;
Expand Down