You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A digital portfolio by nIcK โ showcasing AI-driven language apps, 3D
fashion design, woodwork, market tools, and interactive web experiences,
all built without formal design or coding credentials, powered by AI.
๐ซ LLeM & Front-Most Pinning (v2.3.0)
The portfolio has been upgraded to highlight LLeM, the first public release flagship.
Feature
Detail
Project Integration
Added LLeM (Local Large Language Model) assistant to the flagship grid.
Front-Most Pinning
app.js modified to pin LLeM to tile-j (the front-most 3D layer).
Z-Index depth fix
Synchronized z-index with translateZ to prevent background clipping.
Airplane Story
Updated project description to reflect the "Built for 30,000ft" theme.
๐ฅ Hero Collage Refinements (v2.2.0)
Feature
Detail
Hover Interaction
Restricted tiles' hover effect to non-exploded state.
Exploration UX
Removed z-index jumps when exploring exploded collage.
Accessibility
Tiles converted from div to <a> tags.
Mobile Sync
Full compatibility with Galaxy S25 and iPhone viewports.
๐ What's New in v2.2.1
๐ Security & Modernization Fixes
Comprehensive security update addressing vulnerabilities and modernizing the codebase.
Feature
Detail
Security
Fixed CVE-2026-41311 by upgrading liquidjs to 10.25.7.
Protocols
Migrated all project links to secure https.
Standards
Modernized legacy JavaScript by replacing var with let/const.
Integrity
Added Subresource Integrity (SRI) to external scripts.
Linting
Resolved markdownlint compliance issues in README.md.
๐ Previous in v2.1.0
๐ฅ 3D Exploding View Hero Collage
The homepage hero collage was transformed from a 2D grid into a premium, interactive 3D Isometric Stack.
Feature
Detail
Visual Style
Glassmorphic 3D isometric stack
Interaction
Smooth "Exploding" animation spread across the Z-axis.
Connectivity
Tiles are clickable in both stacked and exploded states.
Technology
Pure CSS 3D Transforms (perspective, translateZ, rotate).
Responsiveness
Optimized for Desktop, Tablet, and Mobile devices.
๐จ Homepage Hero Collage โ 10 Tiles
The hero collage on the homepage (index.html) consists of 10 dynamic
tiles representing flagship projects.
10 tiles (tile-a through tile-j) positioned in a 3D isometric stack.
Each tile mapped to a project screenshot and URL dynamically.
verify-collage.js (Playwright test) updated to assert 10 tiles.