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
19 changes: 13 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,13 @@ <h3>Please share coding resources @ <a href="https://github.com/GlasgowCoderColl
<a class="recommended" href="https://github.com/egarvin91">Eoin Garvin</a> in Scotland</p>
</div>

<div class="links">
<p><a href="http://javascript.info/" target="_blank">The Modern JavaScript Tutorial</a></p>
<p> How it's done now. From the basics to advanced topics with simple, but detailed explanations.</p>
<P>Recommended by
<a class="recommended" href="https://github.com/mathalav55">Vamsi Krishna </a>in India</p>
</div>

<div class="links">
<p><a href="https://www.udacity.com/course/intro-to-programming-nanodegree--nd000" target="_blank">freecodecamp</a></p>
<p>Udacity's Intro to Programming is your first step towards careers in Web and App Development,
Expand Down Expand Up @@ -429,12 +436,12 @@ <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
<a class="recommended" href="https:github.com/usinha31">Upasana Sinha</a>in India</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-->

Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ body {
h1,h3 {
margin: 1.25rem;
margin-left: 20px;
text-align: center;
}

a {
color: white;
color: rgb(0, 0, 0);
text-decoration: none;
}

Expand All @@ -18,7 +19,7 @@ a {
padding-left: 15px;
margin: 1.25rem;
font-size: 20px;
background-color: rgb(32, 178, 170);
background-color: rgb(1, 255, 234);
box-shadow: 1px 1px 3px #888888;
transition: transform .2s; /* Anim */
}
Expand Down