Skip to content

Instantly share code, notes, and snippets.

@drblok
Last active January 31, 2017 16:19
Show Gist options
  • Save drblok/3385241ef6318ea2be6aadf6f1644ac3 to your computer and use it in GitHub Desktop.
Save drblok/3385241ef6318ea2be6aadf6f1644ac3 to your computer and use it in GitHub Desktop.
sketch-online-users
<div id="container">
<div id="total" style="display:inline-block; width:200px; text-align: center;">
<p>Total users<br />currently online</p>
<p style="font-size: 48px;">4</p>
</div>
<div id="online_users" style="display:inline-block; margin:auto;">
<ul id="users">
<li style="display:inline"><img src="https://s3.amazonaws.com/static.sketch.cloud/test/avatars/ae0f5cd5-806e-42b2-938c-232851577404.s.jpeg" /></li>
<li style="display:inline"><img src="https://s3.amazonaws.com/static.sketch.cloud/test/avatars/74a4f33e-98df-44d3-ada1-b299a559b8a1.s.jpeg" /></li>
<li style="display:inline"><img src="https://s3.amazonaws.com/static.sketch.cloud/test/avatars/06a6c676-0524-46e2-8a87-6ee60fbb1a86.s.png?" /></li>
<li style="display:inline"><img src="https://s3.amazonaws.com/static.sketch.cloud/test/avatars/06856c19-dd9c-41f9-ac6f-a1e73c3f4a0a.s.png" /></li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment