Skip to content

Commit

Permalink
Merge pull request #762 from Samridhi002/Addlinks
Browse files Browse the repository at this point in the history
feat: Added Email and Phone Links to Footer Section!
  • Loading branch information
apu52 authored Jun 6, 2024
2 parents d039aac + 34bfac9 commit 6876ff8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -933,9 +933,11 @@ <h4>Address</h4>
</div>
</div>
<div class="footer__col">
<div class="footer__area">
<h4>Reach Out To Us</h4>
<p><span>Email:</span> [email protected]</p>
<p><span>Phone:</span> +91 8562145852</p>
<p><span>Email:</span><a href="mailto:[email protected]">[email protected]</a></p>
<p><span>Phone:</span><a href="tel:8562145852">+91 8562145852</a></p>
</div>
</div>
<div class="footer__col">
<div id="google_element"></div>
Expand Down
6 changes: 4 additions & 2 deletions story.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,14 @@ <h4>Support</h4>
</div>
</div>
<div class="footer__col">
<div class="footer__area">
<h4>Address</h4>
<p>
<span>Address:</span> 3/2 Wellington Street, Kolkata , West Bengal , India
</p>
<p><span>Email:</span> [email protected]</p>
<p><span>Phone:</span> +91 8562145852</p>
<p><span>Email:</span><a href="mailto:[email protected]">[email protected]</a></p>
<p><span>Phone:</span><a href="tel:8562145852">+91 8562145852</a></p>
</div>
</div>
</div>
<div class="footer__bar">
Expand Down

0 comments on commit 6876ff8

Please sign in to comment.