footer.blade.php 4.42 KB
<!-- ======= Footer ======= -->
    <footer id="footer">

        <div class="footer-top">
        <div class="container">
            <div class="row">

            <div class="col-lg-3 col-md-6 footer-contact">
                <h4>Biro Hukum Pemerintah Provinsi Riau</h4>
                <p>
                    Jl. Jendral Sudirman No 460 Gedung Manara Lancang Kuning Lantai 3 <br>
                     <br>
                     Sukajadi, Pekanbaru <br>

                <strong>Phone:</strong> +62 5589 55488 55<br>
                <strong>Email:</strong> info@example.com<br>
                </p>
            </div>

            <div class="col-lg-2 col-md-6 footer-links">
                <h4>Useful Links</h4>
                <ul>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
                </ul>
            </div>

            <div class="col-lg-3 col-md-6 footer-links">
                <h4>Our Services</h4>
                <ul>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
                <li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
                </ul>
            </div>

            <div class="col-lg-4 col-md-6 footer-newsletter">
                <h4>Bergabung!!!</h4>
                <p>untuk menerima informasi terbaru</p>
                <form action="" method="post">
                <input type="email" name="email"><input type="submit" value="Subscribe">
                </form>
            </div>

            </div>
        </div>
        </div>

        <div class="container d-md-flex py-4">

        <div class="me-md-auto text-center text-md-start">
            <div class="copyright">
            &copy; Copyright <strong><span>Diskominfotik</span></strong>. All Rights Reserved
            </div>
            <div class="credits">
            <!-- All the links in the footer should remain intact. -->
            <!-- You can delete the links only if you purchased the pro version. -->
            <!-- Licensing information: https://bootstrapmade.com/license/ -->
            <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/ -->
            Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
            </div>
        </div>
        <div class="social-links text-center text-md-right pt-3 pt-md-0">
            <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
            <a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
            <a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
            <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
            <a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
        </div>
        </div>
    </footer><!-- End Footer -->

    <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>

    <!-- Vendor JS Files -->
    <script src={{asset("frontend/vendor/purecounter/purecounter_vanilla.js")}}></script>
    <script src={{asset("frontend/vendor/bootstrap/js/bootstrap.bundle.min.js")}}></script>
    <script src={{asset("frontend/vendor/glightbox/js/glightbox.min.js")}}></script>
    <script src={{asset("frontend/vendor/isotope-layout/isotope.pkgd.min.js")}}></script>
    <script src={{asset("frontend/vendor/swiper/swiper-bundle.min.js")}}></script>
    <script src={{asset("frontend/vendor/php-email-form/validate.js")}}></script>
    <script src="https://code.jquery.com/jquery-3.5.0.js"></script>
    {{-- <script src={{asset("frontend/js/jquery-3.6.1.min.js")}}></script> --}}
    <script src={{asset("frontend/js/frontend.js")}}></script>
    <!-- Template Main JS File -->
    <script src={{asset("frontend/js/main.js")}}></script>

</body>

</html>