Skip to content

Instantly share code, notes, and snippets.

@giuliandrimba
Last active July 20, 2020 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giuliandrimba/d0db225a7fadd7caed9de6f112548e3c to your computer and use it in GitHub Desktop.
Save giuliandrimba/d0db225a7fadd7caed9de6f112548e3c to your computer and use it in GitHub Desktop.
<div class="profile">
<div
class="profile-image"
style="background: url('/images/<%= person.imgSrc %>') top center no-repeat; background-size: cover;"
></div>
<div class="profile-details">
<h1 class="profile-name">
<%- person.firstname %> <%- person.lastname %>
</h1>
<h2 class="profile-tagline">
<%-person.tagline %>
</h2>
<p class="profile-bio">
<%- person.bio %>
</p>
<a
class="button button-twitter"
href="<%= person.twitter %>"
>
Follow me on Twitter
</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment