aboutsummaryrefslogtreecommitdiff
path: root/views/partials/footer.php
blob: 04cf8db21912ca305b267e6da0ead14f7e5a8a87 (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
<hr class="bg-grey-light h-px my-6">

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

<br>

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

    <div class="inline-flex flex-wrap mb-1">
        <a href="mailto:edwinmattiacci@yahoo.com" class="w-20 bg-grey-light px-4 py-2 m-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 px-4 py-2 m-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 px-4 py-2 m-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 px-4 py-2 m-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 px-4 py-2 m-2 rounded hover:bg-blue-lighter">
            <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/icons/feathericons/globe.svg') ?>
        </a>
    </div>

</div>

</div>

</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>

<noscript>
    <style>.sm2-bar-ui { display: none; }</style>
</noscript>

</body>
</html>