Skip to content

Commit

Permalink
Update testab-appcall.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 9, 2024
1 parent 99ccfc7 commit 2255de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/testab-appcall.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@
<main class="email-container" role="main"> <header class="email-header"> <h2>Email Details</h2> </header> <section class="email-info-box" aria-label="Email Information"> <div class="email-field"> <span class="email-label" id="from-label">From:</span> <span aria-labelledby="from-label">RTA <hello@realtimex.co></span> </div> <div class="email-field"> <span class="email-label" id="to-label">To:</span> <span aria-labelledby="to-label">[email protected] Valid ✅</span> </div> <div class="email-field"> <span class="email-label" id="subject-label">Subject:</span> <span aria-labelledby="subject-label">Invitation to SEMIEXPO 2024</span> </div> <div class="email-field"> <span class="email-label" id="phone-label">Phone:</span> <span aria-labelledby="phone-label">0977632108</span> </div> </section> <section aria-label="Message Content"> <label for="message" class="email-label">Message:</label> <textarea id="message" class="message-area" spellcheck="true" aria-label="Email message content"><p>Dear Trần Mai Anh,</p><p>We are excited to invite you to <strong>SEMIEXPO 2024</strong>, a pivotal event for the semiconductor industry that will showcase Vietnam's growing role in the global supply chain. This event will feature key discussions, networking opportunities, and insights into the future of semiconductor technology.</p><p>We believe your participation will be invaluable, and we look forward to seeing you there!</p><p>Best regards,</p></textarea> </section> <footer class="action-buttons"> <button
class="btn"
onclick="callCloudPhone(this)"
data-phone="{phone}"
data-phone="5108506325"
data-video-call="false"
data-call-out="true"
data-custom-data='{recipient}'
data-custom-data='trung'
aria-label="Internet Call">
<span aria-hidden="true">🌐📞</span> Internet Call
</button> <button class="btn" onclick="sendSMS(this)" data-phone="0977632108" data-default-msg="<p>Dear Trần Mai Anh,</p><p>We are excited to invite you to <strong>SEMIEXPO 2024</strong>, a pivotal event for the semiconductor industry that will showcase Vietnam's growing role in the global supply chain. This event will feature key discussions, networking opportunities, and insights into the future of semiconductor technology.</p><p>We believe your participation will be invaluable, and we look forward to seeing you there!</p><p>Best regards,</p>"> <span aria-hidden="true">💬</span> Send SMS </button> <button class="btn" onclick="callPhone(this)" data-phone="0977632108"> <span aria-hidden="true">📱</span> Phone Call </button> </footer></main>
Expand Down

0 comments on commit 2255de5

Please sign in to comment.