Created
January 16, 2018 15:49
-
-
Save chrisvasey/fa2a34421aa4bf17a629e4ce3e937e40 to your computer and use it in GitHub Desktop.
Example of the thing we are talking about
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"> | |
<!-- Your image here --> | |
<div class="col-md-12"> | |
<img src="path/to/img" alt="Picture of Liam" class="img-responsive"> | |
</div> | |
<!-- The three columns here --> | |
<div class="col-md-4 col-xs-12"> | |
<span>Age: </span> 99 | |
</div> | |
<div class="col-md-4 col-xs-12"> | |
<span>Location: </span> Leeds | |
</div> | |
<div class="col-md-4 col-xs-12"> | |
<span>Job Title: </span> Director | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment