Created
May 18, 2016 11:33
-
-
Save JonasEriksson/99b02b73c0b9a100b7688d9dc5c7e905 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
| <cfoutput> | |
| <!-- start about me section --> | |
| <div class="container-fluid"> | |
| <section class="section-main" id="aboutme"> | |
| <div class="row"> | |
| <!-- start left column with large round image based on square image input --> | |
| <div class="col-sm-5"> | |
| <img src="#$.siteConfig('themeAssetPath')#/images/about-me/my_pic.jpg" class="img-responsive img-circle"> | |
| </div> <!--- /. col-sm-5 ---> | |
| <!-- /. end left column --> | |
| <!-- middle small spacer column --> | |
| <div class="col-sm-1"> </div><!--- /. col-sm-1 ---> | |
| <!-- /. end middle column --> | |
| <!-- start right column with about me text from editable component --> | |
| <div class="col-sm-6"> | |
| <h3 class="text-center about-me-headline-colour">About me</h3> | |
| #$.component('body')# | |
| </div> <!--- /. col-sm-6 ---> | |
| <!-- /. end right column --> | |
| </div> <!--- /. row ---> | |
| </section> | |
| </div> | |
| <!-- end about me section --> | |
| </cfoutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment