-
Notifications
You must be signed in to change notification settings - Fork 0
/
cadastro.html
232 lines (169 loc) · 6.02 KB
/
cadastro.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Technos</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
<style>
body{
background-color: black;
}
footer{
border-top: solid 1px grey;
}
nav{
border-bottom: solid 1px grey;
}
nav ul a, nav .brand-logo {
color: white;
}
img#fundo{
max-width:80%;
}
#fundo{
margin-top: 10px;
}
h5{
color: white;
}
input{
color: white;
}
li{
color: white;
}
</style>
</head>
<body>
<nav class="black" role="navigation">
<div class="nav-wrapper container black">
<a id="logo-container" href="index.html" class="brand-logo"><img class="logo" src="logo_technos.png"/></a>
<ul class="right hide-on-med-and-down">
<li><a href="#">Login</a></li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a href="#">Nossas Marcas</a></li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a href="#">Assistência Técnica</a></li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a href="cadastro.html">Cadastrar Garantia</a></li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="index.html">Home</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons grey-text">menu</i></a>
</div>
</nav>
<br><br>
<div class="row black">
<div class="col m6">
<!--<img id="fundo" src="fundo2.png">--> <!--width="583" height="538" orgWidth="583" orgHeight="538"-->
<img id="fundo" src="fundo2.png" border="0" usemap="#mapafundo" alt="" />
<map name="mapafundo" id="mapafundo">
<area id="fundoserie" alt="" title="" href="fundo2.png" shape="rect" coords="259,162,345,190" style="outline:none;" target="_self" />
<area id="fundoref" alt="" title="" href="fundo2.png" shape="rect" coords="229,271,367,299" style="outline:none;" target="_self" />
<area id="rect" shape="rect" coords="581,536,583,538" alt="Image Map" style="outline:none;" title="Image Map" href="fundo2.png" />
</map>
</div>
<div class="col m6 ">
<form>
<div class="row">
<div class="row">
<div class="input-field col s4">
<input id="Referencia" type="text" class="validate">
<label for="Referencia">Referencia</label>
</div>
<div class="input-field col s4">
<input id="Nserie" type="text" class="validate">
<label for="Nserie">Número de Série</label>
</div>
</div>
<div class="row center">
<div class="col s8">
<h5 class="header light">Dados da Nota Fiscal</h5>
</div>
</div>
<div class="row">
<div class="input-field col s8">
<input id="Nome_Comp" type="text" class="validate">
<label for="email">Nome Completo</label>
</div>
</div>
<div class="row">
<div class="input-field col s8">
<input id="CPF" placeholder="Digite Apenas Números" type="text" class="validate">
<label for="email">CPF</label>
</div>
</div>
<div class="row">
<div class="input-field col s8">
<input id="CPF" type="text" class="validate">
<label for="email">Endereço</label>
</div>
</div>
<div class="row">
<div class="input-field col s8">
<input id="email" type="email" class="validate">
<label for="email">Email</label>
</div>
</div>
</div>
</form>
</div>
</div>
<footer class="page-footer black">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text"><img src="logofooter.png"</h5>
<p class="grey-text text-lighten-4">A frente do seu tempo</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Utilidade</h5>
<ul>
<li><a class="white-text" href="#!">Conheça as marcas do grupo</a></li>
<li><a class="white-text" href="#!">Assistencia Técnica</a></li>
<li><a class="white-text" href="#!">Manual de Instrução</a></li>
<li><a class="white-text" href="#!">Trabalhe Conosco</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Sobre nós</h5>
<ul>
<li><a class="white-text" href="#!">Palavra do Presidente</a></li>
<li><a class="white-text" href="#!">Abrangência</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2016 Copyright <a class="white-text text-lighten-3" href="http://www.grupotechnos.com.br/">Grupo Technos</a>
</div>
</div>
</footer>
<!-- Scripts - Materialize
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
-->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="slick/slick.min.js"></script>
<!-- Scripts
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>-->
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script src="js/script.js"></script>
</body>
</html>