Last active
June 27, 2019 15:03
-
-
Save ashour/d1e4161c6f08dcb53b23042f612f0830 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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