Created
September 20, 2016 20:31
-
-
Save rdev5/49e3a70d003c0b2a030edb426330c21b 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"> | |
<!-- Don't need grid system here... --> | |
<div class="page-header"> | |
<h1>Request</h1> | |
</div> | |
<!-- ...or here --> | |
<div class="well well-lg"> | |
<strong>Status: Revoked</strong> | |
</div> | |
<!-- We can wait until we actually have a layout we want to make mobile-friendly using Bootstrap's grid [here] --> | |
<div class="row"> | |
<div class="col-md-6"> | |
... | |
</div> | |
<div class="col-md-6"> | |
... | |
</div> | |
</div> | |
<!-- Grid not needed here, though --> | |
<footer> | |
... | |
</footer> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment