aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-29 14:10:55 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-29 14:10:55 -0400
commita911466cae89fa4235a3ee35b1c60ff0a10687e2 (patch)
tree00213f39beaac9531572c4e58e8cc908ca3f922c
parent24613cc9b19f569a2f2ca2bea94d9172958c2dc3 (diff)
downloadedwinmattiacci.com-a911466cae89fa4235a3ee35b1c60ff0a10687e2.tar.gz
edwinmattiacci.com-a911466cae89fa4235a3ee35b1c60ff0a10687e2.tar.bz2
edwinmattiacci.com-a911466cae89fa4235a3ee35b1c60ff0a10687e2.zip
views/partials/footer: Compact the footer
-rw-r--r--views/partials/footer.php58
1 files changed, 22 insertions, 36 deletions
diff --git a/views/partials/footer.php b/views/partials/footer.php
index 049fe6d..0e9c7d0 100644
--- a/views/partials/footer.php
+++ b/views/partials/footer.php
@@ -1,53 +1,39 @@
</div>
</section>
-<footer class ="bg-grey-lightest border-t">
- <section class="mx-auto p-6 max-w-sm">
+<footer class ="bg-gray-100 border-t">
+ <section class="mx-auto p-6 max-w-md text-gray-800">
- <!-- Footer Icons -->
- <div class="footer-icons">
+ <p class="mb-2 text-sm">
- <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="underline">
+ Email</a>
- <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>
+ <span>|</span>
- <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://www.youtube.com/c/EdwinMattiacci" class="underline">
+ YouTube</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>
+ <span>|</span>
- <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://soundcloud.com/user-825887030" class="underline">
+ SoundCloud</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>
+ <span>|</span>
- </div>
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PCZWCVXR9DJTW" class="underline">
+ PayPal</a>
- <p class="text-grey-darker">
- &copy; Copyright <?php echo date('Y');?>. Edwin Mattiacci Voiceover
- </p>
+ <span>|</span>
- </div>
+ <a href="https://admin.gear.mycelium.com/gateways/2031/orders/new" class="underline">
+ Bitcoin</a>
- </section>
+ </p>
+
+ <p>&copy; Copyright <?php echo date('Y');?>. Edwin Mattiacci Voiceover</p>
+
+</section>
</footer>
</div>