generated from MLH-Fellowship/pod-3.1.2-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from iamHrithikRaj/visitCount
Add visitor count widget
- Loading branch information
Showing
2 changed files
with
69 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> with <i | ||
class="fas fa-heart" | ||
></i | ||
> by | ||
<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> © 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> with <i | ||
class="fas fa-heart" | ||
></i | ||
> by | ||
<a href="https://www.linkedin.com/" target="_blank"> | ||
<span> "Add your name here" </span> | ||
</a> | ||
<br/> | ||
<span>Last updated on mm dd, yyyy <br> © 2021 </span> | ||
<br/> | ||
|
||
|
||
</p> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters