Add social channels to footer of learn.wpcarro.dev
Per Mimi's suggestion, I think adding these channels helps customers better understand that I'm a real person.
This commit is contained in:
parent
bcc2d1e902
commit
7163b299f5
1 changed files with 5 additions and 2 deletions
|
@ -54,8 +54,11 @@
|
|||
</p>
|
||||
<p class="text-center my-8">Why delay? <em>Start today.</em></p>
|
||||
</div>
|
||||
<footer class="mb-8">
|
||||
<p class="text-center">Why delay? Start today.</p>
|
||||
<footer class="mb-8 lg:flex">
|
||||
<a class="block py-2 lg:w-1/4 text-center hover:underline" href="https://blog.wpcarro.dev">Blog</a>
|
||||
<a class="block py-2 lg:w-1/4 text-center hover:underline" href="https://linkedin.com/in/williampatrickcarroll">LinkedIn</a>
|
||||
<a class="block py-2 lg:w-1/4 text-center hover:underline" href="https://twitter.com/wpcarro">Twitter</a>
|
||||
<a class="block py-2 lg:w-1/4 text-center hover:underline" href="https://github.com/wpcarro">Github</a>
|
||||
</footer>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160226702-1">
|
||||
|
|
Loading…
Reference in a new issue