Skip to content

Commit

Permalink
Adjust example posts/projects
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed May 17, 2020
1 parent b6543ef commit 2b45cde
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 42 deletions.
File renamed without changes.
30 changes: 0 additions & 30 deletions _posts/2015-05-15-images.markdown

This file was deleted.

43 changes: 43 additions & 0 deletions _posts/2015-05-15-images.md
Original file line number Diff line number Diff line change
@@ -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>
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions _projects/1_project.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions _projects/2_project.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions _projects/3_project.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions _projects/4_project.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: Project 4
title: project 4
description: another without an image
img:
importance: 3
Expand All @@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions _projects/5_project.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions _projects/6_project.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: Project 6
title: project 6
description: a project with no image
img:
importance: 4
Expand All @@ -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
---
Expand Down

0 comments on commit 2b45cde

Please sign in to comment.