-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
executable file
·38 lines (37 loc) · 1.75 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>Στοιχεία Επικοινωνίας</h4>
<ul>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="Email.php">Αποστολή e-mail</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Μενού</h4>
<ul>
<li><a href="HomePage.php">Αρχική</a></li>
<li><a href="Sport.php">Άθληση</a></li>
<li><a href="Diet.php">Διατροφή</a></li>
<li><a href="Calculators.php">Μετρητές υγείας</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Υπηρεσίες</h4>
<ul>
<li><a href="Register.php">Εγγραφείτε</a></li>
<li><a href="Login.php">Συνδεθείτε</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Ακολουθήστε μας</h4>
<div class="social-links">
<a href="https://www.facebook.com/HealthyLivingAuTHGR" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/au_thgr" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</div>
<i id="To_Top" class="fas fa-chevron-up"></i>
</footer>