-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99ccfc7
commit 2255de5
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -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> | ||
|