Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
<html lang="pt-BR">
<head>
<!-- Meta tags Obrigatórias -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<title>Cadastro</title>
</head>
<body>
<!-- INÍCIO do Menu -->
<header>
<nav class="navbar navbar-expand-xl navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class=" navbar-nav nav-fill">
<li class="nav-item">
<a class="nav-link" href="./home.html"> Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./sobre.html"> Sobre nós</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./produtos.html"> Produtos </a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contato.html"> Contato </a>
</li>
<a class="navbar-brand nav-link" href="./home.html"><img src="./assets/img/turtle.png" alt=""></a>
<li class="nav-item">
<button type="button" class="btn btn-default navbar-btn" data-toggle="modal" data-target="#login-modal">
Login </button>
</li>
<li class="nav-item"> <a class="nav-link" href="./cadastro.html"> Cadastre-se </a>
</li>
<li class="nav-item">
<a class="nav-link" href="./carrinho.html"> Carrinho </a>
</li>
</ul>
</div>
</nav>
</header>
<div class="modal fade" id="login-modal">
<div class="modal-dialog">
<div class="modal-content">
<!-- Header -->
<div class="modal-header">
<h3 class="modal-title"> Login </h3>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Body -->
<div class="modal-body">
<form action="">
<div class="form-group">
<input type="email" class="form-control" placeholder="Email">
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="Senha">
</div>
</form>
</div>
<!-- Footer -->
<div class="modal-footer">
<button class="btn btn-success btn-block"> Login </button>
</div>
</div>
</div>
</div>
<!-- FIM do Menu -->
<!-- INÍCIO do conteúdo da página -->
<div class="container mt-3">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-7 col-lg-7">
<h1 class="text-center">Cadastro</h1>
<form>
<input type="text" class="form-control mt-3" placeholder="Nome" required aria-label="nome">
<input type="text" class="form-control mt-3" placeholder="Sobrenome" required aria-label="sobrenome">
<input type="text" class="form-control mt-3" placeholder="CPF" required aria-label="cpf">
<input type="email" class="form-control mt-3" placeholder="E-mail" required aria-label="e-mail">
<input type="password" class="form-control mt-3" placeholder="Senha" required aria-label="senha">
<input type="password" class="form-control mt-3" placeholder="Confirmar senha" required
aria-label="confirmar senha">
<button class="btn btn-success form-control mt-3 ">Cadastrar</button>
</form>
</div>
<div class="d-flex justify-content-center col-xs-12 col-sm-12 col-md-5 col-lg-5" style="margin-top:20px;">
<img src="assets/img/flor.jpg" class="img-fluid" alt="Imagem responsiva">
</div>
</div>
</div>
<!-- FIM do conteúdo da página -->
<!-- INÍCIO do Footer -->
<footer class="page-footer font-small" style="background-color:#2E2E2E; margin-top:20px">
<div class="container text-center text-md-left" style="color:white">
<div class="row">
<div class="col-md-2 col-lg-2 mx-auto my-md-4 my-0 mt-4 mb-1">
<h5 class="font-weight-bold text-uppercase mb-4">Menu+</h5>
<ul class="list-unstyled">
<li>
<p>
<a href="#!">O PROJETO</a>
</p>
</li>
<li>
<p>
<a href="#!">SOBRE NÓS</a>
</p>
</li>
<li>
<p>
<a href="#!">PRODUTOS</a>
</p>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-4 col-lg-3 mx-auto my-md-4 my-0 mt-4 mb-1">
<h5 class="font-weight-bold text-uppercase mb-4">Contato</h5>
<ul class="list-unstyled">
<li>
<p>Av. Doutor Cardoso de Melo 90, São Paulo, Brasil</p>
</li>
<li>
<p>[email protected]</p>
</li>
<li>
<p>+55 0000 0000</p>
</li>
</ul>
</div>
<div class="col-md-2 col-lg-2 text-center mx-auto my-4">
<div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3656.051366938101!2d-46.67744548538281!3d-23.602490668996683!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ce50ab7feb4519%3A0x739f0ddb0439cf94!2sDigital+House+S%C3%A3o+Paulo!5e0!3m2!1spt-BR!2sbr!4v1561386759845!5m2!1spt-BR!2sbr"
width="300" height="200" frameborder="0" style="border:0" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
<div class="text-center d-block" style="background-color:#212121; color:white">© 2019 Copyright.
<p> E-COmmerce</p>
</div>
</footer>
<!-- FIM do Footer -->
<!-- JavaScript (Opcional) do Bootstrap -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous">
</script>
</body>
</html>
![]() |
Notes is a web-based application for online 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 14 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