Skip to content

Commit

Permalink
Update demo-myprofile.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 12, 2024
1 parent 3459530 commit cdddfcd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions html/demo-myprofile.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ <h1 class="name">Trung Le</h1>
<h2 class="title">Founder & CEO, RealTime</h2>
<p class="note">Building a Future Workplace focused on 80% AI Agent and 20% Human collaboration, specializing in transforming customer engagement through AI-human workplace platforms</p>

<div class="contact">
<div class="contact-item">
<div class="location-wrapper">
<div class="contact-item location">
<svg class="contact-icon icon-location">
<use href="#icon-location"/>
</svg>
<span>Sunnyvale, California, United States</span>
</div>
</div>

<div class="contact">
<div class="contact-item">
<svg class="contact-icon icon-phone">
<use href="#icon-phone"/>
Expand Down Expand Up @@ -86,6 +89,7 @@ <h2 class="title">Founder & CEO, RealTime</h2>
</div>
</div>
</div>

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

0 comments on commit cdddfcd

Please sign in to comment.