,----.. ,--. ,----..
/ / \ ,--/ /| ,---,. / / \ ,----.. .--.--.
/ . : ,---,': / ' ,' .' | / . : / / \ ,--, / / '.
. / ;. \: : '/ / ,---.' | . / ;. \| : : ,'_ /|| : /`. /
. ; / ` ;| ' , | | .'. ; / ` ;. | ;. / .--. | | :; | |--`
; | ; \ ; |' | / : : : ; | ; \ ; |. ; /--`,'_ /| : . || : ;_
| : | ; | '| ; ; : | |-,| : | ; | '; | ; | ' | | . . \ \ `.
. | ' ' ' :: ' \ | : ;/|. | ' ' ' :| : | | | ' | | | `----. \
' ; \; / || | ' | | .'' ; \; / |. | '___: | | : ' ; __ \ \ |
\ \ ', / ' : |. \' : ' \ \ ', / ' ; : .'| ; ' | | ' / /`--' /
; : / | | '_\.'| | | ; : / ' | '/ : | : ; ; |'--'. /
\ \ .' ' : | | : \ \ \ .' | : /' : `--' \ `--'---'
`---` ; |,' | | ,' `---` \ \ .' : , .-./
'---' `----' `---` `--`----'
MESS WITH THE BEST DIE LIKE THE REST !!!!
OKFocus, Bonafide Internet Legends © 2016
-->
OKFocus
OKFocus Portfolio
2010 - 2016

© 2016 OKFocus LLC.
20 Years of Creating Stuff On The Computer.
Introduction by E.C.D., Ryder Ripps
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 %}
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 %}
{% if meta.production %}
{% else %}
{% endif %}