-
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
1 parent
2c30e34
commit 1c759be
Showing
1 changed file
with
2 additions
and
18 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 |
---|---|---|
|
@@ -176,7 +176,7 @@ <h2 class="mb-4">Desculpe, nosso site ainda está em construção!</h2> | |
<div class="col-lg-8 col-xl-6 text-center"> | ||
<h2 class="mt-0">Contate-nos</h2> | ||
<hr class="divider" /> | ||
<p class="text-muted mb-5">Tem dúvidas? Precisa de um orçamento ou suporte técnico? Entre em contato através nossos canais abaixo:</p> | ||
<p class="text-muted mb-5">Tem dúvidas? Precisa de um orçamento ou suporte técnico? Entre em contato através dos nossos canais de atendimento:</p> | ||
</div> | ||
</div> | ||
<div class="row gx-4 gx-lg-5 justify-content-center mb-5"> | ||
|
@@ -190,12 +190,7 @@ <h2 class="mt-0">Contate-nos</h2> | |
<!-- to get an API token!--> | ||
<form id="contactForm" data-sb-form-api-token="API_TOKEN"> | ||
<!-- Name input--> | ||
<div class="form-floating mb-3"> | ||
<label for="name"> </label> | ||
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div> | ||
<!-- Message input--> | ||
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div> | ||
</div> | ||
|
||
<!-- Submit success message--> | ||
<!----> | ||
<!-- This is what your users will see when the form--> | ||
|
@@ -234,16 +229,5 @@ <h2 class="mt-0">Contate-nos</h2> | |
<footer class="bg-light py-5"> | ||
<div class="container px-4 px-lg-5"><div class="small text-center text-muted">Copyright © 2024 - Total Infra</div></div> | ||
</footer> | ||
<!-- Bootstrap core JS--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<!-- SimpleLightbox plugin JS--> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script> | ||
<!-- Core theme JS--> | ||
<script src="js/scripts.js"></script> | ||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> | ||
<!-- * * SB Forms JS * *--> | ||
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *--> | ||
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> | ||
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> | ||
</body> | ||
</html> |