-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Crisciany Souza <[email protected]>
- Loading branch information
Showing
4 changed files
with
49 additions
and
45 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
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<main id="contact" class="hight-jobs-page mb-5"> | ||
|
||
<section id="contact_backgroud"> | ||
<div class="container" data-aos="fade-up"> | ||
|
||
<header class="section-header mb-5"> | ||
<h1 class="display-4">Fale Conosco</h1> | ||
</header> | ||
|
||
</div> | ||
</section> | ||
|
||
<section id="contact_backgroud"> | ||
<div class="container"> | ||
<div class="row justify-content-md-center"> | ||
|
||
<div class="col-lg-8 pt-5"> | ||
<h4 class="text-center mb-5">Vamos quebrar o gelo.</h4> | ||
<p class="text-center mb-5 p-3">Estamos aqui para ajudar! Se você tiver alguma dúvida, sugestão ou precisar de mais informações sobre nossos produtos e serviços, não hesite em nos contatar. </p> | ||
{{-- <h5 class="text-center">Contate-nos</h5> --}} | ||
<iframe id="form-contato" src="https://ls.librecode.coop/?r=survey/index&sid=467949&newtest=Y" style="width: 100%;height:460px;border: 0;overflow:hidden;" scrolling="no"></iframe> | ||
</div> | ||
|
||
<div class="col-lg-4 contact-us-div pt-5"> | ||
<h4 class="text-center mb-5">Contate-nos</h4> | ||
|
||
<div class="row justify-content-md-center"> | ||
<div class="col-lg-12 col-sm-6 text-center mb-5"> | ||
<a href="tel:+55(21)2042-2073"><i class="lni lni-phone contact-icon"></i></a> | ||
<p class="mt-3">+55(21)2042-2073</p> | ||
</div> | ||
<div class="col-lg-12 col-sm-6 text-center"> | ||
<a href="mailto:[email protected]"><i class="lni lni-envelope text-center contact-icon"></i></a> | ||
<p class="mt-3">[email protected]</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<p class="text-center mt-4">Agradecemos pelo seu contato e estaremos ansiosos para ajudar!</p> | ||
</div> | ||
</div> | ||
</section> | ||
</main> |
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 |
---|---|---|
@@ -1,47 +1,4 @@ | ||
@extends('_layouts.main') | ||
@section('body') | ||
<main id="main" class="hight-jobs-page mb-5"> | ||
|
||
<section id="contact_backgroud"> | ||
<div class="container" data-aos="fade-up"> | ||
|
||
<header class="section-header mb-5"> | ||
<h1 class="display-4">Fale Conosco</h1> | ||
</header> | ||
|
||
</div> | ||
</section> | ||
|
||
<section id="contact_backgroud"> | ||
<div class="container"> | ||
<div class="row justify-content-md-center"> | ||
|
||
<div class="col-lg-8 pt-5"> | ||
<h4 class="text-center mb-5">Vamos quebrar o gelo.</h4> | ||
<p class="text-center mb-5 p-3">Estamos aqui para ajudar! Se você tiver alguma dúvida, sugestão ou precisar de mais informações sobre nossos produtos e serviços, não hesite em nos contatar. </p> | ||
{{-- <h5 class="text-center">Contate-nos</h5> --}} | ||
<iframe id="form-contato" src="https://ls.librecode.coop/?r=survey/index&sid=467949&newtest=Y" style="width: 100%;height:460px;border: 0;overflow:hidden;" scrolling="no"></iframe> | ||
</div> | ||
|
||
<div class="col-lg-4 contact-us-div pt-5"> | ||
<h4 class="text-center mb-5">Contate-nos</h4> | ||
|
||
<div class="row justify-content-md-center"> | ||
<div class="col-lg-12 col-sm-6 text-center mb-5"> | ||
<a href="tel:+55(21)2042-2073"><i class="lni lni-phone contact-icon"></i></a> | ||
<p class="mt-3">+55(21)2042-2073</p> | ||
</div> | ||
<div class="col-lg-12 col-sm-6 text-center"> | ||
<a href="mailto:[email protected]"><i class="lni lni-envelope text-center contact-icon"></i></a> | ||
<p class="mt-3">[email protected]</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<p class="text-center mt-4">Agradecemos pelo seu contato e estaremos ansiosos para ajudar!</p> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
@include('_partials.contact_form') | ||
@endsection |
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 |
---|---|---|
|
@@ -155,4 +155,7 @@ | |
</div> | ||
</section><!-- #intro --> | ||
</main> | ||
|
||
@include('_partials.contact_form') | ||
|
||
@endsection |