Get in Touch

Contact & Academic Admissions Desk

Reach the faculty at Dime Learning Library to inquire about upcoming study cohorts, validator masterclasses, curriculum access, or custom team workshops.

Contact & Academic Admissions Desk

Have questions about our educational curriculum, wish to reserve a cohort seat, or require custom team training in Manchester or online? Contact our faculty desk using the form below or reach us directly via telephone or email.

Manchester Campus & Office

  <div class="space-y-4 text-sm text-slate-300">
    <div>
      <span class="text-xs font-mono uppercase text-slate-400 block mb-1">Registered Address (Verbatim)</span>
      <p class="font-semibold text-white">Office 11, 57 Sample Road, Manchester ZZ2 2AA</p>
      <span class="text-xs text-slate-400">United Kingdom</span>
    </div>

    <div>
      <span class="text-xs font-mono uppercase text-slate-400 block mb-1">Telephone Contact (Verbatim)</span>
      <p class="font-semibold text-sol-green font-mono text-base">+44 161 000 3290</p>
    </div>

    <div>
      <span class="text-xs font-mono uppercase text-slate-400 block mb-1">Electronic Mail</span>
      <p class="font-semibold text-sol-blue font-mono">hello@hubbeaconcore.click</p>
    </div>

    <div>
      <span class="text-xs font-mono uppercase text-slate-400 block mb-1">Academic Desk Hours</span>
      <p class="text-slate-300">Monday – Friday: 09:00 – 17:30 GMT</p>
      <p class="text-xs text-slate-400">Average response time: within 1 business day</p>
    </div>
  </div>

  <div class="p-4 rounded-xl bg-sol-purple/10 border border-sol-purple/20 text-xs text-slate-300 space-y-1 font-mono">
    <div class="font-bold text-white">Educational Privacy Notice</div>
    <p>Inquiries are handled strictly by our academic faculty. We never share contact details with third parties or marketing brokers.</p>
  </div>
</div>

Send an Educational Inquiry

Complete the fields below to request cohort availability, course outlines, or private scheduling.

  <!-- Success State -->
  <div x-show="submitted" x-cloak class="p-6 rounded-2xl bg-sol-green/10 border border-sol-green/30 text-center space-y-3">
    <div class="w-12 h-12 rounded-full bg-sol-green/20 text-sol-green flex items-center justify-center mx-auto text-2xl font-bold">
      ✓
    </div>
    <h4 class="text-lg font-bold text-white">Inquiry Received</h4>
    <p class="text-sm text-slate-300 leading-relaxed">
      Thank you for contacting the Dime Learning Library desk. Our admissions faculty will review your inquiry and respond to <strong class="text-sol-green" x-text="email"></strong> within one business day with relevant cohort schedules.
    </p>
  </div>

  <!-- Form Elements -->
  <form x-show="!submitted" @submit.prevent="submitForm()" class="space-y-4" novalidate>
    
    <!-- General Error Banner -->
    <div x-show="error" x-cloak class="p-3 rounded-lg bg-red-500/10 border border-red-500/30 text-red-400 text-xs" x-text="error"></div>

    <div>
      <label for="fullName" class="block text-xs font-mono text-slate-300 mb-1">Your Full Name or Study Group Reference *</label>
      <input type="text" id="fullName" x-model="fullName" placeholder="e.g. Dr. Eleanor Wright / Engineering Group A" class="form-input">
      <span x-show="errors.fullName" x-cloak class="text-xs text-red-400 mt-1 block" x-text="errors.fullName"></span>
    </div>

    <div>
      <label for="email" class="block text-xs font-mono text-slate-300 mb-1">Academic / Contact Email *</label>
      <input type="email" id="email" x-model="email" placeholder="e.g. e.wright@university.ac.uk" class="form-input">
      <span x-show="errors.email" x-cloak class="text-xs text-red-400 mt-1 block" x-text="errors.email"></span>
    </div>

    <div>
      <label for="service" class="block text-xs font-mono text-slate-300 mb-1">Area of Educational Interest</label>
      <select id="service" x-model="service" class="form-select">
        <option value="custody-clinic">Self-Custody &amp; Key Security Walkthrough (£185)</option>
        <option value="validator-masterclass">Validator Architecture &amp; Consensus Masterclass (£240)</option>
        <option value="ecosystem-briefing">Ecosystem Infrastructure Briefing (£140)</option>
        <option value="mentorship-cohort">4-Week Guided Dime Research Mentorship (£580)</option>
        <option value="custom-team">Custom University / Corporate Team Workshop</option>
        <option value="general-inquiry">General Curriculum Inquiry / Reference Question</option>
      </select>
    </div>

    <div>
      <label for="message" class="block text-xs font-mono text-slate-300 mb-1">Learning Requirements &amp; Preferred Timeframe *</label>
      <textarea id="message" x-model="message" rows="4" placeholder="Please describe your background, learning objectives, and preferred cohort dates..." class="form-textarea"></textarea>
      <span x-show="errors.message" x-cloak class="text-xs text-red-400 mt-1 block" x-text="errors.message"></span>
    </div>

    <button type="submit" :disabled="submitting" class="btn-primary w-full py-3 text-sm font-bold mt-2">
      <span x-show="!submitting">Submit Inquiry to Faculty Desk</span>
      <span x-show="submitting" x-cloak>Transmitting Inquiry...</span>
    </button>

    <p class="text-[11px] text-slate-400 text-center pt-2">
      By submitting, you agree to receive direct educational correspondence regarding your inquiry.
    </p>

  </form>
</div>

Cookie & Privacy Preferences

We use essential and minimal privacy-focused telemetry to maintain library performance and understand educational reading patterns. You can review our full policy in our Cookie Notice.