Last active
January 27, 2016 15:36
-
-
Save bendavis78/49e4d4289bf262e0f7b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="card blue-grey darken-1"> | |
<div class="card-content white-text"> | |
<img src="http://url/to/profile-image.png" width="64" height="64"> | |
<!-- put one paragraph here --> | |
</div> | |
<div class="card-action"> | |
<a href="http://www.linkedin.com/in/frodobaggins">Linked In</a> | |
<a href="http://www.facebook.com/frodobaggins">Facebook</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment