-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -431,7 +431,6 @@ <h3>Prego no Pão com Queijo da Serra</h3> | |
</section> | ||
|
||
<section id="contact"> | ||
<h3 class="title">Contato</h3> | ||
<div class="containercont"> | ||
<iframe | ||
class="map" | ||
|
@@ -440,25 +439,27 @@ <h3 class="title">Contato</h3> | |
loading="lazy" | ||
referrerpolicy="no-referrer-when-downgrade"> | ||
</iframe> | ||
<form> | ||
<h3>Entrar em Contato</h3> | ||
<div class="inputform"> | ||
<span><ion-icon name="person"></ion-icon></span> | ||
<input type="text" placeholder="Nome"> | ||
</div><!--inputform--> | ||
|
||
<div class="inputform"> | ||
<span><ion-icon name="paper-plane"></ion-icon></span> | ||
<input type="email" placeholder="Email"> | ||
</div><!--inputform--> | ||
|
||
<div class="inputform"> | ||
<span><ion-icon name="call"></ion-icon></span> | ||
<input type="tel" placeholder="Número"> | ||
</div><!--inputform--> | ||
|
||
<button type="submit">Enviar Pedido</button> | ||
</form> | ||
|
||
<form action="https://formsubmit.co/[email protected]" method="POST"> | ||
<h3>Entrar em Contato</h3> | ||
<div class="inputform"> | ||
<span><ion-icon name="person"></ion-icon></span> | ||
<input type="text" name="Nome" placeholder="Digite seu nome:" required> | ||
</div> | ||
<div class="inputform"> | ||
<span><ion-icon name="paper-plane"></ion-icon></span> | ||
<input type="email" name="Email" placeholder="Digite o seu email:" required> | ||
</div> | ||
<div class="inputform"> | ||
<textarea name="Escreva a sua mensagem:" id="" cols="30" rows="10" required></textarea> | ||
</div> | ||
<button class="botonform" type="submit">Enviar Mensagem</button> | ||
|
||
<input type="hidden" name="_subject" value="Novo contato!"> | ||
<input type="text" name="_honey" style="display:none"> | ||
<input type="hidden" name="_captcha" value="false"> | ||
</form> | ||
|
||
</div> | ||
</section> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters