aboutsummaryrefslogtreecommitdiff
path: root/views/partials/footer.php
blob: 049fe6d81d6e8d690cfc9d2d2c1344cf513c01dd (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
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
</div>
</section>

<footer class ="bg-grey-lightest border-t">
    <section class="mx-auto p-6 max-w-sm">

        <!-- Footer Icons -->
        <div class="footer-icons">

            <div class="inline-flex flex-wrap mb-1">

                <a href="mailto:<?php echo mb_encode_numericentity('edwinmattiacci@yahoo.com', array(0x000000, 0x10ffff, 0, 0xffffff), 'UTF-8'); ?>"
                class="w-20 bg-grey-light p-2 my-2 mr-2 rounded hover:bg-blue-lighter">
                    <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT']
                    . '/..' . '/public/icons/feathericons/mail.svg') ?>
                </a>

                <a href="https://www.youtube.com/c/EdwinMattiacci"
                class="w-20 bg-grey-light p-2 my-2 mr-2 rounded hover:bg-blue-lighter">
                    <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT']
                    . '/..' . '/public/icons/feathericons/youtube.svg') ?>
                </a>

                <a href="https://soundcloud.com/user-825887030"
                class="w-20 bg-grey-light p-2 my-2 mr-2 rounded hover:bg-blue-lighter">
                    <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT']
                    . '/..' . '/public/icons/feathericons/cloud.svg') ?>
                </a>

                <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PCZWCVXR9DJTW"
                class="w-20 bg-grey-light p-2 my-2 mr-2 rounded hover:bg-blue-lighter">
                    <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT']
                    . '/..' . '/public/icons/feathericons/coffee.svg') ?>
                </a>

                <a href="https://admin.gear.mycelium.com/gateways/2031/orders/new"
                class="w-20 bg-grey-light p-2 my-2 mr-2 rounded hover:bg-blue-lighter">
                    <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT']
                    . '/..' . '/public/icons/feathericons/globe.svg') ?>
                </a>

            </div>

             <p class="text-grey-darker">
                &copy; Copyright <?php echo date('Y');?>. Edwin Mattiacci Voiceover
            </p>

        </div>

    </section>
</footer>

</div>
</div>

<a href="/" class="w-24 min-h-full hidden md:block logo-container no-underline border-l"></a>

</div>

<script src="/dist/soundmanager2-nodebug-jsmin.js"></script>
<script src="/dist/bar-ui.js"></script>

</body>
</html>