diff options
-rw-r--r-- | learn/static/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/learn/static/index.html b/learn/static/index.html index 1c027bcc2a91..e28869ca1854 100644 --- a/learn/static/index.html +++ b/learn/static/index.html @@ -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"> |