Simon Studio Computational Design Portfolio
A Svelte-based portfolio featuring a vertical project list with large rounded-pill interactive labels and smooth scroll-triggered project transitions.
Overview
This Svelte-based portfolio for a computational design studio features a highly tactile, experimental interface centered around large, vertically-scrolling interactive "pills." It is an excellent reference for builders looking to implement non-traditional navigation patterns where the UI elements themselves serve as the primary focus and canvas for project transitions.
Design System
- Color Palette & Visual Hierarchy: The design uses a sophisticated, muted palette involving earthy ochre (
#c68c5b), soft off-whites (#f0e9e8), and stark black text. Hierarchy is driven by scale and motion rather than nested containers, with the interactive labels filling nearly the entire viewport width. - Typography: Features a clean, geometric sans-serif (resembling Inter or similar) for the project titles. Project indices and years use smaller, secondary scales, while the header uses a serif typeface for high-contrast branding at the top ("Simon.com", "About Words").
- Page Structure: The layout consists of a fixed top navigation bar with three distinct zones. Below this, a series of project sections (
.list-item) are indexed. The primary interaction layer is a scroll-controlled stack of labels (.index-labels) that transform and translate in 3D space (translate3d) as the user scrolls through the correspondingshadow-listof project data. - Reusable Components:
- The "Pill" Label: Large, rounded-end containers (
.label-wrap) with dynamic background colors (--cbg) and 3D rotation properties (--rotY,--rotX). - The Shadow List: A functional but hidden scrolling mechanism (
.shadow-list) used to sync scroll position with the visual foreground elements. - Minimalist Header: A tripartite header (Left: Logo, Center: Description, Right: Links) providing a stable anchor to the fluid page content.
- The "Pill" Label: Large, rounded-end containers (
- Interaction & Motion: The site utilizes scroll-triggered animations where labels stick and stack. Each pill tracks subtle mouse movement via CSS variables (
--rotX,--rotY), creating a 3D tilting effect. The large project titles fade and slide based on their active index. - Implementation Clues: Built with SvelteKit (indicated by
sveltekit:prefetchand class naming conventions). It uses CSS custom properties to drive complex 3D transforms directly from the component state.
Use Cases
- High-End Creative Portfolios: Designers or studios who want their site to feel like a custom-coded installation rather than a standard template.
- Brand Launch Pages: Products with a limited but high-impact feature set can use the large pill labels to narrate a story through scrolling.
- Remix Directions:
- Style Swap: Keep the Svelte scroll logic but replace the round-capped pills with sharp rectangular blocks or fluid organic shapes.
- IA Adaptation: Use the 3D-tilting pill component as a specialized navigation menu for a gallery rather than the full-page structure.
- Interaction Simplification: Clone the visual stacking effect but remove the 3D mouse-tracking to improve performance on lower-end devices.
- Suggested Clone Scope: A full-page clone is recommended to capture the synchronized scroll-to-index logic between the foreground labels and the background project list.
Related Inspirations
DNCO Agency Portfolio Case Studies
A high-impact portfolio featuring an animated full-screen hero video, a multi-category filtering menu, and a clean grid of project tiles with hover-state transitions.
ALET Agency Creative Portfolio Hero
A minimalist immersive landing page featuring a full-viewport mouse-parallax image grid, centered typography, and large-scale decorative characters in the viewport corners.
Mostlikely Architecture Portfolio Site
A minimalist portfolio layout featuring a multi-layered cube interaction, vertical image scrolling with lazy-loading, and a grid-based screensaver view for design and research projects.
Duties Studio Agency Landing Page
A high-impact agency template featuring bold typography, a minimal technical footer, and a clean grid layout for visual case studies.
NCDA Architecture Studio Portfolio Template
A minimalist design featuring a bold typography splash screen, real-time dual-city clocks, and a discipline-based vertical scroll layout with hover-triggered overlays.
True Staging Immersive Hero Portfolio
An interactive WebGL landing page featuring large serif typography, custom CSS3D button animations, and a smooth asynchronous page transition system.