Berk Uras Logo

Berk Uras

Creative Studio Portfolio

A minimal and modern showcase for digital creatives.

Creative Studio Portfolio Hero Image

About The Project

This project is a fully responsive, multi-page portfolio template designed for creative agencies, studios, or freelancers. The focus was on creating a clean, elegant design with beautiful typography and smooth animations to professionally showcase creative work.

Tech Stack

HTML5 CSS3 (Flexbox & Grid) JavaScript (ES6+) AOS (Animate on Scroll)

Key Features

Challenges & Solutions

The main goal was achieving buttery-smooth animations that perform well, especially on mobile devices. Instead of using libraries that manipulate layout properties like `margin` or `top`, I prioritized using CSS `transform` and `opacity` for all animations. I also leveraged the `IntersectionObserver` API to trigger animations only when elements enter the viewport, significantly improving performance and efficiency.