Skip to content

Commit

Permalink
Modify Index
Browse files Browse the repository at this point in the history
  • Loading branch information
tutstechnology committed Jul 12, 2024
1 parent 2c30e34 commit 1c759be
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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&nbsp; 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&nbsp; dos nossos canais de atendimento:</p>
</div>
</div>
<div class="row gx-4 gx-lg-5 justify-content-center mb-5">
Expand All @@ -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">&nbsp;</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-->
Expand Down Expand Up @@ -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 &copy; 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>

0 comments on commit 1c759be

Please sign in to comment.