Skip to content

Instantly share code, notes, and snippets.

@crbdev
Created October 28, 2022 09:16
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 crbdev/3a5668eadbd85e25ce9bae3a089bd693 to your computer and use it in GitHub Desktop.
Save crbdev/3a5668eadbd85e25ce9bae3a089bd693 to your computer and use it in GitHub Desktop.
<div class="e-wrapper">
<p class="e-alias">
"{Alias:4}"
</p>
<p class="e-name">
{Name (First):1.3} {Name (Last):1.6}
</p>
<p class="e-position">
{Position:3}
</p>
<div class="e-socials">
<a href="{Twitch:6}"><img src="yoursite/twitch.svg"></a> <a href="{Twitter:7}"><img src="yoursite/twitter.svg"></a> <a href="{Instagram:8}"><img src="yoursite/instagram.svg"> </a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment