Here is a clean, professional, and beautifully structured README.md file for your Cozy-Core Creative Studio / Gallery Portfolio website. It is designed to look polished for your GitHub repository, showcasing both the design architecture from your blueprint and the aesthetic implementation.
A beautiful, static visual archive and portfolio website designed for digital artists. Built with an emphasis on visual architecture, geometric consistency, and a soothing "cozy-core" aesthetic, this responsive web design maps directly to a structured 12-column engineering blueprint.
The project implements a Whimsical Cozy-Core Studio theme, trading harsh digital contrast for organic, warm, and comforting tones.
-
Color Palette:
-
Background: Warm Cream (
#faf6f0) -
Typography: Deep Espresso Charcoal (
#2e2520) -
Accents: Soft Sage Green (
#90a98f) & Muted Terracotta (#dd8e75) -
Typography:
-
Headings: Elegant, literary serif (Lora)
-
Body Text: Soft, highly legible geometric sans-serif (Nunito)
-
Micro-interactions: Smooth, lightweight floating card lift mechanics utilizing fine-tuned
cubic-beziertransitions and soft, expansion inner box shadows.
The interface translates exact rigid engineering wireframe parameters into fluid, responsive front-end components:
├── index.html # Main single-file source containing HTML5 structural layout
├── assets/ # Media and image subdirectory
│ ├── cat.png # "Sunbasking" card asset
│ ├── citrus.png # "Citrus Orchard" card asset
│ ├── figs.png # "Midnight Fig" card asset
│ └── logo.svg # Custom minimalist site vector signature
└── README.md # Documentation layout repository profile
Resolves horizontal runaway container bugs by strictly binding image scaling to structural flexbox vectors (flex-direction: column). It ensures the layout stacks perfectly across all tablet and viewport variations.
Leverages the native CSS properties aspect-ratio and object-fit: cover. Images act as a physical picture frame, maintaining standard visual consistency across the entire gallery grid regardless of the original uploaded image file dimensions.
The persistent 80px navigation top-bar features high-performance background filtering (backdrop-filter: blur(5px)) layered over translucent cream hues, allowing the content grid to scroll underneath smoothly without jarring visual breaks.
Since this layout runs on native vanilla architectures, it requires no compilation overhead, node modules, or external bundling pipelines.
- Clone the repository:
git clone https://github.com/yourusername/digital-artsy-portfolio.git
- Navigate into the directory:
cd digital-artsy-portfolio
- Execute the workspace:
- Double-click
index.htmlto open it directly inside any modern web browser. - Alternatively, spin up a local development sync environment via VS Code's Live Server extension.
