Add sample portfolio/case study
This commit is contained in:
parent
8e125b7617
commit
b2cc96622e
5 changed files with 50 additions and 0 deletions
|
@ -100,6 +100,9 @@ collections:
|
||||||
pets:
|
pets:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:collection/:categories/:path/
|
permalink: /:collection/:categories/:path/
|
||||||
|
portfolio:
|
||||||
|
output: true
|
||||||
|
permalink: /:collection/:categories/:path/
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
defaults:
|
defaults:
|
||||||
|
|
15
_pages/portfolio-archive.html
Normal file
15
_pages/portfolio-archive.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
layout: archive
|
||||||
|
title: "Portfolio"
|
||||||
|
permalink: /portfolio/
|
||||||
|
---
|
||||||
|
{% include absolute-url.liquid %}
|
||||||
|
{% include group-by-array.html collection=site.portfolio field='categories' %}
|
||||||
|
|
||||||
|
{% for category in group_names %}
|
||||||
|
{% assign posts = group_items[forloop.index0] %}
|
||||||
|
<h3>{{ category }}</h3>
|
||||||
|
{% for post in posts %}
|
||||||
|
{% include archive-list-single.html %}
|
||||||
|
{% endfor %}
|
||||||
|
{% endfor %}
|
32
_portfolio/foo-bar-website.md
Normal file
32
_portfolio/foo-bar-website.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
title: "Foo Bar Identify"
|
||||||
|
excerpt: "Foo Bar design system including logo mark, website design, and branding applications."
|
||||||
|
header:
|
||||||
|
image: foo-bar-identity.jpg
|
||||||
|
sidebar:
|
||||||
|
- title: "Role"
|
||||||
|
image: http://placehold.it/350x250
|
||||||
|
image_alt: "logo"
|
||||||
|
text: "Designer, Front-End Developer"
|
||||||
|
- title: "Responsibilities"
|
||||||
|
text: "Reuters try PR stupid commenters should isn't a business model"
|
||||||
|
gallery:
|
||||||
|
- url: unsplash-gallery-image-1.jpg
|
||||||
|
image_path: unsplash-gallery-image-1-th.jpg
|
||||||
|
alt: "placeholder image 1"
|
||||||
|
- url: unsplash-gallery-image-2.jpg
|
||||||
|
image_path: unsplash-gallery-image-2-th.jpg
|
||||||
|
alt: "placeholder image 2"
|
||||||
|
- url: unsplash-gallery-image-3.jpg
|
||||||
|
image_path: unsplash-gallery-image-3-th.jpg
|
||||||
|
alt: "placeholder image 3"
|
||||||
|
categories:
|
||||||
|
- branding
|
||||||
|
- web design
|
||||||
|
- development
|
||||||
|
---
|
||||||
|
Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman.
|
||||||
|
|
||||||
|
{% include gallery caption="This is a sample gallery to go along with this case study." %}
|
||||||
|
|
||||||
|
hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight.
|
BIN
images/foo-bar-identity.jpg
Normal file
BIN
images/foo-bar-identity.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in a new issue