Skip to content

Commit

Permalink
remove h4 from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurparihar committed Aug 10, 2020
1 parent 16fcf82 commit 2fd5823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -426,7 +426,7 @@
</a>
</div>
<div class="flex footer__column">
<h4 class="footer__header pb-3">ankurparihar<span class="highlight">.</span>github<span class="highlight">.</span>io</h4>
<p class="footer__header pb-3">ankurparihar<span class="highlight">.</span>github<span class="highlight">.</span>io</p>
<ul class="footer__list">
<li class="footer__item"><a class="footer__link" href="/">Home</a></li>
<li class="footer__item"><a class="footer__link" href="/recent">Recent</a></li>
Expand All @@ -435,14 +435,14 @@ <h4 class="footer__header pb-3">ankurparihar<span class="highlight">.</span>gith
</ul>
</div>
<div class="flex footer__column">
<h4 class="footer__header pb-3">Resources</h4>
<p class="footer__header pb-3">Resources</p>
<ul class="footer__list">
<li class="footer__item"><a class="footer__link" href="/res-iitr">IITR</a></li>
<li class="footer__item"><a class="footer__link" href="/projects">Projects</a></li>
</ul>
</div>
<div class="flex footer__column">
<h4 class="footer__header pb-3">Connect</h4>
<p class="footer__header pb-3">Connect</p>
<ul class="footer__list">
<li class="footer__item"><a target="_blank" rel="noopener" class="footer__link" href="https://github.com/ankurparihar">Github</a></li>
<li class="footer__item"><a target="_blank" rel="noopener" class="footer__link" href="https://www.facebook.com/ankur.parihar.773">facebook</a></li>
Expand All @@ -452,7 +452,7 @@ <h4 class="footer__header pb-3">Connect</h4>
</ul>
</div>
<div class="flex footer__column">
<h4 class="footer__header pb-3">About</h4>
<p class="footer__header pb-3">About</p>
<ul class="footer__list">
<li class="footer__item"><a href="/changelog" class="footer__link">What's New</a></li>
<li class="footer__item"><a href="/about-me" class="footer__link">About Me</a></li>
Expand Down

0 comments on commit 2fd5823

Please sign in to comment.