WebisteDLH/Views/Shared/_Footer.cshtml

45 lines
3.4 KiB
Plaintext

<footer id="footer" class="mt-0 bg-secondary border-top-0">
<div class="container my-4">
<div class="row py-5">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0">
<h5 class="text-5 text-transform-none fw-semibold text-color-light mb-2">Dinas Lingkungan Hidup</h5>
<h6 class="text-4 text-transform-none fw-semibold text-color-light mb-4">Provinsi DKI Jakarta</h6>
<p class="text-4 mb-0 text-color-tertiary">Jl. Mandala V No.67, RT.1/RW.2</p>
<p class="text-4 mb-0 text-color-tertiary">Cililitan, Kramat Jati, Jakarta Timur</p>
<p class="text-4 mb-3 text-color-tertiary">Provinsi DKI Jakarta</p>
<p class="text-4 mb-0 text-color-tertiary">Phone: <a href="tel:0123456789" class="text-decoration-none text-color-quaternary fw-semibold text-color-hover-light link-hover-style-1">(021) 8092744</a></p>
<p class="text-4 mb-0 text-color-tertiary">Email: <a href="mailto:dinaslh@jakarta.go.id" class="text-color-quaternary fw-semibold text-color-hover-light link-hover-style-1">dinaslh@jakarta.go.id</a></p>
</div>
<div class="col-6 col-lg-2 mb-5 mb-lg-0">
<h5 class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Pages</h5>
<ul class="list list-icons list-icons-sm">
<li><i class="fas fa-angle-right"></i><a href="page-services.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> Our Services</a></li>
<li><i class="fas fa-angle-right"></i><a href="about-us.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> About Us</a></li>
<li><i class="fas fa-angle-right"></i><a href="contact-us.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> Contact Us</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-5 mb-lg-0">
<h5 class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Links</h5>
<ul class="list list-icons list-icons-sm">
<li><i class="fas fa-angle-right"></i><a href="page-faq.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> FAQ's</a></li>
<li><i class="fas fa-angle-right"></i><a href="sitemap.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> Sitemap</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-4">
<h5 class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Latest Tweet</h5>
<div id="tweet" class="twitter" data-plugin-tweets data-plugin-options="{'username': 'oklerthemes', 'count': 1}">
<p class="fw-semibold text-color-quaternary">Please wait...</p>
</div>
</div>
</div>
</div>
<div class="footer-copyright footer-copyright-style-2" style="background-color: #618264;">
<div class="container py-2">
<div class="row py-2">
<div class="col mb-4 mb-lg-0 fs-6">
<p class="text-center text-light">© Copyright <script>document.write(new Date().getFullYear())</script>. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>