Portfolio

The Collective V

The Collective V was a collaborative effort with Seven Sun and CW&T design for a Korean-based fashion branding company.

The Collective V was a website for a Korean-based fashion branding company, built through a collaborative engagement with Seven Sun and CW&T design. The project required a visually distinctive presentation for a fashion brand that relied on layered imagery, animated transitions, and gallery-driven navigation.

The back-end content management system was custom-built using CodeIgniter, a lightweight PHP MVC framework well-suited for building tailored CMS solutions that don't require the overhead of a general-purpose platform like WordPress. This gave the client's team a purpose-built interface for managing their gallery content and brand assets.

The front-end galleries and animated layer transitions were implemented using a combination of custom PHP, custom JavaScript, MooTools, and AJAX. MooTools was a JavaScript framework of the era that provided animation, DOM manipulation, and class-based OOP patterns — a common choice for building complex interactive experiences before modern JavaScript and CSS animation tools became standard.

A technically notable aspect of the project was achieving a visual result that approximated the layered, animated aesthetic of a Flash-based site without using Flash. At the time, Flash was commonly used for this type of rich interactive experience, but building the equivalent in JavaScript and CSS provided better compatibility with devices that did not support Flash plugins, including early mobile browsers. The animation and gallery behavior was produced entirely through JavaScript event handling, CSS positioning, and MooTools-driven transitions.