-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign-up.html
100 lines (84 loc) · 3.16 KB
/
sign-up.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!--
THEME: Escoteiro-Local
VERSION: 1.0.0
AUTHOR: Igor Gomes ETI
HOMEPAGE:
DEMO:
GITHUB: https://github.com/wizardigor/escoteiro-local
WEBSITE: https://igorgomes.eti.br
FACEBOOK:
-->
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Escoteiro-Local</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bootstrap App Landing Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Small Apps Template v1.0">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<link rel="stylesheet" href="plugins/fancybox/jquery.fancybox.min.css">
<link rel="stylesheet" href="plugins/aos/aos.css">
<link href="css/style.css" rel="stylesheet">
</head>
<body class="body-wrapper" data-spy="scroll" data-target=".privacy-nav">
<section class="user-login section">
<div class="container">
<div class="row">
<div class="col-12">
<div class="block">
<!-- imagem -->
<div class="image align-self-center">
<img class="img-fluid" src="images/logo-13gecre.png" alt="desk-image">
</div>
<div class="content text-center">
<div class="logo">
<a href="index.html"><img src="images/logo13.png" width="150" alt=""></a>
</div>
<div class="title-text">
<h3>inscreva-se para uma nova conta</h3>
</div>
<form action="#">
<!-- usuário -->
<input class="form-control main" type="text" placeholder="Seu nome" required>
<!-- email -->
<input class="form-control main" type="email" placeholder="e-Mail" required>
<!-- senha -->
<input class="form-control main" type="password" placeholder="Senha" required>
<!-- submeter -->
<button class="btn btn-main-md">Inscrever-se</button>
</form>
<div class="new-acount">
<p>Ao clicar em “Inscrever-se”, concordo com os <a href="privacy-policy.html">Termos de Condições</a></p>.
<p>Já tem uma conta? <a href="sign-in.html">ENTRAR</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of # ====-->
<!-- To Top -->
<div class="scroll-top-to">
<i class="ti-angle-up"></i>
</div>
<!-- JAVASCRIPTS -->
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/fancybox/jquery.fancybox.min.js"></script>
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<script src="plugins/aos/aos.js"></script>
<!-- google map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAgeuuDfRlweIs7D6uo4wdIHVvJ0LonQ6g"></script>
<script src="plugins/google-map/gmap.js"></script>
<script src="js/script.js"></script>
</body>
</html>