Skip to content

Commit

Permalink
add phone & whatsapp
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 12, 2024
1 parent 3a8e2e6 commit a11dc09
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions html/demo-myprofile.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,18 @@ <h2 class="title">Founder & CEO, RealTime</h2>
Sunnyvale, California, United States
</div>
<div class="contact">
<div class="contact-item">
<svg class="contact-icon" viewBox="0 0 24 24">
<path d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/>
</svg>
<a href="tel:+15108506325">+1 (510) 850-6325</a>
</div>
<div class="contact-item">
<svg class="contact-icon" viewBox="0 0 24 24">
<path d="M16.75 13.96c.25.13.41.2.46.3.06.11.04.61-.21 1.18-.2.56-1.24 1.1-1.7 1.12-.46.02-.47.36-2.96-.73-2.49-1.09-3.99-3.75-4.11-3.92-.12-.17-.96-1.38-.92-2.61.05-1.22.69-1.8.95-2.04.24-.26.51-.29.68-.26h.47c.15 0 .36-.06.55.45l.69 1.87c.06.13.1.28.01.44l-.27.41-.39.42c-.12.12-.26.25-.12.5.12.26.62 1.09 1.32 1.78.91.88 1.71 1.17 1.95 1.3.24.14.39.12.54-.04l.81-.94c.19-.25.35-.19.58-.11l1.67.88M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-1.97 0-3.8-.57-5.35-1.55L2 22l1.55-4.65A9.969 9.969 0 0 1 2 12 10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8c0 1.72.54 3.31 1.46 4.61L4.5 19.5l2.89-.96A7.95 7.95 0 0 0 12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8z"/>
</svg>
<a href="https://wa.me/15108506325" target="_blank" rel="noopener noreferrer">WhatsApp</a>
</div>
<div class="contact-item">
<svg class="contact-icon" viewBox="0 0 24 24">
<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
Expand All @@ -282,6 +294,7 @@ <h2 class="title">Founder & CEO, RealTime</h2>
</div>
</div>
</div>

</div>
</main>
</body>
Expand Down

0 comments on commit a11dc09

Please sign in to comment.