Notes
Notes - notes.io |
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon.ico">
<title>Fomulário de solicitação</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png" />
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/material-bootstrap-wizard.css" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="assets/css/demo.css" rel="stylesheet" />
</head>
<body>
<div class="image-container set-full-height" style="background-image: url('assets/img/wizard-profile.jpg')">
<!-- Creative Tim Branding -->
<a href="http://www.educorp.unicamp.br">
<div class="logo-container">
<div class="logo">
<img src="assets/img/new_logo.png">
</div>
<div class="brand">
Educorp
</div>
</div>
</a>
<!-- Made With Material Kit -->
<a href="http://www.educorp.unicamp.br" class="made-with-mk">
<div class="brand">JE</div>
<div class="made-with">Feito por <strong>Educorp DEV</strong></div>
</a>
<!-- Big container -->
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<!-- Wizard container -->
<div class="wizard-container">
<div class="card wizard-card" data-color="green" id="wizardProfile">
<form action="" method="">
<!-- You can switch " data-color="purple" " with one of the next bright colors: "green", "orange", "red", "blue" -->
<div class="wizard-header">
<h3 class="wizard-title">
Solicitação de Apoio
</h3>
<h5>Preencha as informações para analise de sua solicitação para Curso Externo.</h5>
</div>
<div class="wizard-navigation">
<ul>
<li><a href="#about" data-toggle="tab">Dados Pessoais</a></li>
<li><a href="#account" data-toggle="tab">Curso</a></li>
<li><a href="#address" data-toggle="tab">Descrição</a></li>
</ul>
</div>
<div class="tab-content">
<div class="tab-pane" id="about">
<div class="row">
<h4 class="info-text"> Informações de Entrada (obrigatório)</h4>
<div class="col-sm-4 col-sm-offset-1">
<div class="picture-container">
<div class="picture">
<img src="assets/img/default-avatar.png" class="picture-src" id="wizardPicturePreview" title=""/>
<input type="file" id="wizard-picture">
</div>
<h6>Foto</h6>
</div>
</div>
<div class="col-sm-6">
<div class="input-group">
<span class="input-group-addon">
<i class="material-icons">face</i>
</span>
<div class="form-group label-floating">
<label class="control-label">Matricula <small>(required)</small></label>
<input name="firstname" type="text" class="form-control">
</div>
</div>
<div class="input-group">
<span class="input-group-addon">
<i class="material-icons">record_voice_over</i>
</span>
<div class="form-group label-floating">
<label class="control-label">Nome <small>(required)</small></label>
<input name="lastname" type="text" class="form-control">
</div>
</div>
</div>
<div class="col-sm-10 col-sm-offset-1">
<div class="input-group">
<span class="input-group-addon">
<i class="material-icons">email</i>
</span>
<div class="form-group label-floating">
<label class="control-label">Email <small>(required)</small></label>
<input name="email" type="email" class="form-control">
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="account">
<h4 class="info-text"> Tipo de solicitação? (checkboxes) </h4>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="col-sm-4">
<div class="choice" data-toggle="wizard-checkbox">
<input type="checkbox" name="jobb" value="Design">
<div class="icon">
<i class="fa fa-pencil"></i>
</div>
<h6>CURSO EXTERNO</h6>
</div>
</div>
<div class="col-sm-4">
<div class="choice" data-toggle="wizard-checkbox">
<input type="checkbox" name="jobb" value="Code">
<div class="icon">
<i class="fa fa-terminal"></i>
</div>
<h6>EVENTO INTERNACIONAL</h6>
</div>
</div>
<div class="col-sm-4">
<div class="choice" data-toggle="wizard-checkbox">
<input type="checkbox" name="jobb" value="Develop">
<div class="icon">
<i class="fa fa-laptop"></i>
</div>
<h6>EVENTO NACIONAL</h6>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="address">
<div class="row">
<div class="col-sm-12">
<h4 class="info-text"> Informações sobre o curso.</h4>
</div>
<div class="col-sm-7 col-sm-offset-1">
<div class="form-group label-floating">
<label class="control-label">Endereço do Curso</label>
<input type="text" class="form-control">
</div>
</div>
<div class="col-sm-3">
<div class="form-group label-floating">
<label class="control-label">Número da rua</label>
<input type="text" class="form-control">
</div>
</div>
<div class="col-sm-5 col-sm-offset-1">
<div class="form-group label-floating">
<label class="control-label">Cidade</label>
<input type="text" class="form-control">
</div>
</div>
<div class="col-sm-5">
<div class="form-group label-floating">
<label class="control-label">País</label>
<select name="country" class="form-control">
<option disabled="" selected=""></option>
<option value="Afghanistan"> Brasil </option>
<option value="Albania"> Albania </option>
<option value="Algeria"> Algeria </option>
<option value="American Samoa"> American Samoa </option>
<option value="Andorra"> Andorra </option>
<option value="Angola"> Angola </option>
<option value="Anguilla"> Anguilla </option>
<option value="Antarctica"> Antarctica </option>
<option value="...">...</option>
</select>
</div>
</div>
</div>
</div>
</div>
<div class="wizard-footer">
<div class="pull-right">
<input type='button' class='btn btn-next btn-fill btn-success btn-wd' name='next' value='Próximo' />
<input type='button' class='btn btn-finish btn-fill btn-success btn-wd' name='finish' value='FIM' />
</div>
<div class="pull-left">
<input type='button' class='btn btn-previous btn-fill btn-default btn-wd' name='previous' value='Anterior' />
</div>
<div class="clearfix"></div>
</div>
</form>
</div>
</div> <!-- wizard container -->
</div>
</div><!-- end row -->
</div> <!-- big container -->
<div class="footer">
<div class="container text-center">
Formulário <i class="fa fa-heart heart"></i> by <a href="http://www.educorp.unicamp.br">Educorp</a>.
</div>
</div>
</div>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery-2.2.4.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.bootstrap.js" type="text/javascript"></script>
<!-- Plugin for the Wizard -->
<script src="assets/js/material-bootstrap-wizard.js"></script>
<!-- More information about jquery.validate here: http://jqueryvalidation.org/ -->
<script src="assets/js/jquery.validate.min.js"></script>
</html>
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team