Skip to content

Commit

Permalink
move script tag below footer
Browse files Browse the repository at this point in the history
  • Loading branch information
freedompraise authored May 14, 2024
1 parent 0ce7252 commit 3fcaae9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quote.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ <h2 class="font-bold mb-4">Result:</h2>
</div>
</section>

<script src="quote.js"></script>
<footer class="container mx-auto py-8 border-t text-base border-gray-400 text-center px-3 sm:px-6 flex flex-col sm:flex-wrap text-white bg-black">

<div class="nav w-full font-mono flex flex-col lg:w-1/2 px-4 items-center justify-center">
Expand All @@ -283,10 +282,9 @@ <h2 class="font-bold mb-4">Result:</h2>
<a href="/" class="">Contact Us</a>
<a href="quote.html">
Get Quotation
</a>

</a>
</div>

<div class="socials w-full lg:w-1/2 px-4 mt-4 items-center">
<a href="https://api.whatsapp.com/send?phone=2348120691079&text=Hi.%20I%27m%20interested%20in%20getting%20____" class="mx-2">
<i class="fa fa-whatsapp text-green-300 fa-2x lg:fa-3x" aria-hidden="true"></i>
Expand All @@ -312,5 +310,7 @@ <h2 class="font-bold mb-4">Result:</h2>

</footer>

<script src="quote.js"></script>

</body>
</html>

0 comments on commit 3fcaae9

Please sign in to comment.