35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<div style="height: 100px;"></div>
|
|
<footer class="footer">
|
|
<div class="footer-container">
|
|
|
|
<div class="footer-section">
|
|
<h3 class="footer-title">Alamat kami:</h3>
|
|
<p class="footer-text">
|
|
Jl. Mastrip, Krajan Timur, Sumbersari, Kec. Sumbersari, Kabupaten Jember, Jawa Timur 68121
|
|
</p>
|
|
</div>
|
|
<div class="footer-section">
|
|
<h3 class="footer-title">Hubungi :</h3>
|
|
<p class="footer-text">
|
|
<strong>Email:</strong>
|
|
<a href="https://mail.google.com/mail/?view=cm&fs=1&to=politeknik@polije.ac.id"
|
|
target="_blank">politeknik@polije.ac.id</a>
|
|
|
|
</p>
|
|
<p class="footer-text">
|
|
<strong>WhatsApp:</strong>
|
|
<a href="https://wa.me/62331333533" target="_blank">+62 331 333533</a>
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="footer-bottom">
|
|
<p>© 2025 PILMAPRES POLIJE | All rights reserved.</p>
|
|
</div>
|
|
|
|
<button class="scroll-top" onclick="scrollToTop()">
|
|
<i class="fas fa-arrow-up"></i>
|
|
</button>
|
|
</footer>
|