Get in Touch

Contact & Academic Inquiries

Send an Academic Inquiry

Fill out the form below to connect with our educational coordinators regarding upcoming study cohort dates, custom syllabus modules, or technical seminars.

<!-- Success Alert -->
<div x-show="submitStatus === 'success'" class="alert-box alert-success" style="display: none;" role="alert">
  <strong>Inquiry Received Successfully!</strong>
  <p style="margin: 0.4rem 0 0; font-size: 0.88rem; color: #a7f3d0;">
    Thank you for contacting Dime Learning Library. An academic advisor will review your message and reply within 24 to 48 business hours.
  </p>
</div>

<!-- Error Alert -->
<div x-show="submitStatus === 'error'" class="alert-box alert-error" style="display: none;" role="alert">
  <strong>Submission Error</strong>
  <p style="margin: 0.4rem 0 0; font-size: 0.88rem; color: #fca5a5;" x-text="errorMessage"></p>
</div>

<form @submit.prevent="submitForm()" novalidate>
  <div class="form-group">
    <label for="contact-name" class="form-label">Full Name *</label>
    <input type="text" 
           id="contact-name" 
           x-model="name" 
           class="form-control" 
           :class="{ 'error': errors.name }" 
           placeholder="e.g. Dr. Nguyen Van Minh" 
           aria-required="true">
    <div x-show="errors.name" class="field-error" x-text="errors.name" style="display: none;"></div>
  </div>

  <div class="form-group">
    <label for="contact-email" class="form-label">Email Address *</label>
    <input type="email" 
           id="contact-email" 
           x-model="email" 
           class="form-control" 
           :class="{ 'error': errors.email }" 
           placeholder="name@organization.com" 
           aria-required="true">
    <div x-show="errors.email" class="field-error" x-text="errors.email" style="display: none;"></div>
  </div>

  <div class="form-group">
    <label for="contact-program" class="form-label">Area of Interest / Educational Program</label>
    <select id="contact-program" x-model="program" class="form-control">
      <option value="foundations">Dime Technology Foundations Cohort (4-Week Live)</option>
      <option value="workshop">Custom Team Technical & Security Workshop</option>
      <option value="mentorship">One-on-One Technical Mentorship Block</option>
      <option value="general">General Educational & Research Inquiries</option>
    </select>
  </div>

  <div class="form-group">
    <label for="contact-date" class="form-label">Target Intake Month (Optional)</label>
    <input type="text" 
           id="contact-date" 
           x-model="cohortDate" 
           class="form-control" 
           placeholder="e.g. Next upcoming monthly cohort">
  </div>

  <div class="form-group">
    <label for="contact-message" class="form-label">Your Questions or Background *</label>
    <textarea id="contact-message" 
              x-model="message" 
              rows="5" 
              class="form-control" 
              :class="{ 'error': errors.message }" 
              placeholder="Tell us about your learning goals, current engineering background, or specific questions about the curriculum..." 
              aria-required="true"></textarea>
    <div x-show="errors.message" class="field-error" x-text="errors.message" style="display: none;"></div>
  </div>

  <button type="submit" 
          class="btn btn-primary" 
          style="width: 100%;" 
          :disabled="isSubmitting">
    <span x-show="!isSubmitting">Submit Academic Inquiry</span>
    <span x-show="isSubmitting" style="display: none;">Processing Submission...</span>
  </button>
</form>

Academic Center Information

<div class="contact-detail-row">
  <div class="contact-icon">
    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"/></svg>
  </div>
  <div>
    <h4 style="font-size: 0.95rem; color: #fff; margin-bottom: 0.25rem;">Academic Coordination Office</h4>
    <p style="font-size: 0.9rem; color: #cbd5e1; margin-bottom: 0;">
      Office 8, 24 Example Street, Ho Chi Minh City 00000
    </p>
  </div>
</div>

<div class="contact-detail-row">
  <div class="contact-icon">
    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/></svg>
  </div>
  <div>
    <h4 style="font-size: 0.95rem; color: #fff; margin-bottom: 0.25rem;">Academic Inquiries Telephone</h4>
    <p style="font-size: 0.9rem; color: #cbd5e1; margin-bottom: 0;">
      +84 28 0000 2180
    </p>
  </div>
</div>

<div class="contact-detail-row">
  <div class="contact-icon">
    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>
  </div>
  <div>
    <h4 style="font-size: 0.95rem; color: #fff; margin-bottom: 0.25rem;">Direct Email</h4>
    <p style="font-size: 0.9rem; color: #cbd5e1; margin-bottom: 0;">
      <a href="mailto:hello@smart-axishub.click" style="color: var(--solana-cyan);">hello@smart-axishub.click</a>
    </p>
  </div>
</div>

<div style="margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border-subtle);">
  <h4 style="font-size: 0.95rem; color: #fff; margin-bottom: 0.5rem;">Admissions & Response Timeframe</h4>
  <p style="font-size: 0.88rem; color: #94a3b8; line-height: 1.6;">
    Our instructional team reviews all workshop applications and curriculum questions Monday through Friday between 09:00 and 18:00 ICT. You can expect a response within 24 to 48 business hours.
  </p>
</div>