[ LOADING ]

001

Renz Ward

design + dev ( coming soon )

brief:

An experimental website to explore minimal design, interactions, and AI-generated architecture.

recognition

honorable mention : cssda

002

PRJCT—Archi

design + dev / personal

brief:

An experimental website to explore minimal design, interactions, and AI-generated architecture.

recognition

honorable mention : cssda

003

Polestar

WEB DESIGN / concept

brief:

to create a bespoke web experience while aligning with their core visual identity  

.lab-cta { position: relative; } .lab-cta::after { content: ''; position: absolute; width: 100%; height: .5px; bottom: 1px; /* Adjust this value to position the line */ right: 0; background-color: var(--white); transform: scaleX(0); transform-origin: right; transition: transform .8s cubic-bezier(0.04, 0.72, 0.165, 1); } .lab-cta:hover::after { transform: scaleX(1); transform-origin: left; }
;