-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.html
56 lines (49 loc) · 2.75 KB
/
3.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Marcas corporativas com uso de tecnologias digitais para resultados de pesquisas eficientes, Vídeos com imagens perfeitas, de qualidade e com tecnologias digitais e efeitos empolgantes, App para telefones móveis padronizados, com imagens e com tecnologia dinâmica, Software para computador pessoal com inteligência artificial, Modelagem arquitetônica com cálculo estrutural para demonstração ou avaliações de custos.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ilson Ricardo - Designer Gráfico</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css" media="screen">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap" rel="stylesheet">
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript">var submitted=false;</script>
<script type="text/javascript">
$('#gform').on('submit', function(e) {
$('#gform *').fadeOut(2000);
$('#gform').prepend('Your submission has been processed...');
});
</script>
</head>
<body id="container-imagem">
<header class="header">
</header>
<main>
<div id="lateral">
<div id="menu">
<!-- mais seções -->
</div> <!-- /#menu -->
</div> <!-- /#lateral -->
</main>
<aside>
<div class="container">
<h1>Cadastro de pedido</h1>
<form name="gform" id="gform" enctype="text/plain" action="https://docs.google.com/forms/d/e/1FAIpQLScODwyB5YY2aw7y9LyQjU4M_BOiKnDuXk8XVJg-VLRtC5ymJQ/formResponse?" target="hidden_iframe" onsubmit="submitted=true;">
<input type="text" class="form-contact-input" name="entry.1849027359" id="entry.1849027359" placeholder="Cliente" required><br>
<input type="text" class="form-contact-input" name="entry.314605492" id="entry.314605492" placeholder="Produto" required><br>
<input type="text" class="form-contact-input" name="entry.634864141" id="entry.634864141"placeholder="Cor" required><br>
<input type="text" class="form-contact-input" name="entry.1154382912" id="entry.1154382912" placeholder="Pagamento" required><br>
<input type="text" class="form-contact-input" name="entry.1346023968" id="entry.1346023968" placeholder="Observação" required><br>
<input type="text" class="form-contact-input" name="entry.1983150434" id="entry.1983150434" placeholder="Entrega" required><br>
<button type="submit" class="form-contact-button">Enviar</button>
</form>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {}"></iframe>
</div>
</aside>
<footer>
<p class= "text-footer">Procurenos em nossas redes sociais</p>
<p class= "text-footer">Direitos Legais</p>
</footer>
</body>
</html>