diff options
Diffstat (limited to 'html/processed-views/content/Checkout/Footer.html')
| -rw-r--r-- | html/processed-views/content/Checkout/Footer.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/html/processed-views/content/Checkout/Footer.html b/html/processed-views/content/Checkout/Footer.html new file mode 100644 index 0000000..19f0813 --- /dev/null +++ b/html/processed-views/content/Checkout/Footer.html @@ -0,0 +1,39 @@ +<footer class="footer footer--checkout"> + <div class="wrapper"> + <div class="footer__main"> + <p class="footer__text">Xρειάζεστε βοήθεια; Επικοινωνήστε μαζί μας στο <a href="tel:+302119900000">+30 211 + 99 00000</a> ή <a href="mailto:info@atticadps.gr">info@atticadps.gr</a></p> + </div> + <div class="footer__btm"> + <ul class="footer__copy"> + <li class="footer__copyItem"> + ©2020 + </li> + <li class="footer__copyItem"> + <img src="../Content/media/secure.png" alt=""> + </li> + </ul> + <ul class="footer__links"> + <li class="footer__linksItem"> + <a href="Checkout_Guest.html#" class="footer__linksLink"> + Όροι χρήσης + </a> + </li> + <li class="footer__linksItem"> + <a href="Checkout_Guest.html#" class="footer__linksLink"> + Πολιτική Απορρήτου + </a> + </li> + <li class="footer__linksItem"> + <a href="Checkout_Guest.html#" class="footer__linksLink"> + Cookies + </a> + </li> + </ul> + <a href="https://www.atcom.gr/" target="_blank" rel="noopener" class="footer__atcom" + aria-label="Επισκέφτείτε την ιστοσελίδα της ATCOM (ανοίγει σε νέο παράθυρο/καρτέλα)"> + <img class="lazy" data-src="/Content/Media/atcom.svg" alt="ATCOM"> + </a> + </div> + </div> +</footer>
\ No newline at end of file |
