<!DOCTYPE html>
<html>
  <head>
    <title>Drgnz Club | Register</title>
    <meta charset="utf-8">
    <link rel="stylesheet" href="style.css">
    <link rel="icon" type="image/x-icon" href="assets/favicon.ico">
    <meta name="description" content="Registration form for the Drgnz Club">
    <meta name="keywords" content="drgnz, club, register">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
  </head>
  <body>
    <div class="c-main">
      <div class="cm-navbar flex">
        <a href="index.html">~Drgnz</a>
      </div>
     <div class="cm-main flex">
        <div class="cmm-content">
          <h2 id="register">Register</h2>
          <p>
          If you like our community and project, and you want to join us, you will have
          to go trough a registration process. It is just a matter of filling this form
          with basic information that we need to accept. The rest is just sitting back
          and waiting for admin response.<br><br>
          <strong>Note:</strong> We will need your real email address to give you info
          about your registration status.
          </p>
          <br>
          <div class="flex">
            <div>
             <form action="mailto:contact@waffelo.net?subject=Drgnz registration request" method="post" enctype="text/plain">
              <label for="fname">Username: *</label><br>
              <input type="text" id="username" name="Username" required><br>
              <br>

              <label for="lname">Email: *</label><br>
              <input type="email" id="email" name="E-Mail" required><br>
              <br>

              <label for="join-reason">Why do you want to join us: *</label><br>
              <input type="text" id="join-reason" name="Join Reason" size="50" required><br>
              <br>

              <label for="joinreason">Comment: <i>(optional)</i></label><br>
              <input type="text" id="comment" name="Comment" size="50" >
              <br><br>

              <input type="checkbox" id="rules" name="rules" value="yes">
              <label for="rules">I agree with the <a href="/rules.html">rules</a> </label>
              <br>
              <input type="submit" value="Submit" style="cursor: pointer;">
              <input type="reset" value="Reset" style="cursor: pointer;">
            </div>
            <div style="padding-left: 30px;">
              Services: *
              <br>
              <input type="checkbox" id="service1" name="Matrix" value="yes">
              <label for="matrix">Matrix</label>
              <br>

              <input type="checkbox" id="service6" name="Minecraft" value="yes">
              <label for="minecraft">Minecraft <i style="font-size: 9px;">(Username required in comment)</i></label>
              <br>

           </form>
            </div>
          </div>






       </div> <!-- CM CONTENT END--->

       <div class="cmm-sidebar">

          <h2>FAQ</h2>
          <ul>
          <li>
            <strong>Q:</strong> How long does it take to get accepted? <br>
            <strong>A:</strong> It takes aproximately few hours.
          </li>
          <br>

          <li>
            <strong>Q:</strong> I have issues with my email client! <br>
            <strong>A:</strong> If you have issues with the form, please email contact@waffelo.net with all neccessary info for registration.
          </li>
          <br>


         <li>
            <strong>Q:</strong> What are the requirements to join? <br>
            <strong>A:</strong> You have to read and follow the Drgnz <a href="/rules.html">rules</a>.
          </li>
          <br>

          <li>
            <strong>Q:</strong> How will I know whether I was accepted or not? <br>
            <strong>A:</strong> You will recieve an email message after the admins review your request.
          </li>
          <br>

          <li>
            <strong>Q:</strong> What if I don't get any response at all? <br>
            <strong>A:</strong> There is a chance of communication error. In that case you should message one of the admins personally.
          </li>
          <br>
 
          <li>
            <strong>Q:</strong> How can I register for services such as Peertube or Mumble? <br>
            <strong>A:</strong> These services have different registration system, ask us more in the Drgnz chat.
          </li>
          <br>

          </ul>


    </div> <!-- CM MAIN END -->
    </div> <!-- C MAIN END -->



  </body>
</html>