Cover
Introduction
{% for project in projects %} {% unless project.disabled %}
{{ project.title }}
{% if project.mobileTitle %}{{ project.mobileTitle }}{% else %}{{ project.title }}{% endif %}
{% endunless %} {% endfor %}
OKFocus LLC. - Portfolio • 2016
fig.
1
OF
3
•
PG.
1
OKFocus Portfolio
2010 - 2016
© 2016 OKFocus LLC.
20 Years of Creating Stuff On The Computer.
Introduction by E.C.D., Ryder Ripps
{{ intro.mobileBody }}
Accolades –
{% for link in intro.accolades %}
{{ link.text }}
{% endfor %}
Press –
{% for link in intro.press %}
{{ link.text }}
{% endfor %}
Speaker At –
{{ intro.speakers }}
Clients –
{{ intro.clients }}
{{ intro.body }}
{% for project in projects %} {% unless project.disabled %}
{% for media in project.media %} {% if media.type == 'image' %}
{% elsif media.type == 'video' %}
{% elsif media.type == 'link' %}
{% endif %} {% endfor %} {% for media in project.mobileMedia %} {% if media.type == 'image' %}
{% endif %} {% endfor %}
YEAR
CLIENT
TITLE
NATURE OF WORK
BRIEF
{{ project.year }}
{{ project.client }}
{% if project.alternateTitle %}{{ project.alternateTitle }}{% else %}{{ project.title }}{% endif %} {% if project.link %}
{% if project.linkText %}{{ project.linkText }}{% else %}Launch Site{% endif %}
{% endif %}
{% assign categories = project.NatureOfWork | newline_to_br | split: '
' %} {% if categories.length %} {% for category in categories %}
{{ category }}
{% endfor %} {% else %}
{% endif %}
{{ project.brief }}
{% if project.press.length %}
{% for link in project.press %}{% if link.uri %}
{{ link.text }}
{% endif %}{% endfor %}
{% endif %}
{% endunless %} {% endfor %}