Open ElGautinho opened 3 months ago
What are your best skills?
<div class="form-group"> <p>Would you like to learn new things?</p> <label> <input name="user-recommend" value="definitely" type="radio" class="input-radio" checked />Definitely</label> <label> <input name="user-recommend" value="maybe" type="radio" class="input-radio" />Maybe</label> <label><input name="user-recommend" value="not-sure" type="radio" class="input-radio" />Not sure</label> </div> <div class="form-group"> <p>What is your favorite programme</p> <select id="most-like" name="mostLike" class="form-control" required> <option disabled selected value>Select your tool</option> <option value="challenges">Ligthroom</option> <option value="projects">Photoshop</option> <option value="community">PremierPro</option> <option value="openSource">Vmix</option> <option value="Other">Other</option> </select> </div> <div class="form-group"> <p> What task would you like to be assigned to? <span class="clue">(Check all that apply)</span> </p> <label ><input name="prefer" value="front-end-projects" type="checkbox" class="input-checkbox" />Photograph</label > <label> <input name="prefer" value="back-end-projects" type="checkbox" class="input-checkbox" />Camera-man</label > <label ><input name="prefer" value="open-source-community" type="checkbox" class="input-checkbox" />Graphic Designer</label > <label ><input name="prefer" value="gitter-help-rooms" type="checkbox" class="input-checkbox" />Content creator</label > <label ><input name="prefer" value="videos" type="checkbox" class="input-checkbox" />Sound Master</label > <label ><input name="prefer" value="city-meetups" type="checkbox" class="input-checkbox" />Web manager</label > <label ><input name="prefer" value="wiki" type="checkbox" class="input-checkbox" />Projecter man</label > <label ><input name="prefer" value="forum" type="checkbox" class="input-checkbox" />Social media manager</label > </div> <div class="form-group"> <p>Put your comments or suggestions?</p> <textarea id="comments" class="input-textarea" name="comment" placeholder="Enter your comment here..." ></textarea> </div> <div class="form-group"> <button type="submit" id="submit" class="submit-button"> DONE </button> </div> </form> </div> </body>
What are your best skills?