File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 < h3 class ="card-header "> {{ post.name }}</ h3 >
99 <!--<img class="card-img-top" data-src="..." alt="Card image cap">-->
1010 < div class ="card-block ">
11- <!--<h4 class="card-title"></h4>-- >
12- < p class ="card-text " > {{ post.description }} </ p >
13- </ div >
14- <!--<ul class="list-group list-group-flush">-- >
15- <!--<li class="list-group-item">Cras justo odio</li>-->
16- <!--<li class="list-group-item">Dapibus ac facilisis in</li>-- >
17- <!--<li class="list-group-item">Vestibulum at eros</li>-- >
18- <!--</ul>-- >
19- < div class ="card-block " >
20- < a href =" {{ post.github_url }} " class =" card-link " target =" _blank " >
21- < i class =" fa fa-github " aria-hidden =" true " > </ i > GitHub
22- </ a >
23- < a href =" {{ post.presentation_url }} " class =" card-link " target =" _blank " >
24- < i class =" fa fa-line-chart " aria-hidden =" true " > </ i > Presentation
25- </ a >
11+ < div class ="row " >
12+ < div class ="col-sm-4 " >
13+ < img src =" https://cloud.githubusercontent.com/assets/624760/17083561/17052826-519d-11e6-9114-ab53b3d7724e.jpeg " alt =" youtube placeholder " width =" 300px " / >
14+ </ div >
15+
16+ < div class ="col-sm-8 " >
17+ < p class ="card-text " > {{ post.description }} </ p >
18+ < a href =" {{ post.github_url }} " class =" card-link " target =" _blank " >
19+ < i class ="fa fa-github " aria-hidden =" true " > </ i > GitHub
20+ </ a >
21+ < a href =" {{ post.presentation_url }} " class =" card-link " target =" _blank " >
22+ < i class =" fa fa-line-chart " aria-hidden =" true " > </ i > Presentation
23+ </ a >
24+ </ div >
25+ </ div >
2626 </ div >
2727 < div class ="card-footer text-muted ">
2828 {{ post.display_date }}
You can’t perform that action at this time.
0 commit comments