summaryrefslogtreecommitdiff
path: root/html/processed-views/content/Checkout/Footer.html
blob: 19f0813b0ee7823ef87c740def035a83b152caf6 (plain)
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
<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>