Application form: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<style>
<style>
  .form-translation-request input {
    border: 1px solid #ccc;
  }


  .form-translation-request .errors {
    font-size: 16px;
    padding: 1px 30px;
    line-height: 18px;
    background: #ffe9e7;
    border-radius: 10px;
    color: #f00;
  }
  .form-translation-request .errors p {
    margin: 5px 0;
  }
</style>
</style>


<div class="form-translation-request">
<div class="form-translation-request">


   <div class="form-section">
   <div class="success" style="display: none;color: green;color: #007100;font-size: 20px;padding: 40px;background: #ebf3eb;border-radius: 10px;font-weight: bold;">
     <p>
     Successfully submit. We contact you after review your info.
      We are looking for interpreters with excellent knowledge and professional interpreting experience in any language.
  </div>
      Please see our Interpreters Application Form to sign up and start working alongside us as WikiHussain’s
      translators!
      <br/>
      Fields marked with an asterisk are mandatory to complete. All other fields are optional.
    </p>


    <h2>General information</h2>
  <div class="errors">
  </div>


    <div class="input-container">
  <div class="form-content">
      <label>
    <div class="form-section">
        First name <span class="required">*</span>
      <p>
         <input name="firstname" type="text">
         We are looking for interpreters with excellent knowledge and professional interpreting experience in any
      </label>
        language.
    </div>
        Please see our Interpreters Application Form to sign up and start working alongside us as WikiHussain’s
        translators.
        <br/>
        Fields marked with an asterisk are mandatory to complete. All other fields are optional.
      </p>


    <div class="input-container">
       <h2>General information</h2>
      <label>
        Last name <span class="required">*</span>
        <input name="lastname" type="text">
      </label>
    </div>
 
    <div class="input-container">
       <label>
        Nationality <span class="required">*</span>
        <input name="nationality" type="text">
      </label>
    </div>
 
    <div class="input-container">
      <label>
        Where do you currently live?
        <input name="currenty-live" type="text">
      </label>
    </div>
 
    <div class="radio-container">
      <p>What’s your degree?</p> <span class="required">*</span>


       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           Diploma
           First name <span class="required">*</span>
           <input name="last-degree" type="radio" value="diploma">
           <input name="firstname" type="text">
         </label>
         </label>
       </div>
       </div>
Line 57: Line 52:
       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           Bachelor
           Last name <span class="required">*</span>
           <input name="last-degree" type="radio" value="bachelor">
           <input name="lastname" type="text">
         </label>
         </label>
       </div>
       </div>
Line 64: Line 59:
       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           Master
           Nationality <span class="required">*</span>
           <input name="last-degree" type="radio" value="master">
           <input name="nationality" type="text">
         </label>
         </label>
       </div>
       </div>
Line 71: Line 66:
       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           PHD
           Where do you currently live?
           <input name="last-degree" type="radio" value="phd">
           <input name="currenty-live" type="text">
         </label>
         </label>
       </div>
       </div>


       <div class="input-container">
       <div class="radio-container">
        <label>
        <p>What is your academic degree? <span class="required">*</span></p>
          Other
 
          <input name="last-degree" type="radio" value="other">
        <div class="input-container">
         </label>
          <label>
      </div>
            Diploma
    </div>
            <input name="last-degree" type="radio" value="diploma">
          </label>
         </div>
 
        <div class="input-container">
          <label>
            Bachelor
            <input name="last-degree" type="radio" value="bachelor">
          </label>
        </div>


    <div class="input-container">
        <div class="input-container">
      <label>
          <label>
        What’s your major? <span class="required">*</span>
            Master
        <input name="major" type="text">
            <input name="last-degree" type="radio" value="master">
      </label>
          </label>
    </div>
        </div>


    <div class="input-container">
        <div class="input-container">
      <label>
          <label>
        What’s the name of your university?
            PhD
        <input name="university" type="text">
            <input name="last-degree" type="radio" value="phd">
      </label>
          </label>
    </div>
        </div>


    <div class="radio-container">
        <div class="input-container">
      <p>Do you have any experience in academic writing?</p>
          <label>
            Other
            <input name="last-degree" type="radio" value="other">
          </label>
        </div>
      </div>


       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           Yes
           What is your major? <span class="required">*</span>
           <input name="experience-academic" type="radio" value="1">
           <input name="major" type="text">
         </label>
         </label>
       </div>
       </div>
