aboutsummaryrefslogtreecommitdiff
path: root/views/partials/footer.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-16 01:32:48 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-16 01:32:48 -0500
commite6d95488be4310b8bd85854c541777bb26299658 (patch)
treea77802b60cc2c87414407170fd3528f83fe20638 /views/partials/footer.php
parent0ca13d03f3bca48f1f50119bbc6887f5c0ce43ed (diff)
downloadedwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.gz
edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.bz2
edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.zip
app: Cleanup dead files and organize hierarchy
Diffstat (limited to 'views/partials/footer.php')
-rw-r--r--views/partials/footer.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/views/partials/footer.php b/views/partials/footer.php
deleted file mode 100644
index e2f2a6b..0000000
--- a/views/partials/footer.php
+++ /dev/null
@@ -1,26 +0,0 @@
-</div>
-</section>
-
-<footer class ="bg-gray-100 border-t text-center">
- <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>
- </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>