Make altering links on pages simpler
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
<nav id="menu">
|
||||
<ul class="links">
|
||||
<li><a href="/" >Home</a></li>
|
||||
<li><a href="https://blog.mgrove.uk">Blog</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -71,6 +70,16 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="https://blackthunder.gq" >Black Thunder</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://blog.mgrove.uk" >Blog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/comsci/" class="current-page-link"
|
||||
>Computer Science</a></li>
|
||||
|
||||
@@ -80,14 +89,34 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="https://instagram.com/morganandmeganbichons" >Dogs</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/luhn-algorithm/" >Luhn Algorithm</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://instagram.com/mgrove36.photos" >Photography Feed</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://youngreporter.mgrove.uk" >Reading School BBC Young Reporter</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/site-theme/" >Site Theme</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://traqua.ml" >Traqua</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@@ -125,20 +154,29 @@
|
||||
<section>
|
||||
<h4>Other Links</h4>
|
||||
<ul class="plain">
|
||||
<li><a href="https://instagram.com/mgrove36.photos" target="_blank"><i
|
||||
class="icon fa-camera"> </i>Photography</a></li>
|
||||
<li><a href="https://instagram.com/morganandmeganbichons" target="_blank"><i
|
||||
class="icon fa-paw"> </i>Dogs</a></li>
|
||||
<li><a href="mailto:me@mgrove.uk"><i class="icon fa-envelope"> </i>Email me</a></li>
|
||||
|
||||
<li><a href="https://instagram.com/mgrove36.photos" target="_blank"><i class="icon fa-camera"> </i>Photography</a></li>
|
||||
|
||||
<li><a href="https://instagram.com/morganandmeganbichons" target="_blank"><i class="icon fa-paw"> </i>Dogs</a></li>
|
||||
|
||||
<li><a href="mailto:me@mgrove.uk" target="_blank"><i class="icon fa-envelope"> </i>Email me</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h4>Social Media</h4>
|
||||
<ul class="plain">
|
||||
<li><a href="https://github.com/mgrove36" target="_blank"><i class="icon fa-github"> </i>Github</a></li>
|
||||
|
||||
<li><a href="https://github.com/mgrove36" target="_blank"><i class="icon fa-github"> </i>GitHub</a></li>
|
||||
|
||||
<li><a href="https://twitter.com/mgrove36" target="_blank"><i class="icon fa-twitter"> </i>Twitter</a></li>
|
||||
|
||||
<li><a href="https://instagram.com/mgrove36" target="_blank"><i class="icon fa-instagram"> </i>Instagram</a></li>
|
||||
|
||||
<li><a href="https://linkedin.com/in/mgrove36" target="_blank"><i class="icon fa-linkedin"> </i>LinkedIn</a></li>
|
||||
|
||||
<li><a href="https://facebook.com/mgrove36" target="_blank"><i class="icon fa-facebook"> </i>Facebook</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user