Adjust example posts/projects
This commit is contained in:
parent
b6543ef41e
commit
2b45cde8a1
@ -1,30 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: a post with images
|
||||
date: 2015-05-15 21:01:00
|
||||
description: this is what included images could look like
|
||||
---
|
||||
Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Fingerstache four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch.
|
||||
|
||||
<div class="img_row">
|
||||
<img class="col three" src="{{ site.baseurl }}/assets/img/9.jpg">
|
||||
</div>
|
||||
<div class="img_row">
|
||||
<img class="col three" src="{{ site.baseurl }}/assets/img/7.jpg">
|
||||
</div>
|
||||
<div class="col three caption">
|
||||
A simple, elegant caption looks good between image rows, after each row, or doesn't have to be there at all.
|
||||
</div>
|
||||
<div class="img_row">
|
||||
<img class="col two first" src="{{ site.baseurl }}/assets/img/8.jpg">
|
||||
<img class="col one last" src="{{ site.baseurl }}/assets/img/10.jpg">
|
||||
</div>
|
||||
|
||||
Slow-carb four dollar toast Helvetica pop-up. Kale chips next level literally trust fund Pitchfork. Jean shorts Pinterest beard, farm-to-table irony craft beer swag tofu 8-bit Banksy. Quinoa forage fanny pack, pug hashtag Echo Park heirloom Schlitz tote bag artisan Neutra mumblecore 90's shabby chic raw denim.
|
||||
|
||||
|
||||
<div class="img_row">
|
||||
<img class="col one first" src="{{ site.baseurl }}/assets/img/11.jpg">
|
||||
<img class="col one" src="{{ site.baseurl }}/assets/img/12.jpg">
|
||||
<img class="col one last" src="{{ site.baseurl }}/assets/img/7.jpg">
|
||||
</div>
|
43
_posts/2015-05-15-images.md
Normal file
43
_posts/2015-05-15-images.md
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
layout: post
|
||||
title: a post with images
|
||||
date: 2015-05-15 21:01:00
|
||||
description: this is what included images could look like
|
||||
---
|
||||
Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Fingerstache four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch.
|
||||
|
||||
<div class="row mt-3">
|
||||
<div class="col-sm mt-3 mt-md-0">
|
||||
<img class="img-fluid rounded z-depth-1" src="{{ site.baseurl }}/assets/img/9.jpg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-3">
|
||||
<div class="col-sm mt-3 mt-md-0">
|
||||
<img class="img-fluid rounded z-depth-1" src="{{ site.baseurl }}/assets/img/7.jpg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="caption">
|
||||
A simple, elegant caption looks good between image rows, after each row, or doesn't have to be there at all.
|
||||
</div>
|
||||
<div class="row mt-3">
|
||||
<div class="col-sm mt-3 mt-md-0">
|
||||
<img class="img-fluid rounded z-depth-1" src="{{ site.baseurl }}/assets/img/8.jpg">
|
||||
</div>
|
||||
<div class="col-sm mt-3 mt-md-0">
|
||||
<img class="img-fluid rounded z-depth-1" src="{{ site.baseurl }}/assets/img/10.jpg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Slow-carb four dollar toast Helvetica pop-up. Kale chips next level literally trust fund Pitchfork. Jean shorts Pinterest beard, farm-to-table irony craft beer swag tofu 8-bit Banksy. Quinoa forage fanny pack, pug hashtag Echo Park heirloom Schlitz tote bag artisan Neutra mumblecore 90's shabby chic raw denim.
|
||||
|
||||
<div class="row mt-3">
|
||||
<div class="col-sm mt-3 mt-md-0">
|
||||
<img class="img-fluid rounded z-depth-1" src="{{ site.baseurl }}/assets/img/11.jpg">
|
||||
</div>
|
||||
<div class="col-sm mt-3 mt-md-0">
|
||||
<img class="img-fluid rounded z-depth-1" src="{{ site.baseurl }}/assets/img/12.jpg">
|
||||
</div>
|
||||
<div class="col-sm mt-3 mt-md-0">
|
||||
<img class="img-fluid rounded z-depth-1" src="{{ site.baseurl }}/assets/img/7.jpg">
|
||||
</div>
|
||||
</div>
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: Project 1
|
||||
title: project 1
|
||||
description: a project with a background image
|
||||
img: /assets/img/12.jpg
|
||||
importance: 1
|
||||
@ -14,7 +14,7 @@ To give your project a background in the portfolio page, just add the img tag to
|
||||
|
||||
---
|
||||
layout: page
|
||||
title: Project
|
||||
title: project
|
||||
description: a project with a background image
|
||||
img: /assets/img/12.jpg
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: Project 2
|
||||
title: project 2
|
||||
description: a project with a background image
|
||||
img: /assets/img/3.jpg
|
||||
importance: 2
|
||||
@ -14,7 +14,7 @@ To give your project a background in the portfolio page, just add the img tag to
|
||||
|
||||
---
|
||||
layout: page
|
||||
title: Project
|
||||
title: project
|
||||
description: a project with a background image
|
||||
img: /assets/img/12.jpg
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: Project 3
|
||||
title: project 3
|
||||
description: a project that redirects to another website
|
||||
img: /assets/img/7.jpg
|
||||
redirect: https://unsplash.com
|
||||
@ -15,7 +15,7 @@ To give your project a background in the portfolio page, just add the img tag to
|
||||
|
||||
---
|
||||
layout: page
|
||||
title: Project
|
||||
title: project
|
||||
description: a project with a background image
|
||||
img: /assets/img/12.jpg
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: Project 4
|
||||
title: project 4
|
||||
description: another without an image
|
||||
img:
|
||||
importance: 3
|
||||
@ -14,7 +14,7 @@ To give your project a background in the portfolio page, just add the img tag to
|
||||
|
||||
---
|
||||
layout: page
|
||||
title: Project
|
||||
title: project
|
||||
description: a project with a background image
|
||||
img: /assets/img/12.jpg
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: Project 5
|
||||
title: project 5
|
||||
description: a project with a background image
|
||||
img: /assets/img/1.jpg
|
||||
importance: 3
|
||||
@ -14,7 +14,7 @@ To give your project a background in the portfolio page, just add the img tag to
|
||||
|
||||
---
|
||||
layout: page
|
||||
title: Project
|
||||
title: project
|
||||
description: a project with a background image
|
||||
img: /assets/img/12.jpg
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: page
|
||||
title: Project 6
|
||||
title: project 6
|
||||
description: a project with no image
|
||||
img:
|
||||
importance: 4
|
||||
@ -14,7 +14,7 @@ To give your project a background in the portfolio page, just add the img tag to
|
||||
|
||||
---
|
||||
layout: page
|
||||
title: Project
|
||||
title: project
|
||||
description: a project with a background image
|
||||
img: /assets/img/12.jpg
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user