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>
|
||||
|
||||
136
_site/index.html
136
_site/index.html
@@ -57,7 +57,6 @@
|
||||
<nav id="menu">
|
||||
<ul class="links">
|
||||
<li><a href="/" class="current-page-link" >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/" >Computer Science</a></li>
|
||||
|
||||
|
||||
@@ -79,14 +88,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>
|
||||
|
||||
@@ -134,6 +163,34 @@
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
<a href="https://blackthunder.gq" class="icon fa-bolt"><span class="label"></span></a>
|
||||
<h3>Black Thunder</h3>
|
||||
</header>
|
||||
<p>Reading School's robotics team, which also runs the school's Robotics Club.</p>
|
||||
<a href="https://blackthunder.gq" class="button small">See more</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
<a href="https://blog.mgrove.uk" class="icon fa-pencil"><span class="label"></span></a>
|
||||
<h3>Blog</h3>
|
||||
</header>
|
||||
<p>Where I post updates about projects I'm doing.</p>
|
||||
<a href="https://blog.mgrove.uk" class="button small">See more</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
@@ -151,6 +208,20 @@
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
<a href="https://instagram.com/morganandmeganbichons" class="icon fa-paw"><span class="label"></span></a>
|
||||
<h3>Dogs</h3>
|
||||
</header>
|
||||
<p>An Instagram account for my dogs.</p>
|
||||
<a href="https://instagram.com/morganandmeganbichons" class="button small">See more</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
@@ -165,6 +236,34 @@
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
<a href="https://instagram.com/mgrove36.photos" class="icon fa-camera"><span class="label"></span></a>
|
||||
<h3>Photography Feed</h3>
|
||||
</header>
|
||||
<p>A place for me to post my snaps.</p>
|
||||
<a href="https://instagram.com/mgrove36.photos" class="button small">See more</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
<a href="https://youngreporter.mgrove.uk" class="icon fa-graduation-cap"><span class="label"></span></a>
|
||||
<h3>Reading School BBC Young Reporter</h3>
|
||||
</header>
|
||||
<p>A site for Reading School's year 8 students to post news articles they have written.</p>
|
||||
<a href="https://youngreporter.mgrove.uk" class="button small">See more</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
@@ -177,6 +276,20 @@
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<header>
|
||||
<a href="https://traqua.ml" class="icon fa-tint"><span class="label"></span></a>
|
||||
<h3>Traqua</h3>
|
||||
</header>
|
||||
<p>"An innovative, water-saving solution for the home." A small STEM project based around using Raspberry Pis to track and reduce household water usage.</p>
|
||||
<a href="https://traqua.ml" class="button small">See more</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -193,20 +306,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>
|
||||
|
||||
@@ -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/" >Computer Science</a></li>
|
||||
|
||||
|
||||
@@ -79,15 +88,35 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="https://instagram.com/morganandmeganbichons" >Dogs</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/luhn-algorithm/" class="current-page-link"
|
||||
>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>
|
||||
|
||||
@@ -143,20 +172,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>
|
||||
|
||||
@@ -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/" >Computer Science</a></li>
|
||||
|
||||
|
||||
@@ -79,15 +88,35 @@
|
||||
|
||||
|
||||
|
||||
<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/" class="current-page-link"
|
||||
>Site Theme</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="https://traqua.ml" >Traqua</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@@ -605,20 +634,29 @@ print 'It took ' + i + ' iterations to sort the deck.';
|
||||
<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>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<url>
|
||||
<loc>/luhn-algorithm/</loc>
|
||||
<lastmod>2020-12-26</lastmod>
|
||||
<lastmod>2020-12-29</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<url>
|
||||
<loc>/site-theme/</loc>
|
||||
<lastmod>2020-12-26</lastmod>
|
||||
<lastmod>2020-12-29</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<url>
|
||||
<loc>/young-reporter/</loc>
|
||||
<lastmod>2020-12-26</lastmod>
|
||||
<lastmod>2020-12-29</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
<url>
|
||||
<loc>/</loc>
|
||||
<lastmod>2020-12-26</lastmod>
|
||||
<lastmod>2020-12-29</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
<url>
|
||||
<loc>/comsci/</loc>
|
||||
<lastmod>2020-12-26</lastmod>
|
||||
<lastmod>2020-12-29</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -72,6 +71,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/" >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>
|
||||
|
||||
@@ -379,20 +408,29 @@ blockquote {
|
||||
<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