contact_us

{% load static %} <!DOCTYPE html> <html dj-parse="DJANGO"> <head> <meta charset="utf-8">

<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-NG21EXTML9"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());

gtag('config', 'G-NG21EXTML9'); </script> <meta content="width=device-width, initial-scale=1.0, shrink-to-fit=no" name="viewport"> <title> SpeakHDL </title> <meta content="FPGA, FPGA Prototyping, FPGA Tool, Voice Coding, procedural programming, FPGA Easy, VHDL, FPGA for beginners" name="keywords"> <meta content="A practical FPGA design tool that combines procedural programming using native VHDL with command-based programming" name="description"> <link href='{% static "logo\favicon-16x16.png" %}' rel="icon" sizes="16x16" type="image/png"> <link href='{% static "logo\favicon-32x32.png" %}' rel="icon" sizes="32x32" type="image/png"> <link href='{% static "logo\android-chrome-192x192.png" %}' rel="icon" sizes="192x192" type="image/png"> <link href='{% static "logo\android-chrome-512x512.png" %}' rel="icon" sizes="512x512" type="image/png"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link href="https://unpkg.com/@bootstrapstudio/bootstrap-better-nav/dist/bootstrap-better-nav.min.css" rel="stylesheet"> <link href='{% static "css\doxy-override.css" %}' rel="stylesheet"> <link href='{% static "css\Footer-Basic.css" %}' rel="stylesheet"> <link href='{% static "css\Login-Form-Clean.css" %}' rel="stylesheet"> <link href='{% static "css\banner.css" %}' rel="stylesheet"> <link href='{% static "css\examples.css" %}' rel="stylesheet"> <link href='{% static "css\speakhdl-styles.css" %}' rel="stylesheet"> </head> <body id="conctact-body"> <nav class="navbar navbar-light navbar-expand-md sticky-top navbar-top theme-outline" id="my-nav">

<button class="navbar-toggler" data-bs-target="#navcol-2" data-bs-toggle="collapse"> Toggle navigation </button>

</nav>

<section class="position-relative py-4 py-xl-5">

<form action="{% url 'contact_us' %}" class="p-3 p-xl-4" id="contact_us" method="post"> {% csrf_token %}

Contact Us

Questions, Comments, or Concerns?
We would like to hear from you.
<label class="form-label" for="name"> Name </label> <input class="form-control" id="name" maxlength="40" minlength="2" name="name" required="" type="text">
<label class="form-label" for="email"> Email </label> <input class="form-control" id="email" name="email" required="" type="email">
<label class="form-label" for="subject"> Subject </label> <input class="form-control" id="subject" maxlength="40" minlength="2" name="subject" required="" type="text">
<label class="form-label" for="message"> Message </label> <textarea class="form-control" id="message" minlength="10" name="message" required="" rows="6"></textarea>
<button class="btn btn-primary" style="width: 100%;" type="submit"> Send </button>

</form>

</section> <footer>

SpeakHDL © 2022
<nav class="navbar navbar-light navbar-expand">

</nav>

</footer> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"> </script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"> </script> <script src='{% static "js\bss_custom_js.js" %}'> </script> <script src="https://unpkg.com/@bootstrapstudio/bootstrap-better-nav/dist/bootstrap-better-nav.min.js"> </script> </body> </html>