Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brianleejackson/dfe3990e3c65ae73dbd50b0b7228a7a0 to your computer and use it in GitHub Desktop.
Save brianleejackson/dfe3990e3c65ae73dbd50b0b7228a7a0 to your computer and use it in GitHub Desktop.
GeneratePress author sidebar widget box as seen here: https://woorkup.com/
<center><img src="https://domain.com/bio-pic.png" class="no-lazy" width="175" height="175" alt=""></center>
<div style="background:#FAF3D4; color: #5d5b54; margin: 15px 0; padding: 1em 1em; border-width: 0 0 0 12px;"><strong style="font-size:19px;">Hi there, I'm {name}. <a href="https://twitter.com/username" target="_blank" style="border-bottom:0px; color:#504e48;" rel="noopener noreferrer"><i class="fa fa-twitter fa-2x;" aria-hidden="true"></i></a></strong><br
/><span style="line-height:23px;font-size:18px;">Write something about you. <strong><a style="color:#504e48; border-bottom: 2px solid rgba(80, 78, 72, 0.2);" href="https://domain.com/about/">Read more</a></strong></span></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment