Skip to content

Instantly share code, notes, and snippets.

@guymorita
Created July 25, 2013 20:13
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 guymorita/6083309 to your computer and use it in GitHub Desktop.
Save guymorita/6083309 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="span12 offset1">
<h1>Monumentos</h1>
<div class="row">
<div class="span9">{{> worldMap }}</div>
<div class="span2">
{{> currentUser}}
<h4>Leaderboard</h4>
{{> currentPlayers}}
</div>
</div>
</div>
</div>
<div class="row">
<div class="span12 offset1">
<div class="row">
<div class="span6">
<h2>{{> currentPlace }}</h2>
<h4 class="text-info">How to play:</h4>
<p class="text-info">- Try to click on the locations before your friends do!</p>
<p class="text-info">- You get points if you click close and you lose points if you click too far away.</p>
</div>
<div class="span3">
<h4>Score Feed</h4>
{{> latestScores }}
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment