move logo and contact in footer
This commit is contained in:
+10
-7
@@ -1,14 +1,17 @@
|
||||
<!-- Footer -->
|
||||
<div class="footer">
|
||||
<div class="footer-columns">
|
||||
<div class="footer-column">
|
||||
<div class="footer-logo">
|
||||
<img src="img/logo.png" alt="Kaubuntu.re">
|
||||
</div>
|
||||
|
||||
<div class="footer-email"><a href="mailto:<?php echo CONTACT_EMAIL; ?>"><strong><?php echo CONTACT_EMAIL; ?></strong></a></div>
|
||||
<div class="footer-header">
|
||||
<div class="footer-logo">
|
||||
<img src="img/logo.png" alt="Kaubuntu.re">
|
||||
</div>
|
||||
|
||||
<div class="footer-contact-info">
|
||||
<div class="footer-contact">CONTACT</div>
|
||||
<div class="footer-email"><a href="mailto:<?php echo LEGAL_CONTACT_EMAIL; ?>"><?php echo LEGAL_CONTACT_EMAIL; ?></a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-columns">
|
||||
<div class="footer-column">
|
||||
<h3 class="footer-title">Catégories</h3>
|
||||
<ul class="footer-links">
|
||||
|
||||
Reference in New Issue
Block a user