diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-17 12:12:22 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-17 12:12:22 +0300 |
| commit | 68fc9e55e538e03f94509731ab41a0c8cf96710f (patch) | |
| tree | 3edb1e81864ac3eb35ba0fe8087ed24da1b812bf /public/processed-views/content/Checkout/Footer.html | |
| parent | 84b2da85a1b452922dadb6a609533b9945afe51d (diff) | |
| download | classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.gz classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.bz2 classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.zip | |
setup a real server environment (apache DocumentRoot=/var/www/public)
Diffstat (limited to 'public/processed-views/content/Checkout/Footer.html')
| -rw-r--r-- | public/processed-views/content/Checkout/Footer.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/public/processed-views/content/Checkout/Footer.html b/public/processed-views/content/Checkout/Footer.html new file mode 100644 index 0000000..19f0813 --- /dev/null +++ b/public/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 |
