-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Arnav Gupta <[email protected]>
- Loading branch information
1 parent
fadda61
commit c8cab7b
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
|
@@ -167,7 +167,29 @@ <h1 class="h4 font-monospace">1px.li</h1> | |
<li><a href="https://onepixel.link/docs">API Docs</a></li> | ||
<li><a href="./tnc.html">Terms of Service</a></li> | ||
<li><a href="./privacy.html">Privacy Policy</a></li> | ||
<li><a href="#" data-bs-toggle="modal" data-bs-target="#contactModal">Contact</a></li> | ||
</ul> | ||
<!-- Contact Modal --> | ||
<div class="modal fade" tabindex="-1" id="contactModal"> | ||
<div class="modal-dialog modal-dialog-centered"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title h4">Contact Details</h4> | ||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> | ||
</div> | ||
<div class="modal-body font-monospace"> | ||
<p> | ||
<i class="bi bi-envelope-at"></i> [email protected] | ||
<br> | ||
<i class="bi bi-telephone"></i> +91 96433 39706 | ||
<br> | ||
<i class="bi bi-house-door"></i> Smartworks, Global Tech Park, Bangalore - 560103 | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|