-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[0.1.14.3] * add clickable link to address, phone, and email
- Loading branch information
Johnella Kyle San Juan
committed
Jun 11, 2024
1 parent
e369b16
commit 59bab5c
Showing
1 changed file
with
7 additions
and
4 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 |
---|---|---|
|
@@ -17,11 +17,14 @@ | |
IT & IS Manager</span> | ||
</div> | ||
<div class="pl-4 mx-auto"> | ||
<span>π St. Peter, New Era, Quezon City <br></span> | ||
<span>π (+63) 960 205 6160</span> <span>π (+63) 927 074 0003 <br></span> | ||
<a href="https://maps.app.goo.gl/YHy6F7DptjNZ1AKH9"><span>π St. Peter, New Era, Quezon City</span></a><br> | ||
<div class="flex [flex-direction:column] sm:[flex-direction:row]"> | ||
<span class="pr-4">π§ mczvc.biomew@<wbr>gmail.com</span> | ||
<span>π§ [email protected] <br></span> | ||
<a href="tel:+639602056160" class="pr-4"><span >π (+63) 960 205 6160</span></a> | ||
<a href="tel:+639270740003"><span>π (+63) 927 074 0003</span></a><br> | ||
</div> | ||
<div class="flex [flex-direction:column] sm:[flex-direction:row]"> | ||
<a href="mailto:[email protected]" class="pr-4"><span>π§ mczvc.biomew@<wbr>gmail.com</span></a> | ||
<a href="mailto:[email protected]"><span>π§ [email protected]</span></a><br> | ||
</div> | ||
</div> | ||
</div> | ||
|