Line 110: Line 119:
       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           No
           What is the name of your university?
           <input name="experience-academic" type="radio" value="0">
           <input name="university" type="text">
         </label>
         </label>
       </div>
       </div>
    </div>


    <div class="upload-container">
      <div class="radio-container">
      <p>Please upload your academic resume.</p>
        <p>Do you have any experience in academic writing?</p>


      <div class="preview"></div>
        <div class="input-container">
      <div class="input-container">
          <label>
        <input type="file" name="resume"/>
            Yes
            <input name="experience-academic" type="radio" value="1">
          </label>
        </div>
 
        <div class="input-container">
          <label>
            No
            <input name="experience-academic" type="radio" value="0">
          </label>
        </div>
       </div>
       </div>
    </div>
    <div class="input-container">
      <label>
        Email Address <span class="required">*</span>
        <input name="email" type="text">
      </label>
    </div>


    <div class="input-container">
      <div class="upload-container">
      <label>
        <p>
        What are the other ways by which we can contact you?
          Please upload your academic resume.
        <input name="contact-ways" type="text">
          <span class="required">*</span>
      </label>
        </p>
    </div>


  </div>
        <div class="preview"></div>
  <div class="form-section">
        <div class="input-container">
 
          <input type="file" name="resume"/>
    <p>
          <input type="hidden" name="resume-name"/>
      This section is about the source language which is in English. Please answer these questions carefully:
        </div>
    </p>
       </div>
 
    <div class="radio-container">
      <p>
        Is English your mother tongue language?
        <span class="required">*</span>
       </p>


       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           Yes
           Email address <span class="required">*</span>
           <input name="mother-tongue" type="radio" value="1">
           <input name="email" type="text">
         </label>
         </label>
       </div>
       </div>
