Skip to content

Commit

Permalink
Merge branch 'bettin-post-markdown'
Browse files Browse the repository at this point in the history
  • Loading branch information
swcool committed Apr 12, 2015
2 parents 4895843 + a63213f commit 722aa9e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20 deletions.
4 changes: 2 additions & 2 deletions _includes/services.html → _includes/page_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">{{ post.title }}</h2>
{{ post.description }}
<div class="lead">{{ post.content }}</div>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/services/{{ post.img }}" alt="">
Expand All @@ -35,7 +35,7 @@ <h2 class="section-heading">{{ post.title }}</h2>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">{{ post.title }}</h2>
{{ post.description }}
<div class="lead">{{ post.content }}</div>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/services/{{ post.img }}" alt="">
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<body>
{% include header.html %}
{% include about.html %}
{% include services.html %}
{% include page_content.html %}
{% include contact.html %}
{% include footer.html %}
{% include js.html %}
</body>
</html>
</html>
6 changes: 1 addition & 5 deletions _posts/2014-09-21-services-1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ img: ipad.png
category: Services
title: Death to the Stock Photo:<br>Special Thanks
description: |
<p class="lead">A special thanks to <a target="_blank"
href="http://join.deathtothestockphoto.com/">Death to the Stock
Photo</a> for providing the photographs that you see in this template.
Visit their website to become a member!</p>
---
A special thanks to [Death to the Stock Photo](http://join.deathtothestockphoto.com/) for providing the photographs that you see in this template. Visit their website to become a member!
9 changes: 3 additions & 6 deletions _posts/2014-09-22-services-2.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ img: dog.png
category: Services
title: 3D Device Mockups<br>by PSDCovers
description: |
<p class="lead">Turn your 2D designs into high quality, 3D
product shots in seconds using free Photoshop actions by <a
target="_blank" href="http://www.psdcovers.com/">PSDCovers</a>! Visit
their website to download some of their awesome, free photoshop
actions!</p>
---
Turn your 2D designs into high quality, 3D
product shots in seconds using free Photoshop actions by [PSDCovers](http://www.psdcovers.com/)! Visit
their website to download some of their awesome, free photoshop actions!
6 changes: 1 addition & 5 deletions _posts/2014-09-23-services-3.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ img: phones.png
category: Services
title: Google Web Fonts and<br>Font Awesome Icons
description: |
<p class="lead">This template features the 'Lato' font,
part of the <a target="_blank" href="http://www.google.com/fonts">Google
Web Font library</a>, as well as <a target="_blank"
href="http://fontawesome.io">icons from Font Awesome</a>.</p>
---
This template features the 'Lato' font, part of the [Google Web Font library](http://www.google.com/fonts), as well as [icons from Font Awesome](http://fontawesome.io).

0 comments on commit 722aa9e

Please sign in to comment.