Skip to content

Instantly share code, notes, and snippets.

@ashour
Last active June 27, 2019 15:03
Show Gist options
  • Save ashour/d1e4161c6f08dcb53b23042f612f0830 to your computer and use it in GitHub Desktop.
Save ashour/d1e4161c6f08dcb53b23042f612f0830 to your computer and use it in GitHub Desktop.
<div class="container mt-4 mb-2" style="max-width: 600px">
<h2>Human Feed</h2>
<p class="lead">This is a demo of human-friendly dates <!-- ... --></p>
<div class="mx-auto text-center">
<p class="lead mb-1">View in</p>
<div class="btn-group mb-2" id="localeControls">
<button
id="localeControl-en"
class="btn btn-sm btn-secondary active"
>
English
</button>
<button
id="localeControl-ar"
class="btn btn-sm btn-secondary"
>
عربي
</button>
</div>
</div>
<h3 id="feedHeader">What's New</h3>
<ul class="list-group pr-0" id="feed">
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment