Skip to content

Commit

Permalink
Merge pull request #45 from iamHrithikRaj/visitCount
Browse files Browse the repository at this point in the history
Add visitor count widget
  • Loading branch information
sonalsk authored Jul 26, 2021
2 parents 4a559a7 + eae84bb commit 3f58916
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 27 deletions.
81 changes: 54 additions & 27 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,58 @@
<footer class="text-center footer">
<div class="social-links">
<p>
<a href="mailto:@emailID" add target="_blank"
><i class="fas fa-envelope fa-2x mr-3 icon"></i
></a>
<a href="https://www.linkedin.com/" add target="_blank"
><i class="fab fa-linkedin fa-2x mr-3 icon"></i
></a>
<a href="https://twitter.com/" add target="_blank"
><i class="fab fa-twitter fa-2x mr-3 icon"></i
></a>
<a href="https://github.com/" add target="_blank"
><i class="fab fa-github fa-2x mr-3 icon"></i
></a>
</p>

<p>
<i class="fas fa-code"></i> &nbsp;&nbsp; with &nbsp;&nbsp;<i
class="fas fa-heart"
></i
>&nbsp;&nbsp; by &nbsp;&nbsp;
<a href="https://www.linkedin.com/" target="_blank">
<span> "Add your name here" </span>
</a>
<br />
<span>Last updated on mm dd, yyyy</span>
<p> &copy; 2021</p>
</p>
<div class="row pt-3">

<div class="col-12 col-md-6 pb-5">
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-5b487cfc-f597-46a5-a224-45dfda5f0ce7"></div>
</div>

<div class="col-12 col-md-6">
<p>
<p class="head">Connect with me</p>
<p>
<i class="fas fa-phone mr-2 mb-2"></i> +91-9876543214
</p>
</p>

<p class="icons-set">
<a href="mailto:@emailID" add target="_blank"
><i class="fas fa-envelope fa-2x mr-3 icon"></i
></a>
<a href="https://www.linkedin.com/" add target="_blank"
><i class="fab fa-linkedin fa-2x mr-3 icon"></i
></a>
<a href="https://twitter.com/" add target="_blank"
><i class="fab fa-twitter fa-2x mr-3 icon"></i
></a>
<a href="https://github.com/" add target="_blank"
><i class="fab fa-github fa-2x mr-3 icon"></i
></a>
</p>
</div>

</div>

<div class="name-date row">
<p>
<i class="fas fa-code"></i> &nbsp;&nbsp; with &nbsp;&nbsp;<i
class="fas fa-heart"
></i
>&nbsp;&nbsp; by &nbsp;&nbsp;
<a href="https://www.linkedin.com/" target="_blank">
<span> "Add your name here" </span>
</a>
<br/>
<span>Last updated on mm dd, yyyy <br> &copy; 2021 </span>
<br/>


</p>

</div>




</div>
</footer>
15 changes: 15 additions & 0 deletions _sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,18 @@
.footer a:hover {
color: #efb62d;
}

.name-date {
display: flex;
justify-content: center;
align-items: center;
}

.footer .social-links .head {
font-size: x-large;
font-weight: bold;
}

.footer .icons-set {
margin-top: 1rem;
}

0 comments on commit 3f58916

Please sign in to comment.