-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
157 lines (126 loc) · 6.32 KB
/
contato.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/owl/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/main.css" />
<title>One Buffet</title>
</head>
<body>
<!--HEADER-->
<div id="header">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light justify-content-between">
<a class="navbar-brand" href="#navbar-brand">
<img src="assets/one buffet.svg" class="img-fluid" />
</a>
<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" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="index.html">Página Inicial</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#slider">Sobre</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#servicos">Serviços</a>
</li>
<li class="nav-item">
<a class="nav-link" href="orcamento.html">Orçamento</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contato.html">Contato</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!--//HEADER-->
<!--//CONTATO-->
<form action="https://api.staticforms.xyz/submit" method="POST" class="form">
<input type="hidden" name="accessKey" value="f407ecf6-90b7-428d-a91c-f1eb3973661e">
<input type="hidden" name="redirectTo" value="https://brendojonch.github.io/onebuffet/index.html">
<label for="exampleFormControlInput1">Nome</label>
<input type="text" class="form-control" id="exampleFormControlInput1" name="name" placeholder="joão">
</div>
<div class="form-group">
<label for="exampleFormControlInput1">Endereço de email</label>
<input type="email" class="form-control" id="exampleFormControlInput1" name="email"
placeholder="[email protected]">
</div>
<div class="form-group">
<label for="exampleFormControlSelect1">Serviço</label>
<select class="form-control" id="exampleFormControlSelect1" name="subject">
<option>CREPE FRÂNCES</option>
<option>MINI-HAMBURGUER</option>
<option>BAR</option>
</select>
</div>
<div class="form-group">
<label for="exampleFormControlSelect2">CARDAPIO</label>
<select class="form-control" id="exampleFormControlSelect2" name="subject">
<option>A</option>
<option>B</option>
<option>C</option>
</select>
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Informações sobre o seu evento</label>
<textarea class="form-control" name="message" id="exampleFormControlTextarea1" rows="3"></textarea>
<button type="submit" class="btn btn-secondary">Enviar</button>
</div>
</form>
<!--//CONTATO-->
<!--//FOOTER-->
<footer id="contato">
<div class="container">
<div class="email">
<img src="assets/paperplane.svg" />
<h2 class="title text-center">Fique por dentro das novidades</h2>
<h4 class="subtitle text-center mb-4">
Ative as notificaçoes para ficar por dentro de novidades.
</h4>
<form>
<div class="flex-md-grow-1 pr-md-3 pb-md-0 pb-3">
<label for="email" class="sr-only">Password</label>
<input type="email" class="form-control w-100" id="email_input" placeholder="seu email" />
</div>
<div class="flex-grow-1 flex-md-grow-0">
<button type="submit" class="btn btn-light button mb-3 d-md-inline d-block w-100">
cadastre-se
</button>
</div>
</form>
</div>
<div class="logo py-4">
<div class="row">
<div class="col-md-6 align-self-center text-md-left text-center">
<img src="assets/one buffet (1).svg" class="img-fluid" />
</div>
<div class="col-md-6 align-self-center text-right">
<ul>
<li>
<a href="https://wa.me/5511971724062"><img src="assets/PIN (1).svg" /></a>
</li>
<!--FOOTER-->
<!--JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/magnify/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>