Line 161: Line 164:
       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           No
           What are the other ways by which we can contact you?
           <input name="mother-tongue" type="radio" value="0">
           <input name="contact-ways" type="text">
         </label>
         </label>
       </div>
       </div>
     </div>
     </div>
    <div class="form-section">


    <div class="radio-container">
       <p>
       <p>
         Have you ever tested your language proficiency by any standard test?
         This section is about the source language which is in <b>English</b>. Please answer these questions carefully:
        <span class="required">*</span>
       </p>
       </p>


       <div class="input-container">
       <div class="radio-container">
        <label>
        <p>
          Yes
          Is English your mother tongue language?
          <input name="tested" type="radio" value="1">
          <span class="required">*</span>
        </label>
        </p>
      </div>
 
        <div class="input-container">
          <label>
            Yes
            <input name="mother-tongue" type="radio" value="1">
          </label>
        </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          No
            No
          <input name="tested" type="radio" value="0">
            <input name="mother-tongue" type="radio" value="0">
         </label>
          </label>
         </div>
       </div>
       </div>
    </div>


    <div class="checkbox-container">
      <div class="radio-container">
      <p>
        <p>
        What was the test?
          Have you ever tested your language proficiency by any standard test?
        <span class="required">*</span>
          <span class="required">*</span>
      </p>
        </p>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          TOEFL
            Yes
          <input name="test-english" type="checkbox" value="toefl">
            <input name="tested" type="radio" value="1">
        </label>
          </label>
      </div>
        </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          EAP
            No
          <input name="test-english" type="checkbox" value="eap">
            <input name="tested" type="radio" value="0">
         </label>
          </label>
         </div>
       </div>
       </div>


       <div class="input-container">
       <div class="checkbox-container">
         <label>
         <p>
           IELTS
           What was the test?
           <input name="test-english" type="checkbox" value="ielts">
           <span class="required">*</span>
        </label>
        </p>
      </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          FCE
            TOEFL
          <input name="test-english" type="checkbox" value="fce">
            <input name="test-english" type="checkbox" value="toefl">
        </label>
          </label>
      </div>
        </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          CELTA
            EAP
          <input name="test-english" type="checkbox" value="celta">
            <input name="test-english" type="checkbox" value="eap">
        </label>
          </label>
      </div>
        </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          GRE
            IELTS
          <input name="test-english" type="checkbox" value="gre">
            <input name="test-english" type="checkbox" value="ielts">
        </label>
          </label>
      </div>
        </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          OET
            FCE
          <input name="test-english" type="checkbox" value="oet">
            <input name="test-english" type="checkbox" value="fce">
        </label>
          </label>
      </div>
        </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          Other
            CELTA
          <input name="test-english-text" type="text" value="">
            <input name="test-english" type="checkbox" value="celta">
        </label>
          </label>
      </div>
        </div>


    </div>
        <div class="input-container">
          <label>
            GRE
            <input name="test-english" type="checkbox" value="gre">
          </label>
        </div>


    <div class="upload-container">
        <div class="input-container">
      <p>Please upload your latest English degree.</p>
          <label>
            OET
            <input name="test-english" type="checkbox" value="oet">
          </label>
        </div>


      <div class="preview"></div>
        <div class="input-container">
      <div class="input-container">
          <label>
        <input type="file" name="degree-document"/>
            Other
      </div>
            <input name="test-english-text" type="text" value="">
    </div>
          </label>
        </div>


    <div class="radio-container">
      <p>
        Do you have any experience in English translation as the target language?
        <span class="required">*</span>
      </p>
      <div class="input-container">
        <label>
          Yes
          <input name="have-experience" type="radio" value="1">
        </label>
       </div>
       </div>


       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           No
           What was your score?
           <input name="have-experience" type="radio" value="0">
           <input name="test-english-score" type="text">
         </label>
         </label>
       </div>
       </div>
    </div>


  </div>
      <div class="radio-container">
        <p>
          Do you have any experience in English translation as the source language?
          <span class="required">*</span>
        </p>


  <hr/>
        <div class="input-container">
          <label>
            Yes
            <input name="have-experience" type="radio" value="1">
          </label>
        </div>


  <div class="form-section">
        <div class="input-container">
    <p>This section is about the target language which could be any language. Please answer these questions
          <label>
       carefully.</p>
            No
            <input name="have-experience" type="radio" value="0">
          </label>
        </div>
       </div>


    <div class="input-container">
      <label>
        Please specify the target language.
        <span class="required">*</span>
        <input name="target-lang" type="text">
      </label>
     </div>
     </div>


     <div class="radio-container">
     <hr/>
      <p>
        Is the target language your mother tongue language?
        <span class="required">*</span>
      </p>


      <div class="input-container">
    <div class="form-section">
        <label>
      <p>This section is about the target language which could be any language. Please answer these questions
          Yes
         carefully.</p>
          <input name="target-mother-tongue" type="radio" value="1">
         </label>
      </div>


       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           No
           Please specify the target language.
           <input name="target-mother-tongue" type="radio" value="0">
          <span class="required">*</span>
           <input name="target-lang" type="text">
         </label>
         </label>
       </div>
       </div>
    </div>


    <div class="radio-container">
      <div class="radio-container">
      <p>
        <p>
        Have you ever tested your language proficiency by any standard test?
          Is the target language your mother tongue language?
        <span class="required">*</span>
          <span class="required">*</span>
      </p>
        </p>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          Yes
            Yes
          <input name="target-tested" type="radio" value="1">
            <input name="target-mother-tongue" type="radio" value="1">
        </label>
          </label>
      </div>
        </div>


      <div class="input-container">
        <div class="input-container">
        <label>
          <label>
          No
            No
          <input name="target-tested" type="radio" value="0">
            <input name="target-mother-tongue" type="radio" value="0">
         </label>
          </label>
         </div>
       </div>
       </div>
    </div>


    <div class="input-container">
      <div class="radio-container">
      <label>
        <p>
        What was the test?
          Have you ever tested your language proficiency by any standard test?
        <span class="required">*</span>
          <span class="required">*</span>
         <input name="target-test" type="text">
         </p>
      </label>
    </div>


    <div class="input-container">
        <div class="input-container">
      <label>
          <label>
        What was your degree?
            Yes
        <span class="required">*</span>
            <input name="target-tested" type="radio" value="1">
        <input name="target-degree" type="text">
          </label>
      </label>
        </div>
    </div>


    <div class="radio-container">
        <div class="input-container">
      <p>
          <label>
        Do you have any experience in translating from English to this language?
            No
        <span class="required">*</span>
            <input name="target-tested" type="radio" value="0">
       </p>
          </label>
        </div>
       </div>


       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           Yes
           What was the test?
           <input name="target-translate-experience" type="radio" value="1">
          <span class="required">*</span>
           <input name="target-test" type="text">
         </label>
         </label>
       </div>
       </div>
