-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuporte.html
More file actions
181 lines (151 loc) · 9 KB
/
Copy pathsuporte.html
File metadata and controls
181 lines (151 loc) · 9 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Suporte</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css ">
</head>
<body>
<nav class="site-header sticky-top py-1">
<div class="container d-flex flex-column flex-md-row justify-content-between">
<a class="py-2" href="index.html">
<svg xmlns="#" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mx-auto"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line></svg>
</a>
<a class="py-2 d-none d-md-inline-block" href="produto.html">Produto</a>
<a class="py-2 d-none d-md-inline-block" href="blog.html">Blog</a>
<a class="py-2 d-none d-md-inline-block" href="equalize.html">Modo Equalize</a>
<a class="py-2 d-none d-md-inline-block" href="suporte.html">Suporte</a>
</div>
</nav>
<div class="container">
<div class="py-5 text-center">
<h2>Formulário de Suporte</h2>
<p class="lead">Olá, deixe sua mensagem pode ser um elogio, reclamação, sugestão ou melhorias, será um prazer falar com você !</p>
</div>
<div class="col-md-8 order-md-1">
<form class="needs-validation" novalidate >
<div class="row">
<div class="col-md-6 mb-3">
<label for="primeiroNome">Nome</label>
<input type="text" class="form-control" id="primeiroNome" placeholder="" value="" required>
<div class="invalid-feedback">
É obrigatório inserir um nome válido.
</div>
</div>
<div class="col-md-6 mb-3">
<label for="sobrenome">Sobrenome</label>
<input type="text" class="form-control" id="sobrenome" placeholder="" value="" required>
<div class="invalid-feedback">
É obrigatório inserir um sobre nome válido.
</div>
</div>
</div>
<div class="mb-3">
<label for="email">E-mail</label>
<input type="email" class="form-control" id="email" placeholder="exemplo@exemplo.com">
<div class="invalid-feedback">
Por favor, insira um endereço de e-mail válido.
</div>
</div>
<div class="mb-3">
<label for="telefone">Telefone</label>
<input type="text" class="form-control" id="telefone" placeholder="xx xxxxx xxxx">
<div class="invalid-feedback">
Por favor, insira um telefone válido.
</div>
</div>
<div class="mb-3">
<label>Assunto</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="opcao1" checked>
<label class="form-check-label" for="exampleRadios1">
Elogio
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="opcao1" checked>
<label class="form-check-label" for="exampleRadios1">
Sugestão
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="opcao1" checked>
<label class="form-check-label" for="exampleRadios1">
Reclamação
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="opcao1" checked>
<label class="form-check-label" for="exampleRadios1">
Melhorias
</label>
</div>
</div>
<div class="mb-3"></div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Mensagem</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
<div class="invalid-feedback">
Insira sua mensagem.
</div>
</div>
<button class="btn btn-primary btn-lg btn-block" type="submit" onclick="funcao1()">Enviar</button>
</form>
</div>
</div>
<script>
window.watsonAssistantChatOptions = {
integrationID: "7c880779-5e0a-44bf-9776-8e9c8f47d275", // The ID of this integration.
region: "us-south", // The region your integration is hosted in.
serviceInstanceID: "f782462e-66c6-41cf-9cc5-2c523384d82a", // The ID of your service instance.
onLoad: function(instance) { instance.render(); }
};
setTimeout(function(){
const t=document.createElement('script');
t.src="https://web-chat.global.assistant.watson.appdomain.cloud/loadWatsonAssistantChat.js";
document.head.appendChild(t);
});
</script>
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<svg xmlns="#" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mb-2"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line></svg>
<small class="d-block mb-3 text-muted">© 2020, Innovation Game 2 - Equipe 9 - Desafio Canais de Vendas</small>
<div class="col-6 col-md">
<h5>Sobre</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="equipe.html">Equipe</a></li>
<li><a class="text-muted" href="https://github.com/mg-techno/hackathon-ambev-desafiocv-time9/blob/master/LICENSE">Termos</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Principal JavaScript do Bootstrap
================================================== -->
<!-- Foi colocado no final para a página carregar mais rápido -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="../../assets/js/vendor/popper.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../assets/js/vendor/holder.min.js"></script>
<script>
Holder.addTheme('thumb', {
bg: '#55595c',
fg: '#eceeef',
text: 'Thumbnail'
});
</script>
<script>
function funcao1()
{
alert("Seu formulário foi enviado !");
}
</script>
</body>
</html>