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

<footer class ="bg-gray-100 border-t">
    <div class="mx-auto p-6 max-w-md text-gray-800">

        <p class="mb-2 text-sm">

            <a href="mailto:<?php echo mb_encode_numericentity('edwinmattiacci@yahoo.com', array(0x000000, 0x10ffff, 0, 0xffffff), 'UTF-8'); ?>" class="underline">
                Email</a>

            <span>|</span>

            <a href="https://www.youtube.com/c/EdwinMattiacci" class="underline">
                YouTube</a>

            <span>|</span>

            <a href="https://soundcloud.com/user-825887030" class="underline">
                SoundCloud</a>

            <span>|</span>

            <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=PCZWCVXR9DJTW" class="underline">
                PayPal</a>

            <span>|</span>

            <a href="https://admin.gear.mycelium.com/gateways/2031/orders/new" class="underline">
                Bitcoin</a>

        </p>

        <p>&copy; Copyright <?php echo date('Y');?>. Edwin Mattiacci Voiceover</p>

</div>
</footer>

</div>
</div>

<a href="/" class="hover:bg-gray-300 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>