aboutsummaryrefslogtreecommitdiff
path: root/views/partials/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/footer.php')
-rw-r--r--views/partials/footer.php50
1 files changed, 0 insertions, 50 deletions
diff --git a/views/partials/footer.php b/views/partials/footer.php
deleted file mode 100644
index 192a18a..0000000
--- a/views/partials/footer.php
+++ /dev/null
@@ -1,50 +0,0 @@
-</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>