Line 371: Line 378:
       <div class="input-container">
       <div class="input-container">
         <label>
         <label>
           No
           What was your degree?
           <input name="target-translate-experience" type="radio" value="0">
          <span class="required">*</span>
           <input name="target-degree" type="text">
         </label>
         </label>
       </div>
       </div>
    </div>


    <div class="upload-container">
      <div class="radio-container">
      <p>If so please provide us with an example</p>
        <p>
          Do you have any experience in translating from English to this language?
          <span class="required">*</span>
        </p>
 
        <div class="input-container">
          <label>
            Yes
            <input name="target-translate-experience" type="radio" value="1">
          </label>
        </div>
 
        <div class="input-container">
          <label>
            No
            <input name="target-translate-experience" type="radio" value="0">
          </label>
        </div>
      </div>
 
      <div class="upload-container">
        <p>If so please provide us with an example</p>


      <div class="preview"></div>
        <div class="preview"></div>
      <div class="input-container">
        <div class="input-container">
        <input type="file" name="target-translate-example"/>
          <input type="file" name="target-translate-example"/>
          <input type="hidden" name="target-translate-example-name"/>
        </div>
       </div>
       </div>
    </div>




    <div class="textarea-container">
      <div class="textarea-container">
      <label>
        <label>
        In this section we ask you to translate a short paragraph in the target language of your choosing. This
          In this section we ask you to translate a short paragraph in the target language of your choosing. This
        paragraph is taken from an article in the Encyclopædia Britannica called Al-Husayn ibn Ali. Please upload your
          paragraph is taken from an article in the Encyclopædia Britannica called Al-Husayn ibn Ali.
        final file here:
          <span class="required">*</span>
        <span class="required">*</span>
          <br/>
        <br/>
          <div style="width: 49%; float:left">
        <div style="width: 49%; float:left">
           <textarea readonly cols="80%" rows="20" style="max-width: 100%;">
           <textarea readonly cols="80%" rows="20" style="max-width: 100%;">
Al-Ḥusayn ibn ʿAlī, (born January 626, Medina, Arabia [now in Saudi Arabia]—died October 10, 680, Karbalāʾ, Iraq), Shīʿite Muslim hero, grandson of the Prophet Muhammad, and son of ʿAlī (the fourth Islamic caliph) and Fāṭimah, daughter of Muhammad. He is revered by Shīʿite Muslims as the third imam (after ʿAlī and Ḥusayn’s older brother, Ḥasan).
Al-Ḥusayn ibn ʿAlī, (born January 626, Medina, Arabia [now in Saudi Arabia]—died October 10, 680, Karbalāʾ, Iraq), Shīʿite Muslim hero, grandson of the Prophet Muhammad, and son of ʿAlī (the fourth Islamic caliph) and Fāṭimah, daughter of Muhammad. He is revered by Shīʿite Muslims as the third imam (after ʿAlī and Ḥusayn’s older brother, Ḥasan).
Line 400: Line 428:
In remembrance of the martyrdom of Ḥusayn, Shīʿite Muslims observe the first 10 days of Muḥarram (the date of the battle according to the Islamic calendar) as days of lamentation. Revenge for Ḥusayn’s death was turned into a rallying cry that helped undermine the Umayyad caliphate and gave impetus to the rise of a powerful Shīʿite movement.
In remembrance of the martyrdom of Ḥusayn, Shīʿite Muslims observe the first 10 days of Muḥarram (the date of the battle according to the Islamic calendar) as days of lamentation. Revenge for Ḥusayn’s death was turned into a rallying cry that helped undermine the Umayyad caliphate and gave impetus to the rise of a powerful Shīʿite movement.
           </textarea>
           </textarea>
        </div>
          </div>
        <div style="width: 49%; float:left">
          <div style="width: 49%; float:left">
          <textarea cols="80%" rows="20" name="translated-text" style="max-width: 100%;" placeholder=""></textarea>
            <textarea cols="80%" rows="20" name="translated-text" style="max-width: 100%;" placeholder=""></textarea>
        </div>
          </div>
        <div style="clear: both">
          <div style="clear: both">
 
          </div>
        </label>
      </div>


        </div>
      </label>
     </div>
     </div>


  </div>
    <p>Thank you sincerely for your support</p>
 
    <div class="submit-button-container">
      <button type="submit" class="btn btn-submit submit-button" style="display: none;">Submit</button>
    </div>


  <p>Thank you sincerely for your support</p>


  <div class="submit-button-container">
    <button type="submit" class="btn btn-submit submit-button" style="display: none;">Submit</button>
   </div>
   </div>
</div>
</div>




</html>
</html>

Navigation menu