WORKS DEMO
原宿から世界へ、独自のフィルターを通してスニーカーカルチャーを発信し続ける<KICKS LAB.>。
ブランドやアーティストとの信頼関係から生まれたコラボレーションやオリジナルアイテム、そしてKICKS LAB.ならではの視点で手掛けてきた数々の企画をアーカイブ形式で紐解きます。
{% for work in works_entries %}
{% assign category = work.category.value | downcase %}
{% assign type = work.type.value | downcase %}
{% assign year = work.year.value %}
{% assign images = work.images.value %}
{% assign image_count = images.size %}
{% if category == 'exclusive' and type == 'release' %}
{% assign article = work.link.value %}
{% if article %}
{% endif %}
{% if article %}
{% endif %}
{% if image_count > 1 %}
{% endif %}
{% endfor %}
{% for image in images %}
{% endfor %}
{% endif %}
{{ year }} RELEASE
{{ work.name.value }}
{% if article %}
→
Read more
{% endif %}
{% for work in works_entries %}
{% assign category = work.category.value | downcase %}
{% assign type = work.type.value | downcase %}
{% assign year = work.year.value %}
{% assign images = work.images.value %}
{% assign image_count = images.size %}
{% if category == 'projects' %}
{% assign article = work.link.value %}
{% if article %}
{% endif %}
{% if article %}
{% endif %}
{% if image_count > 1 %}
{% endif %}
{% endfor %}
{% for image in images %}
{% endfor %}
{% endif %}
{{ year }} {{ type | upcase }}
{{ work.name.value }}
{% if article %}
→
Read more
{% endif %}
