|
|
@ -80,21 +80,21 @@ |
|
|
|
<script src="{{ url_for('static', filename='script.js') }}"></script> |
|
|
|
<script src="{{ url_for('static', filename='script.js') }}"></script> |
|
|
|
|
|
|
|
|
|
|
|
<!-- ✅ Footer cố định dưới cùng --> |
|
|
|
<!-- ✅ Footer cố định dưới cùng --> |
|
|
|
<footer> |
|
|
|
<footer class="footer mt-auto py-3 text-white"> |
|
|
|
<div class="footer-content"> |
|
|
|
<div class="container text-center"> |
|
|
|
<p>🚀 <strong>Author:</strong> Liu Van Quyet</p> |
|
|
|
<p>🚀 <strong>Author:</strong> Liu Van Quyet</p> |
|
|
|
<p>📞 <strong>Phone:</strong> 0362795897</p> |
|
|
|
<p>📞 <strong>Phone:</strong> 0362795897</p> |
|
|
|
<p>📧 <strong>Email:</strong> |
|
|
|
<p>📧 <strong>Email:</strong> |
|
|
|
<a href="mailto:quyetlv.dev@gmail.com">quyetlv.dev@gmail.com</a> |
|
|
|
<a href="mailto:quyetlv.dev@gmail.com" class="text-white">quyetlv.dev@gmail.com</a> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div class="social-icons"> |
|
|
|
<div class="social-icons mt-2"> |
|
|
|
<a href="https://www.facebook.com" target="_blank" title="Facebook"> |
|
|
|
<a href="https://www.facebook.com" target="_blank" title="Facebook" class="text-white me-3"> |
|
|
|
<i class="bi bi-facebook"></i> |
|
|
|
<i class="bi bi-facebook"></i> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<a href="https://www.linkedin.com" target="_blank" title="LinkedIn"> |
|
|
|
<a href="https://www.linkedin.com" target="_blank" title="LinkedIn" class="text-white me-3"> |
|
|
|
<i class="bi bi-linkedin"></i> |
|
|
|
<i class="bi bi-linkedin"></i> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<a href="https://github.com" target="_blank" title="GitHub"> |
|
|
|
<a href="https://github.com" target="_blank" title="GitHub" class="text-white"> |
|
|
|
<i class="bi bi-github"></i> |
|
|
|
<i class="bi bi-github"></i> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -102,6 +102,7 @@ |
|
|
|
</footer> |
|
|
|
</footer> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
</body> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|