-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
78 lines (68 loc) · 3.63 KB
/
footer.php
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?php
echo
'<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-contact">
<h3>Υπουργείο Εργασίας & Κοινωνικών Υποθέσεων</h3>
<p>
Σταδίου 29<br>
Αθήνα, 10559<br>
Ελλάδα <br><br>
<strong>Τηλέφωνο:</strong> +30 213 151 6649<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Εργασία και Ασφάλιση</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Σύνταξη</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Ανεργία</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Απασχόληση στο Δημόσιο</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">ΑΜΕΑ</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Ελεύθεροι Επαγγελματίες</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Υπηρεσίες</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Επικοινώνια</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Ψηφιακή γραμμετεία</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Δελτία τύπου</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">ΦΕΚ</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Ευρωπαϊκή Ένωση</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Κοινωνική Ευρώπη</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Εργασία στην Ε.Ε.</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Νέα και Εκδηλώσεις</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Εποχιακή Εργασία</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="coming_soon.php">Επιχορηγήσεις</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="mr-md-auto text-center text-md-left">
<div class="copyright">
© Copyright <strong><span>Υπουργείο Εργασίας & Κοινωνικών Υποθέσεων</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/company-free-html-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://twitter.com/labourgovgr?lang=el" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/labourgovgr/" class="facebook"><i class="bx bxl-facebook"></i></a>
</div>
</div>
</footer>';
?>